/* ====================================
HERO BUTTON ONLY
==================================== */

.banner-section-three .btn-primary-consistent{

display:inline-flex;
align-items:center;
justify-content:center;

padding:18px 36px;

background:#4A70FA;
color:#ffffff !important;

border:none !important;
border-radius:10px;

font-size:16px;
font-weight:600;

text-decoration:none;

transition:all .25s ease;

}

/* Hover */

.banner-section-three .btn-primary-consistent:hover{

background:#3556D4;
color:#ffffff !important;

transform:translateY(-2px);

box-shadow:0 8px 18px rgba(0,0,0,0.12);

}

/* ====================================
ICON SWAP ON HOVER
==================================== */

.right-button-box .icon{
position:relative;
display:inline-block;
width:18px;
height:18px;
margin-right:6px;
vertical-align:middle;
}

/* both icons stacked */

.right-button-box .icon img{
position:absolute;
left:0;
top:0;
width:100%;
height:auto;
transition:opacity .25s ease;
}

/* default icon visible */

.right-button-box .icon-default{
opacity:1;
}

/* hover icon hidden */

.right-button-box .icon-hover{
opacity:0;
}

/* swap on hover */

.right-button-box a:hover .icon-default{
opacity:0;
}

.right-button-box a:hover .icon-hover{
opacity:1;
}

.linkgen
{

color:#4A70FA;
}

.linkgen:hover
{

color:#334893;

}

.maincontainerBG
{background-color: #fff;}

/* ====================================
HERO TEXT IMPROVEMENT
==================================== */

.hero-second-line{
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 10px;
}

.hero-subtext{
    font-size: 18px;
    font-weight: 600;
    color: #4A70FA;
    margin-top: 20px;
}

.hero-description{
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin-top: 8px;
    max-width: 520px;
    line-height: 1.6;
}

/* ====================================
HERO IMAGE FLOAT ANIMATION
==================================== */

.maincontainerBG {
  position: relative;
  z-index: 1;
}

@keyframes subtleFloat {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-10px) rotate(0.5deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

.banner-img img{
    animation: subtleFloat 6s ease-in-out infinite;
    will-change: transform;
}

/* body animation */

.bg-animation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;

  background: radial-gradient(
      circle at 20% 30%,
      rgba(0, 0, 0, 0.03),
      transparent 40%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(0, 0, 0, 0.02),
      transparent 40%
    );

  animation: bgShift 20s ease-in-out infinite alternate;
}



/* ====================================
SENTINEL FINAL STRUCTURE
==================================== */

/* WHITE SECTION */

.sentinel-intro {
  background: #fff;
  padding: 70px 0 60px;
  text-align: center;
}

.sentinel-intro h2 {
   font-family: "Inter", sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 42px; /* adjusted for web */
  letter-spacing: 0;
  color: #161515;
}

.sentinel-intro p {
   font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* improved from 120% */
  letter-spacing: 0;
  color: #666;
  max-width: 700px;
  margin: 12px auto 0;
}

.animate-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.animate-fade.show {
  opacity: 1;
  transform: translateY(0);
}

/* BLUE SECTION */

.sentinel-bg {
  background: #4A70FA;
  padding: 80px 0;
  color: #fff;
}

/* MAIN GRID */

.sentinel-main {
  align-items: stretch;
}


/* Keep layout clean */

.sentinel-image {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sentinel-image img {
  width: 120%;
}
/* RIGHT SIDE */

.sentinel-right-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* HEADER (INSIDE RIGHT ONLY) */

.sentinel-header {
  text-align: left;
  max-width: 680px;
  margin-bottom: 30px;
}


.sentinel-question {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 0;
  color: #ffffff;
  max-width: 260px;
}
.sentinel-header h2 {
   font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
  letter-spacing: 0;
  color: #ffffff;
}

.sentinel-header p {
 font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0;
  color: #ffffff;
  opacity: 0.9;
  max-width: 520px;
}

/* IMAGE */
.sentinel-right::before {
  animation: pulse 4s infinite ease-in-out;
}

@keyframes pulse {
  0%, 100% { opacity: 0.2; }
  50% { opacity: 0.4; }
}



/* Sentinel New*/

.sentinel-highlight {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #161515;
}

/* FIX SLIDER LAYOUT */

.sentinel-slider {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}

/* Give natural height using first image */

.sentinel-slider img {
  width: 100%;
  height: auto;
  display: block;
}

/* Stack slides */

.sentinel-slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.sentinel-slider-section {
  background: #ffffff !important;
}



/* Active slide visible */

.sentinel-slider .slide.active {
  opacity: 1;
  position: relative;
}

/* Sentinel New Open*/


/* MOBILE */

@media (max-width: 768px) {

  .sentinel-bg {
    padding: 60px 0;
  }

  .sentinel-main {
    flex-direction: column;
  }

  .sentinel-left {
    margin-bottom: 30px;
    justify-content: center;
    text-align: center;
  }

  .sentinel-left-inner {
    max-width: 100%;
  }

  .sentinel-header h2 {
    font-size: 22px;
  }
}
/* ================================
SLIDER CONTROLS POSITION FIX
================================ */
/* CONTROL BAR */

.slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
  gap: 20px;
}

/* ARROWS */

.slider-controls .arrow {
  width: 40px;
  height: 40px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  background: #f3f5f9;
  color: #4A70FA;

  cursor: pointer;
  transition: all 0.25s ease;
}

.slider-controls .arrow:hover {
  background: #4A70FA;
  color: #fff;
}

/* CTA IN CENTER */

.slider-cta {
  font-size: 14px;
  font-weight: 600;
  color: #4A70FA;
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 6px;
  transition: all 0.25s ease;
}

.slider-cta:hover {
  background: #4A70FA;
  color: #fff;
}
.sentinel-image {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Controls wrapper */

.slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;   /* space below laptop */
}

/* Arrow style */

.slider-controls .arrow {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 44px;
  height: 44px;

  border-radius: 50%;
  background: #f3f5f9;

  font-size: 18px;
  color: #4A70FA;

  cursor: pointer;
  margin: 0 10px;

  transition: all 0.25s ease;
}

/*ani laptop*/
.sentinel-slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;

  opacity: 0;
  transition: opacity 1s ease-in-out;

  pointer-events: none;
}

