@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders:opsz,wght@10..72,100..900&display=swap');

:root {
    --green: #8dc13d;
    --blue: #284f9d;
    --blue-deep: #1b3a78;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #ffffff;
    font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #1a1a1a;
    overflow-x: hidden;
}

.footer {
    margin-top: 120px;
}

.container {
    max-width: 1440px;
}

.secH {
    color: #000;
    font-size: 80px !important;
    line-height: 90px !important;
    font-weight: 700 !important;
}

/* ---- Scaled-canvas document ----
     The whole report is a 1920px-wide artboard. .doc is zoomed by JS so it
     always fits the viewport width, and the page scrolls vertically. ---- */
.doc-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* height: auto !important; */
}

.doc {
    position: relative;
    width: 1920px;
    margin: 0 auto;
    transform-origin: top left;
}

/* Sections stack in normal document flow within the 1920px canvas. */
.pg {
    position: relative;
    overflow: hidden;
}

.pg img {
    display: block;
}

/* section{
    position: static !important;
} */

.w-100 {
    width: 100%;
}

/* ---- Global scroll-reveal engine ---- */
.reveal {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity .9s cubic-bezier(.22, 1, .36, 1),
        transform .9s cubic-bezier(.22, 1, .36, 1);
    transition-delay: var(--d, 0s);
    will-change: opacity, transform;
}

.reveal.in {
    opacity: 1;
    transform: none;
}

.reveal-x {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity .9s cubic-bezier(.22, 1, .36, 1),
        transform .9s cubic-bezier(.22, 1, .36, 1);
    transition-delay: var(--d, 0s);
}

.reveal-x.in {
    opacity: 1;
    transform: none;
}

.grow-x {
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .9s cubic-bezier(.22, 1, .36, 1);
    transition-delay: var(--d, 0s);
}

.grow-x.in {
    transform: scaleX(1);
}

@media (prefers-reduced-motion:reduce) {

    .reveal,
    .reveal-x,
    .grow-x {
        transition: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}

/* ---- Interactive tabs / accordions ---- */
.js-tab {
    cursor: pointer;
}

/* content panels stack in the same area; only the active one is visible */
.js-panel {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .45s ease, visibility .45s ease, transform .45s cubic-bezier(.22, 1, .36, 1);
    pointer-events: none;
}

.js-panel.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

/* a sliding highlight (for vertical accordions) animates its position */
.js-highlight {
    transition: top .45s cubic-bezier(.22, 1, .36, 1), left .45s cubic-bezier(.22, 1, .36, 1);
}

/* ---- Read More anchors ---- */
a.rm,
a.rm-wrap {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    display: block;
}

a.rm-wrap {
    position: absolute;
    z-index: 5;
}

.s01 .bg {
    position: absolute;
    inset: 0;
    background: url("../assets/bg-cover.png") center/cover no-repeat;
    transform: scale(1.08);
    animation: s01zoom 24s ease-out forwards;
}

@keyframes s01zoom {
    from {
        transform: scale(1.13)
    }

    to {
        transform: scale(1)
    }
}

/* .s01 .grad {
    position: absolute;
    left: 0;
    top: 644px;
    width: 1920px;
    height: 436px;
    background: linear-gradient(to bottom, rgba(57, 112, 171, 0) 0%, var(--blue) 100%);
    opacity: .96;
}

.s01 .logo {
    position: absolute;
    left: 98.55px;
    top: 6.61px;
    width: 182.448px;
    height: 103.773px;
    object-fit: contain;
}

.s01 .rep {
    position: absolute;
    top: 38.5px;
    font-size: 18px;
    color: #fff;
    letter-spacing: .3px;
    white-space: nowrap;
}

.s01 .rep .lead {
    position: absolute;
    left: 820.9px;
    top: 0;
    font-weight: 300;
}

.s01 .rep .year {
    position: absolute;
    left: 1032.1px;
    top: 0;
    font-weight: 700;
}

.s01 .pill {
    position: absolute;
    left: 1258px;
    top: 706px;
    width: 499px;
    height: 103px;
    background: var(--green);
    border-radius: 20px;
}

.s01 .hl {
    position: absolute;
    white-space: nowrap;
    line-height: 1;
    color: #fff;
    font-family: "Big Shoulders Display", sans-serif;
}

.s01 .h1 {
    left: 1211.21px;
    top: 713px;
    font-size: 75px;
}

.s01 .h1 .reg {
    font-weight: 400;
}

.s01 .h1 .light {
    font-weight: 300;
}

.s01 .h2 {
    left: 1130.21px;
    top: 807px;
    font-size: 83px;
    font-weight: 600;
}

.s01 .ln {
    position: absolute;
    left: 1116px;
    top: 934px;
    width: 701px;
    height: 2px;
    background: #fff;
}

.s01 .cap1 {
    position: absolute;
    left: 1453.73px;
    top: 961px;
    font-family: "Big Shoulders Display", sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
}

.s01 .pin {
    position: absolute;
    left: 1774.63px;
    top: 958.5px;
    width: 31.735px;
    height: 48.5px;
    object-fit: contain;
}

.s01 .cap2 {
    position: absolute;
    left: 295px;
    top: 1009px;
    font-family: "Big Shoulders Display", sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
} */
.banInnVdo {
    position: relative;

    .banImg {
        position: relative;
        height: 100vh;
        overflow: hidden;

        .bannerVdo {
            width: 100%;
            height: 100%;
            object-fit: cover;

            .bannerVdoImg {
                width: 100%;
                height: 100%;
                object-fit: cover;
                display: block;
            }
        }
    }

    .bannerCont {
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
        overflow: hidden;

        &::before {
            left: 0;
            right: 0;
            bottom: 0px;
            width: 100%;
            height: 80%;
            content: '';
            position: absolute;
            pointer-events: none;
            background: linear-gradient(to top, #284F9D 20%, #3970AB00 60%);
        }

        .bannerContInn {
            text-align: end;
            position: absolute;
            right: 100px;
            bottom: 80px;
            z-index: 3;
            width: 100%;

            .bannerTle {
                font-family: "Big Shoulders", sans-serif;
                font-size: 75px;
                font-weight: 300;
                color: #fff;
                margin-bottom: 27px;
                padding-bottom: 27px;
                border-bottom: 2px solid #fff;
                display: inline-block;

                span {
                    background-color: #8DC13D;
                    padding: 10px;
                    border-radius: 20px;
                    display: inline-block;
                }

                strong {
                    font-weight: 600;
                }
            }

            .bannerSubTle {
                font-family: "Big Shoulders", sans-serif;
                color: #fff;
                font-weight: 400;
                font-size: 30px;
                position: relative;
                display: flex;
                align-items: center;
                justify-content: flex-end;

                img {
                    width: 30px;
                    object-fit: contain;
                    margin-left: 16px;
                }
            }
        }

        .bannerContBtm {
            margin-top: 12px;
            position: absolute;
            left: calc((100% - 1140px) / 2);
            bottom: 40px;

            p {
                font-family: "Big Shoulders", sans-serif;
                font-size: 25px;
                color: #fff;
                font-weight: 400;
            }
        }
    }
}


.s02 {
    margin-top: 143px;
    font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    padding: 0 4px;
}

.mobBtn {
    display: none !important;
}

.s02 .s02-eyebrow {
    font-size: 20px;
    line-height: 15px;
    color: #000;
    white-space: nowrap;
    margin-bottom: 9px;
}

.s02 .s02-header-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 62px;
}

.s02 .s02-title {
    width: 792px;
    flex-shrink: 0;
    font-weight: 700;
    font-size: 80px;
    line-height: 90px;
    color: #000;
    word-break: break-word;
    margin: 0;
}

.s02 .s02-btn-group {
    position: relative;
    flex-shrink: 0;
    width: 230px;
    height: 53px;
    margin-top: 110px;
}

.s02 .s02-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 190px;
    height: 53px;
    background: #203e98;
    border-radius: 9px;
}

.s02 .s02-btn-text {
    position: absolute;
    left: 21.5px;
    top: 19px;
    font-size: 20px;
    line-height: 15px;
    color: #fff;
    white-space: nowrap;
    margin: 0;
}

.s02 .s02-btn-arrow {
    position: absolute;
    left: 145px;
    top: 6px;
    width: 39.62px;
    height: 42px;
    display: block;
}

.s02 .s02-dear {
    font-weight: 700;
    font-size: 20px;
    line-height: 15px;
    color: #000;
    margin-bottom: 22px;
}

.s02 .s02-namaskar {
    font-style: italic;
    font-weight: 500;
    font-size: 35px;
    line-height: 1.2;
    color: #f15a29;
    margin-bottom: 18px;
}

.s02 .s02-body {
    /* width: 1221px; */
    font-size: 18px;
    line-height: 27px;
    color: #21409a;
    word-break: break-word;
    margin-bottom: 30px;
}

.s02 .s02-band {
    position: relative;
    width: 100%;
    height: 500px;
    border-radius: 28px;
    overflow: hidden;
    margin-bottom: 36px;
}

.s02 .s02-band img {
    position: absolute;
    max-width: none;
}

.s02 .s02-bg {
    /* left: -5.30px; */
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s02 .s02-p1 {
    left: 30px;
    bottom: 0px;
    width: 350px;
    height: auto;
    object-fit: cover;
}

.s02 .s02-p2 {
    right: 30px;
    bottom: 0px;
    width: 350px;
    height: auto;
    object-fit: cover;
}

.s02 .s02-creds {
    display: flex;
    padding: 0 30px;
    justify-content: space-between;
    /* gap: 630px; */
}

.s02 .s02-cred-item {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.s02 .s02-cred-line {
    display: block;
    width: 154px;
    height: 1px;
    margin-bottom: 24px;
}

.s02 .s02-cred-name {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    color: #284f9d;
    white-space: nowrap;
    margin-bottom: 18px;
}

.s02 .s02-cred-title {
    font-size: 20px;
    line-height: 1.2;
    color: #000;
    white-space: nowrap;
}

.s02-cred-item .s02Img_1,
.s02-cred-item .s02Img_2 {
    display: none;
}


.s03 {
    height: 100vh;
    margin-top: 128px;
    overflow: hidden;
    position: relative;

    &:after {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        content: '';
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #00000060);
        pointer-events: none;
    }
}

/* Full-bleed photo — stays absolute (background layer) */
.s03 .s03-bg {
    /* position: absolute; */
    inset: 0;
    width: 1920px;
    height: 1078px;
    object-fit: cover;
}

/* Gradient scrim — stays absolute (overlay) */
.s03 .s03-scrim {
    position: absolute;
    left: 0;
    top: 444px;
    width: 1920px;
    height: 634px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
    pointer-events: none;
}

.s03 .s03-inner {
    /* position: relative;
    z-index: 1; */
    width: 1920px;
    height: 100%;
}

/* Title at top-right — stays absolute within inner (positioned overlay on photo) */
.s03 .s03-title {
    position: absolute;
    left: 967.29px;
    top: 132px;
    width: 601.422px;
    margin: 0;
    font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 80px;
    line-height: 90px;
    color: #fff;
    word-break: break-word;
}

/* Frosted glass card at bottom-left — stays absolute within inner (overlay on photo) */
.s03 .s03-card {
    position: absolute;
    left: 295px;
    bottom: 80px;
    width: 943px;
    height: 322px;
    z-index: 2;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.27);
    backdrop-filter: blur(12.5px);
    -webkit-backdrop-filter: blur(12.5px);
    padding: 35px 19.64px 30px 24.32px;
    box-sizing: border-box;
}

/* Body text — flows inside card */
.s03 .s03-body {
    width: 898.68px;
    margin: 0 0 30px;
    font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    color: #fff;
}

.s03 .s03-body p {
    margin: 0;
    line-height: 23px;
}

.s03 .s03-body p+p {
    margin-top: 12px;
}

/* Button group — flows inside card, inner parts absolute */
.s03 .s03-btn-group {
    position: relative;
    display: inline-flex;
    width: 230px;
    height: 53px;
}

.s03 .s03-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 190px;
    height: 53px;
    border-radius: 9px;
    background: #f15a29;
}

.s03 .s03-btn-txt {
    position: absolute;
    left: 21.5px;
    top: 21.38px;
    margin: 0;
    font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 15px;
    color: #fff;
}

.s03 .s03-arrow {
    position: absolute;
    left: 144.94px;
    top: 6px;
    width: 39.623px;
    height: 42px;
}


