:root {
    --white: #ffffff;
    --black: #000000;
    --dark-light-green: #95FF5D;
    --green: #1EBA68;
    --black: #010403;
    --white: #FFFFFF;
    --text-80: 4.167vw;
    --text-75: 3.906vw;
    --text-65: 3.385vw;
    --text-60: 3.125vw;
    --text-60w2: 3.125vw;
    --text-45: 2.344vw;
    --text-40: 2.083vw;
    --text-40w2: 2.083vw;
    --text-38: 1.979vw;
    --text-35: 1.823vw;
    --text-34: 1.771vw;
    --text-32: 1.667vw;
    --text-30: 1.563vw;
    --text-28: 1.458vw;
    --text-26: 1.354vw;
    --text-25: 1.302vw;
    --text-25w2: 1.302vw;
    --text-24: 1.25vw;
    --text-22: 1.146vw;
    --text-20: 1.042vw;
    --text-18: 0.938vw;
    --text-16: 0.833vw;
    --text-14: 0.729vw;

    --text-100: 5.208vw;
    --spacing-100: 6.25vw;
}

html.lenis {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

/* Mobile first (<=767px) */
@media (max-width: 767px) {
    :root {
        --text-100: 3.75rem;
        --text-80: 3rem;
        --text-75: 2.8rem;
        --text-65: 2.45rem;
        --text-60: 1.875rem;
        --text-60w2: 2.25rem;
        --text-45: 1.7rem;
        --text-40w2: 2.5rem;
        --text-40: 1.7rem;
        --text-38: 1.6rem;
        --text-35: 1.563rem;
        --text-34: 1.25rem;
        --text-32: 1.2rem;
        --text-30: 1.125rem;
        --text-28: 1.05rem;
        --text-26: 0.975rem;
        --text-25w2: 1.25rem;
        --text-25: 0.938rem;
        --text-24: 1rem;
        --text-22: 0.938rem;
        --text-20: 0.938rem;
        --text-18: 0.875rem;
        --text-16: 0.7rem;
        --text-14: 0.625rem;

        --spacing-100: 60px;
    }
}

/* Tablet (768px-991px) */
@media (min-width: 768px) and (max-width: 991px) {
    :root {
        --text-100: 5rem;
        --text-80: 4rem;
        --text-75: 3.75rem;
        --text-65: 3.25rem;
        --text-60: 3rem;
        --text-60w2: 3.375rem;
        --text-45: 2.5rem;
        --text-40: 2.25rem;
        --text-40w2: 2.5rem;
        --text-38: 2.1rem;
        --text-35: 1.563rem;
        --text-34: 1.9rem;
        --text-32: 1.8rem;
        --text-30: 1.5rem;
        --text-28: 1.4rem;
        --text-26: 1.3rem;
        --text-25w2: 1.4rem;
        --text-25: 1.35rem;
        --text-24: 1.2rem;
        --text-22: 1.1rem;
        --text-20: 1rem;
        --text-18: 1rem;
        --text-16: 1rem;
        --text-14: 0.85rem;
        --spacing-100: 70px;
    }
}

/* Small desktop (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1200px) {
    :root {
        --text-100: 5rem;
        --text-80: 4rem;
        --text-75: 3.75rem;
        --text-65: 3.25rem;
        --text-60: 3rem;
        --text-60w2: 3.375rem;
        --text-45: 2.5rem;
        --text-40: 2.25rem;
        --text-40w2: 2.5rem;
        --text-38: 2.1rem;
        --text-35: 1.563rem;
        --text-34: 1.9rem;
        --text-32: 1.8rem;
        --text-30: 1.5rem;
        --text-28: 1.4rem;
        --text-26: 1.3rem;
        --text-25w2: 1.4rem;
        --text-25: 1.35rem;
        --text-24: 1.2rem;
        --text-22: 1.1rem;
        --text-20: 1rem;
        --text-18: 1rem;
        --text-16: 1rem;
        --text-14: 0.85rem;
        --spacing-100: 70px;
    }
}



.white {
    color: var(--white);
}

.black {
    color: var(--black);
}

.badge {
    font-size: var(--text-14);
    font-weight: 600;
    border-radius: 4px;
}

/*font sizes*/
.text-100 {
    font-size: var(--text-100);
}

.text-80 {
    font-size: var(--text-80);
}

.text-75 {
    font-size: var(--text-75);
}

.text-65 {
    font-size: var(--text-65);
}

.text-60 {
    font-size: var(--text-60);
}

.text-60w2 {
    font-size: var(--text-60w2);
}

.text-35 {
    font-size: var(--text-34);
}

.text-38 {
    font-size: var(--text-38);
}

.text-28 {
    font-size: var(--text-28);
}

.text-45 {
    font-size: var(--text-45);
}

.text-40 {
    font-size: var(--text-40);
}

.text-40w2 {
    font-size: var(--text-40w2);
}

.text-34 {
    font-size: var(--text-34);
}

.text-32 {
    font-size: var(--text-32);
}

.text-30 {
    font-size: var(--text-30);
}

.text-25w2 {
    font-size: var(--text-25w2);
}

.text-25 {
    font-size: var(--text-25);
}

.text-26 {
    font-size: var(--text-26);
}

.text-24 {
    font-size: var(--text-24);
}

.text-22 {
    font-size: var(--text-22);
}

.text-20 {
    font-size: var(--text-20);
}

.text-16 {
    font-size: var(--text-16);
}

.text-14 {
    font-size: var(--text-14);
}

.text-18 {
    font-size: var(--text-18);
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.leading-150 {
    line-height: 150% !important;
}

.leading-140 {
    line-height: 140% !important;
}

.leading-130 {
    line-height: 130% !important;
}

.leading-120 {
    line-height: 120% !important;
}

.leading-100 {
    line-height: 100% !important;
}

/*colors*/

.black {
    color: var(--black);
}

.dark-light-green {
    color: var(--dark-light-green);
}

.wrap-balance {
    text-wrap: balance;
}

.radius-8 {
    border-radius: 8px;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.form-container select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* SVG arrow as background */
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23000' stroke-width='1.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m19.5 8.25-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E") no-repeat right 12px center;
    background-size: 16px;
    /* adjust size */
    /* Adjust size of your arrow */
    padding-right: 40px;
    /* Give space for arrow */
}

/* For IE 10/11 hide default arrow */
select.form-control::-ms-expand {
    display: none;
}

html {
    overflow-x: hidden;
}



body {
    font-family: "Poppins", sans-serif;
    font-size: var(--text-20);
    color: var(--black);
    font-weight: 400;
    text-rendering: optimizeSpeed;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    border-top: 4px solid transparent;
    border-image: linear-gradient(to right, #A3F05A 0%, #58B770 50%, #1E4A49 100%);
    border-image-slice: 1;
    border-image-repeat: no-repeat;
}

.container {
    max-width: 1205px;
    margin: 0 auto;
}

.container-fluid {
    padding-left: 6.5vw;
    padding-right: 6.5vw;
}



.skip-link {
    position: absolute;
    left: -9999px;
    top: -9999px;
    z-index: 99999;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}


.btn {
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    gap: 12px;
    min-width: 200px;
    font-size: var(--text-25);
    justify-content: space-between;
    padding: 2px 5px 2px 25px;
    transition: all 0.3s ease;
}

.btn span:first-child {
    flex-grow: 1;
}

/* Custom Header Styles */
.navbar {
    padding: 14px 20px;
    background: var(--white);
    border-radius: 56px;
    background: #FAFAFA 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 3px 6px #00000029;
    /* border: 1px solid #231F20; */
    margin: 0 auto;
    transition: all 0.6s ease;
    width: 100%;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand-item {
    width: auto;
}

.navbar-brand img {
    height: 2.1vw;
    width: auto;
    max-width: 100%;
}

.nav-link {
    color: var(--black) !important;
    font-weight: 500;
    margin: 0 2vw;
    font-size: var(--text-18);
    transition: all 0.3s ease;
}

.nav-link.active {
    color: #1EBA68 !important;
    /* Brand Highlighter Green */
    font-weight: 600;
    text-shadow: 0 0 10px rgba(30, 186, 104, 0.2);
}

.navbar-nav .nav-item:last-child .nav-link {
    margin-right: 1vw;
}

.nav-link:hover {
    color: #1EBA68 !important;
    opacity: 1;
}

.navbar-collapse>ul {
    padding: 0;
    background: transparent;
    height: auto;
    display: flex;
    align-items: center;
}

/* Logo left · main nav centered · Contact as separate CTA (desktop) */
@media (min-width: 992px) {
    .header-navbar {
        position: relative;
        flex-wrap: nowrap;
        align-items: center;
    }

    .header-navbar-collapse {
        flex-grow: 1;
        flex-basis: 0;
        min-width: 0;
        justify-content: flex-end;
        align-items: center;
    }

    .header-navbar .nav-main-links {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        flex-direction: row;
        margin: 0;
        z-index: 1;
    }

    .header-navbar .header-contact-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0 !important;
        margin-left: auto !important;
        padding: 10px 28px !important;
        border-radius: 999px;
        font-weight: 600 !important;
        color: #fff !important;
        background: transparent linear-gradient(90deg, #89F336 0%, #1EBA68 63%, #004B49 100%) 0% 0% no-repeat padding-box;
        text-decoration: none;
        white-space: nowrap;
        transition: opacity 0.25s ease, transform 0.25s ease;
    }

    .header-navbar .header-contact-link:hover {
        color: #fff !important;
        opacity: 0.92;
        transform: translateY(-1px);
    }

    .header-navbar .header-contact-link.active {
        color: #fff !important;
        /* box-shadow: 0 0 0 2px rgba(30, 186, 104, 0.35); */
    }
}

.header-wrap {
    position: fixed;
    width: 100%;
    z-index: 1031;
    transition: all 0.3s ease;
    top: 20px;
    opacity: 0;
    visibility: hidden;
    box-shadow: inset 0px 3px 6px #00000029;
}

.header-wrap.sticky {
    top: 10px;
}

.header-wrap.sticky .navbar {
    width: 100%;
    transition: all 0.6s ease;
}

@media (min-width:1200px) {
    .header-wrap.sticky .navbar {
        width: 55vw;
    }
}



.main-content,
.footer-wrap {
    opacity: 0;
    visibility: hidden;
}


.navbar-toggler {
    background: var(--grey-bg);
    display: flex;
    padding: 8px 14px;
    align-items: center;
    gap: 8px;
    font-size: var(--text-para);
    border-radius: 8px;
    border: none;
    color: var(--black);
    box-shadow: none !important;
    height: 40px;
    justify-content: center;
}

.navbar-toggler svg {
    color: var(--mid-blue);
}

.navbar-toggler:focus {
    border: 1px solid var(--grey3);
    box-shadow: 0 2px 1px rgb(0 0 0 / 5%);
    background: var(--grey-bg);
}

.noneblock {
    display: none !important;
}

.activeblock {
    display: block !important;
}

.opened .noneblock {
    display: block !important;
}

.opened .activeblock {
    display: none !important;
}



@media screen and (max-width: 991.5px) {
    .header-wrap {
        top: 20px;
    }

    .navbar-toggler {
        width: 35px;
        height: 35px;
        margin-left: 10px;
        background: transparent linear-gradient(90deg, #89F336 0%, #1EBA68 63%, #004B49 100%) 0% 0% no-repeat padding-box;
        border-radius: 30px;
        color: white;
    }

    .navbar-brand {
        margin-right: 5px;
        padding: 0px;
    }


    /* Overlay â€“ covers the rest of the screen behind the drawer */
    .nav-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: 1030;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.4s ease, visibility 0.4s ease;
    }

    .nav-overlay.active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 75%;
        background: white !important;
        height: 100dvh !important;
        overflow-y: auto;
        z-index: 1031;
        padding: 24px;
        padding-bottom: 10%;
        box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.12);
        /* slide-out by default */
        transform: translateX(105%);
        transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
        display: block !important;
        visibility: visible;
    }

    .navbar-collapse.show {
        transform: translateX(0);
    }

    .navbar-collapse.header-navbar-collapse {
        display: flex !important;
        flex-direction: column;
        align-items: stretch;
    }

    .header-navbar-collapse .header-contact-link {
        margin: 12px 0 0 !important;
        padding: 16px 20px !important;
        text-align: center;
        font-weight: 600 !important;
        border-radius: 999px;
        color: #fff !important;
        background: transparent linear-gradient(90deg, #89F336 0%, #1EBA68 63%, #004B49 100%) 0% 0% no-repeat padding-box;
    }

    .header-navbar-collapse .header-contact-link:hover {
        color: #fff !important;
    }

    .header-navbar-collapse .header-contact-link.active {
        color: #fff !important;
        box-shadow: 0 0 0 2px rgba(30, 186, 104, 0.45);
    }

    /* Close button inside the drawer â€” same style as the hamburger toggler */
    .drawer-close-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 35px;
        height: 35px;
        border-radius: 30px;
        border: none;
        background: var(--grey-bg);
        color: var(--black);
        cursor: pointer;
        margin-bottom: 16px;
        margin-left: auto;
        flex-shrink: 0;
        transition: background 0.2s ease;
        border: 1px solid var(--black);
    }

    .nav-link {
        font-size: var(--text-24);
    }

    .drawer-close-btn:hover,
    .drawer-close-btn:focus {
        background: #e2e4df;
        outline: none;
    }

    .header-wrap .navbar-nav .nav-link {
        color: var(--black) !important;
        padding: 16px 0;
    }

    .navbar-collapse>ul {
        height: auto !important;
        background: transparent !important;
        margin: 0;
        text-align: left;
        justify-content: flex-end;
        align-items: flex-start;
    }

    .navbar-brand img {
        height: auto;
        width: 130px;
    }

    .container-fluid {
        padding-left: 16px;
        padding-right: 16px;
    }

    .navbar {
        padding: 8px 16px;
        transform: inherit !important;
    }

}

/* Hide close button on desktop */
@media (min-width: 992px) {
    .drawer-close-btn {
        display: none;
    }
}

/*header end*/


/* Hides the dots if there is only one <li> child inside the dots <ul> */
.slick-dots:has(li:only-child) {
    display: none !important;
}

/* Fallback for older browsers: hide navigation if it only contains one dot */
.slick-dots li:only-child {
    display: none;
}

/* Hero Section Styles */
body {
    background-color: var(--black);
}

.hero-section {
    min-height: 100vh;
    padding-top: 120px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    background: #000;
    position: relative;
}

.financial-text {
    background: linear-gradient(90deg, #A3F05A, #58B770, #1E4A49, #A3F05A);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    animation: textLightning 12s linear infinite;
}

.hero-divider {
    display: flex;
    align-items: center;
    gap: 20px;
}

.hero-line {
    background: transparent linear-gradient(90deg, #A3F05A 0%, #58B770 50%, #1E4A49 100%) 0% 0% no-repeat padding-box;
    height: 2px;
    width: 100%;
}


.hero-logos {
    display: flex;
    align-items: center;
    gap: 3vw;
    position: relative;
    top: 1rem;
    padding-left: 4%;
}

.hero-logos img {
    height: 2.5vw;
    width: auto;
    object-fit: contain;
    max-width: 100%;
    cursor: pointer;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1),
        filter 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0.8;
    z-index: 1;
    transform: scale(0.95);
    position: relative;
}



.hero-logo-item:first-child:not(.active) img {
    filter: invert(56%) sepia(90%) saturate(394%) hue-rotate(101deg) brightness(93%) contrast(84%);
    opacity: 0.7;
}

.hero-logos img:hover {
    opacity: 1;
    transform: scale(1.05);
}

.hero-logo-item.active img {
    opacity: 1;
    filter: brightness(0) invert(1) !important;
    transform: scale(1);
}

.btn-explore {
    position: relative;
    background: linear-gradient(90deg, #89F336 0%, #1EBA68 63%, #004B49 100%);
    border-radius: 30px;
    color: var(--white);
    min-width: 180px;
    height: 3.125vw;
    font-size: var(--text-25);
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    width: 11.458vw;
    z-index: 1;
}

.btn-explore::before,
.zest-inner a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -101%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #89F336 0%, #1EBA68 0%, #004B49 100%);
    transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

.btn-explore:hover,
.zest-inner a:hover {
    color: var(--white);
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(163, 240, 90, 0.2);
}

.btn-explore:hover::before,
.zest-inner a:hover::before {
    left: 0;
    background: var(--green);
}

.btn-touch {
    position: relative;
    border: 1.5px solid transparent;
    background: linear-gradient(var(--white), var(--white)) padding-box,
        linear-gradient(90deg, #89F336 0%, #1EBA68 63%, #004B49 100%) border-box;
    border-radius: 30px;
    color: var(--black);
    min-width: 180px;
    height: 3.125vw;
    font-size: var(--text-25);
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    width: 11.458vw;
    z-index: 1;
}

.btn-touch::before {
    content: '';
    position: absolute;
    top: 0;
    left: -101%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #89F336 0%, #1EBA68 63%, #004B49 100%);
    transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

.btn-touch:hover {
    color: var(--white);
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(163, 240, 90, 0.2);
}

.btn-touch:hover::before {
    left: 0;
}


.hero-section-two {
    padding-top: 2rem;
    min-height: 500px;
    will-change: transform, opacity;
    perspective: 2000px;
    transform-style: preserve-3d;
}

.hero-section-two>div {
    transform-style: preserve-3d;
}

/* 3D Layers */
.hero-3d-layer-text {
    transform: translateZ(50px);
}

.hero-3d-layer-img {
    transform: translateZ(120px);
    /* Increased for more dramatic effect */
    filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.6));
}

.hero-3d-layer-btns {
    transform: translateZ(80px);
}

.banner-slider-content {
    min-height: 500px;
}

/* Scroll Slider Stacking */
.banner-slider.scroll-mode {
    position: relative;
    width: 100%;
    min-height: 600px;
    height: 70vh;
    /* Dynamic height based on content */
    display: block;
    margin-top: 2rem;
    overflow: hidden;
}


.banner-slider.scroll-mode .banner-slide-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: scale(0.9);
    /* Subtle zoom out initial state */
    display: flex !important;
    align-items: center;
}

.banner-slider.scroll-mode .banner-slide-item.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: scale(1);
}

.hero-section-one {
    transition: opacity 0.5s ease, transform 0.5s ease;
}


.hero-subtitle2 {
    margin-bottom: 3rem;
}

.hero-scroll-down {
    position: absolute;
    bottom: 50px;
    right: 4%;
    z-index: 10;
    transition: all 0.3s ease;
}

.hero-scroll-down:hover {
    transform: translateY(5px);
    opacity: 0.8;
}

.hero-scroll-down img {
    width: 2.083vw;
    height: auto;
}


@media (min-width: 992px) {
    .hero-section-one>*:first-child {
        width: 45%;
    }

    .hero-section-one>*:last-child {
        width: 55%;
    }

    .hero-section-two>*:first-child {
        width: 50%;
    }

    .hero-section-two>*:last-child {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .hero-section-one>*:first-child {
        width: 45%;
    }

    .hero-section-one>*:last-child {
        width: 55%;
    }

    .hero-section-two>*:first-child {
        width: 35%;
    }

    .hero-section-two>*:last-child {
        width: 65%;
    }
}

@media (max-width: 991.5px) {
    .hero-section {
        padding-top: 100px !important;
    }

    .hero-section-two {
        min-height: 300px;
        padding-top: 20px;
    }

    .banner-slider-content {
        min-height: 300px;
    }

    .hero-logos {
        gap: 20px;
        position: relative;
        top: auto;
        padding-left: 0;
    }

    .hero-logos img {
        height: 21px;
    }

    .hero-section-two h2 {
        margin-bottom: 10px !important;
    }

    .hero-subtitle2 {
        margin-bottom: 30px;
        padding-right: 3vw;
    }

    .hero-subtitle2 br {
        display: none;
    }

    .hero-section .btn-touch,
    .hero-section .btn-explore {
        height: 40px;
        min-width: 180px;
        padding: 0 14px;
        width: 150px;
    }

    .btn-touch,
    .btn-explore {
        height: 40px;
        min-width: 150px;
        padding: 0 5px;
        width: 170px;
    }

}

@media (max-width: 767.5px) {

    .hero-section .btn-touch,
    .hero-section .btn-explore {
        height: 40px;
        min-width: 130px;
        padding: 0 8px;
        width: 130px;
    }

    .btn-touch,
    .btn-explore {
        height: 40px;
        min-width: 150px;
        padding: 0 5px;
        width: 170px;
    }

    .banner-slider.scroll-mode {
        margin-top: 0rem;
    }
}


@media (max-width: 991.5px) {
    .hero-scroll-down {
        bottom: 30px;
        right: 16px;
    }

    .hero-scroll-down img {
        width: 35px;
    }
}

.trusted-section {
    padding-top: 0px;
    padding-bottom: 50px;
    background-color: #000;
}

.trusted-section .row>.col-xl-3 {
    width: 100%;
}

.trusted-section .row>.col-xl-3 .trusted-title {
    text-align: center;
    margin-bottom: 15px !important;
}

.trusted-section .row>.col-xl-9 {
    margin-left: auto;
    margin-right: auto;
}

.trusted-logos {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 7vw;
}

.trusted-logos img {
    height: auto;
    width: 11vw;
    max-width: 100%;
}

.trusted-title {
    font-size: var(--text-30) !important;
}

@media (max-width: 991.5px) {
    .trusted-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .trusted-title {
        text-align: center;
        margin-bottom: 30px !important;
    }

    .trusted-logos img {
        width: auto;
        max-width: 100%;
    }

    .trusted-logos {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
    }

    .trusted-logos.slick-initialized {
        display: block !important;
    }

    .trusted-logos .slick-track {
        display: flex !important;
        align-items: flex-end;
    }

    .trusted-logos .slick-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
    }

    .trusted-logos img {
        height: auto;
        padding: 0px 15px;
    }
}

@media (max-width: 575.5px) {
    .trusted-logos {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

.about-section {
    background-color: rgb(30 186 104 / 30%);
    padding: 50px 0 50px !important;
}

.about-logo {
    width: 170px;
    height: auto;
}


.stat-number {
    font-size: var(--text-60w2);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

.stat-text {
    font-size: var(--text-25w2);
    font-weight: 500;
    color: var(--white);
}

.about-cards-row {
    margin-top: 80px;
    margin-bottom: -4.5rem;
}

.about-card {
    background: #FFFFFF;
    padding: 6%;
    box-shadow: 0px 10px 20px #00000040;
    height: 100%;
    transition: transform 0.3s ease;
    background: linear-gradient(#FFFFFF, #FFFFFF) padding-box, linear-gradient(90deg, #89F336 0%, #1EBA68 37%, #004B49 100%) border-box;
    box-shadow: 0px 10px 20px #00000026;
    border-radius: 10px;
    border-top: 5px solid transparent;
}

.about-card:hover {
    transform: translateY(-10px);
}

.about-card img {
    height: 60px;
    width: auto;
}

.about-card h5 {
    color: var(--black);
}

.about-card p {
    color: #1E4A49;
    padding-right: 5vw;
}

@media (max-width: 991.5px) {
    .about-section {
        padding: 30px 0 30px !important;
    }

    .about-logo {
        width: 60px;
        margin-bottom: 0px;
    }

    .about-cards-row {
        margin-top: 40px;
    }

    .about-card {
        display: flex;
        justify-content: space-between;
    }

    .about-card>*:first-child {
        margin-bottom: 0px !important;
        order: 2;
    }

}

.products-section {
    background-color: #000;
    padding: 5% 0px 40px 0;
}

.product-gradient-text {
    background: linear-gradient(90deg, #89F336, #1EBA68, #004B49, #89F336);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    opacity: 1;
    animation: textLightning 12s linear infinite;
}

.product-desc {
    padding-left: 3vw;
}

@media (max-width: 991.5px) {
    .products-section {
        padding: 30% 0px 40px 0;
    }

    .product-desc {
        padding-left: 0;
    }
}

.genai-section {
    padding: 120px 0 50px 0;
    background-color: rgb(30 186 104 / 30%);
}

.genai-heading-gradient {
    background: linear-gradient(90deg, #A3F05A, #58B770, #1E4A49, #A3F05A);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textLightning 12s linear infinite;
}

.genai-nav-pills .nav-link {
    position: relative;
    background: #FFFFFF;
    color: #000000 !important;
    border: none;
    transition: all 0.1s ease;
    z-index: 1;
    height: 3vw;
    display: flex;
    align-items: center;
    border: 1px solid var(--dark-light-green);
    border-radius: 30px !important;
    background: white !important;
    margin: 0;
    padding: 0 4vw !important;
    font-size: var(--text-20);

}

.genai-nav-pills .nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(90deg, #89F336 0%, #1EBA68 37%, #004B49 100%) 0% 0% no-repeat padding-box;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
    border-radius: 30px;
}

.genai-nav-pills .nav-link::after {
    content: "";
    border: 1px solid;
    position: absolute;
    bottom: 0;
    display: inline-block;
    margin-left: 0;
    vertical-align: 0;
    content: "";
    border-top: 10px solid #18A061;
    border-right: 10px solid transparent;
    border-bottom: 0;
    border-left: 10px solid transparent;
    left: 50%;
    transform: translateX(-50%);
    bottom: -9px;
    opacity: 0;
}

.genai-nav-pills .nav-link.active::before {
    opacity: 1;
}

.genai-nav-pills .nav-link.active::after {
    opacity: 1;
}



.genai-nav-pills .nav-link.active {
    color: #fff !important;
    border-color: transparent !important;
    background: transparent !important;
}



.genai-content-card {
    background: #FFFFFF;
    padding: 5% 5% 3% 4%;
    box-shadow: 0px 10px 20px #00000026;
    border-radius: 10px;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: transform;
}

.genai-content-card .d-flex.gap-3.mt-4 .btn-explore {
    /*display: none !important;*/
}

.greentext {
    color: var(--green);
}

/* GenAI Tab Content Layout */
#genaiTabContent {
    position: relative;
    width: 100%;
}

.genai-tabs-container {
    position: relative;
    z-index: 1;
}

/* Layered effect for the card */
/* .genai-tabs-container::before,
.genai-tabs-container::after {
    content: '';
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: -15px;
    height: 100px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    z-index: -1;
}

.genai-tabs-container::after {
    bottom: -30px;
    left: 80px;
    right: 80px;
    background: rgba(255, 255, 255, 0.2);
} */

.genai-tag {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #58B770;
    border-radius: 18px;
    color: var(--black);
    font-size: var(--text-16);
    font-weight: 500;
}

.gap-genitags {
    gap: 15px !important;
}

.svg-image-fino svg {
    width: 100%;
    height: 100%;
}

.genai-content-card a {
    font-size: var(--text-20);
}

.finloai-logowhite {
    width: 15vw;
}

.finloai-logowhite2 {
    width: 8vw;
}

@media (min-width: 992px) {
    .genai-sectionrow .col-lg-5 {
        width: 35%;
    }

    .genai-sectionrow .col-lg-7 {
        width: 65%;
    }
}

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

    .genai-section h2,
    .leadingstack-section h2.text-40w2 {
        font-size: var(--text-60);
    }

    .genai-content-card {
        padding: 30px 10px;
        text-align: center;
    }

    .genai-content-card .d-flex.gap-3.mt-4 {
        gap: 10px !important;
    }

    .genai-nav-pills {
        align-items: center;
    }

    .gap-genitags {
        justify-content: center;
        gap: 10px !important;
    }

    .genai-nav-pills .nav-item {
        width: 100%;
        max-width: 300px;
        flex: 1;
    }

    .finloai-logowhite {
        width: 200px;
    }

    .finloai-logowhite2 {
        width: 100px;
    }

    .genai-content-card a {
        flex: 1;
    }

    .genai-tabs-container::before,
    .genai-tabs-container::after {
        display: none;
    }

    .genai-nav-pills .nav-link {
        padding: 0 10px !important;
        font-size: 10px !important;
        width: 100% !important;
        text-align: center;
        justify-content: center;
        height: 40px;
    }

    .leadingstack-section br {
        display: none;
    }

    .genai-tag {
        padding: 5px 8px;
    }
}


.ai-capabilities-wrapper {
    position: relative;
    width: 100%;
    /* min-height: 90vh; */
    /* Optimal height for pinning sequence */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: transparent;
    /* padding-top: 0px !important;
    margin-top: 0px !important; */
}

.ai-capabilities-grid {
    display: grid;
    gap: 20px;
    align-items: stretch;
    position: relative;
}


.ai-cap-box {
    background: #010403;
    padding: 4%;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #ffffff1a;
}

.ai-cap-center-box {
    border: 5px solid transparent;
    background: linear-gradient(#000, #000) padding-box,
        linear-gradient(90deg, #89F336, #1EBA68, #004B49, #89F336) border-box;
    background-size: 100% 100%, 300% 300%;
    border-radius: 30px;
    padding: 20px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    height: 7.813vw;
    width: 26.042vw;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    animation: borderLightning 8s linear infinite;
}

.ai-cap-box .cap-icon {
    width: 4vw;
    height: 4vw;
    flex-shrink: 0;
}



.center-box-green {
    color: var(--green);
}

.ai-cap-box.box-right .cap-icon {
    order: 2;
}

.ai-cap-box.box-right .cap-content {
    order: 1;
}

@media (min-width: 992px) {
    .ai-capabilities-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "box1 box2" "box3 box4";
    }

    .box-1 {
        grid-area: box1;
    }

    .box-2 {
        grid-area: box2;
    }

    .ai-cap-center-box {
        grid-area: center;
    }

    .box-3 {
        grid-area: box3;
    }

    .box-4 {
        grid-area: box4;
    }

    .ai-cap-box.box-right {
        text-align: right;
        justify-content: flex-end;
    }



    .ai-cap-box.box-left {
        padding-right: 18vw;
    }

    .ai-cap-box.box-right {
        padding-left: 18vw;
    }
}

@media (max-width: 991.5px) {
    .ai-capabilities-grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "center"
            "box1"
            "box2"
            "box3"
            "box4";
    }

    .box-1 {
        grid-area: box1;
    }

    .box-2 {
        grid-area: box2;
    }

    .ai-cap-center-box {
        grid-area: center;
    }

    .box-3 {
        grid-area: box3;
    }

    .box-4 {
        grid-area: box4;
    }

    .ai-cap-center-box {
        position: static;
        transform: inherit;
        left: auto;
        width: 100%;
        height: auto;
        padding: 10px;
        border: 10px solid transparent;
    }

    .ai-capabilities-grid {
        gap: 10px;
    }
}

@media (max-width: 767px) {
    .ai-cap-box {
        padding: 20px;
        gap: 15px;
    }

    .ai-cap-box .cap-icon {
        width: 45px;
        height: 45px;
    }
}

/* Footer Styles */
.footer-last-section {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-links a {
    text-decoration: none;
    transition: opacity 0.3s;
}

.footer-bottom-links a:hover {
    opacity: 0.7;
}

@media (max-width: 767px) {
    .footer-last-section {
        padding: 30px 0;
        text-align: center;
    }

    .footer-last-section .d-flex {
        justify-content: center !important;
    }
}

.leadingstack-section {
    background-color: #000;
    padding: 120px 0px 100px 0;
    position: relative;
}

.about-cards-lstk .about-card p {
    padding-right: 2vw;
}

.about-cards-lstk .gap-genitags {
    gap: 10px !important;
}

/* Enterprise Grade Capabilities Section */
.enterprise-heading-gradient {
    background: linear-gradient(90deg, #5FC579, #FFFFFF, #5FC579);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textLightning 12s linear infinite;
}

@keyframes textLightning {
    0% {
        background-position: 0% center;
    }

    100% {
        background-position: 0% center;
    }
}

.enterprise-card {
    border: 3px solid transparent;
    background: linear-gradient(#010403, #010403) padding-box,
        linear-gradient(90deg, #89F336, #1EBA68, #004B49, #89F336) border-box;
    background-size: 100% 100%, 300% 300%;
    border-radius: 20px;
    padding: 5%;
    height: 100%;
    transition: transform 0.3s ease;
    display: flex;
    justify-content: space-between;
    gap: 5px;
    animation: borderLightning 8s linear infinite;
}

@keyframes borderLightning {
    0% {
        background-position: 0% 50%, 0% 50%;
    }

    50% {
        background-position: 0% 50%, 100% 50%;
    }

    100% {
        background-position: 0% 50%, 0% 50%;
    }
}

.content-enterprise p {
    line-height: 1.3;
}

.enterprise-card:hover {
    transform: translateY(-5px);
}

.enterprsie-img {
    vertical-align: middle;
    display: flex;
    align-items: center;
}


.enterprise-card img {
    width: 2.604vw;
    height: 2.604vw;
    object-fit: contain;
}

@media (max-width: 991.5px) {
    .enterprise-card {
        padding: 20px;
        gap: 30px;
    }

    .about-cards-lstk .gap-genitags {
        justify-content: flex-start !important;
    }

    .leadingstack-section {
        padding: 60px 0px 70px 0;
    }

    .enterprise-card img {
        width: 50px;
        height: 50px;
        object-fit: contain;
    }

}

@media (max-width: 767.5px) {
    .content-enterprise p {
        font-size: var(--text-18);
    }

}

@media (max-width: 1199px) and (min-width: 992px) {
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .btn-touch,
    .btn-explore {
        padding: 2px 5px 2px 15px !important;
        height: 45px;
    }

    .ai-cap-center-box {
        grid-area: center;
        width: 37%;
        padding: 9px !important;
        height: auto;
    }

    .enterprise-card img {
        width: 50px;
        height: 50px;
        object-fit: contain;
    }

    .product-desc {
        padding-left: 0;
    }


}

/* Smooth Text Reveal Helpers */
.line-wrapper {
    overflow: hidden;
    margin: -2px 0;
    /* Adjust for line height clipping */
    padding: 2px 0;
}

.split-line {
    display: block;
}

/* Ensure JS animations don't show before load if possible */
.is-preload h1,
.is-preload h2 {
    opacity: 0;
}

.banner-slider,
.banner-slider-content {
    height: 100%;
    width: 100%;
}

/* Ensure buttons are visible if JS fails */
.btn-explore,
.btn-touch {
    opacity: 1;
}

/* Pre-animation state for JS to handle */
.js-enabled .btn-explore,
.js-enabled .btn-touch {
    opacity: 0;
}

/* Performance Optimizations for GSAP Animations */
.about-card,
.enterprise-card,
.online-child,
.download-child,
.stat-item,
.img-fluid,
.svg-image-fino,
h1,
h2,
h3,
h4,
p {
    will-change: transform, opacity;
}

/* Premium Page Loader Styles */
#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #0b0d11;
    z-index: 20000;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.loader-content {
    position: relative;
    text-align: center;
}

#loader-logo {
    width: 250px;
    height: auto;
    overflow: visible;
    transform: inherit !important;
}

.logo-paths path,
.logo-paths rect {
    fill: none;
    stroke: #ffffff;
    stroke-width: 0.5px;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0;
}

.logo-paths .logo-accent {
    stroke: url(#loader-gradient);
    stroke-width: 1px;
}

.logo-paths.filled path,
.logo-paths.filled rect {
    fill: #ffffff;
    stroke: none;
    opacity: 1;
}

.logo-paths.filled .logo-accent {
    fill: url(#loader-gradient);
}

/* --- Hero Text Masking --- */
.hero-mask-wrapper {
    overflow: hidden;
    display: block;
}

.hero-section-two h2,
.hero-section-two h3,
.hero-section-two p {
    position: relative;
}

.hero-3d-layer-img img {
    transform-origin: center center;
    will-change: transform, opacity;
}

/* Industry Tabs Progress Indicator */
.indus-tab-parent-desktop .nav-pills .nav-link {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.indus-tab-parent-desktop .nav-pills .nav-link.active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: var(--progress-width, 0%);
    background: rgba(137, 243, 54, 0.2);
    z-index: -1;
    pointer-events: none;
    transition: none;
}

.hero-logo-item {
    position: relative;
    cursor: pointer;
}



/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   GenAI Stacking Tabs
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */


/* Content card glass surface */
.genai-content-card {
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    will-change: transform, opacity, filter;
    transform-style: preserve-3d;
}

/* Hero Slideshow Enhancements */
.hero-slide-logo {
    height: 40px;
    width: auto;
    object-fit: contain;
}

/* Custom Slick Dots for Hero */
.banner-slider {
    margin-bottom: 0px;
}

.banner-slider .slick-dots {
    bottom: 30%;
    display: flex !important;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 12px;
    position: absolute;
    z-index: 1;
}

.banner-slider .slick-dots li {
    width: 30px;
    height: 6px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    transition: all 0.4s ease;
    cursor: pointer;
}

.banner-slider .slick-dots li button {
    display: none;
}

.banner-slider .slick-dots li.slick-active {
    background: #A3F05A;
    width: 60px;
    box-shadow: 0 0 15px rgba(163, 240, 90, 0.4);
}

.fimoewhite-logo {
    filter: brightness(0) invert(1);
}

@media (max-width: 991px) {
    .hero-slide-logo {
        height: 30px;
    }
}

.text-light-green,
.stat-number,
.genai-heading-gradient,
.genai-content-card .greentext,
.center-box-green,
.enterprise-heading-gradient,
.buy-text-gray,
.user-count-child h2,
.to-gether,
.us-forward,
.in-expert,
.banking-text h3 {
    background: linear-gradient(90deg, #A3F05A, #58B770, #1E4A49, #A3F05A) !important;
    background-size: 200% auto !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    display: inline-block;
}

.rupee {
    font-family: Arial, sans-serif;
}

/* GSAP Marquee Support */
.what-drives-slider.marquee-active {
    display: block !important;
    overflow: hidden;
    padding: 20px 0;
    width: 100%;
}

.what-drives-slider .gsap-marquee-track {
    display: flex;
    width: max-content;
    flex-wrap: nowrap;
    will-change: transform;
}

.what-drives-slider .gsap-marquee-item {
    flex: 0 0 auto;
    padding: 0 10px;
    white-space: normal;
    /* Allow text to wrap within cards */
}
#contact .contact-text p{
    width: 100% !important;
    padding-bottom: 0px !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    line-height: 1.3 !important;
}