.sentinel-slider .slide.active {
  opacity: 1;
  position: relative;
  pointer-events: auto;
}


/* RC Open */
.rummy-game-img {
  max-width: 100%;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

#work-section .bg-blue {
  align-items: flex-start !important;
}

#work-section .bg-blue .col-lg-6 {
  padding-top: 0 !important;
}

/* remove extra space above image */

#work-section .bg-blue img {
  margin-top: 0 !important;
}
/* RUMMY CARD */

.rummy-card .work-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.rummy-card .row {
  align-items: flex-start !important;
}

/* Logo */

.rummy-logo img {
  height: 32px;
}

/* Role highlight */

.rummy-role {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

/* Gameplay image polish */

.rummy-card img {
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* RC Close */

/* back to top */

/* BACK TO TOP FIX */

.back-to-top {
  position: fixed;
  right: 25px;
  bottom: 25px;

  width: 45px;
  height: 45px;

  background: #4A70FA;
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  font-size: 18px;

  z-index: 99999; /* VERY IMPORTANT */

  opacity: 0;
  visibility: hidden;

  transition: all 0.3s ease;
}

#work-section .treated-content-box p {
  font-weight: 400 !important;
  color: #555;
}
#work-section p {
  font-weight: 400 !important;
}

/* back to top */
/* Hover */

.slider-controls .arrow:hover {
  background: #4A70FA;
  color: #fff;
  transform: translateY(-2px);
}

/* Mobile */

@media (max-width: 768px) {
  .sentinel-section {
    padding: 60px 0;
  }

  .sentinel-header h2 {
   font-size: 28px;
  font-weight: 300;
  line-height: 38px;
  }

  .sentinel-left {
    margin-bottom: 30px;
  }
}



@keyframes bgShift {
  0% {
    background-position: 20% 30%, 80% 70%;
  }
  100% {
    background-position: 30% 40%, 70% 60%;
  }
}