.s04 {
    height: 1000px;
    overflow: hidden;
    /* margin-left: -16px; */
    background: #203e98;
    font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Decorative map overlays — stay absolute */
.s04 .s04-img {
    position: absolute;
}

.s04 .s04-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.s04 .s04-world {
    left: -79.34px;
    top: 484px;
    width: 2055.807px;
    height: 1030.639px;
    transform: rotate(-2.44deg);
}

.s04 .s04-world img {
    object-fit: contain;
}

.s04 .s04-map5 {
    left: 568px;
    top: 110.68px;
    width: 677.077px;
    height: 760.317px;
}

.s04 .s04-map4 {
    left: 295px;
    top: 115px;
    width: 550px;
    height: auto;
}

/* Right-side text column — normal flow */
.s04 .s04-text-col {
    position: relative;
    z-index: 1;
    margin-left: 988.62px;
    padding-top: 129px;
    width: 643.355px;
}

.s04 .s04-text-col .resView {
    display: none;
}

.s04 .s04-eyebrow {
    margin: 0 0 15.5px;
    font-weight: 400;
    font-size: 20px;
    line-height: 15px;
    color: #fff;
    white-space: nowrap;
}

.s04 .s04-heading {
    width: 587.383px;
    font-weight: 700;
    font-size: 80px;
    line-height: 90px;
    color: #fff;
    margin: 0 0 30px;
    word-break: break-word;
}

.s04 .s04-para {
    width: 643.355px;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    margin: 0 0 27.5px;
    word-break: break-word;
}

.s04 .s04-btn-group {
    display: inline-flex;
    align-items: center;
    background: #f15a29;
    border-radius: 9px;
    height: 53px;
    padding: 0 18px 0 22px;
    gap: 12px;
}

.s04 .s04-btn {
    display: none;
}

.s04 .s04-btn-label {
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    margin: 0;
    white-space: nowrap;
}

.s04 .s04-btn-arrow {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    pointer-events: none;
}

.s04 .s04-btn-arrow img {
    display: block;
    width: 100%;
    height: auto;
}

/* Disclaimer at bottom-left — kept absolute (specific position on map) */
.s04 .s04-disclaimer {
    position: absolute;
    left: 105px;
    bottom: 110px;
    width: 410px;
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    word-break: break-word;
}


.s05 {
    margin-top: 126px;
    margin-bottom: 80px;
    font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Panel content elements — kept absolute within their full-section panels */
.s05 .s05-panels .s05-el {
    position: absolute;
}

/* Eyebrow/heading/body — normal flow, centered */
.s05 .s05-eyebrow {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    color: #000;
    white-space: nowrap;
    margin: 0 0 9px;
}

.s05 .s05-heading {
    display: block;
    margin: 0 auto 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 80px;
    line-height: 90px;
    color: #000;
    text-align: center;
    word-break: break-word;
}

.s05 .s05-body {
    display: block;
    margin: 0 auto 23px;
    font-size: 18px;
    line-height: 27px;
    color: #000;
    text-align: center;
}

/* Tab strip — flex row, centered, z-index 10 to appear above panels */
.s05 .s05-tabs {
    display: flex;
    justify-content: center;
    gap: 31px;
    margin-bottom: 32px;
    position: relative;
    z-index: 10;
}

.s05 .s05-tab {
    position: relative;
    height: 49px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.25);
    background: #fff;
    padding: 0;
    font-family: inherit;
    transition: all .3s ease;
    outline: none;
    z-index: 10;
}

.s05 .s05-tab:hover {
    border-color: var(--blue);
    background: #f8f9fa;
}

.s05 .s05-tab:focus-visible {
    box-shadow: 0 0 0 3px rgba(40, 79, 157, 0.3);
}

.s05 .s05-tab span {
    font-size: 20px;
    line-height: 15px;
    color: #000;
    font-weight: 400;
    white-space: nowrap;
    pointer-events: none;
}

.s05 .s05-tab.is-active {
    background: #f15a29;
    border-color: #f15a29;
    box-shadow: 0 4px 12px rgba(241, 90, 41, 0.2);
    z-index: 11;
}

.s05 .s05-tab.is-active span {
    color: #fff;
    font-weight: 500;
}

.s05 .s05-tab-inst {
    width: 267px;
}

.s05 .s05-tab-inst span {
    margin-left: 47px;
}

.s05 .s05-tab-ret {
    width: 222px;
}

.s05 .s05-tab-ret span {
    margin-left: 51px;
}

.s05 .s05-card {
    top: 421px;
    width: 318px;
    height: 490px;
    background: #ededee;
    border-radius: 15px;
}

.s05 .s05-card1 {
    left: 336px;
}

.s05 .s05-card2 {
    left: 674px;
}

.s05 .s05-ground {
    top: 669px;
    height: 145px;
}

.s05 .s05-ground img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    display: block;
}

.s05 .s05-ground1 {
    left: 0;
    width: 100%;
}

.s05 .s05-ground2 {
    left: 0;
    width: 100%;
}

.s05 .s05-bagwrap {
    overflow: hidden;
}

.s05 .s05-bag1 {
    top: 439px;
    left: 371px;
    width: 248px;
    height: 330px;
}

.s05 .s05-bag1 img {
    position: absolute;
    height: 116.97%;
    left: -14.32%;
    top: -6.93%;
    width: 126.94%;
    max-width: none;
}

.s05 .s05-bag2 {
    top: 429px;
    left: 706px;
    width: 254px;
    height: 340px;
}

.s05 .s05-bag2 img {
    position: absolute;
    height: 104.41%;
    left: -18.91%;
    top: 0;
    width: 135.95%;
    max-width: none;
}

.s05 .s05-name {
    top: 848px;
    height: 60px;
    font-size: 20px;
    line-height: 1.2;
    color: #284f9d;
    font-weight: 700;
}

.s05 .s05-name1 {
    left: 416px;
}

.s05 .s05-name2 {
    left: 753px;
}

.s05 .s05-more {
    top: 878px;
    font-size: 18px;
    line-height: 15px;
    color: #f15a29;
    font-weight: 500;
    white-space: nowrap;

    a {
        color: #f15a29;
    }
}

.s05 .s05-more1 {
    left: 449px;
}

.s05 .s05-more2 {
    left: 787px;
}

.s05 .s05-ph {
    top: 560px;
    width: 262px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-align: center;
}

.s05 .s05-ph1 {
    left: 364px;
}

.s05 .s05-ph2 {
    left: 702px;
}

.s05_card_each {
    margin: 0 15px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    background-color: #EDEDEE;
    width: calc(25% - 30px);
    padding: 50px 10px 0;
}

.s05-card {
    width: 100% !important;
    background: transparent !important;
    background-color: transparent !important;
}

.s05 .s05-ground {
    top: 50% !important;
    transform: translateY(-30%) !important;
}

/* Stack both eachAccBox elements in the same grid cell so panels overlay */
.s05-panels {
    display: grid;
}

.s05-panels .eachAccBox {
    grid-area: 1 / 1;
}

/* Hide accordion triggers on desktop — tabs handle switching */
.s05 .accTrigger {
    display: none;
}

.s05-panels .accContainer.js-panel {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    align-items: flex-start;
    justify-content: center;
}

.s05-el {
    bottom: 50px;
    top: inherit !important;
    left: inherit !important;
    position: relative !important;
}

.s05 img {
    display: inline-block;
    width: auto !important;
    position: static !important;
}


/* ─── S06 – Delivering Impact at Scale ─── */
.s06 {
    /* margin-top: 127px; */
    margin-left: -2px;
    width: 100%;
    /* padding-left: calc((100% - 1440px) / 2);
    padding-right: calc((100% - 1440px) / 2); */
    min-height: 967px;
    background: #e0e0f0;
    font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    padding: 96px 0 80px;
    overflow: visible;
}

.s06 .s06-eyebrow {
    font-size: 20px;
    line-height: 1.4;
    color: #000;
    margin: 0 0 10px;
}

.s06 .s06-title {
    font-weight: 700;
    font-size: 72px;
    line-height: 84px;
    letter-spacing: -1px;
    color: #000;
    margin: 0 0 48px;
    white-space: nowrap;
}

/* Two-column layout: sidebar | panel area */
.s06 .s06-layout {
    display: flex;
    gap: 48px;
    align-items: flex-start;
}

/* Sidebar */
.s06 .s06-sidebar {
    flex: 0 0 308px;
    display: flex;
    flex-direction: column;
}

.s06 .s06-divider {
    height: 1px;
    background: #d9d9e0;
    flex-shrink: 0;
}

.s06 .s06-nav-item {
    font-size: 20px;
    line-height: 1.4;
    color: #000;
    cursor: pointer;
    background: none;
    border: none;
    padding: 16px 18px;
    font-family: inherit;
    text-align: left;
    transition: background .25s ease, font-weight .1s;
    border-radius: 6px;
    width: 100%;
}

.s06 .s06-nav-item.is-active {
    font-weight: 700;
    background: #fff;
}

.s06 .s06-readmore {
    margin-top: 24px;
    width: 140px;
    height: 42px;
    background: #284f9d;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px 0 16px;
    box-sizing: border-box;
    cursor: pointer;
}

.s06 .s06-readmore a {
    color: #fff;
    font-size: 16px;
    line-height: 1;
}

.s06 .s06-readmore .s06-arrow,
.s06 .s06-ph-readmore .s06-arrow {
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #284f9d;
    font-size: 15px;
}

/* Panel area — CSS grid so all eachAccBox items sit in the same cell */
.s06 .s06-panel-area {
    flex: 1;
    display: grid;
}

.s06 .s06-panel-area .eachAccBox {
    grid-row: 1;
    grid-column: 1;
    min-width: 0;
}

/* Hide accordion triggers on desktop — sidebar tabs handle switching */
.s06 .accTrigger {
    display: none;
}

/* White card */
.s06 .s06-card {
    background: #fff;
    border-radius: 12px;
    padding: 28px 32px 32px;
    width: 100%;
    box-sizing: border-box;
}

.s06 .s06-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.s06 .s06-card-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    color: #284f9d;
    margin: 0;
}

.s06 .s06-card-icon img {
    width: 56px;
    height: auto;
}

.s06 .s06-card-line {
    height: 1px;
    background: #d9d9e0;
    margin: 0 0 20px;
    border: none;
}

/* Card body: photo column + metrics grid */
.s06 .s06-card-body {
    display: flex;
    gap: 40px;
    align-items: center;
}

.s06 .s06-photo-col {
    flex: 0 0 38%;
    position: relative;
}

.s06 .s06-photo {
    width: 100%;
    height: 410px;
    border-radius: 8px;
    object-fit: cover;
    display: block;
    aspect-ratio: 4 / 5;
}

