body {
    font-family: 'Satoshi', sans-serif !important;
    overflow-x: hidden !important;  
}
a {
    text-decoration: none !important;
    color: inherit !important;
}

.nav-link {
    transition: all 0.3s ease;
}
.nav-link:hover,
.nav-link:focus {
    color: #FAFBEE;
    font-weight: 900;
    transform: scale(1.1);
}
.navbar-nav .nav-link.active {
    color: #FAFBEE !important;
    font-weight: 900;
    transform: scale(1.1);
}
.navbar-toggler {
    color: #FAFBEE !important; 
    background-color: #FAFBEE;
}
.main-title {
    font-size: 70px;
}
.title {
    font-size: 50px;
}
.sub-title {
    font-size: 35px;
}
.sub-text {
    font-size: 20px;
}
.banner-subtext {
    font-size: 32px;
}
.f-12 {
    font-size: 12px !important;
}
.f-14 {
    font-size: 14px !important;
}
.f-16 {
    font-size: 16px !important;
}
.f-18 {
    font-size: 18px !important;
}
.f-20 {
    font-size: 20px !important;
}
.f-22 {
    font-size: 22px !important;
}
.f-24 {
    font-size: 24px !important;
}
.f-25 {
    font-size: 25px !important;
}
.f-26 {
    font-size: 26px !important;
}
.f-27{
    font-size: 27px !important;
}
.f-28 {
    font-size: 28px !important;
}
.f-30 {
    font-size: 30px !important;
}
.form-control {
    background-color: #FAFBEE !important ;
}
.btn-warning {
    background: #FEB800;
    color:#01222B;
}
.btn-dark {
    background: #01222B !important;
    color: #FAFBEE !important;
}
.f-white {
    color: #FAFBEE !important;
}
.f-black {
    color: #01222B !important;
}
.f-orange {
    color: #FEB800 !important;
}
.f-400 {
    font-weight: 400;
}
.f-500 {
    font-weight: 500;
}
.f-600 {
    font-weight: 600;
}
.f-700 {
    font-weight: 700;
}
.f-800 {
    font-weight: 800;
}
.f-900 {
    font-weight: 900;
}
.navbar-toggler:focus {
    box-shadow: unset !important;
}
.main-log{
    display: none;
}
.w-30{
    width: 30% !important;
}

/*Homepage*/
#header {
    position: sticky !important;
    top: 0;
    z-index: 10;
    transition: background 0.6s ease, background-color 0.6s ease !important;
}
#header:not(.scrolled) {
    transition: none !important; 
}
#header.scrolled {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2)) !important;
    transition: background 0.6s ease, background-color 0.6s ease !important;
}

/* new section css */
/* Container for the parallax sections */
body, html {
    margin: 0;
    padding: 0;
    /* overflow-x: hidden; */
}
.parallax-container {
    position: relative;
    height: 200vh; /* Two full-screen sections */
    overflow: hidden;
}
.parallax-container-individuals
{
   position: relative;
   height: 100vh; /* Two full-screen sections */
   overflow: hidden;
}
.parallax-container-about
{
   position: relative;
   height: 100vh; /* Two full-screen sections */
   overflow: hidden;
}
/* Parallax background image */
.parallax-bg-homepage {
    position: fixed; /* Keeps the background fixed */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Full viewport height */
    background: url('../images/homepage/main.png') no-repeat center center / cover;
    z-index: -1; /* Pushes it behind the content */
    transform: translateY(0); /* For smooth parallax scrolling */
}
@media (min-width: 320px) and (max-width:767px){
    .parallax-bg-homepage {
        background: url('../images/homepage/main-mobile.png') no-repeat center center / cover;
    }
    .parallax-container-about
    {
        min-height: 140vh;
    }
    .parallax-container-individuals
    {
         min-height: 120vh;
    }
}
/* Parallax background image */
.parallax-bg-business {
    position: fixed; /* Keeps the background fixed */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Full viewport height */
    background: url('../images/business/for-business-banner-v2.png') no-repeat center center / cover;
    z-index: -1; /* Pushes it behind the content */
    transform: translateY(0); /* For smooth parallax scrolling */
}
.parallax-bg-individuals
{
    position: fixed; /* Keeps the background fixed */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Full viewport height */
    background: url('../images/individuals/individuals-bg-v2.png') no-repeat center center / cover;
    z-index: -1; /* Pushes it behind the content */
    transform: translateY(0); /* For smooth parallax scrolling */
}
.parallax-bg-about
{
    position: fixed; /* Keeps the background fixed */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Full viewport height */
    background: url('../images/about-us/about-us-banner-v2.png') no-repeat center center / cover;
    z-index: -1; /* Pushes it behind the content */
    transform: translateY(0); /* For smooth parallax scrolling */
}

