html {
  scroll-behavior: smooth;
  
}
.container{
  padding: 120px 20px;
max-width: 1320px;
margin: 0 auto;
}
@media (max-width: 425px) {
  .container{
    padding: 80px 20px  !important;
  }
}
/* Youth Regular */
@font-face {
  font-family: "Youth";
  src: url("../font/Youth-Regular.woff2") format("woff2"),
       url("../font/Youth-Regular.woff") format("woff"),
       url("../font/Youth-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Youth Medium */
@font-face {
  font-family: "Youth";
  src: url("../font/Youth-Medium.woff2") format("woff2"),
       url("../font/Youth-Medium.woff") format("woff"),
       url("../font/Youth-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Youth Bold */
@font-face {
  font-family: "Youth";
  src: url("../font/Youth-Bold.woff2") format("woff2"),
       url("../font/Youth-Bold.woff") format("woff"),
       url("../font/Youth-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Givonic Regular */
@font-face {
  font-family: "Givonic";
  src: url("../font/Givonic-Regular.woff2") format("woff2"),
       url("../font/Givonic-Regular.woff") format("woff"),
       url("../font/Givonic-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Givonic SemiBold */
@font-face {
  font-family: "Givonic";
  src: url("../font/Givonic-SemiBold.woff2") format("woff2"),
       url("../font/Givonic-SemiBold.woff") format("woff"),
       url("../font/Givonic-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Givonic Bold */
@font-face {
  font-family: "Givonic";
  src: url("../font/Givonic-Bold.woff2") format("woff2"),
       url("../font/Givonic-Bold.woff") format("woff"),
       url("../font/Givonic-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body, html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

body {
  font-family: "Givonic", sans-serif;
  font-weight: 400;
  font-size: 21px;
  color: #ffff !important;
  line-height: 1.6;
  
}
@media (max-width: 1025px) {
 body{
font-size: 18px;
  }

}
@media (max-width: 425px) {
 body{
font-size: 16px;
  }

}

h1, h2, h3, h4, h5, h6 {
  font-family: "Youth", sans-serif !important;
  margin: 0;
}
p, a, button {
  font-family: "Givonic", sans-serif !important;
}


h1 {
  font-size: 107px;
  font-weight: 400;
  line-height: 1em;
  width: 90%;
  text-align: center;
}

/* Tablet (width ≤ 992px) */
@media (max-width: 1025px) {
  h1 {
    font-size: 70px;
  }
}

/* Mobile (width ≤ 576px) */
@media (max-width: 576px) {
  h1 {
    font-size: 39px;
  }
}
@media (max-width: 423px) {
  h1 {
    font-size: 34px;
  }
}
@media (max-width: 325px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 55px;
  font-weight: 400;
  line-height: 1.08em;
  color:rgba(255, 255, 255, 0.8);
}
@media (max-width: 1024px) {
  h2 {
    font-size: 45px;
  }
}
@media (max-width: 425px) {
  h2 {
    font-size: 35px;
  }
}
h3{
  font-size: 39px;
  font-weight: 400;
  line-height: 0.88em;
  color:rgba(255, 255, 255, 0.8);
}
h4{
    font-size: 42px;
  font-weight: 500;
  line-height: 1.08em;
  color:#2B2F38;
}
@media (max-width: 1025px) {
  h4 {
    font-size: 32px;
  }
}
@media (max-width: 425px) {
  h4 {
    font-size: 28px;
  }
}
p {
  font-size: 21px;
  font-weight: 300;
}
@media (max-width: 1024px) {
  p {
    font-size: 20px;
  }
}
@media (max-width: 425px) {
  p {
    font-size: 16px;
  }
}

/* header */
.navbar-wrapper{
  width: 100%;

}
.navbar .container {
  max-width: 1320px; /* your desired content width */
  margin: 0 0; /* center horizontally */
  padding: 0 20px; /* optional: side padding for small screens */
  width: 20%;
}

@media (max-width: 992px) {

  .navbar .container {
    width: 100% !important;
    padding: 0px 20px  !important;
}
}
.navbar { 
 display: flex;
 flex-direction: row;  
 align-items: center;
 justify-content: space-between; 
padding: 0px 0px;
}
.menu ul{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 42px;
  
}
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
#navbarNav{

    padding-right: 0px !important;
}
.navbar-nav .nav-link,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus  {
  text-decoration: none;   /* removes underline */
  font-size: 15px;
  color: #ffff;
}
.navbar-nav {
  list-style: none;   /* removes bullets */
  padding-left: 0;    /* removes left padding */
  margin: 0;          /* optional: removes margin */
}
.header-btn{
  display: flex;
  flex-direction: row;
  gap: 27px;
  padding-right: 20px;
}

.header-btn1 {
  background: transparent;
  border: none;
  font-size: 15px;
  font-weight: 400;
  color: #fff; /* text color white */
  display: inline-flex; /* inline so underline aligns with text */
  flex-direction: row;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  line-height: 1.2em;
  position: relative; /* needed for ::after */
  transition: color 0.3s ease-in-out;
}
.navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        padding-right: 40px;
    }

.header-btn1 img {
  width: 7px;
}

/* underline animation */
.header-btn1::after {
  content: "";
  position: absolute;
  left: 0;
  margin-bottom: -20px;
  width: 0;
  height: 1px; /* thickness of underline */
  background: #fff; /* underline color */
  transition: width 0.4s ease-in-out;
}

.header-btn1:hover {
  color: #fff; /* keep text white on hover */
}

.header-btn1:hover::after {
  width: 80%; /* animate underline smoothly */
}

.header-btn2 {
  background: linear-gradient(
    150deg, 
    #F4F2EF 17%,
    #ABD4DB 32%,
    #5FC2EB 71%,
    #C3F4FC 100%
  );
  background-size: 200% auto; /* double width for sliding */
  background-position:  center; /* start position */
  
  border: none;
  font-size: 18px;
  font-weight: 700;
  width: fit-content;
  color: #000;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  padding: 13.5px 26px;
  border-radius: 40px;
  gap: 10px;
  text-decoration: none;
  line-height: 1em;

  /* 👇 smooth movement */
  transition: background-position 0.4s ease-in-out;
}

.header-btn2 img {
  width: 7px;
}
.header-btn2:hover {
  background-position:  left center; /* slide gradient */
}

/* Mobile Header */
/* Mobile toggle button */
.menu-toggle {
  background: none;
  border: none;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  z-index: 1200; /* above menu */
  display: none;
}
@media (max-width: 992px) {
  .menu-toggle {
  display: block;

}

.header-btn{
  display: none;
}
#navbarNav {
  display: none !important;
  margin-bottom: 120px !important;
}
.navbar-con .container {
       
  display: flex;
  justify-content: space-between; /* push items to edges */
  align-items: center;            /* vertically center */
  width: 100%;
  padding: 0px 0px  !important;

}
.navbar-con a{
  padding: 0px !important;
}
#banner{
    padding: 0px 0px !important;
}
}
/* Fullscreen mobile menu */
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;          /* adjust width */
  height: 100vh;
  background: #1A1A1A;
  /* padding: 60px 20px ; */
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-menu.active {
  transform: translateX(0);
}

.menu-close {
  background: none;
  border: none;
  font-size: 3.5rem;
  font-weight: bold;
  color: #ffff;
  position: absolute;
  top: 45px;
  right: 20px;
  cursor: pointer;
}


.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 50%;
}
@media (max-width: 992px) {
  .mobile-menu ul {width: 40%;}
}


@media (max-width: 767px) {
  .mobile-menu ul {width: 77%;}
}
@media (max-width: 325px) {
  .mobile-menu ul {width: 91%;}
}
.mobile-menu a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

.mobile-menu a:hover {
  color: #5FC2EB;
}

/* Mobile menu buttons */
.mobile-menu .header-btn1,
.mobile-menu .header-btn2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin: 0 auto;
}
.mobile-menu .header-btn2 {
  color: #1A1A1A;
  font-weight: 600;
}

/* Banner */

.banner{
  background-color: #1A1A1A;
  margin-top: -120px !important;
  /* display: flex;
  justify-content: center; */
  width: 100%;
  padding-top: 220px !important; 
  padding-bottom: 120px !important;
}

@media (max-width: 425px) {
.banner{
  padding-top: 120px !important;
  padding-bottom: 20px !important;
}

}

.banner .container {
  max-width: 1320px; /* your desired content width */
  margin: 0 auto; /* center horizontally */
  padding: 0 20px; /* optional: side padding for small screens */
  display: flex;
  justify-content: center; /* align inner items if flex is needed */
  flex-direction: column !important;
  align-items: center;
  gap: 10px;
}
.subheading-banner{
font-size: 16px;
font-weight: 700;
line-height: 1.51em;
text-transform: uppercase;
  background: linear-gradient(
    180deg,
    #F4F2EF 0%,
    #ABD4DB 32%,
    #5FC2EB 71%,
    #C3F4FC 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; /* makes text transparent so gradient shows */
  background-clip: text; /* for other browsers */
  /* display: flex;
  justify-content: center; */
}

.text-gradient{
  font-weight: 600;
    background: linear-gradient(
173deg, #F4F2EF 17%, #5FC2EB 71%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  background-clip: text; 
}

.banner-p{
  text-align: center;
  width: 40%;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  .banner-p {
    width: 70%;
  }
}
@media (max-width: 425px) {
  .banner-p {
    width: 100%;
  }
}

.main-btn {
  background: linear-gradient(
    150deg, 
    #F4F2EF 17%,
    #ABD4DB 32%,
    #5FC2EB 71%,
    #C3F4FC 100%
  );
  background-size: 200% auto; /* double width for sliding */
  background-position:  center; /* start position */
  
  border: none;
  font-size: 18px;
  font-weight: 700;
  width: fit-content;
  color: #000;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  padding: 13.5px 26px;
  border-radius: 40px;
  gap: 10px;
  text-decoration: none;
  line-height: 1em;

  /* 👇 smooth movement */
  transition: background-position 0.4s ease-in-out;
}

.main-btn img {
  width: 7px;
}

.main-btn:hover {
  background-position:  left center; /* slide gradient */
}

@media (max-width: 1024px) {
  .main-btn{
    font-size: 16px !important;
        padding: 8.5px 26px;
  }
}
@media (max-width: 425px) {
  .main-btn{
    font-size: 14px !important;
  }
}

.gradient-border img{
border-radius: 42px;
height: 660px; 
width: 100%;
background-position: center center;
background-size: contain; 
background-repeat: no-repeat; 
}
@media (max-width: 1025px) {
 .gradient-border img{
height: auto; 
border-radius: 25px;
  }
}
@media (max-width: 425px) {
 .gradient-border img{
height: auto; 
border-radius: 20px;
  }

}
.banner-bgcol {
  margin-top: 100px;
  padding: 20px;
  padding-bottom: 50px !important;
  padding-top: 10px;
  border-radius: 32px;
  --borderWidth: 3px;
  background: #1D1F20;
  position: relative;
  z-index: 0; /* Ensure stacking works */
}
.banner-bgcol::after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(
    90deg,
    #1D1F20,
    #1D1F20,
    #3CE1C8,
    #1D1F20,
    #1D1F20,
    #3CE1C8,
    #1D1F20,
    #1D1F20,
    #3CE1C8
  );
  border-radius: inherit;
  z-index: -1;
  background-size: 400% 400%;
  animation: animatedgradient 100s linear infinite;
}

@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* Problem */
.prob{
  display: flex;
  flex-direction: row;
  gap: 120px;
  justify-content: space-between;
  padding-bottom: 200px;
}
@media (max-width: 1025px) {
 .prob{
flex-direction: column;
gap: 80px;
padding-bottom: 180px !important;

  }
  .icon-box{
    padding-bottom: 40px !important;
  }
.prob-carousal{
  width: 100% !important;
}
}

.prob-main{
/* padding-top: 120px; */
    background: linear-gradient(180deg, #1a1a1a 0%, #000000fd 30% /* end color */);

}
.prob-text{
  width: 100%;
display: flex;
flex-direction: column;
justify-content:left ;
gap: 15px;
}
.prob-text a{
  width: fit-content;
}
.prob-icon ul li{
  text-decoration: none;
list-style: none;   /* removes bullets */
  padding-left: 0;    /* removes left padding */
  margin: 0; 
}
.icon-list{
  padding-left: 0px;
}
.subheading-white{
font-size: 16px;
font-weight: 700;
line-height: 1.51em;
text-transform: uppercase;
}
/* Carousel container */
.prob-carousal {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* Horizontal scroll area */
.icon-box {
  display: flex;
  flex-direction: row;
  gap: 20px;
  overflow-x: hidden;            /* hide scrollbar */
  scroll-behavior: smooth;       /* smooth transitions */
  scroll-snap-type: x mandatory; /* snapping on items */
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
  cursor: grab;
}

.icon-box:active {
  cursor: grabbing;
}
.carousel-wrapper {
  position: relative; /* needed for absolute positioning of gradients */
  overflow: hidden;   /* ensures gradients align with container */
  padding-bottom: 60px;
}

/* scrolling container */
.icon-box {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
  cursor: grab;
}

/* Left gradient */
/* .carousel-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 20%;
  background: linear-gradient(90deg, #000000 96%, #00000000 52%);
  z-index: 5;
  pointer-events: none;
} */

/* Right gradient */
.carousel-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  background: linear-gradient(
  90deg,
  rgba(255, 255, 255, 0) 0%,     /* fully transparent */
  rgba(0, 0, 0, 0.25) 60%, /* subtle fade in */
  rgba(0, 0, 0, 0.6) 75%,  /* stronger */
  rgba(0, 0, 0, 1) 95%    /* solid black */
);
  z-index: 5;
  pointer-events: none;
}


/* Single card */
.car-icon-box {
  flex: 0 0 auto;           /* fixed width, no shrink */
  width: 45%;
  padding: 36px 40px;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(134px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px;
  color: #fff;
  border: 0.88px solid rgba(60, 225, 200, 1);
  scroll-snap-align: start;
}

.car-icon-box-inner {
  display: flex;
  flex-direction: column;
  justify-content: left;
  gap: 0px;
}

.car-icon-box-inner span {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.51em;
}

.car-icon-box-inner p {
  font-size: 18.5px;
  font-weight: 400;
  line-height: 1.4em;
}

.car-icon-box-inner-img {
  width: 60px;
  margin-bottom: 40px;
}

/* Hide scrollbars */
.icon-box::-webkit-scrollbar {
  display: none !important;
}
.icon-box {
  -ms-overflow-style: none;  /* IE/Edge */
  scrollbar-width: none;     /* Firefox */
}

/* Buttons */

/* Buttons */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  color: #ffffff;
  border: none;
  cursor: pointer;
  font-size: 40px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100 !important;
  transition: background 0.3s ease;
}

/* .carousel-btn:hover {
  background: rgba(255, 255, 255, 0.25);
} */
/* Position left/right */
.carousel-btn.prev {
  left: 83%; /* adjust spacing */
  top: 95%;
  display: flex;
  width: 50px;
  height: 50px;
  font-size: 50px;
  justify-content: center;
  align-items: center;
  
}

.carousel-btn.next {
  right: 5%; /* adjust spacing */
  top: 95%;
  width: 50px;
  height: 50px;
  font-size: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Tablet */
@media (max-width: 992px) {
  .carousel-btn.prev {
    left: 72% !important;
  }
}

/* Mobile */
@media (max-width: 430px) {
  .carousel-btn.prev {
    left: 50% !important;
  }
  .car-icon-box {
    width: 90% !important;
    padding: 30px 25px;
  }
}
@media (max-width: 425px) {
  .carousel-btn.prev {
    left: 65% !important;
  }

}

/* Small devices */
@media (max-width: 321px) {
  .carousel-btn.prev {
    left: 65% !important;
  }
}


/* Feature */
.fea-main{
  background-color: rgba(245, 245, 245, 1);
}
.fea{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 80px;}

.subheading-dark{
font-size: 16px;
font-weight: 700;
line-height: 1.51em;
text-transform: uppercase;
color: rgba(59, 63, 72, 1);
}
.fea-text{
text-align: center;
    width: 55%;
    display: flex;
    gap: 32px;
    flex-direction: column;
}
@media (max-width: 1025px) {
 .fea-text{
width: 80%;
  }

}
@media (max-width: 425px) {
 .fea-text{
width: 90%;
  }

}
.fea-text h2{
  color: rgba(43, 47, 56, 1);
  text-align: center;
}
.text-p{
  color: #000000;
}
.text-bold{
  font-weight: 700;
}
.text-bold-white{
  font-weight: 700;
  color: #ffff;
}
.fea-carousel{
  display: flex;
  flex-direction: row;
}
.fea-con{
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-bottom: 30px;
  justify-content: center;
  /* align-items: center; */
}
@media (max-width: 1024px) {
 .fea-con{
width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  }
  .fea-icon-box{
    width: 80% !important;
  }

}
.fea-icon-box{
 width: 33%;
 height: auto;
  padding: 36px 40px;
  background: rgba(255, 255, 255, 1); /* semi-transparent */
  backdrop-filter: blur(134px);          /* applies blur behind */
  -webkit-backdrop-filter: blur(10px);  /* for Safari */
  border-radius: 16px;

  color: #fff;
    border: 1px solid; /* set width */
  border-color: linear-gradient(
    180deg, 
    rgba(60, 225, 200, 1), 
    rgba(60, 225, 200, 1)
  ) 1;
  border-radius: 16px; /* works with border-image too */

}
.fea-icon-box-inner{
  display: flex;
  flex-direction: column;
  justify-content: left;
  gap: 0px;
}
.fea-icon-box-inner-span{
  font-size: 25px;
  font-weight: 700;
  line-height: 1.51em;
  color: #000;
}
.fea-icon-box-inner-p{
  font-size: 18.5px;
  font-weight: 400;
  line-height: 1.4em;
  color: #000;
}
.fea-icon-box {
  transition: transform 0.3s ease-in-out;
}

.fea-icon-box-inner-img {
  width: 50px;
  /* height: auto; */
  margin-bottom: 40px;
  background-color: rgba(217, 217, 217, 1);
  padding: 10px;
  border-radius: 13.5px;
  transition: background-color 0.3s ease-in-out;
}

/* When hovering the whole box */
.fea-icon-box:hover .fea-icon-box-inner-img {
  background-color: rgba(60, 225, 200, 1);
}

/* Key Stats */

.key-main{
  background-color: rgba(26, 26, 26, 1);
}
.key{
  padding: 80px 40px;
    background: rgba(255, 255, 255, 0.09); /* semi-transparent */
  backdrop-filter: blur(134px);          /* applies blur behind */
  -webkit-backdrop-filter: blur(10px);  /* for Safari */
  border-radius: 38px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;

}
.key-text-h2{
  line-height: 1.08em;
}
.key-text{
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: left;
  gap: 32px;
}
hr{
  width: 90%;
  margin-left: 0;
  background-color: rgba(255, 255, 255, 0.27);}

.counter-main {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.counter {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.counter-title {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5em;
  text-transform: uppercase;
  margin: 0;
}

.counter-wrap {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.counter-num {
  font-size: 55px;
  font-weight: 600;
  line-height: 1.5em;
}

.counter-suffix {
  font-size: 55px;
  font-weight: 600;
  line-height: 1.5em;
}

  

.key-img {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  position: relative; /* important */
  
}
@media (max-width: 1024px) {
 .key-img{
width: 100%;
  }
.key-text{
  width: 100%;
}
.key{
  flex-direction: column;
  gap: 60px;
}
.key-btn1{
  font-size: 16px !important;
}
}
@media (max-width: 1024px) {
 .key-btn1{
  font-size: 14px !important;
}
.key {
    padding: 60px 40px;
  }
}

.key-btn1 {
  background: #fff;
  border: none;
  font-size: 18.6px ;
  font-weight: 700;
  width: fit-content;
  color: #000;
  padding: 17px 32px 12px 32px;
  border-radius: 40px;
  text-decoration: none;
  line-height: 1em;
  position: absolute;
  /* transition: transform 0.9s linear; */
  transition: transform 0.3s ease-out;
}
.key-btn-left,
.key-btn-right {
  transition: transform 0.2s ease-out; /* smooth movement on scroll */
  position: absolute; /* make sure they stay in place */
}
.key-btn-left {
  left: -5%;
  top: 10% !important; /* start top */
}

.key-btn-right {
  right: -5%;
  bottom: 10%; /* start bottom */
}

/* Logo Slider */
/* Logo Slider */
.logo-slider {
  background-color: rgba(26, 26, 26, 1);
}

.logo-con {
  overflow: hidden;
  padding: 40px 20px 120px 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 45px !important;
}

@media (max-width: 1024px) {
  .logo-con {
    padding: 0px 20px 80px 20px;
    gap: 45px !important;
  }
}

.slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* Track with duplicated logos (JS will duplicate) */
.slide-track {
  display: flex;
  width: max-content;
  animation: scroll 20s linear infinite;
}

.slide-track img {
  height: 40px;
  margin: 0 40px;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}

.slider:hover .slide-track {
  animation-play-state: paused;
}

@keyframes scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}




/* Success Stories */

.color-V{
  color: #32E0C5;
}

.text-p b {
  font-weight: 700;      /* make it bold */
}
.stcon-main {
  width: 28% !important;
  height: auto;
  padding: 36px 40px;
  background: #FFFFFF;
  backdrop-filter: blur(134px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 37px;
  color: #fff;
  border: 0.88px solid; /* set width */
  border-color: linear-gradient( 180deg, rgba(60, 225, 200, 1), rgba(60, 225, 200, 1) ) 1;
  display: flex;
  flex-direction: column;
  flex-shrink: 0; /* prevents squishing */
  gap: 18px;
}

@media (max-width: 768px) {
 .stcon-main-p{
  font-size: 17px !important;
 }
  h6{
  font-size: 16px !important;
 }

}
@media (max-width: 425px) {
 .stcon-main-p{
  font-size: 15px !important;
 }
.img-box-11-p{
  font-size: 13px !important;
}

}
.stcon-main-p {
  font-size: 18.5px;
  font-weight: 400;
  color: #000;
}

.img-box-11-p {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.51em;
  margin: 0;
}

.img-box-2-p {
  font-size: 13.5px;
  font-weight: 400;
  color: #00000054;
  line-height: 1.51em;
}

h6 {
  font-size: 20px;
  font-family: "Givonic", sans-serif;
  font-weight: 700;
  line-height: 1.51em;
  color: #000;
}

.img-box-1 {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.img-box-11 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.img-box-main {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

/* Outer container */
.story-slider {
  width: 100%;
  overflow: hidden;
  background: transparent;
  position: relative;
}

/* Track container (flex row) */
.story-con1,.story-con2 {
  display: flex;
  flex-direction: row;
  gap: 30px;
width: 45%;
  will-change: transform;
}
.slider-main{
  display: flex;
  flex-direction: column;
  gap: 60px !important;
}

/* How it works */
.work-main{
  background-color: #FFFFFF;
}
.work {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.work-text {
  text-align: center;
  width: 55%;
  display: flex;
  gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center; /* ✅ only this section is centered */
}

@media (max-width: 1025px) {
  .work {
  align-items: normal;
}
.work-text{
  width: 100%;
}
.work-other1-text {
    width: 100% !important;}
.work-other-m{
  flex-direction: column !important;
}
.work-other3 {
    display: flex;
    flex-direction: column !important;
}}
@media (max-width: 425px) {
.work-text{
  width: 100%;
}

}
.work-other{
  overflow-x: hidden;
}
.work-text h2{
  color: rgba(43, 47, 56, 1);
  text-align: center;
  width: 75%;
}/* ------------------------
   Existing Styles (kept as is)
------------------------ */
.work-other1-p{
  color: #2B2F38;
  margin: 0;
  padding: 0;
}

.work-other1-text{
  width: 45%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 30px;
}

.work-other1{
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.work1-img,.work2-img,.work3-img {
  /* border: 10px solid transparent; */
  border-radius: 42px;
  background: 
    linear-gradient(#fff, #fff) padding-box, 
    linear-gradient(180deg, rgb(255, 255, 255), rgb(255, 255, 255)) border-box;

  transition: background 0.8s ease-in-out;
}


.work-other-m{
  display: flex;
  flex-direction: row;
  gap: 80px;
  padding-bottom: 250px;
}

.work-other-main{
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.work-other3{
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
}
.work-other2{
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.work-other2-text{
  width: 90%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 30px;
}
.work-other3-text{
  width: 90%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 30px;
}
/* ------------------------
   Hover Effect (New)
------------------------ */

/* Hide hover SVG by default */
.work-other1-text img.hover-svg,
.work-other2-text img.hover2-svg,
.work-other3-text img.hover3-svg {
  display: none;
}

/* Swap SVG when hovering parent section */
.work-other1:hover .work-other1-text img.default-svg,
.work-other2:hover .work-other2-text img.default2-svg,
.work-other3:hover .work-other3-text img.default3-svg {
  display: none;
}

.work-other1:hover .work-other1-text img.hover-svg,
.work-other2:hover .work-other2-text img.hover2-svg,
.work-other3:hover .work-other3-text img.hover3-svg {
  display: inline-block;
  transition: opacity 0.3s ease-in-out;
}

/* Image border appears on hover */
.work-other1-text:hover .work1-img,
.work-other2-text:hover .work2-img,
.work-other3-text:hover .work3-img {
  background: 
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(140deg, #3CE1C8, #7B2FF7) border-box;
}
/* Tablet breakpoint example (adjust max-width as needed) */
@media (max-width: 991px) {
  .work-other1-text img,
  .work-other2-text img,
  .work-other3-text img,
  .work-other1-text svg,
  .work-other2-text svg,
  .work-other3-text svg {
    width: 70px;
    height: 70px; /* keep aspect ratio square */
  }
}
@media (max-width: 425px) {
  .work-other1-text img,
  .work-other2-text img,
  .work-other3-text img,
  .work-other1-text svg,
  .work-other2-text svg,
  .work-other3-text svg {
    width: 60px;
    height: 60px; /* keep aspect ratio square */
  }
}

/* Process */

.process{
  background-color: #1A1A1A;
  display: flex;
  justify-content: center;
  align-items: center;
}
.processs{
  display: flex;
  justify-content: center;
  align-items: center;
}
.process-main{
  background-color: #F5F5F5;
  padding: 35px 40px;
  border-radius: 42px;
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
      margin-top: -280px;
}
.process2{
  background-color: #FFFFFF;
  padding: 38px 60px;
  border-radius: 40px;
  width: 40%;
  gap: 10px;
  display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1025px) {
.process2 {
    background-color: #FFFFFF;
    padding: 38px 50px;
    border-radius: 40px;
    width: 80% !important;    
  }
.process1{
  width: 80% !important;
}
.process-p{
  font-size: 15px  !important;
}
.process-main {
    background-color: rgb(245, 245, 245);
    padding: 35px 20px;
    border-radius: 42px;
    width: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
    margin-top: -280px;
}
}
@media (max-width: 425px) {
.process-main{
  flex-direction: column !important;
}
.process2 {
    background-color: #FFFFFF;
    padding: 20px 40px 50px 40px;
    border-radius: 40px;
    width: 100% !important;    
  }
.process1{
  width: 100% !important;
}
.process-main{
  gap: 70px  !important;
  padding: 60px 40px;
}
}
.process1{
      display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 40%;
    text-align: center;
        padding: 38px 60px;
}
.process-p{
    color: #2B2F38;
  margin: 0;
  text-align: center;
  font-size: 18px;
}
.process-p1{
  font-size: 21px;
  font-weight: 400;
  color: #2B2F38;
   margin: 0;
}
.process h4 {
  font-size: 28px;
  font-weight: 600;
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.counter-num1 {
  font-size: 38px;
  font-weight: 600;
  color: #2B2F38;
}

.counter-suffix1 {
  font-size: 38px;
  font-weight: 500;
  color: #2B2F38;
}

/* About */
.about{
background-color: #1A1A1A;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about-con{
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-main{
  display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 100px;
}

.about1{
text-align: center;
    width: 55%;
    display: flex;
    gap: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.abtext-p{
  color: #fff;
}
.about2{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 80px;
}
.about2-text{
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: center;
}

@media (max-width: 1025px) {
.about2{
  flex-direction: column;
  width: 100%;
}
.about1{
  width: 90%;
}
.about2-text{
  width: 100%;
}
.about2-text-img{
width: 100% !important;
}
.about-main {
  gap: 60px;
}
.about2{
  gap: 40px;
}
}
.about2-text h4{
  color: #fff;
}

/* CTA */

.cta{
  background-color: #1A1A1A;
}
.cta-main{
  background: linear-gradient(
    150deg, /* direction: left → right */
    #F3FFFD 17%,
    #4CFFE4 58%,
    #7F92EE 100%
  );
  border-radius: 38px;
  padding: 60px;
  display: flex;
  flex-direction: row;
      justify-content: space-between;
  align-items: center;
}

.cta-con{
  padding: 100px 20px 20px 20px;
max-width: 1320px;
margin: 0 auto;
}

.cta-text{
  text-align: center;
    width: 42%;
    display: flex;
    gap: 25px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.cta-text h2{
  color: #000;
  text-align: left;
  width: 80%;
}
.ctatext-p{
  color: #000;
  text-align: left;
  margin: 0;
}
.cta-main-btn {
  background: #1A1A1A;
  border: 2px solid #1A1A1A;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13.5px 26px;
  border-radius: 40px;
  gap: 10px;
  text-decoration: none;
  line-height: 1em;

  /* Smooth transition for background, color, and border */
  transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}

.cta-main-btn img {
  width: 7px;
  filter: invert(1);
  transition: filter 0.4s ease; /* optional: smooth icon change if needed */
}

.cta-main-btn:hover {
  color: #000;
  background-color: transparent;
  border-color: #000;
}
.cta-main-btn:hover img {
  filter: invert(0); /* smooth transition to normal color */
}
@media (max-width: 1024px) {
  .cta-main-btn{
    font-size: 16px !important;
        padding: 8.5px 26px;
  }
  .cta-main
 {
 flex-direction: column;
    padding: 40px;
    gap: 60px;
 }
.cta-image2 {
  width: 100%;
  bottom: -40px !important;
}
.cta-img img:first-child {
    position: relative;
    left: 0%  !important;
    bottom: -8px !important;
    width: 95% !important;
  }

.cta-text {
    text-align: center;
    width: 100%;}

.footer-top {
    display: flex
;
    flex-direction: column !important;
    justify-content: flex-start;
    gap: 20px !important;
    padding-bottom: 40px !important;
}
.footer-about {
    width: 60% !important;}
    

.footer-bottom {
    display: flex;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
    padding-bottom:20px;
}
.footer-bottom p {
        margin: 0px;
        gap: 5px !important;
        padding-bottom: 10px !important;
}
.cta-btnn {
    flex-direction: column !important;
        justify-content: center;
    align-items: center;
}
}
@media (max-width: 425px) {
  .cta-main-btn{
    font-size: 12px !important;
  }
  .cta-btn{
    font-size: 12px !important;
  }
  .footer-bottom-p {
    font-size: 13px !important;}
  }

  @media (max-width: 424px) {
.cta-btnn{
        display: flex;
    flex-direction: row;
    width: 100%;
    align-items: flex-start;
}
    
}


.cta-btn {
  border: none;
  font-size: 18px;
  font-weight: 400;
  width: fit-content;
  color: #000;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  padding: 13.5px 26px;
  border-radius: 40px;
  gap: 10px;
  text-decoration: none; /* no default underline */
  line-height: 1em;
  position: relative; /* required for ::after */
  overflow: hidden;
  transition: color 0.3s ease-in-out;
}

.cta-btn img {
  width: 7px; /* keep consistent with your HTML */
}

/* underline effect */
.cta-btn::after {
  content: "";
  position: absolute;
  margin-top: 20px;
  left: 25px;
  width: 0%;
  height: 1px;
  background: currentColor; /* underline matches text color */
  transition: width 0.4s ease-in-out;
}

/* expand underline smoothly on hover */
.cta-btn:hover::after {
  width: 70%;
}

.cta-btnn{
  display: flex;
  flex-direction: row;
}
.cta-img {
  position: relative;
  display: inline-block;  /* keeps container tight */
}

.cta-img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.cta-img img:first-child {
  position: relative;
left: -40%;
  z-index: 1;  /* background */
}

.cta-image2 {
  position: absolute;
  left: 44%;
    bottom: -11.5%;
    max-width: 150% !important;
  transform: translateX(-50%);
  z-index: 2; /* foreground (people) */
  max-height: auto;
}
/* Footer */

.footer{
  background-color: #1A1A1A;
}
.footer-main{
  display: flex;
  flex-direction: column;
  gap: 50px;

}
.footer-top{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 140px;
  padding-bottom: 80px;;
}
.footer-about{
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-u {
  list-style: none;         /* remove bullets */
  margin: 0;
  padding: 0;
}

.footer-u li {
  margin-bottom: 10px;      /* spacing between items */
}

.footer-u li a {
  font-size: 17px;
  line-height: 200%;
  color: #fff;
  text-decoration: none;
  position: relative; /* needed for ::after underline */
  transition: color 0.3s ease;
}

.footer-u li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px; /* adjust spacing under text */
  width: 100%;
  height: 2px;
  background-color: currentColor; /* matches text color */
  transform: scaleX(0);          /* hidden initially */
  transform-origin: left center; /* grows from left */
  transition: transform 0.4s ease;
}

.footer-u li a:hover {
  color: #3CE1C8; /* hover text color */
}

.footer-u li a:hover::after {
  transform: scaleX(1); /* animate underline */
}

.footer-span{
  font-size: 17px;
}
.footer-bottom-p{
  font-size: 15PX;
  font-weight: 400;
  line-height: 1.51em;
}
.footer-bottom{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer-bottom-span{
  text-decoration: underline;
  font-weight: 700;
  color: #fff;
}
.footer-v{
  display: flex;
  flex-direction: row;
  gap: 60px;
  overflow-x: visible;
  justify-content: center;
}
.footer-con{
  padding: 120px 20px 20px 20px;
max-width: 1320px;
margin: 0 auto;
}
@media (max-width: 430px) {
    .footer-con {
        padding: 20px !important;      /* smaller padding for small screens */
    }
}
/* //logo slider */

    .logo-slider1 {
      width: 100%;
      overflow: visible;
      /* background: #f9f9f9; */
      padding: 20px 0;
      position: sticky;
      top: 0;
    }

    .logo-track1 {
      display: flex;
      transition: transform 0.5s linear;
      will-change: transform;
    }

    .logo-item {
      flex: 0 0 auto;
      padding: 0 30px;
    }

    .logo-item img {
      height: auto;
      width: auto;
      display: block;
    }
.logo-item img:hover {
  filter: brightness(0) invert(1); /* turns black SVG to white */
  transition: filter 0.3s ease;
}



/* Fade In Animation */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Fade In Up Animation */
@keyframes fadeInUp {
  from { 
    opacity: 0; 
    transform: translateY(20px); 
  }
  to { 
    opacity: 1; 
    transform: translateY(0); 
  }
}

/* Initial state: hidden */
.fade-in{
  opacity: 0; /* start invisible */
  transform: translateY(20px); /* only affects fade-in-up */
}

.fade-in-up {
  opacity: 1; /* start invisible */
  transform: translateY(20px); /* only affects fade-in-up */
}


/* Active state triggers animation */
.fade-in.active {
  animation: fadeIn 1.5s ease forwards;
}

.fade-in-up.active {
  animation: fadeInUp 1.5s ease forwards;
}

/* Incremental delays */
.fade-in:nth-child(1).active { animation-delay: 0.1s; }
.fade-in:nth-child(2).active { animation-delay: 0.3s; }
.fade-in:nth-child(3).active { animation-delay: 0.5s; }
.fade-in:nth-child(4).active { animation-delay: 0.7s; }

.fade-in-up:nth-child(1).active { animation-delay: 0.1s; }
.fade-in-up:nth-child(2).active { animation-delay: 0.3s; }
.fade-in-up:nth-child(3).active { animation-delay: 0.5s; }
.fade-in-up:nth-child(4).active { animation-delay: 0.7s; }