.s06 .s06-pill-wrap {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

.s06 .s06-pill-text {
    background: #fff;
    border-radius: 85px;
    padding: 6px 20px;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    margin: 0;
    white-space: nowrap;
}

/* Metrics 2×3 grid */
.s06 .s06-metrics-grid {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 32px;
    align-content: start;
}

.s06 .s06-metric {
    border-top: 2px solid #e5e5ef;
    padding-top: 14px;
}

.s06 .s06-metric-value {
    font-size: 34px;
    font-weight: 700;
    color: #000;
    line-height: 1.1;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 2px;
}

.s06 .s06-metric-pre,
.s06 .s06-metric-suf {
    font-size: 18px;
    font-weight: 400;
    color: #444;
}

.s06 .s06-metric-num {
    font-variant-numeric: tabular-nums;
}

.s06 .s06-metric-label {
    font-size: 14px;
    color: #666;
    margin: 6px 0 0;
    line-height: 1.4;
}

/* Placeholder panels */
.s06 .s06-ph-text {
    font-size: 20px;
    line-height: 30px;
    color: #333;
    margin: 24px 0 32px;
}

.s06 .s06-ph-readmore {
    width: 140px;
    height: 42px;
    background: #284f9d;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px 0 16px;
    box-sizing: border-box;
    cursor: pointer;
}

.s06 .s06-ph-readmore span {
    color: #fff;
    font-size: 16px;
    line-height: 1;
}

/* ── Responsive: large tablet / small desktop ── */
@media (max-width: 1280px) {
    /* .s06 {
        padding-left: 60px;
        padding-right: 60px;
    } */

    .s06 .s06-title {
        font-size: 56px;
        line-height: 68px;
    }

    .s06 .s06-metric-value {
        font-size: 26px;
    }

    .s06 .s06-metric-pre,
    .s06 .s06-metric-suf {
        font-size: 15px;
    }
}

/* ── Responsive: tablet ── */
@media (max-width: 1024px) {
    .s03 {
        background-image: url(../images/home/0810e5d319ab7144b21b1d5f237a69e6c8ec72b7.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .s14 .numDiv .row_2 {
        flex-wrap: wrap;
    }

    .s14 .numDiv .row_2 .commCol {
        -ms-flex: 0 0 33.33% !important;
        flex: 0 0 33.33% !important;
        max-width: 33.33% !important;
    }

    .s06 {
        padding: 64px 40px 64px;
    }

    .s06 .s06-layout {
        gap: 28px;
    }

    .s06 .s06-sidebar {
        flex-basis: 220px;
    }

    .s06 .s06-nav-item {
        font-size: 17px;
        padding: 13px 14px;
    }

    .s06 .s06-card-body {
        flex-direction: column;
    }

    .s06 .s06-photo-col {
        flex: none;
        width: 100%;
    }

    .s06 .s06-photo {
        aspect-ratio: 16 / 7;
        object-position: center 30%;
    }

}

/* ── Responsive: mobile ── */
@media (max-width: 768px) {
    .footer {
        margin-top: 40px;
    }

    .mobBtn {
        display: flex !important;
        margin: 0 auto;
    }

    .s06 .s06-panel-area .eachAccBox {
        height: 100%;
    }

    .s06 .s06-metrics-grid {
        display: flex;
        flex-wrap: wrap;
    }

    .s06 {
        padding: 50px 5px 50px !important;
    }

    .s06 .s06-title {
        font-size: 30px;
        line-height: 44px;
        margin-bottom: 28px;
        white-space: normal;
    }

    .s06 .s06-layout {
        flex-direction: column;
        gap: 0;
    }

    .s06 .s06-sidebar {
        flex: none;
        width: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 8px;
        padding-bottom: 16px;
        margin-bottom: 20px;
        scrollbar-width: none;
    }

    .s06 .s06-sidebar::-webkit-scrollbar {
        display: none;
    }

    .s06 .s06-divider {
        display: none;
    }

    .s06 .s06-nav-item {
        flex: 0 0 auto;
        font-size: 14px;
        padding: 9px 16px;
        white-space: nowrap;
        border-radius: 20px;
        border: 1px solid #c8c8d8;
        width: auto;
    }

    .s06 .s06-nav-item.is-active {
        background: #284f9d;
        color: #fff;
        border-color: #284f9d;
    }

    .s06 .s06-readmore {
        display: none;
    }

    .s06-panel-area .s06-readmore {
        display: flex;
        margin: 20px auto 0;
    }

    .s06 .s06-metric-value {
        font-size: 22px;
    }

    .s06 .s06-metric-pre,
    .s06 .s06-metric-suf {
        font-size: 13px;
    }

    .s06 .s06-metric-label {
        font-size: 12px;
    }

    .s06 .s06-photo {
        aspect-ratio: 16 / 7;
        object-position: center 30%;
    }

    .s06 .s06-metrics-grid {
        gap: 20px 16px;
    }

    .s06 .s06-card-title {
        font-size: 18px !important;
    }
}

/* ── Responsive: small phones ── */
@media (max-width: 480px) {
    .s06 {
        padding: 32px 16px 48px;
    }

    .s06 .s06-eyebrow {
        font-size: 16px;
    }

    .s06 .s06-title {
        font-size: 28px;
        line-height: 36px;
    }

    .s06 .s06-photo-col {
        display: none;
    }

    .s06 .s06-metric-value {
        font-size: 20px;
    }

    .s06 .s06-metrics-grid {
        gap: 16px 12px;
    }
}


.s07,
.s11,
.s13,
.s15,
.s17 {
    overflow: hidden;
    font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.s07 .s07-bg,
.s11 .s11-bg,
.s13 .s13-bg,
.s15 .s15-bg,
.s17 .s17-bg {
    inset: 0;
    background: #21409a;
}

.s07 .s07-panel,
.s11 .s11-panel,
.s13 .s13-panel,
.s15 .s15-panel,
.s17 .s17-panel {
    left: 110px;
    top: 323px;
    width: 100%;
    /* height: 1080px; */
    height: 100vh;
    background: #fff;
    overflow: hidden;
    background-color: var(--blue);
}

.s07 .s07-img,
.s11 .s11-img,
.s13 .s13-img,
.s15 .s15-img,
.s17 .s17-img {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 8px solid #fff;
    border-top-left-radius: 200px;
    object-position: center -150px;
}

.s07 .s07-heading,
.s11 .s11-heading,
.s13 .s13-heading,
.s15 .s15-heading,
.s17 .s17-heading {
    position: relative;
    z-index: 1;
    margin: 70px 0 0 280px;
    width: 100%;
    margin-bottom: 30px;
    font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 80px;
    line-height: 1.1;
    color: #fff;
    word-break: break-word;
}

.s07 .s07-heading p,
.s11 .s11-heading p,
.s13 .s13-heading p,
.s15 .s15-heading p,
.s17 .s17-heading p {
    margin: 0;
}


/* ─── S08 – Guided by Experience and Expertise ─── */
.s08 {
    margin-top: 140px;
    font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    box-sizing: border-box;
    margin-bottom: 120px;

    .customList {
        li {
            padding-left: 20px;

            &::before {
                top: 5px;
            }
        }
    }
}

.s08 p {
    margin: 0;
    line-height: 1.2;
}

.s08-heading {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
    color: #000;
    margin-bottom: 48px;
    letter-spacing: -0.5px;
}

/* ── Swiper wrapper ── */
.s08-swiper {
    width: 100%;
    /* padding-bottom: 56px !important; */
    /* overflow: visible !important; */
}

/* ── Card layout: person col | info col ── */
/* ============================================================
   Board of Directors cards
   ============================================================ */

.dir-card {
    padding-bottom: 20px;
    position: relative;
    /* perspective: 1000px; */
    height: 490px;
    overflow: hidden;
    background-color: transparent;

    &:focus {
        outline: 0;
    }

    .bodBox {
        display: flex;
        width: 100%;
        height: 100%;
        transition: 0.3s;
        position: relative;
        background: #ffffff;
        transform-style: preserve-3d;
        backface-visibility: hidden;
        -moz-backface-visibility: hidden;

        .bodInfo {
            /* width: 200px; */
            position: absolute;
            width: 100%;
            height: 100%;
            transition: 0.3s;
            z-index: 2;
            background: #ffffff;

            .bodImg {
                display: flex;
                flex-wrap: wrap;
                margin-bottom: 15px;

                figure {
                    border-radius: 15px;
                    overflow: hidden;
                    width: calc(100% - 30px);

                    img {
                        width: 100%;
                        display: block;
                    }
                }

                .bodBudges {
                    width: 30px;
                    display: flex;
                    flex-wrap: wrap;
                    flex-direction: column;
                    align-items: flex-end;
                    gap: 10px;
                    padding-left: 10px;

                    img {
                        width: 20px;
                    }
                }
            }
        }

        .bodDescWrap {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            position: absolute;
            width: 100%;
            height: 100%;
            padding: 20px 15px;
            transition: 0.3s;
            transform: rotateY(180deg);
            z-index: 1;
            border-radius: 15px;
            display: flex;
            justify-content: center;
            align-items: flex-start;
            background-color: #fff;

            /* padding-left: 20px;
            padding-right: 20px; */
            /* width: calc(100% - 200px); */
            .bodDescWrapInner {
                height: 100%;
                overflow-y: auto;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                background-color: #fff;
            }

            .exp {
                display: flex;
                gap: 20px;

                li {
                    width: 50%;
                    padding-bottom: 10px;
                    border-bottom: 1px solid #939598;
                    margin-bottom: 0px;
                }

                &+.fz_20 {
                    margin-bottom: 15px;
                }
            }
        }

    }

    &:hover {
        padding: 5px;

        .bodBox {
            transform: rotateY(180deg);
        }

        .bodInfo {}

        .bodDescWrap {
            box-shadow: 0 0 10px #00000030;
        }
    }

    &:not(:last-child) {
        margin-bottom: 15px;
    }
}

.row-gap {
    row-gap: 30px;
}

.symWrapBox {
    border-radius: 20px;
    box-shadow: 0 0 10px 0px #cccccc7d;
    padding: 20px;

    ul {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;

        li {
            width: 100%;
            display: flex;
            gap: 10px;
            flex-wrap: wrap;

            &:not(:last-child) {
                margin-bottom: 20px;
            }

            .colorBox {
                width: 20px;
                height: 20px;
                border-radius: 3px;

                &.blueBox {
                    background-color: #21409a;
                }

                &.greenBox {
                    background-color: #159146;
                }

                &.tealBox {
                    background-color: #0f99d6;
                }

                &.orangeBox {
                    background-color: #f58220;
                }

                &.redBox {
                    background-color: #8f1838;
                }
            }

            p {
                line-height: 1.3;
                width: calc(100% - 30px);
            }

            .cmWrap {
                display: flex;
                width: 49%;
                gap: 10px;

                .cmBox {
                    width: 25px;
                    height: 25px;
                    border-radius: 5px;
                    border: 1px solid #ccc;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }
            }
        }
    }
}


.s08-pagination .swiper-pagination-bullet {
    background: #aaa;
    opacity: 1;
}

.s08-pagination .swiper-pagination-bullet-active {
    background: #284f9d;
    width: 24px;
    border-radius: 4px;
}

/* ── Carousel System (retained for other sections) ── */
.js-carousel-container {
    position: absolute;
    inset: 0;
}

.js-carousel-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s ease, visibility .6s ease, transform .6s cubic-bezier(.22, 1, .36, 1);
    transform: translateX(20px);
    pointer-events: none;
}

.js-carousel-slide.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    pointer-events: auto;
}

.s09 .s09-arrow {
    cursor: pointer;
    z-index: 20;
    transition: transform .2s ease;
}

.s09 .s09-arrow:hover {
    transform: scale(1.1);
}

.s09 .s09-arrow:active {
    transform: scale(0.9);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
    .s08 {
        padding: 0 32px 64px;
    }

    .s08-heading {
        font-size: 48px;
    }

    .s08-card {
        gap: 36px;
        padding: 32px;
    }
}

@media (max-width: 768px) {
    .s08 {
        padding: 0 16px 56px;
    }

    .s08-heading {
        font-size: 32px;
        margin-bottom: 32px;
    }

    .s08-card {
        flex-direction: column;
        align-items: center;
        gap: 24px;
        padding: 24px 20px;
    }

    .s08-person-col {
        flex: none;
        width: 100%;
    }

    .s08-stats {
        flex-wrap: wrap;
        gap: 16px;
    }
}

@media (max-width: 480px) {
    .s08-heading {
        font-size: 26px;
    }

    .s08-bullets li {
        font-size: 14px;
    }

    .s08-stat-num {
        font-size: 16px;
    }
}



/* ─── S09 – Leadership that Delivers ─── */
.s09 {
    background: transparent;
    /* margin-left: 229px;
    width: 1450px; */
    font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    box-sizing: border-box;
    padding: 145px 15px 145px;
    background-color: #EDEDEE;
}

.s08 .container,
.s09 .container,
.s10 .container {
    max-width: calc(1440px + 120px);
}

.s08-wrap,
.s09-wrap,
.s10-cards {
    padding-left: 75px;
    padding-right: 75px;
    /* margin-left: 229px; */
    width: 100%;
    box-sizing: border-box;
    /* overflow: hidden; */
    position: relative;
}

.s09 .s09-head {
    font-weight: 700;
    font-size: 80px;
    line-height: 1.1;
    letter-spacing: -0.5px;
    color: #000;
    text-align: center;
    margin: 0 0 56px;
}

/* ── Swiper ── */
.s09-swiper {
    width: 100%;
    /* padding-bottom: 64px !important; */
    /* overflow: visible !important; */
}

/* ── Person card ── */
.leaderShipBox {
    border-radius: 20px;
    overflow: hidden;
    background-color: #d4d4eb;

    img {
        width: 100%;
    }
}

.leaderShipInfo {
    padding: 15px;
}

.companyName {
    display: block;
    position: relative;
    padding-left: 15px;

    &:before {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 12px solid var(--blue);
        position: absolute;
        top: 50%;
        content: "";
        left: 0;
        transform: translateY(-50%) rotate(270deg);
    }
}


/* ── Swiper custom nav ── */
/* .s08 .swiper-wrapper,
.s09 .swiper-wrapper,
.s10 .swiper-wrapper {
    overflow: hidden;
} */

.s08-prev,
.s08-next,
.s09-prev,
.s09-next,
.s10-prev,
.s10-next {
    border: 1px solid #000;
    background-color: #fff;
    width: 50px !important;
    height: 50px !important;
    text-align: center;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .12);
    top: 40%;
    transition: 0.6s;

    &:after {
        left: 0;
        right: 0;
        width: 35px;
        height: 25px;
        margin: auto;
        transition: 0.6s;
        content: '' !important;
        font-size: 0 !important;
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
    }

    &:hover {
        background-color: #F15A29 !important;
        border-color: #F15A29 !important;

        &:after {
            filter: brightness(0) invert(1);
        }
    }
}

.s08-prev,
.s09-prev,
.s10-prev {
    left: -5px !important;

    &:after {
        top: 13px;
        background-image: url(../images/home/arrow_2.png);
    }
}

/* .s08-prev{
    left: -65px !important;
} */

.s08-next,
.s09-next,
.s10-next {
    right: -5px !important;

    &:after {
        top: 11px;
        transform: rotate(180deg);
        background-image: url(../images/home/arrow_2.png);
    }
}

/* .s08-next{
    right: -65px !important;
} */

/* ── Responsive ── */
@media (max-width: 1280px) {
    .s09 {
        /* padding: 64px 60px 80px; */
    }

    .s09 .s09-head {
        font-size: 60px;
    }
}

@media (max-width: 1024px) {
    .s09 {
        padding: 48px 40px 72px;
    }

    .s09 .s09-head {
        font-size: 48px;
        margin-bottom: 40px;
    }

    .s09-name {
        font-size: 16px;
    }

    .s09-title-txt {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .s09 {
        padding: 40px 24px 64px;
    }

    .s09 .s09-head {
        font-size: 36px;
        margin-bottom: 32px;
        white-space: normal;
    }

    .s09-swiper {
        overflow: hidden !important;
    }

    .s09-prev {
        left: 0;
    }

    .s09-next {
        right: 0;
    }
}

@media (max-width: 480px) {
    .s09 .s09-head {
        font-size: 28px;
    }
}


.s10 {
    margin-top: 140px;
    overflow: hidden;
    padding-bottom: 140px;
    font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.s10-cards .imgBox img {
    width: auto;
    height: auto;
}

.s10-pad {
    padding-left: 75px;
    padding-right: 75px;
}

.s10 .s10-bg {
    position: absolute;
    left: 0;
    top: 0px;
    width: 1951.313px;
    height: 1106.33px;
    object-fit: cover;
    pointer-events: none;
}

.s10 .s10-fade {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 80%;
    background: linear-gradient(to bottom, #ffffff 20%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}

.s10 .s10-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.s10 .s10-heading {
    margin: 0 auto 38px;
    font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 80px;
    line-height: 90px;
    color: #000;
    text-align: center;
    word-break: break-word;
}

.s10 .s10-para {
    margin: 0 auto 30px;
    font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #000;
    text-align: center;
    word-break: break-word;
}

.s10 .s10-btn-group {
    position: relative;
    display: inline-flex;
    width: 230px;
    height: 53px;
    margin-bottom: 30px;
}

.s10 .s10-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 190px;
    height: 53px;
    background: #203e98;
    border-radius: 9px;
}

.s10 .s10-btn-txt {
    position: absolute;
    left: 21.5px;
    top: 19px;
    margin: 0;
    font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 15px;
    color: #fff;
}

.s10 .s10-btn-arrow {
    position: absolute;
    left: 145px;
    top: 6px;
    width: 39.623px;
    height: 42px;
}

.s10 .s10-btn-arrow img {
    display: block;
    width: 100%;
    height: 100%;
}

.s10 .s10-swiper {
    width: 100%;
    /* overflow: visible !important; */
}

.s08 .swiper-slide,
.s09 .swiper-slide,
.s10 .swiper-slide {
    padding: 0 10px;
}

.s10 .s10-card-item {
    width: 100%;
    height: 280px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.s10 .s10-card-item a {
    display: flex;
    align-items: center;
}

.s10 .s10-card-img {
    width: 84%;
    height: auto;
    max-height: 212px;
    object-fit: contain;
    display: block;
}

.s10 .s10-prev,
.s10 .s10-next {
    color: #284f9d;
}

.s10 .s10-pagination .swiper-pagination-bullet-active {
    background: #284f9d;
}


/* .s11 {
    overflow: hidden;
    font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.s11 .s11-bg {
    inset: 0;
    background: #21409a;
}

.s11 .s11-panel {
    left: 110px;
    top: 323px;
    width: 100%;
    height: 900px;
    background: #fff;
    overflow: hidden;
    background-color: var(--blue);
}

.s11 .s11-img {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 200px;
    object-position: center 140%;
}

.s11 .s11-heading {
    position: relative;
    z-index: 1;
    margin: 105px 0 0 280px;
    width: 100%;
    margin-bottom: 50px;
    font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 80px;
    line-height: 90px;
    color: #fff;
    word-break: break-word;
}

.s11 .s11-heading p {
    margin: 0;
} */


.s12 {
    margin-top: 122px;
    margin-bottom: 130px;
    font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.s12 .s12-btn-group {
    left: 0;
    bottom: 30px;
    z-index: 1;
    display: inline-flex;
    width: 230px;
    height: 53px;
    position: relative;
}

.s12 .s12-btn {
    left: 0;
    top: 0;
    position: absolute;
    width: 190px;
    height: 53px;
    background: #203e98;
    border-radius: 9px;
}

.s12 .s12-btn-txt {
    position: relative;
    left: 21.5px;
    top: 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 15px;
    color: #fff;
    margin: 0;
}

.s12 .s12-btn-arrow {
    position: absolute;
    left: 144.94px;
    top: 6px;
    width: 39.623px;
    height: 42px;
}

.s12 .s12-acc-pill {
    position: absolute;
    top: 0;
    height: 558.368px;
    border-radius: 39.644px;
    overflow: hidden;
    cursor: pointer;
    transition: width 0.45s ease;
}

.s12 .s12-acc-pill-blue {
    left: 1152.65px;
    width: 79.288px;
}

.s12 .s12-acc-pill-green {
    left: 1249.77px;
    width: 79.288px;
}

.s12 .s12-acc-pill.is-active {
    width: 260px;
}

.communityAccordion {
    display: flex;
    align-items: stretch;
    gap: 14px;
    min-height: 510px;
}

.communityPanel_1 {
    button {
        &:before {
            background-color: #b1662092;
        }
    }
}

.communityPanel_2 {
    button {
        &:before {
            background-color: #0f9ad68a;
        }
    }
}

.communityPanel_3 {
    button {
        &:before {
            background-color: #16914580;
        }
    }
}

.communityPanel {
    position: relative;
    flex: 0 0 76px;
    min-width: 76px;
    border-radius: 30px;
    background: #fff;
    overflow: hidden;
    padding: 0px;
    transition: flex 0.55s cubic-bezier(0.4, 0, 0.2, 1), min-width 0.55s cubic-bezier(0.4, 0, 0.2, 1);

    button {
        &:before {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            content: '';
            z-index: 1;
            transition: 0.6s;
            position: absolute;
        }
    }

    &.is-active {
        flex: 1 1 0;
        min-width: 0;
        padding: 0px;

        button {
            &:before {
                opacity: 0;
                visibility: hidden;
            }
        }

        .communityPanelBtn {
            border-radius: 30px;
            border: 10px solid #00000010;
            /* box-shadow: 0 0 20px #00000020; */
        }

        .communityLink {
            pointer-events: all;
        }
    }
}

.communityPanelBtn {
    width: 100%;
    height: 100%;
    min-height: 480px;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
    position: relative;
    display: block;
    text-align: left;
}

.communityCollapsedLabel {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-family: "Nata Sans", sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: var(--white);
    border-radius: 40px;
    padding: 20px 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
}

.communityPanel.is-active .communityCollapsedLabel {
    opacity: 0;
    visibility: hidden;
}

.communityExpanded {
    overflow: hidden;
    border-radius: 40px;
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease 0.1s, visibility 0.4s ease 0.1s;
}

.communityPanel.is-active .communityExpanded {
    opacity: 1;
    visibility: visible;
}

.communityFigure {
    margin: 0;
    width: 100%;
    height: 100%;

    img {
        width: 100%;
        height: 100%;
        min-height: 480px;
        object-fit: cover;
        object-position: center;
        border-radius: 18px;
    }
}

.communityOverlay {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 30px 30px;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    border-radius: 0 0 18px 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;

    &:before {
        position: absolute;
        left: 0;
        top: 0px;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 80%;
        content: '';
        background: linear-gradient(to bottom, #ffffff 20%, rgba(255, 255, 255, 0) 100%);
    }
}

.communityOverlayText {
    flex: 1;
    z-index: 2;
    min-width: 0;
    cursor: auto;
    position: relative;
}

.communityTitle {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1.2;
    font-family: "Nata Sans", sans-serif;
}

.communityDesc {
    font-size: 17px;
    line-height: 1.5;
    color: #000;
    margin: 0;
}

.communityLink {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--green);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: transform 0.3s ease, background 0.3s ease;
    transform: rotate(-45deg);

    &:hover {
        transform: scale(1.06);
        background: #34b314;
        color: #fff;
    }
}

/* ── Desktop-only S12 overrides (pill label + container layout, main card trigger) ── */
@media (min-width: 768px) {

    /* Pill trigger: rotated vertical label */
    .s12 .s12-acc-pill .accTrigger {
        position: absolute;
        top: 0;
        left: 0;
        width: 79.288px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        color: #fff;
        font-weight: 700;
        font-size: 18px;
        line-height: 1.2;
        cursor: pointer;
        z-index: 3;
        padding: 0;
        background: transparent;
        pointer-events: auto;
        white-space: nowrap;
        border-radius: 0;
    }

    /* Pill container: fills the wrapper absolutely */
    .s12 .s12-acc-pill .accContainer {
        position: absolute;
        inset: 0;
        opacity: 1;
        visibility: visible;
        transform: none;
        pointer-events: none;
        max-height: none;
        overflow: visible;
        transition: none;
    }

    /* Main card: trigger hidden — card always visible */
    .s12 .s12-acc-main .accTrigger {
        display: none;
    }

    .s12 .s12-acc-main .accContainer {
        opacity: 1;
        visibility: visible;
        transform: none;
        max-height: none;
        overflow: visible;
    }
}

/* Inner pill div (now relative inside wrapper) */
.s12 .s12-pill {
    position: relative;
    width: 100%;
    height: 100%;
}

.s12 .s12-pill-img {
    position: absolute;
    max-width: none;
    object-fit: cover;
}

.is-active .s12-pill-img {
    width: 0 !important;
    height: 0 !important;
}

.s12-pill-img-1 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.s12 .s12-pill-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.s12 .s12-pill-blue .s12-pill-overlay {
    background: rgba(16, 153, 214, 0.58);
}

.s12 .s12-pill-green .s12-pill-overlay {
    background: rgba(22, 145, 70, 0.58);
}


/* .s13 {
    overflow: hidden;
    font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.s13 .s13-bg {
    inset: 0;
    background: #21409a;
}

.s13 .s13-panel {
    left: 110px;
    top: 323px;
    width: 100%;
    height: 900px;
    background: #fff;
    overflow: hidden;
    background-color: var(--blue);
}

.s13 .s13-img {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 200px;
    object-position: center 140%;
}

.s13 .s13-heading {
    position: relative;
    z-index: 1;
    margin: 105px 0 0 280px;
    width: 100%;
    margin-bottom: 50px;
    font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 80px;
    line-height: 90px;
    color: #fff;
    word-break: break-word;
}

.s13 .s13-heading p {
    margin: 0;
} */


.s14 {
    margin-top: 103px;
    overflow: hidden;
    padding-bottom: 80px;
    font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.accordBlack {
    background-color: transparent;

    .numBox {
        .numBoxInner {

            &:before,
            &:after {
                background-color: var(--black);
            }

            &:after {
                background-color: transparent;
                border-left: 2px dotted var(--black);
            }
        }
    }
}

.s14 .numDiv .row_2 .commCol {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.s14 * {
    box-sizing: border-box;
}

.s14 .abs {
    position: absolute;
}

/* Image (full-bleed background, clipped rectangle) */
.s14 .img-clip {
    position: absolute;
    left: 0;
    top: 210.83px;
    width: 1920px;
    height: 783.67px;
    overflow: hidden;

    &.resView {
        display: none;
    }
}

.s14 .img-clip img {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s14 .img-fade {
    position: absolute;
    left: 0;
    top: 210.83px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 10%, rgba(255, 255, 255, 0) 90%);
    pointer-events: none;
}

/* Tabs — flow flex row */
.s14 .s14-tabs {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 10;
}

.s14 .s14-tab {
    height: 50.5px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    background: transparent;
    cursor: pointer;
    font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 15px;
    color: #000;
    margin: 0 10px;
    width: calc(50% - 20px);
    max-width: 450px;
    white-space: nowrap;
    padding: 0 21.5px;
}


.s14 .s14-tab.is-active {
    background: #284f9d;
    border-color: transparent;
    font-weight: 500;
    color: #fff;
}

/* Accordion triggers hidden on desktop — shown only on mobile */
.s14 .accTrigger {
    display: none;
}

/* ── Desktop: grid-stacked panels (opacity toggle via .js-panel) ── */
.s14 .s14-panels {
    display: grid;
    position: relative;
    z-index: 1;
}

.s14 .s14-panels .eachAccBox {
    grid-area: 1/1;
    overflow: hidden;
}

.s14 .accContainer.js-panel {
    padding: 50px 5% 48px;
}

/* Flow heading */
.s14 .s14-heading {
    display: block;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.15;
    letter-spacing: -0.5px;
    color: #000;
    text-align: center;
    margin: 0 auto 20px;
    max-width: 1040px;
}

/* Flow body */
.s14 .s14-body {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #000;
    text-align: center;
    margin: 0 auto 24px;
    max-width: 1100px;
}

/* Key highlights label */
.s14 .s14-khl {
    display: block;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.3;
    color: #203e98;
    text-align: center;
    margin: 0 auto 18px;
}

/* Read More button */
.s14 .s14-rm {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #203e98;
    color: #fff;
    text-decoration: none;
    padding: 14px 22px;
    border-radius: 9px;
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px;
}

.s14 .s14-rm img {
    width: 40px;
    height: 42px;
    display: block;
}


/* .s15 {
    overflow: hidden;
    font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.s15 .s15-bg {
    inset: 0;
    background: #21409a;
}

.s15 .s15-panel {
    left: 110px;
    top: 323px;
    width: 100%;
    height: 900px;
    background: #fff;
    overflow: hidden;
    background-color: var(--blue);
}

.s15 .s15-img {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 200px;
    object-position: center 140%;
}

.s15 .s15-heading {
    position: relative;
    z-index: 1;
    margin: 105px 0 0 280px;
    width: 100%;
    margin-bottom: 50px;
    font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 80px;
    line-height: 90px;
    color: #fff;
    word-break: break-word;
}

.s15 .s15-heading p {
    margin: 0;
} */


.s16 {
    margin-top: 122px;
    margin-bottom: 100px;
    font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.s16 * {
    box-sizing: border-box;
}

.s16 .abs {
    position: absolute;
}

/* Tabs — flow flex row */
.s16 .s16-tabs {
    display: flex;
    justify-content: center;
    gap: 20.65px;
    position: relative;
    z-index: 10;
}

.s16 .s16-tab {
    height: 50.5px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    background: transparent;
    cursor: pointer;
    font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 15px;
    color: #000;
    white-space: nowrap;
    padding: 0 21.5px;
}

.s16 .s16-tab1 {
    width: 460px;
}

.s16 .s16-tab2 {
    width: 442.857px;
}

.s16 .s16-tab.is-active {
    background: #f15a29;
    border-color: transparent;
    font-weight: 500;
    color: #fff;
}

.s16 .js-tab {
    cursor: pointer;
}

/* Hide accordion triggers on desktop — they're mobile-only navigation */
.s16 .accTrigger {
    display: none;
}

/* Grid-stack panels so inactive one (opacity:0/visibility:hidden) doesn't push layout */
.s16 .s16-panels {
    display: grid;
    position: relative;
    z-index: 1;
}

.s16 .s16-panels .eachAccBox {
    grid-area: 1/1;
    overflow: hidden;
    min-width: 0;
}

/* Panel 1 Read More */
.s16 .p1-rm {
    left: 1.73px;
    top: 474.5px;
    font-weight: 400;
    font-size: 20px;
    line-height: 15px;
    color: #f15a29;
    cursor: pointer;
}

/* Heading + body */
.s16 .heading {
    left: 0;
    font-weight: 700;
    font-size: 80px;
    line-height: 90px;
    color: #000;
}

.s16 .body {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #000;
}

/* Image */
.s16 .hero-img {
    left: 687.33px;
    top: 106.83px;
    width: 945.784px;
    height: 458.67px;
    object-fit: cover;
    border-radius: 0;
}

/* Card */
.s16 .card {
    margin-top: 50px;
    background: #fff;
    box-shadow: 0px 4px 55px 0px rgba(0, 0, 0, 0.15);
}

.s16 .row_2 {
    .col-lg-3 {
        margin-bottom: 30px;
    }
}

.s16 .card-title {
    left: 576.11px;
    top: 671.77px;
    font-weight: 700;
    font-size: 25px;
    line-height: 27px;
    color: #f15a29;
    white-space: nowrap;
}

/* Stat divider */
.s16 .divider {
    width: 2.562px;
    height: 74.945px;
}

.s16 .divider img {
    display: block;
    width: 100%;
    height: 100%;
}

/* Stat number / label */
.s16 .stat-num {
    font-weight: 500;
    font-size: 45px;
    line-height: 15px;
    color: #f15a29;
    height: 20.25px;
}

.s16 .stat-lbl {
    font-weight: 400;
    font-size: 18px;
    line-height: 15px;
    color: #000;
}

.bg_dddee4 {
    background-color: #dddee4;
}

/* Read More */
.s16 .rm-rect {
    margin: 30px 0 0;
    width: 190px;
    height: 60px;
    padding: 10px;
    position: relative;
    background: #f15a29;
    border-radius: 9px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.s16 .rm-txt {
    margin-right: 15px;
    font-weight: 400;
    font-size: 20px;
    line-height: 15px;
    color: #fff;
}

.s16 .rm-arrow {
    left: 10px;
    top: 10px;
    width: 39.623px;
    height: 42px;
}

.s16 .rm-arrow img {
    display: block;
    width: 100%;
    height: 100%;
}


/* .s17 {
    overflow: hidden;
    font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.s17 .s17-bg {
    inset: 0;
    background: #21409a;
}

.s17 .s17-panel {
    left: 110px;
    top: 323px;
    width: 100%;
    height: 900px;
    background: #fff;
    overflow: hidden;
    background-color: var(--blue);
}

.s17 .s17-img {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 200px;
    object-position: center 140%;
}

.s17 .s17-heading {
    position: relative;
    z-index: 1;
    margin: 105px 0 0 280px;
    width: 100%;
    margin-bottom: 50px;
    font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 80px;
    line-height: 90px;
    color: #fff;
    word-break: break-word;
}

.s17 .s17-heading p {
    margin: 0;
} */


.s18 {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-top: 122px;
    /* margin-bottom: 120px; */
    overflow: hidden;
    font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Decorative right-side background image */
.s18 .s18-bg-img {
    position: absolute;
    left: 530px;
    top: 0;
    width: 1184px;
    height: 802px;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.s18 .s18-bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Sidebar: flex child on the left */
.s18 .s18-sidebar {
    width: 420px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

/* Side-lines: flow horizontal rules */
.s18 .side-line {
    display: block;
    width: 100%;
    height: 2px;
}

.s18 .side-line img {
    display: block;
    width: 100%;
    height: 100%;
}

.s18 .side-active {
    display: none;
}

.s18 .side-active-txt {
    display: block;
    padding: 13px 19px;
    width: 436px;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.4;
    color: #000;
    margin-bottom: 0;
    margin: 10px 0;
}

.s18 .side-item {
    display: block;
    padding: 6px 12px;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    width: 430px;
    height: 70px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin: 10px 0;
}

.s18 .side-item-1 {
    line-height: 30px;
}

.s18 .side-item-2 {
    line-height: 15px;
    /* white-space: nowrap; */
}

.s18 .side-item-3 {
    line-height: 15px;
    /* white-space: nowrap; */
}

.s18 .side-item-4 {
    line-height: 15px;
    /* white-space: nowrap; */
}

.s18 .side-item-5 {
    line-height: 15px;
    /* white-space: nowrap; */
}

/* Tab triggers */
.s18 .js-tab {
    cursor: pointer;
    color: #000;
    background: transparent;
    border-radius: 0;
}

.s18 .js-tab.is-active {
    background: #203e98;
    color: #fff;
    border-radius: 6px;
    line-height: 1.4;
    font-weight: 700;
}

.s18 .side-active-txt.js-tab {
    padding: 13px 19px;
    width: 100%;
    height: auto;
}

.s18 .side-item.js-tab {
    padding: 6px 12px;
    margin-left: 6px;
}

/* Right panels: grid-stacked */
.s18 .s18-panels {
    width: calc(100% - 420px);
    padding-left: 50px;
    flex: 1;
    display: grid;
    position: relative;
    z-index: 1;
    min-width: 0;
}

.s18 .s18-panels .eachAccBox {
    grid-area: 1/1;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.s18 .s18-panels .eachAccBox.is-active {
    opacity: 1;
    visibility: visible;
}

.s18 .s18-panels .eachAccBoxInner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    min-height: 800px;
    overflow: hidden;
    border-radius: 20px;
    padding: 60px 45px;
    position: relative;

    &:before {
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        content: '';
        position: absolute;
        background-color: #adadad40;
        backdrop-filter: blur(10px);
    }

    .accContainer {
        z-index: 2;
        position: relative;
    }
}

/* Hide accordion triggers on desktop */
.s18 .accTrigger {
    display: none;
}

/* Panel content: flow elements */
.s18 .r-head {
    display: block;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: #000;
    margin: 0 0 20px;
}

.s18 .resImg {
    display: none;
}

.s18 .r-blue {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #284f9d;
    margin: 0 0 20px;
}

.s18 .r-italic {
    display: block;
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #000;
    margin: 0 0 20px;
}

/* Read More button */
.s18 .s18-rm {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #203e98;
    color: #fff;
    text-decoration: none;
    padding: 14px 22px;
    border-radius: 9px;
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
}

.s18 .s18-rm img {
    width: 40px;
    height: 42px;
    display: block;
}

/* Text-only Read More link (panels 1–5) */
.s18 .s18-rm-link {
    display: inline-block;
    color: #284f9d;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    margin-top: 14px;
}


.s19 {
    margin-top: 142px;
    overflow: hidden;
}

.s19 .s19-band {
    position: absolute;
    inset: 0;
    background: #21409a;
}

.s19 .s19-inner {
    position: relative;
    z-index: 1;
}

.s19 .s19-logo {
    display: block;
    text-align: center;
    padding-top: 77.7px;
    line-height: 0;
}

.s19 .s19-logo img {
    display: inline-block;
    width: 287px;
    height: 163px;
    object-fit: contain;
}

.s19 .s19-columns {
    display: flex;
    align-items: flex-start;
    padding: 7.3px 296px 0;
}

.s19 .s19-addr {
    flex: 0 0 542px;
    padding-top: 48.2px;
    font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.s19 .s19-addr p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}

.s19 .s19-cin {
    font-weight: 700;
    width: 315px;
    margin-bottom: 30.375px;
}

.s19 .s19-office {
    width: 542px;
    line-height: 30px;
    margin-bottom: 20.375px;
}

.s19 .s19-phone {
    width: 507px;
    margin-bottom: 30.375px;
}

.s19 .s19-email {
    width: 414px;
    margin-bottom: 10.5px;
}

.s19 .s19-corp {
    margin-left: 59.5px;
    width: 295px;
    margin-bottom: 30.375px;
}

.s19 .s19-web {
    width: 295px;
}

/* Vertical divider between address and download columns */
.s19 .s19-divider {
    flex: 0 0 1px;
    align-self: flex-start;
    height: 240px;
    margin-top: 52px;
    margin-left: 172px;
    margin-right: 79px;
    background: rgba(255, 255, 255, 0.45);
}

.s19 .s19-dl-col {
    flex: 1;
}

.s19 .s19-dlhdr {
    margin: 0 0 44.4px;
    color: #ee7d2b;
    font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
}

/* Download rows */
.s19 .s19-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 338px;
    height: 38px;
    margin-bottom: 22.6px;
}

.s19 .s19-row:last-child {
    margin-bottom: 0;
}

.s19 .s19-row p {
    margin: 0;
    color: #fff;
    font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    white-space: nowrap;
}

.s19 .s19-row .s19-dlicon {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
}

.s19 .s19-row .s19-dlicon img {
    display: block;
    width: 38px;
    height: 38px;
}


/* ══════════════════════════════════════════════════════════════
   RESPONSIVE STYLES
   Breakpoints:
     1279px – 150% zoom on 1920×1080 / medium desktop
     1023px – tablet landscape
      767px – mobile  (tabs → accordion)
      479px – small mobile
   ══════════════════════════════════════════════════════════════ */

/* ── 1279px: disable JS canvas-scaling; sections go full-width ── */
@media (max-width: 1279px) {
    .s02 .s02-body {
        width: 100%;
    }

    .s16 .heading {
        font-size: 60px;
        line-height: 1.2;
    }

    .s06 {
        min-height: auto;
    }

    .s08 {
        margin-top: 40px;
        padding: 0 16px 40px;
        margin-bottom: 0;
    }

    .s08-heading.mb_70 {
        margin-bottom: 30px !important;
    }

    .swiper {
        padding-bottom: 70px !important;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: calc(100% - 40px) !important;
    }

    .s08-wrap,
    .s09-wrap,
    .s10-cards,
    .s10-pad {
        padding-left: 0;
        padding-right: 0;
    }

    .s08-prev,
    .s09-prev,
    .s10-prev {
        left: calc(50% - 50px) !important;
    }

    .s08-next,
    .s09-next,
    .s10-next {
        right: calc(50% - 50px) !important;
    }

    .s08-prev,
    .s08-next,
    .s09-prev,
    .s09-next,
    .s10-prev,
    .s10-next {
        width: 40px !important;
        height: 40px !important;
    }

    .s08-prev,
    .s09-prev,
    .s10-prev {
        &:after {
            top: 11px;
        }
    }

    .s08-next,
    .s09-next,
    .s10-next {
        &:after {
            top: 8px;
        }
    }

    .s08-prev,
    .s08-next,
    .s09-prev,
    .s09-next,
    .s10-prev,
    .s10-next {
        &:after {
            width: 24px;
            height: 20px;
        }
    }

    .doc {
        width: 100%;
    }

    /* .doc-wrap {
        height: auto !important;
    } */

    .pg {
        width: 100% !important;
    }

    .s02 .s02-band {
        top: 80px;
        position: sticky;
        height: 480px;
    }

    .s02 .s02-title {
        font-size: 60px;
        line-height: 1.2;
    }

    .s02 .s02-btn-group {
        margin-top: 80px;
    }

    .s02 .s02-p1 {
        left: 30px;
        width: 250px;
        object-fit: cover;
    }

    .s02 .s02-p2 {
        right: 30px;
        width: 250px;
        object-fit: cover;
    }

    /* s02 */
    .s02 .s02-bg {
        top: 0;
        width: 100%;
        height: 100%;
        min-height: 160px;
        object-fit: cover;
    }

    .s02 .s02-cred-name {
        font-size: 24px;
    }

    .s02 .s02-cred-title {
        font-size: 16px;
    }

    /* s03 */
    .s03 .s03-bg,
    .s03 .s03-scrim {
        width: 100%;
    }

    .s03 .s03-inner {
        width: 100%;
    }

    .s03 .s03-title {
        left: 52% !important;
        width: 44% !important;
        font-size: 60px !important;
        line-height: 70px !important;
    }

    .s03 .s03-card {
        height: auto;
        left: 20px !important;
        width: calc(100% - 40px) !important;
    }

    .s03 .s03-body {
        width: 100% !important;
    }

    /* s04 */
    .s04 {
        height: 820px;
    }

    .s04 .s04-world {
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -270px;
        top: auto;
        height: auto;
    }

    .s04 .s04-heading {
        margin: 0 0 30px;
    }

    .s04 .s04-map5 {
        left: 235px;
        width: 490px;
        height: auto;
        left: 180px;
        top: auto;
        bottom: 110px;
    }

    .s04 .s04-map4 {
        left: 55px !important;
        top: 90px;
        width: 480px;
        height: auto;
    }

    .s04 .s04-disclaimer {
        left: 60px;
        bottom: 30px;
        height: auto;
        top: auto;
    }

    .s04 .s04-text-col {
        margin-left: 55% !important;
        width: 42% !important;
        padding-top: 90px;
    }

    .s04 .s04-para {
        width: 100% !important;
    }

    .s05 .s05-body {
        width: 100% !important;
    }

    /* s06 — handled by its own responsive block */
    .s06 .s06-card-body {
        align-items: flex-start;
    }

    .s06 .s06-photo {
        height: 350px;
    }

    /* divider sections (s07 s11 s13 s15 s17) */
    .s07 .s07-heading br,
    .s11 .s11-heading br,
    .s13 .s13-heading br,
    .s15 .s15-heading br,
    .s17 .s17-heading br {
        display: none;
    }

    .s10 .s10-para {
        width: 85% !important;
    }

    .s10 .s10-cards {
        padding: 0 5% !important;
        gap: 16px !important;
    }

    /* s12 */
    .s12 {
        margin-left: 0 !important;
    }

    .s12 .s12-card,
    .s12 .s12-card-img,
    .s12 .s12-card-grad {
        width: min(1134px, 92vw) !important;
    }

    .s12 .s12-heading {
        width: 85% !important;
    }

    .s12 .s12-body {
        width: 90% !important;
    }

    /* s14 / s16 tab text shrink */
    .s14 .s14-tab1,
    .s14 .s14-tab2,
    .s16 .s16-tab1,
    .s16 .s16-tab2 {
        font-size: 17px !important;
    }

    /* s19 */
    .s19 .s19-columns {
        padding: 7.3px 5% 0 !important;
    }

    .s19 .s19-addr {
        flex: 0 0 400px !important;
    }

    .bodBox {
        flex-direction: column;
    }

    .dir-card {
        padding-right: 15px;

        .bodBox {
            .bodInfo {
                width: 100%;

                .bodImg {
                    position: relative;

                    figure {
                        width: 100%;
                    }

                    .bodBudges {
                        position: absolute;
                        right: 15px;
                        top: 15px;
                    }
                }

                .bodInfoCont {
                    margin-bottom: 20px;
                    text-align: center;
                }
            }

            .bodDescWrap {
                width: 100%;

                .bodDescWrapInner {
                    justify-content: flex-start;
                }

                .exp {
                    flex-direction: column;
                    width: 100%;
                    gap: 10px;

                    li {
                        width: 100%;
                    }
                }
            }
        }
    }

    .s18 .s18-panels .eachAccBoxInner {
        height: 100%;
        min-height: auto;
    }

    .s05 .s05-ground {
        height: 80px;
    }

    .s05_card_each {
        padding: 20px 10px 0;
    }

    .s05_card_each .card-img figure {
        width: 100%;
        height: 150px;

        img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
    }

    .s05 .s05-ground {
        height: 130px;
    }

    .s05 .s05-name {
        height: 45px;
        font-size: 17px;
    }

    .s05 .s05-more {
        font-size: 15px;
    }

    .s18 .s18-panels .eachAccBoxInner {
        padding: 40px 30px;
    }

    .s18 .r-head {
        font-size: 26px !important;
        line-height: 36px !important;
    }

    .s18 .side-item {
        font-size: 16px;
    }

    .s18 .r-blue {
        font-size: 16px;
    }

    .s18 .s18-rm {
        font-size: 16px;
    }
}


/* ── 1023px: tablet landscape ── */
@media (max-width: 1024px) {
    .s03::after {
        z-index: -1;
    }

    .s03 .s03-bg {
        position: static;
    }

    .s03 .s03-bg {
        display: none;
    }

    .s03-scrim {
        display: none;
    }

    .s03 .s03-title {
        position: static !important;
        opacity: 1 !important;
        visibility: visible !important;
        text-align: center;
    }

    .s03 .s03-card {
        position: static !important;
        opacity: 1 !important;
        visibility: visible !important;
        background: rgb(0, 0, 0, 0.1);
        text-align: center;
        width: calc(100% - 30px);
        margin: 0px 15px;
    }

    .s03 .s03-btn-txt {
        color: #fff !important;
    }

    /* s02 */
    .s02 .s02-header-row {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }

    /* s03 — let content reflow vertically */
    .s03 {
        height: auto !important;
    }

    .s03 .s03-inner {
        height: auto !important;
        padding-bottom: 60px;
    }

    .s03 .s03-bg {
        height: auto;
    }

    .s03 .s03-title {
        z-index: 2;
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: 100% !important;
        padding: 60px 40px 30px;
        font-size: 44px !important;
        line-height: 54px !important;
    }

    .s03 .s03-btn-txt {
        top: 19px;
    }

    .s03 .s03-body {
        width: 100% !important;
    }

    /* s04 */
    .s04 {
        height: auto !important;
        padding-bottom: 60px;
    }

    .s04 .s04-text-col {
        margin-left: 52% !important;
        padding-top: 80px !important;
        width: 44% !important;
    }

    /* s05 */
    .s05 {
        height: auto !important;
        padding-bottom: 40px;
    }

    /* divider sections */

    .secH {
        font-size: 38px !important;
    }

    /* s10 */
    .s10 {
        height: auto !important;
        padding-bottom: 60px;
    }

    .s10 .s10-para {
        width: 90% !important;
    }

    /* s12 */
    .s12 {
        margin-left: 0 !important;
        padding: 40px;
        box-sizing: border-box;
        height: auto !important;
    }

    .s12 .s12-acc-pill {
        display: none !important;
    }

    /* s14 */
    .s14 .s14-tab1 {
        width: auto !important;
    }

    .s14 .s14-tab2 {
        width: auto !important;
    }

    .s14 .s14-tab1,
    .s14 .s14-tab2,
    .s16 .s16-tab1,
    .s16 .s16-tab2 {
        font-size: 15px !important;
    }

    /* s16 */
    .s16 .s16-tab1,
    .s16 .s16-tab2 {
        width: auto !important;
    }

    /* s19 */
    .s19 .s19-columns {
        padding: 20px 4% 0 !important;
    }

    .s19 .s19-addr {
        flex: 0 0 340px !important;
    }

    .s19 .s19-divider {
        margin-left: 50px !important;
        margin-right: 40px !important;
    }
}

@media (max-width: 1024px) {
    .s16 .rm-rect {
        margin: 30px auto 0;
    }

    .blockQuoteWrap {
        margin-top: 0 !important;
    }

    .s16 .row_1 {
        flex-direction: column-reverse;

        .col-lg-6 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        .col_2 {
            margin-bottom: 30px;
        }
    }

    .s07 .s07-panel,
    .s11 .s11-panel,
    .s13 .s13-panel,
    .s15 .s15-panel,
    .s17 .s17-panel {
        height: auto;
    }

    .s07 .s07-heading,
    .s11 .s11-heading,
    .s13 .s13-heading,
    .s15 .s15-heading,
    .s17 .s17-heading {
        margin-left: 0 !important;
        margin-right: 0;
        text-align: center;
        width: 100% !important;
    }

    .s07 .s07-img,
    .s11 .s11-img,
    .s13 .s13-img,
    .s15 .s15-img,
    .s17 .s17-img {
        height: 100%;
        object-position: center 0px;
    }


    .s04 {
        height: auto;
        padding: 50px 0;
    }

    .s04 .s04-world,
    .s04 .s04-map5 {
        display: none;
    }

    .s04 .s04-map4 {
        margin: 0 auto;
        position: static;
    }

    .s04 .s04-text-col {
        margin-left: 0% !important;
        width: 100% !important;
        padding: 10px 30px 0 !important;
    }

    .s04 .s04-disclaimer {
        width: 100%;
        padding: 30px;
        position: static;
    }

    .s18 {
        margin-top: 40px;
    }

    .s18 .s18-sidebar {
        width: 240px;
    }

    .s18 .s18-panels {
        width: calc(100% - 240px);
    }

    .s18 .s18-panels .eachAccBoxInner {
        height: auto;
    }

    .s18 .side-item {
        height: auto !important;
        line-height: 1.2 !important;
        width: 100%;
        white-space: inherit !important;
    }

    .footer {
        margin-top: 50px;
    }

    .s02 .s02-header-row {
        margin-bottom: 30px;
    }

    .s02 .s02-btn-group {
        margin-top: 0;
    }

    .s02 {
        margin-top: 40px;
    }

    .s03 {
        margin-top: 50px;
    }

    .s05 {
        margin-top: 40px;
        margin-bottom: 0;
    }

    .s10 {
        margin-top: 40px;
    }

    .s12 {
        margin-bottom: 40px;
    }

    .s14 {
        margin-top: 40px;
    }

    .s14 .accContainer.js-panel {
        padding: 20px 0% 0px;
    }

    .s16 {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .s18 .s18-panels .eachAccBoxInner {
        padding: 30px 15px;
    }

    /* ---- s06 (highlights tabs → accordion on mobile) ---- */
    .s06 {
        margin-top: 0;
        padding: 50px 16px 50px !important;
    }

    .s06 .s06-eyebrow {
        text-align: center;
    }

    .s06 .s06-title {
        margin: 0 0 20px;
        text-align: center;
    }

    .s06 .s06-card-header {
        display: none;
    }

    .s06 .s06-card-line {
        display: none;
    }

    /* Hide the sidebar tab nav — accordion replaces it */
    .s06 .s06-sidebar {
        display: none !important;
    }

    /* Layout: stack vertically and let panel area take full width */
    .s06 .s06-layout {
        flex-direction: column !important;
        gap: 0 !important;
    }

    /* Panel area: switch from grid-stack to vertical block */
    .s06 .s06-panel-area {
        display: block !important;
        width: 100% !important;
    }

    .s06 .s06-panel-area .eachAccBox {
        grid-area: auto !important;
        margin-bottom: 12px;
        border-radius: 15px;
        overflow: hidden;
    }

    /* Accordion trigger — shown only on mobile */
    .s06 .accTrigger {
        display: flex !important;
        align-items: center;
        justify-content: flex-start;
        gap: 12px;
        padding: 14px 18px;
        padding-right: 40px !important;
        background: transparent;
        border: 1px solid #000;
        font-size: 20px;
        font-weight: 600;
        cursor: pointer;
        border-radius: 15px;
        color: #000;
        transition: background 0.25s, color 0.25s, border-color 0.25s;
        position: relative;

        .accIcon {
            width: 40px;
            height: auto;

            img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }
        }
    }

    .s06 .accTrigger::after {
        position: absolute;
        content: '+';
        right: 20px;
        font-size: 20px;
        line-height: 1;
        flex-shrink: 0;
        transition: transform 0.3s;
        color: #284f9d;
    }

    .s06 .accTrigger.is-active {
        background: #fff;
        color: #284f9d !important;
        border-color: #284f9d;
    }

    .s06 .accTrigger.is-active::after {
        content: '−';
    }

    /* Accordion container: override js-panel fade, use max-height instead */
    .s06 .accContainer {
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        pointer-events: auto !important;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.45s ease !important;
    }

    .s06 .accContainer.is-active {
        max-height: 3000px;
    }

    /* Card adjustments inside accordion */
    .s06 .s06-card {
        border-radius: 8px !important;
        padding: 20px 16px !important;
        margin-top: 4px;
    }

    .s06 .s06-card-body {
        flex-direction: column !important;
        gap: 16px !important;
    }

    .s06 .s06-photo-col {
        flex: none !important;
        width: 100% !important;
    }

    .s06 .s06-photo {
        aspect-ratio: 10 / 8 !important;
    }

    .s06 .s06-metrics-grid {
        width: 100% !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 16px !important;
    }

    /* ---- S12 community accordion — mobile ---- */
    .s12 {
        margin-top: 0;
        padding: 50px 10px;
    }

    .communityAccordion {
        flex-direction: column !important;
        gap: 0 !important;
        min-height: auto !important;
        align-items: stretch !important;
    }

    .communityPanel {
        flex: none !important;
        min-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        min-height: auto !important;
        border-radius: 10px !important;
        overflow: visible !important;
        margin-bottom: 15px !important;
        transition: none !important;
    }

    .communityPanelBtn {
        min-height: auto !important;
        height: auto !important;
        overflow: visible !important;
        border: none !important;
        border-radius: 0 !important;
        display: block !important;
    }

    .communityPanelBtn::before,
    .communityPanel_1 .communityPanelBtn::before,
    .communityPanel_2 .communityPanelBtn::before,
    .communityPanel_3 .communityPanelBtn::before {
        display: none !important;
    }

    .s12-pill-img {
        display: none !important;
    }

    .communityCollapsedLabel {
        position: relative !important;
        inset: auto !important;
        writing-mode: horizontal-tb !important;
        transform: none !important;
        color: #111 !important;
        background: #ededee !important;
        padding: 14px 18px !important;
        border-radius: 8px !important;
        opacity: 1 !important;
        visibility: visible !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        letter-spacing: 0 !important;
        line-height: 1.4 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
        box-sizing: border-box !important;
        pointer-events: none !important;
    }

    .communityCollapsedLabel::after {
        content: '+' !important;
        font-size: 22px !important;
        flex-shrink: 0 !important;
        margin-left: 12px !important;
    }

    .communityPanel.is-active .communityCollapsedLabel {
        opacity: 1 !important;
        visibility: visible !important;
        background: #203e98 !important;
        color: #fff !important;
        border-radius: 8px 8px 0 0 !important;
    }

    .communityPanel.is-active .communityCollapsedLabel::after {
        content: '\2212' !important;
    }

    .communityExpanded {
        position: static !important;
        opacity: 1 !important;
        visibility: visible !important;
        max-height: 0 !important;
        overflow: hidden !important;
        transition: max-height 0.4s ease !important;
        border-radius: 0 0 8px 8px !important;
        background: #f8f8f8 !important;
        inset: auto !important;
    }

    .communityPanel.is-active .communityExpanded {
        max-height: 3000px !important;
    }

    .communityFigure img {
        min-height: 180px !important;
        height: 400px !important;
        object-fit: cover !important;
        border-radius: 0 !important;
    }

    .communityOverlay {
        position: relative !important;
        height: auto !important;
        padding: 16px 18px 20px !important;
        background: none !important;
        border-radius: 0 !important;
        gap: 50px !important;
    }

    .communityOverlay::before {
        display: none !important;
    }

    .communityTitle {
        font-size: 18px !important;
        color: #000 !important;
        line-height: 1.4 !important;
        margin-bottom: 10px !important;
    }

    .communityDesc {
        font-size: 14px !important;
        color: #333 !important;
        line-height: 1.6 !important;
    }

    .s12 .s12-btn-group {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        margin: 0 !important;
    }

    /* ---- s18 — accordion ---- */
    .s18 {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
        margin: 20px 0 !important;
        padding: 0 !important;
    }

    /*
     * .df sets display:flex !important (1 class).
     * .s18 .container has 2-class specificity — wins the !important tie.
     * This forces the container to block so sidebar/panels stack normally.
     */
    .s18 .container {
        display: block !important;
        max-width: 100% !important;
        padding: 0 16px !important;
        box-sizing: border-box !important;
    }

    /* Hide sidebar — .accTrigger takes over as navigation */
    .s18 .s18-sidebar {
        display: none !important;
    }

    /* Panels: full-width block, un-stack the grid */
    .s18 .s18-panels {
        display: block !important;
        width: 100% !important;
        padding: 0 !important;
        min-width: 0 !important;
    }

    /* Each accordion box: all visible in vertical stack */
    .s18 .s18-panels .eachAccBox {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        padding: 0 !important;
        overflow: visible !important;
        margin-bottom: 15px !important;
        transition: none !important;
        grid-area: unset !important;
    }

    /* Inner wrapper: suppress bg-image on mobile for clean readability */
    .s18 .s18-panels .eachAccBoxInner {
        display: block !important;
        min-height: auto !important;
        /* background-image: none !important;
        background: transparent !important; */
    }

    /* Accordion triggers: always flex on mobile */
    .s18 .accTrigger {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
        padding: 14px 18px !important;
        background: #ededee !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        line-height: 1.4 !important;
        color: #111 !important;
        cursor: pointer !important;
        border-radius: 8px !important;
        box-sizing: border-box !important;
        writing-mode: horizontal-tb !important;
        transform: none !important;
    }

    .s18 .accTrigger::after {
        content: '+' !important;
        font-size: 22px !important;
        flex-shrink: 0 !important;
        margin-left: 12px !important;
    }

    .s18 .accTrigger.is-active {
        background: #203e98 !important;
        color: #fff !important;
        border-radius: 8px 8px 0 0 !important;
    }

    .s18 .accTrigger.is-active::after {
        content: '\2212' !important;
    }

    /* Panel containers: hidden by default, expand on .is-active */
    .s18 .accContainer.js-panel {
        display: block !important;
        position: static !important;
        max-height: 0 !important;
        overflow: hidden !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        pointer-events: auto !important;
        transition: all 0.4s ease !important;
        padding: 0 !important;
        /* background: #f8f8f8 !important; */
        border-radius: 0 0 8px 8px !important;
        margin-bottom: 0 !important;
        border: 1px solid transparent;
        border-top: none;
        border-radius: 0px 0px 20px 20px !important;
    }

    .s18 .accContainer.js-panel.is-active {
        min-height: auto;
        max-height: 100% !important;
        padding: 16px 18px 20px !important;
        border-color: #000;
    }

    /* Content reflow */
    .s18 .r-head {
        font-size: 18px !important;
        line-height: 26px !important;
        margin-bottom: 12px !important;
    }

    .s18 .resImg {
        display: block;
        width: 100%;
        height: 300px;
        margin: 0px auto 12px;

        img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
    }


    .s18 .r-blue {
        font-size: 14px !important;
        line-height: 22px !important;
        margin-bottom: 12px !important;
    }

    .s18 .r-italic {
        font-size: 14px !important;
        line-height: 22px !important;
        margin-bottom: 10px !important;
    }

    .s18 .s18-rm {
        font-size: 15px !important;
        padding: 10px 16px !important;
        margin-top: 10px !important;
    }

    .s18 .s18-rm img {
        width: 28px !important;
        height: 30px !important;
    }

    .s18 .s18-panels .eachAccBoxInner {
        padding: 0;
        background: none !important;
    }

    .s18 .s18-panels .eachAccBoxInner:before {
        content: normal !important;
    }

    .s18 .accTrigger {
        z-index: 2;
        position: relative;
    }

    .s18 .accContainer.js-panel.is-active {
        position: relative;
    }

    .blockQuoteWrap {
        & .blockQuoteInner {
            p {
                padding: 30px 0px;
            }
        }
    }

    .s18 .r-head {
        display: none !important;
    }

    .s18-btn-group {
        text-align: center;
    }

}


/* ── 767px: mobile — tabs become accordion ── */
@media (max-width: 768px) {

    .s03 .s03-btn-group {
        width: 160px;
        height: 46px;
    }

    .s03 .s03-btn {
        width: 150px;
        height: 46px;
    }

    .s03 .s03-btn-txt {
        top: 14px;
        left: 15px;
    }

    .s03 .s03-arrow {
        left: 112px;
        top: 7px;
        width: 30px;
        height: 30px;
    }


    /* ---- s02 ---- */
    .s02 {
        padding: 50px 0px 0;
        margin-top: 0 !important;
    }

    .s02 .s02-eyebrow {
        font-size: 14px;
        text-align: center;
    }

    .s02 .s02-header-row {
        flex-direction: column;
        gap: 14px;
        align-items: flex-start;
    }

    .s02 .s02-title {
        width: 100% !important;
        text-align: center;
        padding: 0 !important;
    }

    .s02 .s02-dear,
    .s02 .s02-namaskar {
        font-size: 16px !important;
        margin-bottom: 12px;
    }

    .s02 .s02-body {
        font-size: 14px !important;
        line-height: 22px !important;
        width: 100% !important;
    }

    .s02 .s02-band {
        height: 180px;
        overflow: hidden;
        margin-left: 0 !important;
        width: 100% !important;
        position: relative !important;
    }

    .s02 .s02-bg {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .s02 .s02-p1,
    .s02 .s02-p2 {
        display: none !important;
    }

    .s02 .s02-creds {
        display: flex;
        flex-direction: column;
        gap: 24px;
        padding: 0px 0 50px;
    }

    .s02 .s02-cred-item {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }

    .s02-band {
        display: none;
    }

    .s02-cred-item .s02Img_1,
    .s02-cred-item .s02Img_2 {
        display: block;
    }

    .s02 .s02-cred-line {
        width: 100% !important;
        height: 2px;
    }

    .s02Img_1 {
        order: 1;
    }

    .s02-cred-line {
        order: 2;
    }

    .s02-cred-name {
        order: 3;
    }

    .s02-cred-title {
        order: 4;
    }

    .s02 .s02-cred-name {
        font-size: 16px !important;
    }

    .s02 .s02-cred-title {
        font-size: 13px !important;
    }

    .s02-btn-group {
        display: none;
    }

    .s02 .s02-header-row {
        margin-bottom: 20px;
    }


    .s02 .s02-btn-group {
        margin-top: 30px !important;
        text-align: center;
    }

    .s02 .s02-btn {
        right: 0;
        margin: auto;
    }

    .s02 .s02-btn-text {
        left: 40px;
    }

    .s02 .s02-btn-arrow {
        left: auto;
        right: 35px;
    }

    /* ---- s04 ---- */
    .s04 {
        height: auto !important;
        padding-bottom: 40px;
        margin-left: 0 !important;
    }

    .s04 .s04-heading {
        margin: 0 0 20px;
    }

    .s04 .s04-world,
    .s04 .s04-map5,
    .s04 .s04-map4 {
        display: none !important;
    }

    .s04 .s04-text-col {
        margin-left: 0 !important;
        padding: 40px 20px !important;
        width: 100% !important;
        position: relative !important;
        text-align: center;
    }

    .s04 .s04-eyebrow {
        font-size: 14px !important;
        text-align: center;
    }

    .s04 .s04-heading {
        padding: 0 !important;
        text-align: center;
    }

    .s04 .s04-para {
        width: 100% !important;
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .s04 .s04-btn-group {
        height: 46px !important;
        padding: 0 14px 0 16px !important;
        gap: 10px !important;
    }

    .s04 .s04-btn-label {
        font-size: 15px !important;
    }

    .s04 .s04-btn-arrow {
        width: 28px !important;
        height: 28px !important;
    }

    .s04 .s04-disclaimer {
        display: none !important;
    }

    .s04 .s04-text-col .resView {
        display: block !important;
    }

    .s04 .s04-text-col {
        padding: 10px 20px 0 !important;
    }

    .s04 .s04-text-col .resView.s04-map4 {
        width: 100%;
        height: auto;

        a {
            display: block;
            width: 100%;
            height: 100%;

            img {
                width: 100%;
                object-fit: contain;
            }
        }
    }

    .s04 .s04-disclaimer {
        padding: 30px 0px;
    }

    .s06 .accTrigger {
        font-size: 16px;
    }

    .s06 .s06-readmore a {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .s16 .row_2 .fz_24 {
        font-size: 28px !important;
    }

    .s16 .accContainer .heading {
        display: none;
    }

    /* .s18 .accContainer.js-panel.is-active:before {
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        content: '';
        position: absolute;
        background-color: #FFFFFF40;
        backdrop-filter: blur(10px);
    } */

    .s16 {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .s10-cards .swiper {
        padding-bottom: 100px !important;
    }

    .s10 .swiper-button-next,
    .s10 .swiper-button-prev {
        top: calc(100% - 50px) !important;
    }

    /* ---- global ---- */
    .doc {
        width: 100%;
    }

    .pg {
        height: auto !important;
    }

    /* ---- s01 (hero) ---- */
    .s01 {
        min-height: 50vw;
        overflow: hidden;
    }

    /* ---- s03 ---- */
    .s03 {
        height: auto !important;
        margin-top: 0 !important;
        padding-top: 50px;
    }

    .s03 .s03-bg {
        width: 100% !important;
        height: 100% !important;
    }

    .s03 .s03-scrim {
        width: 100% !important;
    }

    .s03 .s03-inner {
        height: auto !important;
        padding-bottom: 40px;
    }

    .s03 .s03-title {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: 100% !important;
        padding: 40px 20px 16px;
        font-size: 28px !important;
        line-height: 36px !important;
        margin-bottom: 20px;
    }

    .s03 .s03-card {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: calc(100% - 40px) !important;
        height: auto !important;
        margin: 0 20px;
        bottom: 0
    }

    .s03 .s03-body {
        width: 100% !important;
        font-size: 14px !important;
        line-height: 21px !important;
    }


    /* ---- s05 (product tabs → accordion on mobile) ---- */
    .s05 {
        margin-left: 0;
        height: auto !important;
        padding: 50px 0px;
        margin-top: 0 !important;
    }

    .s05 .s05-eyebrow {
        font-size: 14px !important;
    }

    .s05 .s05-body {
        font-size: 14px !important;
        line-height: 22px !important;
        width: calc(100% - 0px) !important;
    }

    /* Hide desktop tab bar on mobile */
    .s05 .s05-tabs {
        display: none !important;
    }

    /* Panel area: switch from grid-stack to vertical block */
    .s05 .s05-panels {
        display: block !important;
        height: auto !important;
    }

    .s05 .s05-panels .eachAccBox {
        grid-area: auto !important;
        margin-bottom: 8px;
    }

    /* Accordion trigger — shown only on mobile */
    .s05 .accTrigger {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        padding: 14px 20px;
        background: #ededee;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
        border-radius: 8px;
        margin-bottom: 4px;
        transition: background 0.25s, color 0.25s;
    }

    .s05 .accTrigger::after {
        content: '+';
        font-size: 20px;
        line-height: 1;
        flex-shrink: 0;
        transition: transform 0.3s;
    }

    .s05 .accTrigger.is-active {
        background: #284f9d;
        color: #fff;
    }

    .s05 .accTrigger.is-active::after {
        content: '−';
    }

    /* Accordion container: override js-panel fade, use max-height instead */
    .s05 .accContainer {
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        pointer-events: auto !important;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease !important;
        display: flex !important;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 0 10px;
    }

    .s05 .accContainer.is-active {
        max-height: 2000px;
    }

    /* Card layout inside accordion on mobile */
    .s05 .s05_card_each {
        width: calc(50% - 20px) !important;
        margin: 10px !important;
    }

    /* ---- s07 ---- */
    .s07,
    .s11,
    .s13,
    .s15,
    .s17 {
        min-height: 260px;
    }

    .s07 .s07-panel,
    .s11 .s11-panel,
    .s13 .s13-panel,
    .s15 .s15-panel,
    .s17 .s17-panel {
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        height: 100% !important;
        border-radius: 0 !important;
    }

    .s07 .s07-img,
    .s11 .s11-img,
    .s13 .s13-img,
    .s15 .s15-img,
    .s17 .s17-img {
        border-top-left-radius: 70px;
    }

    .s07 .s07-heading p,
    .s11 .s11-heading p,
    .s13 .s13-heading p,
    .s15 .s15-heading p,
    .s17 .s17-heading p {
        display: inline;
    }

    /* ---- s08 (Swiper — minimal) ---- */
    .s08 .s08-heading {
        font-size: 20px !important;
    }

    .s08 .s08-card {
        flex-direction: column !important;
    }

    .s08 .s08-person-col,
    .s08 .s08-info-col {
        width: 100% !important;
    }

    /* ---- s09 (Swiper — minimal) ---- */
    .s09 .s09-head,
    .s08 .s08-heading {
        font-size: 30px !important;
    }

    /* ---- s10 ---- */
    .s10 {
        height: auto !important;
        margin-top: 0 !important;
        padding-bottom: 40px;
    }

    .s10 .s10-content {
        padding-top: 40px !important;
    }

    .s10 .s10-heading {
        width: calc(100% - 40px) !important;
        font-size: 26px !important;
        line-height: 34px !important;
    }

    .s10 .s10-para {
        width: calc(100% - 40px) !important;
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .s10 .s10-card-item {
        height: 220px !important;
    }

    /* ---- s11 ---- */
    .s11 {
        min-height: 260px;
    }

    .s11 .s11-card {
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        height: 100% !important;
        border-radius: 0 !important;
    }

    .s11 .s11-heading {
        margin: 40px 20px !important;
        width: calc(100% - 40px) !important;
        font-size: 24px !important;
        line-height: 32px !important;
    }

    .s11 .s11-heading p {
        display: inline;
    }

    /* ---- s12 mobile accordion ---- */
    .s12 {
        margin-left: 0 !important;
        padding: 20px 10px !important;
        box-sizing: border-box !important;
        height: auto !important;
    }

    /* All accordion boxes stack vertically */
    .s12 .eachAccBox {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: 100% !important;
        height: auto !important;
        border-radius: 10px !important;
        overflow: hidden;
        margin-bottom: 8px;
        display: block !important;
    }

    /* Show all triggers as horizontal bars on mobile */
    .s12 .accTrigger {
        display: flex !important;
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        writing-mode: horizontal-tb !important;
        transform: none !important;
        align-items: center;
        justify-content: space-between;
        padding: 14px 18px;
        background: #ededee;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
        border-radius: 10px;
        color: #111;
        margin-bottom: 4px;
        pointer-events: auto !important;
        box-sizing: border-box;
        white-space: normal;
        line-height: 1.4;
        z-index: auto !important;
    }

    .s12 .accTrigger::after {
        content: '+';
        font-size: 22px;
        flex-shrink: 0;
        margin-left: 12px;
    }

    .s12 .accTrigger.is-active {
        background: #284f9d;
        color: #fff;
        border-radius: 10px 10px 0 0;
    }

    .s12 .accTrigger.is-active::after {
        content: '\2212';
    }

    .s12 .s12-acc-pill-blue .accTrigger.is-active {
        background: #1099d6;
    }

    .s12 .s12-acc-pill-green .accTrigger.is-active {
        background: #169146;
    }

    /* Containers: vertical accordion */
    .s12 .accContainer {
        position: relative !important;
        inset: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        pointer-events: auto !important;
        max-height: 0 !important;
        overflow: hidden !important;
        transition: max-height 0.4s ease !important;
    }

    .s12 .accContainer.is-active {
        max-height: 2000px !important;
    }

    /* Main card mobile */
    .s12 .s12-card {
        width: 100% !important;
        height: auto !important;
        border-radius: 0 0 10px 10px !important;
    }

    .s12 .s12-card-img {
        width: 100% !important;
        height: 220px !important;
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
    }

    .s12 .s12-card-grad {
        width: 100% !important;
        height: 220px !important;
    }

    .s12 .s12-content {
        padding: 20px 16px 0 !important;
    }

    .s12 .s12-heading {
        width: 100% !important;
        font-size: 19px !important;
        line-height: 27px !important;
    }

    .s12 .s12-body {
        width: 100% !important;
        font-size: 13px !important;
        line-height: 20px !important;
    }

    .s12 .s12-btn-group {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        margin: 16px 16px 16px !important;
    }

    /* Pill mobile: show image as figure */
    .s12 .s12-acc-pill .s12-pill {
        position: relative !important;
        width: 100% !important;
        height: 200px !important;
        border-radius: 0 0 10px 10px !important;
        overflow: hidden !important;
    }

    .s12 .s12-acc-pill .s12-pill-img {
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        height: 100% !important;
        max-width: none !important;
        object-fit: cover !important;
    }

    .s12 .s12-acc-pill .s12-pill-overlay {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }

    /* ---- s13 ---- */
    .s13 {
        min-height: 260px;
        margin-top: 0 !important;
    }

    .s13 .s13-panel {
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        height: 100% !important;
        border-radius: 0 !important;
    }

    .s13 .s13-photo {
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .s13 .s13-title {
        margin: 40px 20px !important;
        width: calc(100% - 40px) !important;
        font-size: 22px !important;
        line-height: 30px !important;
    }

    /* ---- s14 — accordion ---- */
    .s14 {
        height: auto !important;
    }

    .s14 .img-clip {
        height: 180px !important;
        overflow: hidden;
    }

    .s14 .img-clip img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .s14 .img-fade {
        display: none !important;
    }

    /* Hide desktop tabs on mobile */
    .s14 .s14-tabs {
        display: none !important;
    }

    /* Accordion triggers */
    .s14 .s14-panels .eachAccBox {
        margin-bottom: 12px;

        .secH {
            display: none;
        }

        .s14-btn-group {
            text-align: left !important;
        }
    }

    .s14 .accTrigger {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 14px 18px;
        background: #ededee;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.4;
        color: #111;
        cursor: pointer;
        border-radius: 8px;
        margin-bottom: 0;
        box-sizing: border-box;
    }

    .s14 .accTrigger::after {
        content: '+';
        font-size: 22px;
        flex-shrink: 0;
        margin-left: 12px;
    }

    .s14 .accTrigger.is-active {
        background: #284f9d;
        color: #fff;
        border-radius: 8px 8px 0 0;
    }

    .s14 .accTrigger.is-active::after {
        content: '\2212';
    }

    /* Override grid so panels stack vertically on mobile */
    .s14 .s14-panels {
        display: block !important;
    }

    /* Panel accordion */
    .s14 .accContainer.js-panel {
        position: static !important;
        max-height: 0 !important;
        overflow: hidden !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        transition: max-height 0.4s ease !important;
        padding: 0 !important;
        border-radius: 0 0 8px 8px;
    }

    .s14 .accContainer.js-panel.is-active {
        max-height: 3000px !important;
        padding: 16px 16px 20px !important;
    }

    /* Flow content inside panels */
    .s14 .s14-heading {
        font-size: 20px !important;
        line-height: 28px !important;
        text-align: left !important;
        max-width: 100% !important;
        margin-bottom: 12px !important;
    }

    .s14 .s14-body {
        font-size: 14px !important;
        line-height: 22px !important;
        text-align: left !important;
        max-width: 100% !important;
        margin-bottom: 14px !important;
    }

    .s14 .s14-khl {
        font-size: 15px !important;
        text-align: left !important;
        margin-bottom: 10px !important;
    }

    .s14 .s14-rm {
        font-size: 15px !important;
        padding: 10px 16px !important;
        margin-top: 14px !important;
    }

    .s14 .s14-rm img {
        width: 28px !important;
        height: 30px !important;
    }

    /* ---- s15 ---- */
    .s15 {
        min-height: 260px;
    }

    .s15 .s15-card {
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        height: 100% !important;
        border-radius: 0 !important;
    }

    .s15 .s15-heading {
        margin: 40px 20px !important;
    }

    /* ---- s16 — accordion ---- */
    .s16 {
        height: auto !important;
    }

    .s16 .s16-panels {
        display: block !important;
    }

    /* Hide desktop tabs on mobile */
    .s16 .s16-tabs {
        display: none !important;
    }

    .s16 .card {
        padding-left: 15px;
        padding-right: 15px;

    }

    /* Accordion triggers */
    .s16 .accTrigger {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
        padding: 14px 18px !important;
        background: #ededee !important;
        font-size: 20px !important;
        font-weight: 600 !important;
        line-height: 1.4 !important;
        color: #111 !important;
        cursor: pointer !important;
        border-radius: 8px !important;
        margin-bottom: 4px !important;
        box-sizing: border-box !important;
    }

    .s16 .accTrigger::after {
        content: '+' !important;
        font-size: 22px !important;
        flex-shrink: 0 !important;
        margin-left: 12px !important;
    }

    .s16 .accTrigger.is-active {
        background: #f15a29 !important;
        color: #fff !important;
        border-radius: 8px 8px 0 0 !important;
    }

    .s16 .accTrigger.is-active::after {
        content: '\2212' !important;
    }

    /* Panel accordion */
    .s16 .accContainer.js-panel {
        position: static !important;
        max-height: 0 !important;
        overflow: hidden !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        transition: max-height 0.4s ease !important;
        padding: 0 !important;
        border-radius: 0 0 8px 8px !important;
        margin-bottom: 4px !important;
    }

    .s16 .accContainer.js-panel.is-active {
        max-height: 5000px !important;
        padding: 16px 16px 20px !important;
    }

    .s16 .accContainer .heading {
        font-size: 20px !important;
        line-height: 28px !important;
        margin-bottom: 12px !important;
    }

    .s16 .accContainer .body {
        font-size: 14px !important;
        line-height: 22px !important;
        margin-bottom: 14px !important;
    }

    .s16 .accContainer .hero-img {
        width: 100% !important;
        height: 400px !important;
        object-fit: cover !important;
        border-radius: 8px !important;
        margin-bottom: 14px !important;
    }

    .s16 .accContainer .rm-rect,
    .s16 .accContainer .rm-arrow {
        display: none !important;
    }

    .s16 .accContainer .rm-txt {
        font-size: 15px !important;
        color: #f15a29 !important;
        margin-top: 6px !important;
    }

    .s16 .subRow_2 .col_2,
    .s16 .subRow_3 .col_2 {
        margin-bottom: 20px;
    }

    /* ---- s17 ---- */
    .s17 {
        min-height: 260px;
        margin-top: 0 !important;
    }

    .s17 .s17-img-wrap {
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        height: 100% !important;
        border-top-left-radius: 0 !important;
    }

    .s17 .s17-img {
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .s17 .s17-head {
        margin: 40px 20px !important;
        width: calc(100% - 40px) !important;
        font-size: 22px !important;
        line-height: 30px !important;
    }


    /* ---- s19 (footer) ---- */
    .s19 {
        margin-top: 0 !important;
    }

    .s19 .s19-logo {
        padding-top: 40px !important;
    }

    .s19 .s19-logo img {
        width: 160px !important;
        height: auto !important;
    }

    .s19 .s19-columns {
        flex-direction: column !important;
        padding: 20px 20px 0 !important;
        align-items: flex-start !important;
    }

    .s19 .s19-addr {
        flex: none !important;
        width: 100% !important;
        padding-top: 14px !important;
    }

    .s19 .s19-cin,
    .s19 .s19-office,
    .s19 .s19-phone,
    .s19 .s19-email,
    .s19 .s19-corp,
    .s19 .s19-web {
        width: 100% !important;
    }

    .s19 .s19-corp {
        margin-left: 0 !important;
    }

    .s19 .s19-addr p {
        font-size: 13px !important;
        line-height: 20px !important;
    }

    .s19 .s19-divider {
        display: none !important;
    }

    .s19 .s19-dl-col {
        width: 100%;
        margin-top: 28px;
    }

    .s19 .s19-dlhdr {
        font-size: 17px !important;
        margin-bottom: 18px !important;
    }

    .s19 .s19-row {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 14px;
    }

    .s19 .s19-row p {
        font-size: 15px !important;
        white-space: normal !important;
    }

    .dir-card {
        padding-right: 0px;
    }

    .communityTitle {
        display: none;
    }

    .s14 {
        margin: 0;
        padding: 50px 0px;
    }

    .s14 .img-clip {
        display: none;
    }

    .s14 .figT {
        display: none;
    }

    .s14 .img-clip {
        &.resView {
            display: block;
            position: relative;
            top: 0;
            bottom: 0;
            left: 0;
            transform: none;
            width: 100%;
            height: auto !important;
            margin-top: 20px;

            img {
                position: static;
            }

            .figT {
                display: block !important;
                position: absolute;
                bottom: 10px;
                right: 10px;
            }
        }
    }

    .s01 .s01-btn-txt,
    .s02 .s02-btn-text,
    .s03 .s03-btn-txt,
    .s04 .s04-btn-label,
    .s05 .s05-btn-txt,
    .s06 .s06-btn-txt,
    .s07 .s07-btn-txt,
    .s08 .s08-btn-txt,
    .s09 .s09-btn-txt,
    .s10 .s10-btn-txt,
    .s11 .s11-btn-txt,
    .s12 .s12-btn-txt,
    .s13 .s13-btn-txt,
    .s14 .s14-btn-txt,
    .s15 .s15-btn-txt {
        font-size: 16px;
    }
}

@media (max-width: 640px) {

    .s05 .s05-ground {
        width: 100% !important;
        height: auto !important;
        position: static !important;
        margin-bottom: 25px;
    }

    .s05 .s05_card_each {
        width: 100% !important;
    }

    .s05_card_each .card-img figure {
        height: auto;
    }

    .s05 .s05-name {
        height: auto;
        font-size: 17px;
        margin-top: 15px;
    }

    .s06 .s06-metrics-grid {
        display: block !important;
    }

    .s06 .numBox {
        margin-bottom: 20px;
    }
}

/* ── 479px: small mobile ── */
@media (max-width: 479px) {
    .s10 .s10-card-item {
        height: 300px !important;
    }
}

.accordGreen,
.accordGreenLt {
    background-color: transparent !important;
}

.numBox {
    padding-top: 0;
    padding-bottom: 10px;
}

section {
    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width: 1745px) {

    /* .s04 .s04-map4 {
        left: 105px;
    }
    .s04 .s04-map5 {
        left: 295px;
    } */
    .s04 .s04-text-col {
        margin-left: 1060px;
    }
}

@media (max-width: 1600px) {
    .s03 {
        height: calc(100vh + 138px);
    }

    .secH {
        font-size: 65px !important;
        line-height: 75px !important;
    }

    .cmnBtnTxt {
        font-size: 17px !important;
    }

    .s18 .r-head {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 1536px) {
    .s04 .s04-map4 {
        left: 250px;
    }

    .s04 .s04-map5 {
        left: 385px;
    }

    .s04 .s04-text-col {
        margin-left: 1020px;
    }
}

/* Nisha responsive */
@media(max-width: 1440px) {
    .secH {
        font-size: 55px !important;
        line-height: 65px !important;
    }

    .container {
        max-width: 90%;
    }

    .banInnVdo {
        .bannerCont {
            .bannerContInn {
                .bannerTle {
                    font-size: 60px;
                    margin-bottom: 18px;
                    padding-bottom: 18px;
                }

                .bannerSubTle {
                    font-size: 24px;

                    img {
                        width: 20px;
                    }
                }
            }
        }
    }

    .s07,
    .s11,
    .s13,
    .s15,
    .s17 {
        overflow: visible;

    }

    .s07 .s07-panel,
    .s11 .s11-panel,
    .s13 .s13-panel,
    .s15 .s15-panel,
    .s17 .s17-panel {
        height: 100%;
    }

    .s07 .s07-img,
    .s11 .s11-img,
    .s13 .s13-img,
    .s15 .s15-img,
    .s17 .s17-img {
        height: calc(100vh - 135px);
        object-position: center 0px;
    }
}

@media(max-width: 1366px) {

    /* .s03{
        height: calc(100vh + 138px);
    } */
    .s02 .s02-title {
        font-size: 50px;
        line-height: 1.1;
    }

    .s02 .s02-btn-group {
        margin-top: 70px;
    }

    .s03 .s03-title {
        top: 90px;
        font-size: 50px;
        line-height: 1.1;
    }

    .s07 .s07-img,
    .s11 .s11-img,
    .s13 .s13-img,
    .s15 .s15-img,
    .s17 .s17-img {
        height: 100%;
        object-position: center -150px;
    }

    .dir-card {
        height: 440px;
    }

    .s02 .s02-cred-line {
        height: 2px;
    }

    .banInnVdo {
        .bannerCont {
            .bannerContInn {
                .bannerTle {
                    font-size: 44px;

                    span {
                        border-radius: 14px;
                    }
                }

                .bannerSubTle {
                    img {
                        width: 18px;
                    }
                }
            }

            .bannerContBtm {
                font-size: 22px;
            }
        }
    }

    .s07 .s07-panel,
    .s11 .s11-panel,
    .s13 .s13-panel,
    .s15 .s15-panel,
    .s17 .s17-panel {
        height: calc(100vh + 160px);
    }

    .s05 .s05-ground {
        height: 190px;
    }
}


@media (max-width: 1280px) {
    .secH {
        font-size: 42px !important;
        line-height: 52px !important;
    }

    .s10 .s10-heading {
        margin: 0 auto 15px !important;
    }

    .s07 .s07-heading,
    .s11 .s11-heading,
    .s13 .s13-heading,
    .s15 .s15-heading,
    .s17 .s17-heading {
        position: static;
        text-align: center;
        margin: 50px 0px 20px !important;
        padding: 0px 15px !important;
    }

    .s09 {
        padding: 100px 15px 100px;
    }

    .s08 {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .s08-heading {
        margin-bottom: 50px !important;
    }
}

@media(max-width: 1199px) {
    .container {
        max-width: 100%;
    }

    .banInnVdo {
        .banImg {
            height: 80vh;
        }

        .bannerCont {
            .bannerContInn {
                right: 15px;

                .bannerTle {
                    font-size: 36px;
                }

                .bannerSubTle {
                    font-size: 22px;
                }
            }
        }

        .bannerCont {
            .bannerContBtm {
                left: 15px;

                p {
                    font-size: 22px;
                }
            }
        }
    }

    .s03 {
        height: auto;
    }

    .s03 .s03-bg {
        height: 650px;
    }

    .s10 .s10-fade {
        height: 100%;
        background: linear-gradient(to bottom, #ffffff 50%, rgba(255, 255, 255, 0.4) 100%);
    }

    .s09 .s09-head {
        margin: 0 0 25px;
    }

    .leaderShipBox {
        .leaderShipImg {
            width: 100%;
            height: 260px;

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: top;
            }
        }

        .leaderShipInfo {
            .fz_20 {
                font-size: 16px !important;
            }

            .fz_16 {
                font-size: 14px !important;
            }
        }
    }

    .s09 {
        padding: 60px 15px 60px;
    }

    .s08 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .dir-card {
        .bodBox {
            .bodInfo {
                .bodInfoCont {
                    .fz_20 {
                        font-size: 16px !important;
                    }

                    .fz_16 {
                        font-size: 14px !important;
                    }
                }
            }

            .bodDescWrap {
                .exp {
                    &.fz_20 {
                        font-size: 16px !important;
                    }
                }
            }
        }
    }
}

@media (max-width: 1100px) {
    .s05_card_each {
        width: calc(50% - 40px) !important;
        margin-bottom: 20px;
        padding: 25px 15px 25px;
    }

    .s05 .s05-ground {
        display: none;
    }

    .s05 .s05-name {
        height: auto;
        position: static !important;
    }

    .s05 .s05-more {
        position: static !important;
    }

    .card-img {
        width: 100%;
        height: 250px;
        margin-bottom: 30px;
        position: relative;

        &::after {
            content: '';
            position: absolute;
            width: 250px;
            height: 240px;
            left: 50%;
            background-image: url(../images/home/productBg.png);
            background-repeat: no-repeat;
            background-size: contain;
            bottom: -150px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 0;
        }

        figure {
            width: 100% !important;
            height: 100% !important;

            img {
                width: 100% !important;
                height: 100%;
                object-fit: contain;
            }
        }
    }
}

@media (max-width: 1024px) {
    .cmnBtnTxt {
        font-size: 16px !important;
    }
}


@media(max-width: 991px) {
    .secH {
        font-size: 36px !important;
        line-height: 46px !important;
    }

    .s02 .s02-band {
        top: 0;
        height: 400px;
        margin-top: 20px;
        position: sticky;
    }

    .banInnVdo {
        .bannerCont {
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            bottom: auto;

            .bannerContInn {
                text-align: center;
                right: auto;
                bottom: auto;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);

                .bannerSubTle {
                    justify-content: center;
                    padding: 0 20px;
                }
            }

            .bannerContBtm {
                bottom: 30%;
                width: 50%;
                left: 50%;
                text-align: center;
                transform: translateX(-50%) !important;
            }
        }
    }

    .s12 {
        margin-top: 30px;
    }

    .s09 {
        padding: 50px 15px 50px;
    }

    .s09-prev,
    .s09-next {
        width: 40px !important;
        height: 40px !important;
        top: calc(100% - 30px) !important;
    }

    .s08 {
        margin-top: 50px;
        margin-bottom: 50px;
        padding: 0;
    }

    .dir-card {
        height: auto;

        .bodBox {
            .bodInfo {
                position: static;

                .bodInfoCont {
                    margin-bottom: 12px;
                    text-align: left;
                }

                .bodImg {
                    width: 100%;
                    height: 320px;

                    figure {
                        height: 100%;
                        height: 100%;

                        img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                            object-position: top;
                        }
                    }
                }
            }

            .bodDescWrap {
                position: static;
                transform: none;
                width: 100%;
                padding: 0;
                height: 250px;
                overflow-y: auto;
                border-radius: 0;

                .bodDescWrapInner{
                    padding-right: 6px;
                }

                .fz_20 {
                    font-size: 14px !important;
                    text-align: left;
                    width: 100%;
                }

                .exp {
                    margin-bottom: 10px !important;
                }
            }
        }

        &:hover {
            .bodBox {
                transform: none;
            }

            .bodDescWrap {
                box-shadow: none;
            }
        }
    }

}

@media (max-width: 767px) {
    .secH {
        font-size: 32px !important;
        line-height: 1.2 !important;
        padding: 0px 15px !important;
        width: 100% !important;
    }

    .s05 .s05-name {
        font-size: 15px;
    }

    .card-img {
        margin-bottom: 40px;

        &::after {
            bottom: -160px;
        }
    }

    .s07 .s07-img,
    .s11 .s11-img,
    .s13 .s13-img,
    .s15 .s15-img,
    .s17 .s17-img {
        object-position: center;
    }

    .s18 .resImg {
        display: block;
        width: 100%;
        height: auto;
        margin: 0px auto 12px;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    .s16 .s16-panels .eachAccBox {
        margin-bottom: 15px;
    }

    .s16 .accTrigger {
        font-size: 16px !important;
        margin-bottom: 0 !important;
    }

    .dir-card {
        .bodBox {
            .bodInfo {
                .bodImg {
                    height: 280px;
                }
            }

            .bodDescWrap {
                height: 150px;
            }
        }
    }
}

@media (max-width: 640px) {
    .s14 .numDiv .row_2 {
        row-gap: 15px;
    }

    .s14 .numDiv .row_2 .commCol {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .dir-card {
        .bodBox {
            .bodDescWrap {
                height: 120px;
            }

            .bodInfo {
                .bodImg {
                    height: 230px;
                }
            }
        }
    }
}

@media (max-width: 575px) {
    .s14 .numDiv .row_2 .commCol {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .dir-card {
        .bodBox {
            .bodDescWrap {
                height: 160px;
            }

            .bodInfo {
                .bodImg {
                    height: 390px;
                }
            }
        }
    }

    .leaderShipBox {
        .leaderShipImg {
            height: 380px;
        }
    }
}

@media (max-width: 420px) {
    .leaderShipBox {
        .leaderShipImg {
            height: 330px;
        }
    }

    .dir-card {
        .bodBox {
            .bodInfo {
                .bodImg {
                    height: 300px;
                }
            }
        }
    }
}