/* Individual sections */
.section {
    position: relative;
    height: 100vh; /* Full-screen height */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    background: rgba(0, 0, 0, 0.5); /* Optional: Add an overlay for contrast */
    z-index: 1;
}
#indSec
{
    position: relative;
    height: 100vh; /* Full-screen height */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    background: rgba(0, 0, 0, 0.5); /* Optional: Add an overlay for contrast */
    z-index: 1;
}
@media (min-width: 320px) and (max-width:767px){
    #indSec {
         background: rgba(0, 0, 0, 0.5);
           height: 120vh; /* Full-screen height */
    }

}
/* End new section css */
.background-section-home{
    background: 
    linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 50.13%, rgba(0, 0, 0, 0.6) 75%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.1) 100%),
    url("../images/homepage/main.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FAFBEE; 
}
.background-section-home-second{
    border-bottom-left-radius: 100px;
}

.background-section {
    background: 
    linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 50.13%, rgba(0, 0, 0, 0.6) 75%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.1) 100%),
    url("../images/business/for-business-banner-v2.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FAFBEE; 
}
.individuals-section{
    background: 
    linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 50.13%, rgba(0, 0, 0, 0.6) 75%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.1) 100%),
    url("../images/individuals/individuals-bg-v2.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FAFBEE; 
    border-bottom-left-radius: 100px;
    
}
.black-border{
    border-bottom: 2px solid #01222B !important;
    
}
.featured-wrapper {
    background: #FAFBEE;
}
.third {
    display: flex;
    align-items: center; /* Vertically center content */
    justify-content: center;
    background: #FAFBEE;
}
.right-curved-section{
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
}
.curved-section-left{
    border-bottom-left-radius: 100px;
}
.curved-section-right{
    border-top-right-radius: 100px;
}
/*End Homepage*/
.individuals-wrapper {
    background: linear-gradient(to bottom, #01222B 0 50%, #FAFBEE 50% 100%);
}
.text-wrapper {
    background: linear-gradient(to right, #FAFBEE 50%, #FAFBEE 50%);
}

.background-section-wrapper {
    background: linear-gradient(to right, #01222B 50%, #01222B 50%);
}
.bg-dark {
    background: #01222B !important;
}
.bg-light {
    background: #FAFBEE !important;
}
.bg-orange {
    background: #FEB800;
}
.highlight-section-wrappper {
    background: linear-gradient(to right, #FAFBEE 50%, #FAFBEE 50%);
}
.highlight-section {
    border-radius: 0 100px 0 100px;
}
.featured-section {
    border-bottom-left-radius: 100px;
}
#imgSection {
    position: absolute;
    right: 0;
    align-self: center;
}
.embedding-mental-wrapper {
   background: linear-gradient(#01222B,#FAFBEE);
}
.embedding-mental{
    background: #FEB800;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
}
.line-black {
    border: 0.50px solid #01222B;
}
.line-white {
    border: 0.50px solid #FAFBEE
}
.mental-cards {
    border-radius: 0 45px 0 45px;
    border: none;
    background: #01222B;
}
.mental-cards {
    position: relative;
    padding-top: 50px; /* Adjust based on image height */
}
.team-image{
    width: 18%;
    border-radius: 50%;
    z-index: 1;
}
.card-img-wrapper {
    display: flex;
    justify-content: center;
    position: absolute;
    top: -50px; 
    width: 100%;
}

.custom-card-img {
    width: 22%; 
}
.company-wrapper
{
    background: linear-gradient(to right, #FAFBEE 50%, #FAFBEE 50%) !important;
}
.company-section
{
    border-top-left-radius: 100px;
}
.calculator-section
{
    background: #FAFBEE;
}
.white-border{
    border: 0.50px solid #FAFBEE!important;
    width: 70% !important;
}
/*For calculator section*/
.range-slider {
    position: relative;
    width: 100%;
    height: 20vmin;
    overflow: hidden;
}

.range-slider_input {
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 4px;
    opacity: 0;
    margin: 0;
}

.range-slider_input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 100px;
    height: 100px;
    cursor: pointer;
    border-radius: 50%;
    opacity: 0;
}

.range-slider_input::-moz-range-thumb {
    width: 14vmin;
    height: 14vmin;
    cursor: pointer;
    border-radius: 50%;
    opacity: 0;
}

.range-slider_thumb {
    width: 12vmin;
    height: 6vmin;
    border-radius: 20px 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FEB800;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.5vmin;
    color: #01222B;
    z-index: 2;
}

.range-slider_line {
    height: 0.5vmin;
    width: 100%;
    background-color: #FEB800;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    position: absolute;
    z-index: 1;
}

.range-slider_line-fill {
    position: absolute;
    height: 0.5vmin;
    width: 0;
    background-color: #FEB800;
}
.line-white{
    border-bottom: 1px solid #FAFBEE !important;
}
/* End For calculator section*/
.ticker-tape-container {
    overflow-x: hidden;
    display: flex;
}

.ticker-tape {
    display: flex;
    gap: 1rem;
    flex: 0 0 auto;
    align-items: center;
    animation: marquee 40s linear 0s infinite !important;
    animation-play-state:running !important;
    animation-delay: 0s !important;
    animation-direction: normal !important;
}
@keyframes marquee {
    0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-100%);
  }
}
.company-wrapper .industries-logo{
    width: 160px !important;
}

/* GENERAL STYLING */



.details-wrapper {
    background: linear-gradient(to right, #FAFBEE 50%, #01222B 50%);
}
.details-wrapper-another {
    background: linear-gradient(to right, #01222B 50%, #FAFBEE 50%);
}
.bg-action{
    background: linear-gradient(to right, #FEB800 50%, #FAFBEE 50%); 
}
.details-section {
    background: #FEB800;
    border-radius: 100px 0px;
}
.vl{
    border-left: 2px solid #01222B;
}
.vr-custom {
    border-right: 2px solid #01222B  ;
}
.vh-custom {
    position: relative; 
}

.vh-custom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0; 
    width: 75% !important; 
    height: 2px;
    background-color: #01222B; 
}



.vl-yellow{
    border-left: 2px solid #FEB800;
}
.vh-yellow{
    border-bottom: 2px solid #FEB800 ;
}
.swiper-slide {
    transition: transform 0.3s ease; /* Smooth scaling effect */
}

.testimonial-cards{
    transform: scale(0.8) !important; /* Highlighted card effect */
    z-index: 2; /* Ensure it appears on top */
}
.testimonial-wrapper1 .testimonial-cards{
    box-shadow: 0px 0px 10px 0.5px rgba(0, 0, 0, 0.1);
}
.mySwiper1 .swiper-slide-active  {
    transform: scale(1.3) !important;
}

.communitySwiper .swiper-slide-active {
    transform: scale(1.3) !important;
}
#ServicesSection .swiper-slide{
    height: auto !important;
}
.testimonial-section .swiper-slide::before,
.testimonial-section .swiper-slide::after ,
.testimonial-section1 .swiper-slide::before,
.testimonial-section1 .swiper-slide::after ,
.community-section .swiper-slide::before,
.community-section .swiper-slide::after 
{
   content: "";
   position: absolute;
   display: none; /* Hide by default */
   width: 40px;
   height: 40px;
   background-size: contain;
   background-repeat: no-repeat;
   z-index: 2;
}
.testimonial-section .swiper-slide-active::before,
.testimonial-section .swiper-slide-active::after,
.testimonial-section1 .swiper-slide-active::before,
.testimonial-section1 .swiper-slide-active::after ,
.community-section .swiper-slide-active::before,
.community-section .swiper-slide-active::after 
{
    display: block;
}
.testimonial-section .swiper-slide-active::before,
.community-section .swiper-slide-active::before
{
    background-image: url('../images/homepage/quote-1.svg');
    top: 15%;
    left: 10%;
    transform: translate(-50%, -50%);
}
.testimonial-section .swiper-slide-active::after,
.community-section .swiper-slide-active::after
{
    background-image: url('../images/homepage/quote-2.svg');
    bottom: 12%;
    right: 8%;
    transform: translate(50%, 50%);
}
.testimonial-section1 .swiper-slide-active::before {
    background-image: url('../images/business/quote-1.svg');
    top: 15%;
    left: 10%;
    transform: translate(-50%, -50%);
}
.testimonial-section1 .swiper-slide-active::after {
    background-image: url('../images/business/quote-2.svg');
    bottom: 12%;
    right: 8%;
    transform: translate(50%, 50%);
}       
.testimonial-wrapper1 .quote-first {
    left: 32%;
    top: 9%;
}
.testimonial-wrapper1 .quote-second {
    right: 33%;
    bottom: 15%;
    transform: translateX(50%);
}
.community-bg .quote-first {
    left: 32%;
    top: 10%;
}
.community-bg .quote-second {
    right: 32%;   
    bottom: 10%;

}
.testimonial-section
{
    border-bottom-left-radius: 100px;
}
.testimonial-section1
{
 border-radius: 0 100px 0 100px;
}
.testimonial-wrapper1
{
    background: #FAFBEE;
}
.testimonial-cards {
 border-radius: 70px 0 70px 0;
 border: 1px solid #FAFBEE;
 background: transparent;
}
.journey-section {
    background: #F7F0CF;

}   


/* Add any additional CSS styles as needed */
.journey-section {
    transition: background-color 0.5s ease-in-out;
}
.dynamic-title,
.dynamic-subtitle {
    transition: color 0.5s ease-in-out;
}
.dynamic-mobile-img {
    transition: opacity 0.5s ease-in-out;
}

h1,h2,h3,h4,h5,h6,p{
    margin: 0 !important;
}
.bg-white{
    background: transparent !important;
}

.journey-card{
    background: #FAFBEE;
    border-radius: 0px 0px 100px 0; 
    z-index: 1;
    width: 50% !important;
}
.journeySwiper{
    z-index: 0;
}

.bg-lightorange{
    background-color: #F7F0CF !important;
}
.bg-lightpink{
    background-color: #FAD9C4 !important;
}
.bg-skylight{
    background-color: #DFF9F1 !important;
}
.bg-lightblue{
  background-color: #DFDEFF !important;
}
.bg-light-turq{
    background-color: #E2FCFF !important;
}
.bg-light-blush{
    background-color: #FFECF0 !important;
}
.mt-50 {
    margin-top: 50% !important;
}
.slider__prev, .slider__next {
    position: absolute;
    width: 45px;
    height: 45px;
    z-index: 10;
    top: calc(50% - -230px);
    cursor: pointer;
    margin: 0;
}
.slider__prev.swiper-button-disabled, .slider__next.swiper-button-disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.slider__prev { left: 8.6%;   }
.slider__next { right: 50%; }


#journeyCard
{
    position: absolute;
    left: 0;
}
.journey-card
{
    border: none;
    border-bottom-right-radius: 100px;
}

.image-compare-slider {
    position: relative;
    width: 100%;
    height: 60vh;
    max-width: 100%;
    overflow: hidden;
    aspect-ratio: 16 / 9; 
    cursor: pointer;
    user-select: none;
}

.image-compare-slider .before,
.image-compare-slider .after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.before img, .after img {
    transition: opacity 0.3s ease;
}

.slider-handle {
    transition: left 0.3s ease;
}
.after {
    transition: clip-path 0.3s ease;
}
.image-compare-slider .before img,
.image-compare-slider .after img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    pointer-events: none; 
    user-select: none;
}

.image-compare-slider .after {
    clip-path: inset(0 50% 0 0); 
    transition: clip-path 0.3s ease; 
}

.slider-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0); 
    display: flex;
    align-items: center;
    z-index: 10;
    pointer-events: auto; 
    cursor: ew-resize;
    transition: left 0.2s ease;
}

.slider-handle .line {
    width: 3px;
    height: 100%; 
    background-color: #FAFBEE;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

.slider-handle .circle {
    width: 25px; 
    height: 25px;
    background-color: #FAFBEE;
    position: absolute;
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%); 
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px; 
    cursor: pointer;
    z-index: 11; 
}

.circle i {
    font-size: 16px;
}
.circle i:first-child {
    margin-left: 4px; 
}
.circle i:last-child {
    margin-right: 4px; /* Adjust spacing for right arrow */
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: none !important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: none !important;
}

.swipernext,
.swiperprev {
    position: absolute;
    z-index: 10;
    bottom: 0;
    cursor: pointer;
    margin: 0;
}
.swiper-navigation{
    .swiperprev img,
    .swipernext img {
        width: 40px;
        cursor: pointer; }
    }
    .swiperprev {
        left:30%;  
    }
    .swipernext {
        right: 30%; 
    }


    .swiper-button-next{
        right: 25% !important;
    }
    .swiper-button-prev{
        left: 25% !important;
    }
    span.step {
        background: #FEB800;
        border-radius:50%;
        color: #01222B;
        display: inline-block;
        font-weight: 900;
        font-size: 24px;
        line-height: 1.7em;
        margin-right: 5px;
        text-align: center;
        width: 1.7em; 
    }
    .custom-next{
        position: absolute;
        top: 50%;
        right: 25%;
        z-index: 100;
    }
    .custom-prev{
        position: absolute;
        top: 50%;
        left:25%; z-index: 100;
    }
    .custom-next img ,.custom-prev img{
     width: 40px;
 } 
 .contact-wrapper {/* Smooth transition */
    background: #FAFBEE;
    transition: background-color 0.5s ease-in-out; 
}
.form-control:focus {
    box-shadow: unset !important;
}
.contact-wrapper2 {
    background: linear-gradient(to right, #FAFBEE 50%, #FAFBEE 50%);
    transition: background-color 0.5s ease-in-out; 
}
.contact-section {
    border-top-left-radius: 100px;
}
.contact-section2 {
    border-top-right-radius: 100px;
}
.form-control-lg {
    border-radius: 12px;
    border: none;
    height: 3.5rem;
}
.credits {
    display: flex;
    flex-direction: column; 
}
.topics-wrapper {
    background: linear-gradient(to right, #FAFBEE 50%, #01222B 50%);
}
.topics-section {
   border-radius: 100px 0 100px 0;
}
.section-about {
    position: relative;
    height: 100vh; /* Full-screen height */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    background: rgba(0, 0, 0, 0.5); /* Optional: Add an overlay for contrast */
    z-index: 1;
}
@media (min-width: 320px) and (max-width:767px){
    .section-about 
    {
          height: 140vh; /* Full-screen height */
    }
}

.about-wrapper {
    background: linear-gradient(to bottom, #000000 50%, #FEB800 50% 100%); 
}
.about-section {   
    background: 
    linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 50.13%, rgba(0, 0, 0, 0.6) 75%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.1) 100%),
    url("../images/about-us/about-us-banner-v2.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FAFBEE; 

    border-radius: 0 0 0 154px;
}
.about-cards {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 60px 0 60px 0;
}
.team-card {
    /* position: relative; */
    background: transparent;
    border: 0.5px solid #FAFBEE;
    border-radius: 0 75px 0 75px;
}
.team-section {
    border-radius: 100px 0 100px 0 ;
}
.black-hr {
    border: 1px solid #01222B !important;
    width: 100%; /* Adjusts width to match the content size */
    margin: 0 auto; /* Centers the line horizontally */
}
.ellipse-img {
    position: absolute;
    top: -25%;
    left: 5%;
    z-index: 0;
}
.linkdin-logo{
    width: 35px;
    left:18%;
    bottom: 15%;
    z-index: 1;
}
.info-wrapper {
    background: linear-gradient(to right, #01222B 50%, #FAFBEE 50%);
}

video {

    object-fit: cover !important;
}
.info-section {
 border-radius: 0 100px 0 100px;
}
.custom-hr {
    border: 0.5px solid #FAFBEE;
    margin: 0;
    width: 80%;
}
.community-section{
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
}
.community-bg{
    background: linear-gradient(
        to top,
        #FAFBEE 0%,
        #FAFBEE 50%,
        #FEB800 50%,
        #FEB800 100%
    );
}
.testimonial-wrapper1 .testimonial-cards {
    border-radius: 70px 0 70px 0;
    border: 1px solid #01222B;
    background: transparent;
}

.stepper-wrapper {

    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.stepper-item {
    position: relative;
    display: flex;
    align-items: center;
    flex: 1;
}
.stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    font-size: 35px;
    font-weight: 900;
    border-radius: 50%;
    background: #ccc;
    margin-bottom: 6px;
}
.featured-wrapper .swiper-wrapper,.company-wrapper .swiper-wrapper {
    transition-timing-function:linear!important; 
}

::placeholder { 
    color:   #01222B !important;
}
.stepper-item.active {
    font-weight: bold;
}

.stepper-item.completed .step-counter {
    background-color: #FEB800;
}

.stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #01222B;
    width: 100%;
    top: 35px;
    left: 0;
    z-index: 3;
}

.stepper-item:first-child::before {
    content: none;
}
.stepper-item:last-child::after {
    content: none;
}
.alcove-card{
    border-radius: 48% 48% 0 0;
    background-color: #FAFBEE !important;
    width: 90% !important;
}

.Community-swiper  .swiper {
    width: 100%;
    height: 100%;
}
.Community-swiper  .swiper-slide {
    opacity: 0!important;
}
.Community-swiper .swiper-slide-active {
    opacity: 1!important;
}
.selfcareSwiper  .swiper-slide {
    opacity: 0!important;
}
.selfcareSwiper .swiper-slide-active {
    opacity: 1!important;
}
.embedding-mental-wrapper .swiper{
    height: auto !important;
}
.approach-wrapper .circle{

    border-radius: 50%;
    background-color: #FEB800;
    color: #01222B;
    font-weight: 800;
    text-align: center;
    font-size: 28px;
    display: flex;
    justify-content: center; 
    align-items: center; 
}

.stats-container .stat .odometer {
    display: inline-block;
    transform: translateZ(0) !important;
}

.odometer.plus {
    position: relative;
}
.odometer.plus::after {
    content: "+";
    position: absolute;
    top: 0;
    right: -40px;
}
.individual-image{
    width: 50% !important;
}
/* .logoSwiper2 .swiper-slide img{
    width: 200px !important;
} */
@media (min-width: 1368px) and (max-width: 1368px) {
    .slider__prev {
        left: 8.5%;
    }

}
@media (min-width: 1440px) and (max-width: 1440px){

    .slider__prev {
        left: 5%;
    }
    .journey-card {
        .ms-4{
            margin-left: .5rem !important;
        }
    }
    .journey-card .row{
        justify-content: center !important;
    }
    .journeySwiper .mt-50{
        margin-top: 48% !important;
    }

}
@media (min-width: 1920px) and (max-width: 1920px){
    .slider__prev {
        left: 16%;
    }
    .slider__next {
        right: 50%;
    }
    
    .journey-card .row{
        justify-content: end !important;

        .col-lg-10 {
            flex: 0 0 auto;
            width: 70.333333%;
        }
    }

}
@media (min-width: 768px) and (max-width: 1024px) {

 .navbar .ms-md-5{  
  margin-left: unset !important; 
}
.nav-link.active{
    transform: unset !important;
}
.nav-link:hover,
.nav-link:focus {
    transform: unset !important;
}
.mySwiper1 .swiper-slide-active {
    transform: unset !important;
}
.count-section{ .title{
    font-size: 30px;
}
.sub-text{
    font-size: 18px;
}
}
.custom-card-img {
    width: 15%;
}

.communitySwiper .swiper-slide-active{
    transform: unset !important;
}
.background-section-home{
    height: 80vh  !important;
}
.background-section {
    height: 80vh  !important;
}
.individuals-section{
    height: 80vh  !important;  
}

.image-compare-slider {
    width: 100%;
    height: 100% ;
    max-width: 100%;

}
.journeySwiper{
    height: unset !important;
}
.approach-wrapper {
    .sub-title{
        font-size: 28px !important;
    }
    .step-counter {
        height: 60px;
        width: 60px;
        font-size: 28px !important;
    }
    .sub-text{
        font-size: 18px !important;
    }
}
.team-card .sub-text{
    font-size: 18px !important;
}
.our-valuses-sec .w-25{
    width: unset !important;
}
.ellipse-img {
    position: absolute;
    bottom: 87%;
    left: 5%;
    width: 25%;
}
.team-wrapper .dynamic-title{
    margin-left: 5.2em !important;
}
video {
    height: 100% !important;
}
.ticker-tape-container {
    overflow-x: hidden;
    display: flex;
}

.ticker-tape {
    display: flex;
    gap: 1rem;
    flex: 0 0 auto;
    align-items: center;
    animation: marquee 40s linear 0s infinite !important;
    animation-play-state:running !important;
    animation-delay: 0s !important;
    animation-direction: normal !important;
}
br {
    display: none !important;
}
.custom-card-img {
    width: 15%;
}
.testimonial-wrapper1 .quote-first {
    left: 7%;
    top: 18%;
    
}
.testimonial-wrapper1 .quote-second {
    right: 12%;   
    bottom: 10%;

}
.testimonial-wrapper .quote-first {
    left: 7%;
    top: 18%;
    
}
.testimonial-wrapper .quote-second {
    right: 12%;   
    bottom: 12%;

}
.community-bg .quote-first {
    left: 7%;
    top: 18%;
}
.community-bg .quote-second {
    right: 9%;   
    bottom: 16%;

}
.journey-card{
    width: 100% !important;
    position: unset !important;
    display: flex;
    justify-content: center !important;
}
.individual-image{
    width: 75% !important;
    
}
.custom-next{
    position: absolute;
    top: 50%;
    right: 10%;
    z-index: 100;
}
.custom-prev{
    position: absolute;
    top: 50%;
    left:10%; z-index: 100;
}
}

@media (min-width: 320px) and (max-width:767px){
    #secondHomeSec
    {
        border-bottom-left-radius: 60px !important;
    }
    .featured-section {
        border-bottom-left-radius: 60px !important;
    }
    .company-section
    {
        border-top-left-radius: 60px !important;
    }
    .embedding-mental {

        border-top-left-radius: 60px !important;
        border-bottom-right-radius: 60px !important;
    }
    .details-section
    {
        border-radius: 60px 0px !important;
    }
    .testimonial-section {
        border-bottom-left-radius: 60px !important;
    }
    #secondBusSec
    {
        border-bottom-left-radius: 60px !important;
    }
    .text-section {
        border-bottom-right-radius: 60px !important;
    }
    .info-section {
        border-radius: 0 60px 0 60px;
    }
    .right-curved-section {
        border-top-left-radius: 60px;
        border-bottom-right-radius: 60px;
    }
    .curved-section-left {
        border-bottom-left-radius: 60px;
    }
    .individuals-section {
        border-bottom-left-radius: 60px;
    }
    .text-section-individuals
    {
        border-top-right-radius: 60px !important;
    }
    .topics-section {
       border-radius: 60px 0 60px 0;
   }
   .about-section {  
    border-radius: 0 0 0 60px;
}
.vr-custom 
{
    border-right: 0px solid #01222B  ;
}
.team-section {
    border-radius: 60px 0 60px 0;
}
.community-section {
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
}
.vl {
    border: none;
}
.vl-yellow{
    border: none;
}
.main-title
{
    font-size: 35px;
}
.banner-subtext
{
    font-size: 26px;
}
.title
{
    font-size: 36px;
}
.sub-title {
    font-size: 28px;
}
.our-valuses-sec .w-25{
    width: unset !important;
}
.navbar-nav .nav-link.active {
    transform: unset;
    margin-left: unset;
}
.nav-link:hover {
    transform: unset !important;
}
.mySwiper1 .swiper-slide-active {
    transform: scale(1.0) !important;
}
.communitySwiper .swiper-slide-active{
    transform: scale(1.0) !important;
}
.individual-image{
    width: 60% !important;
}
.individuals-section .img-fluid{
   max-width: unset !important;
}

.testimonial-cards{
    transform: scale(0.9) !important; /* Highlighted card effect */
    z-index: 2; /* Ensure it appears on top */
}
.testimonial-section .swiper-slide-active::before ,
.community-section .swiper-slide-active::before
{
    top: 12%;
    left: 6%;
    transform: translate(-50%, -50%);
}
.testimonial-section .swiper-slide-active::after,
.community-section .swiper-slide-active::after
{
    bottom: 6%;
    right: 6%;
    transform: translate(50%, 50%);
}
.testimonial-section1 .swiper-slide-active::before {
    top: 12%;
    left: 6%;
    transform: translate(-50%, -50%);
}
.testimonial-section1 .swiper-slide-active::after {
    bottom: 6%;
    right: 6%;
    transform: translate(50%, 50%);
}
.community-bg .quote-first {
    left: 0%;
    top: 5%;
    width: 13%;
}
.community-bg .quote-second {
    right: 5%;   
    bottom: 15%;
    width: 13%;
}
.contact-section {
    border-top-left-radius: 60px;
}
.bg-white-bg{
    background: #FAFBEE;
    border-radius: 0px 0px 100px 0;
    max-height: 50% !important;
    width: 100% !important;
    height: 50%;
}
.ellipse-img {
    position: absolute;
    bottom: 84%;
    left: 4%;
    width: 25%;
}
.linkdin-logo{
    
    left:21%;
    bottom: 20%;
    z-index: 1;
}
.team-card .sub-text{
    font-size: 18px !important;
}
.custom-hr {
    border: 0.5px solid #FAFBEE;
    margin: 0;
    margin-left: calc(0% + 50px); 
    width: calc(100% - (16% + 50px));
}
.journey-card{
    width: 100% !important;
    position: unset !important;
}
.journeySwiper{
    height: unset !important;
}
.mt-50{
    margin-top: unset !important;
}
.journeySwiper .swiper-slide .text-end{
  text-align: center !important;
}
.slider__prev, .slider__next {
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 10;
    top: calc(50% - -370px);
    cursor: pointer;
}
.slider__prev { left: 2%;   }
.slider__next { right: 2%; }

.approach-wrapper .circle {
    width: 45px;
    height: 45px;}
    .approach-wrapper {
        .sub-text{
            font-size: 16px !important;
        }
        .sub-title{
            font-size: 24px !important;  
        }
    }
    .image-compare-slider{
        left: 0;
        width: 100%;
        height: 100%;
        max-width: 100%;
        overflow: hidden;
        aspect-ratio: 1;
    }
    video {
        height: 100% !important;
    }

    .logoSwiper2 .swiper-slide{
        width: fit-content !important;
        align-items: center !important;
        display: inline-block !important;
    }
    .logo2-image{
        width: 70% !important;
    }
    .ticker-tape-container {
        overflow-x: hidden;
        display: flex;
    }
    .black-border{
        border-bottom: 2px solid #01222B !important;   
    }
    .ticker-tape { 
        display: flex;
        gap: 1rem;
        flex: 0 0 auto;
        align-items: center;
        animation: marquee 40s linear 0s infinite !important;
        animation-play-state:running !important;
        animation-delay: 0s !important;
        animation-direction: normal !important;
    }
    br {
        display: none !important;
    }
    .vh-custom::before {
        width: unset !important;
    }
    .stats-container .stat {
        text-align: center !important;
    }
    .odometer.plus::after {
        right: -25px; 
    }

    .swiperprev img, .swipernext img {
        width: 42px;
        height: auto;
        cursor: pointer;
    }
    .swiperprev{ left: 25% !important; }
    .swipernext{ right:25% !important; }

    .custom-next{ z-index: 1000;right: 0;top: 88%;} 
    .custom-prev{z-index: 1000; left: 0;top: 88%;}
    .custom-prev img, .custom-next img {
        width: 42px;
        height: auto;
        cursor: pointer;
    }
    .background-section-home {
        background-position: center;
        background-size: cover;
        min-height: 80vh;
        background-image:  linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 50.13%, rgba(0, 0, 0, 0.6) 75%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.1) 100%)
        ,url('../images/homepage/main-mobile.png') ;          
        .f-27{
            font-size: 24px !important ;
        }
    }
    .background-section {
        background-position: center;
        background-size: cover;
        min-height: 80vh;
        .f-27{
            font-size: 24px !important ;
        } 
    }


    .logo-slider {
        overflow: hidden;
        padding: 10px 0 0 0;
        white-space: nowrap;
        position: relative;
    }

    .logos-slide {
        display: inline-block;
        animation: 45s slide infinite linear;
    }

    .logos-slide img {
        width: 183px;
        height: auto;
        margin: 0 40px;
    }
    
    @keyframes slide {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-100%);
        }
    }
    .details-wrapper .black-border,.details-section .black-border{
        border-bottom: unset !important;
    }
    .btn{
        font-size: 12px !important;
    }
    .vh-yellow{
        border-bottom: unset !important;
    }
}
