
/* ==========================================================================
   New About Us (new-about-us.html)
   ========================================================================== */

/* --- Page layout overrides (scoped to about-us) --- */
body[data-page="about-us"] html {
    scroll-snap-type: none !important;
    scroll-behavior: smooth;
}

body[data-page="about-us"] section {
    scroll-snap-align: none !important;
    scroll-snap-stop: none !important;
    min-height: auto !important;
}

/* --- 1. Timeline --- */
.new-about-us .new-about-legacy .timeline-main__heading-content {
    gap: 18px;
}

.new-about-us .new-about-legacy .timeline-main-container {
    background: linear-gradient(180deg, #FFF 0%, #CCE3F1 101.38%);
}

.new-about-us .new-about-legacy .slide-content h2 {
    color: #00ABE4;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    font-family: 'Syntax', 'Noto Sans', sans-serif;
}

.new-about-us .new-about-legacy .timeline-main__heading-content h2 {
    color: #004860;
    font-family: 'Sabon', 'Besley', serif;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.new-about-us .new-about-legacy .timeline-main__heading-content p {
    font-family: 'Sabon', 'Besley', serif;
    font-size: 24px;
    color: #333;
}

.new-about-us .new-about-legacy .slide-content h4 {
    font-family: 'Sabon', 'Besley', serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0;
    color: #333;
}

.new-about-us .new-about-legacy .slide-content p {
    font-family: 'Syntax', 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0;
    color: #333;
}

.new-about-us .new-about-legacy .myProgressPagination .swiper-pagination-bullet::before {
    background: #00ABE4;
}

.new-about-us .new-about-legacy .legacy-slide__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* --- 2. Values --- */
.new-about-us .value-section__title {
    font-family: 'Sabon', 'Besley', serif;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    color: #004860;
    padding-bottom: 24px;
    margin-bottom: 0;
}

.new-about-us .value-section__description {
    font-family: 'Sabon', 'Besley', serif;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    font-size: 40px;
    line-height: 120%;
    color: #009CCF;
    margin-bottom: 0;
    padding-bottom: 64px;
}

.new-about-us .value-section {
    background: linear-gradient(180deg, #CCE3F1 0%, rgba(255, 255, 255, 0) 30.29%, #FFF 100%), url("/images/apac/about-us/value-overlay.png") top / cover no-repeat;
}

.value-section__card {
    display: flex;
    background: var(--SecondaryColour-White-White-50, #FDFDFD);
    box-shadow: 2px 4px 5px 0 rgba(32, 56, 85, 0.03);
    transition: flex 1.3s cubic-bezier(0.4, 0, 0.2, 1) 0.15s, flex-grow 1.3s cubic-bezier(0.4, 0, 0.2, 1) 0.15s, flex-basis 1.3s cubic-bezier(0.4, 0, 0.2, 1) 0.15s, box-shadow 1.3s ease;
    position: relative;
    flex: 0 0 24%;
}

    .value-section__card img {
        padding: 10px;
        position: relative;
        z-index: 1;
    }

.new-about-us .value-section__card-content {
    position: absolute;
    height: 100%;
    right: 0;
    display: flex;
    width: 260px;
    padding: 0 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 0 16px 16px 0;
    text-align: center;
    background: #F7F7F7;
    z-index: -1;
    box-shadow: 4px 0 20px 0 rgba(0, 0, 0, 0.01) inset;
}

    .new-about-us .value-section__card-content span {
        color: var(--text-color);
        text-align: center;
        font-size: 20px;
        font-family: 'Sabon', 'Besley', serif;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
    }

    .new-about-us .value-section__card-content p {
        color: #000;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        font-family: 'Noto Sans', sans-serif;
        line-height: 150%;
    }

    .new-about-us .value-section__card-content h3 {
        color: var(--text-color);
        font-family: 'Sabon', 'Besley', serif;
        margin-bottom: 0;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

.value-section__card.show {
    z-index: 1;
    flex: 1 !important;
}

.value-section__cards-wrapper {
    position: relative;
}

.value-section__swiper {
    width: 100%;
}

.value-section__card .image-overlay {
    position: relative;
}

    .value-section__card .image-overlay picture {
        display: block;
        max-width: 100%;
    }

    .value-section__card .image-overlay::after {
        content: '';
        position: absolute;
        margin: 0 auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 95%;
        height: 95%;
        background: var(--overlay-color);
        border-radius: 20px;
        z-index: 2;
        transition: opacity 1.3s ease;
    }

.image-overlay-content {
    padding: 0 24px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 3;
    flex-direction: column;
    justify-content: center;
    opacity: 1;
    transition: opacity 1.3s ease;
}

    .image-overlay-content button {
        background-color: transparent;
        border: none;
        cursor: pointer;
        padding: 0;
        margin: 0;
        width: 48px;
        height: 48px;
        text-align: center;
        margin: 0 auto;
        padding-top: 16px;
    }

    .image-overlay-content h3 {
        font-size: 30px;
        font-family: 'Sabon', 'Besley', serif;
        color: #FDFDFD;
        font-style: normal;
        margin-bottom: 0;
        font-weight: 700;
        line-height: 150%;
        padding-bottom: 4px;
    }

    .image-overlay-content span {
        font-size: 20px;
        font-family: 'Sabon', 'Besley', serif;
        color: #FDFDFD;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        padding-bottom: 4px;
    }

.show.value-section__card .image-overlay::after,
.show.value-section__card .image-overlay-content {
    content: '';
    opacity: 0;
}

.new-about-us .activities-content h2 {
    color: #004860 !important;
    font-family: 'Sabon', 'Besley', serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

/* --- 3. Leadership carousel --- */
.new-about-us .leadership-section {
    background: radial-gradient(528.02% 169.6% at 50% -20.28%, rgba(255, 255, 255, 0.00) 0%, #CCEBFF 66.83%);
    padding: 72px 0 88px;
    padding-left: 0;
    padding-right: 0;
}

.new-about-us .leadership-section__title {
    font-family: 'Sabon', 'Besley', serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    color: #004860;
    text-align: left;
    margin-bottom: 16px;
}

.new-about-us .leadership-section__intro {
    font-family: 'Syntax', 'Noto Sans', sans-serif;
    font-size: 16px;
    line-height: 160%;
    color: #333;
    text-align: left;
    max-width: 720px;
    margin: 0 auto 48px 0;
}

.new-about-us .leadership-carousel {
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0;
    --leadership-track-offset: 16px;
}

.new-about-us .leadership-swiper-button-prev,
.new-about-us .leadership-swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.new-about-us .leadership-swiper-button-prev {
    left: max(8px, calc(var(--leadership-track-offset, 16px) - 12px - 48px));
    z-index: 2;
}

.new-about-us .leadership-swiper-button-next {
    right: clamp(8px, 2vw, 24px);
    z-index: 2;
}

.new-about-us .leadership-swiper-button-prev,
.new-about-us .leadership-swiper-button-next {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: #fdfdfd;
    box-shadow: 0 2px 12px rgba(32, 56, 85, 0.12);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #009ccf;
    transition: box-shadow 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

    .new-about-us .leadership-swiper-button-prev:hover,
    .new-about-us .leadership-swiper-button-next:hover {
        box-shadow: 0 4px 16px rgba(32, 56, 85, 0.18);
        background: #fff;
    }

    .new-about-us .leadership-swiper-button-prev.swiper-button-disabled,
    .new-about-us .leadership-swiper-button-next.swiper-button-disabled {
        opacity: 0.35;
        cursor: default;
        pointer-events: none;
    }

.new-about-us .leadership-carousel .leadershipSwiper {
    min-width: 0;
    width: 100%;
    overflow: hidden;
}

.new-about-us .leadership-carousel .swiper-slide {
    width: min(300px, 86vw);
    height: auto;
    box-sizing: border-box;
}

.new-about-us .leadership-swiper-pagination {
    position: relative;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

    .new-about-us .leadership-swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 6px !important;
        background: #c5d4dc;
        opacity: 1;
        vertical-align: middle;
        transition: width 0.25s ease, border-radius 0.25s ease, background 0.25s ease;
    }

    .new-about-us .leadership-swiper-pagination .swiper-pagination-bullet-active {
        width: 28px;
        border-radius: 6px;
        background: #009ccf;
    }

.new-about-us .leadership-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 480px;
    background-image: var(--Memberoverlay);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 4px 20px rgba(32, 56, 85, 0.08);
}

    .new-about-us .leadership-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.55);
        opacity: 0;
        transition: opacity 0.5s ease;
        z-index: 0;
    }

    .new-about-us .leadership-card:hover::before {
        opacity: 1;
    }

    .new-about-us .leadership-card::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 65%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
        transform: translateY(100%);
        transition: transform 0.5s ease;
        z-index: 2;
    }

    .new-about-us .leadership-card:hover::after {
        transform: translateY(0);
    }

    .new-about-us .leadership-card picture {
        display: block;
        width: 100%;
        height: 100%;
    }

    .new-about-us .leadership-card img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center;
        z-index: 1;
        position: relative;
    }

.new-about-us .leadership-card__caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 40px 20px;
    text-align: center;
    z-index: 3;
    transition: 0.5s;
}

.new-about-us .leadership-card__name {
    color: var(--SecondaryColour-White-White-50, #FDFDFD);
    text-align: center;
    font-family: 'Sabon', 'Besley', serif;
    font-size: var(--Headline-4, 24px);
    margin-bottom: 0;
}

.new-about-us .leadership-card__role {
    color: var(--SecondaryColour-White-White-50, #FDFDFD);
    text-align: center;
    font-family: 'Syntax', 'Noto Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 150%;
}

.leadership-card__read-bio {
    text-align: center;
    color: var(--SecondaryColour-White-White-50, #FDFDFD);
    font-family: 'Syntax', 'Noto Sans', sans-serif;
    font-size: var(--Button, 16px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.16px;
    text-transform: uppercase;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 20px);
    z-index: 3;
    opacity: 0;
    transition: all 0.5s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.leadership-card:hover .leadership-card__caption {
    bottom: 18%;
}

.leadership-card:hover .leadership-card__read-bio {
    opacity: 1;
    transform: translate(-50%, 0);
}

/* --- 4. Leadership bio modals --- */
.new-about-us .leadership-bio-modals .single-slider-modalbox.remove-transform {
    padding: 48px 24px 64px 40px;
}

.new-about-us .leadership-bio-modals .single-slider-modalbox p {
    width: auto;
}

.new-about-us .leadership-bio-modals .leadership-bio-modal__body p:not(:last-child),
.new-about-us .leadership-bio-modals .leadership-bio-modal__body p:last-child {
    padding-bottom: 0 !important;
}

.new-about-us .leadership-bio-modals .single-slider-modalbox .container-fluid .row {
    padding-bottom: 0 !important;
}

.new-about-us .leadership-bio-modals .leadership-bio-modal__row {
    background: #fff;
    min-height: 100%;
}

.new-about-us .leadership-bio-modals .leadership-bio-modal__text {
    padding: 32px 24px 40px;
    font-family: "Noto Sans", sans-serif;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.new-about-us .leadership-bio-modals .leadership-bio-modal__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    flex: 1 1 auto;
}

.new-about-us .leadership-bio-modals .leadership-bio-modal__header {
    flex-shrink: 0;
}

.new-about-us .leadership-bio-modals .leadership-bio-modal__header-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 10px;
}

    .new-about-us .leadership-bio-modals .leadership-bio-modal__header-top .leadership-bio-modal__title-row {
        flex: 1;
        min-width: 0;
        margin: 0;
    }

    .new-about-us .leadership-bio-modals .leadership-bio-modal__header-top .close-icon {
        position: static;
        flex-shrink: 0;
        margin: 0;
        padding: 0;
        line-height: 0;
    }

        .new-about-us .leadership-bio-modals .leadership-bio-modal__header-top .close-icon svg {
            display: block;
            width: 36px;
            height: 36px;
        }

.new-about-us .leadership-bio-modals .leadership-bio-modal__body {
    flex: 1 1 auto;
}

.new-about-us .leadership-bio-modals .leadership-bio-modal__title-row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 12px 16px;
    margin: 0 0 10px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    line-height: 1.15;
}

.new-about-us .leadership-bio-modals .leadership-bio-modal__initials {
    font-family: "Besley", Georgia, serif;
    font-size: clamp(36px, 5vw, 52px);
    font-weight: 700;
    color: #111;
    letter-spacing: -0.02em;
    line-height: 1;
}

.new-about-us .leadership-bio-modals .leadership-bio-modal__name-text {
    color: var(--SecondaryColour-SuntoryGrey-suntoryBlack-900, #000);
    font-family: 'Besley', serif;
    font-size: var(--Headline-4, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.new-about-us .leadership-bio-modals .leadership-bio-modal__role {
    color: var(--PrimaryColour-WaterBlueStrong-waterbluestrong-700, #0079A2);
    font-family: 'Besley', serif;
    font-size: var(--Subtitle, 18px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.new-about-us .leadership-bio-modals .leadership-bio-modal__divider {
    border: 0;
    border-top: 1px solid var(--SecondaryColour-SuntoryGrey-suntorylightgrey-100, #C0C7CA);
    margin: 0 0 24px;
}

.new-about-us .leadership-bio-modals .leadership-bio-modal__body p {
    color: var(--SecondaryColour-SuntoryGrey-suntoryBlack-900, #000);
    font-family: 'Besley', serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0 0 16px;
}

    .new-about-us .leadership-bio-modals .leadership-bio-modal__body p:last-child {
        margin-bottom: 0;
    }

.new-about-us .leadership-bio-modals .leadership-bio-modal__profile-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    padding-top: 32px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #004860;
    text-decoration: none;
}

    .new-about-us .leadership-bio-modals .leadership-bio-modal__profile-link:hover {
        color: #009ccf;
    }

.new-about-us .leadership-bio-modals .leadership-bio-modal__linkedin-icon {
    display: flex;
    flex-shrink: 0;
}

    .new-about-us .leadership-bio-modals .leadership-bio-modal__linkedin-icon svg {
        display: block;
    }

.new-about-us .leadership-bio-modals .leadership-bio-modal__media {
    position: relative;
    background: #e8eef0;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    align-self: stretch;
}

    .new-about-us .leadership-bio-modals .leadership-bio-modal__media .close-icon {
        position: absolute;
        top: 16px;
        right: 16px;
        z-index: 1002;
        padding: 0;
        margin: 0;
        line-height: 0;
    }

        .new-about-us .leadership-bio-modals .leadership-bio-modal__media .close-icon svg {
            display: block;
            width: 40px;
            height: 40px;
            padding: 0;
            background: transparent;
            border-radius: 0;
            filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
        }

    .new-about-us .leadership-bio-modals .leadership-bio-modal__media img {
        width: 100% !important;
        height: 100% !important;
        min-height: 280px;
        flex: 1 1 auto;
        object-fit: cover;
        display: block;
        border-radius: 0 !important;
    }

/* --- 5. Hero title --- */
.new-about-us .aboutus-hero-title-wrap {
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.new-about-us .swiper-pagination-bullet-active .bullet-label {
    color: #00ABE4;
}

@keyframes aboutusHeroTitleIn {
    0% {
        transform: translateY(320px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.aboutus-hero-title {
    color: #fff;
    margin-bottom: 0;
    font-size: 56px;
    font-family: 'Sabon', 'Besley', serif;
    animation: aboutusHeroTitleIn 3.5s cubic-bezier(0.22, 1, 0.36, 1) 0.08s both;
}

/* --- 6. Cloud marquee, scroll, activities --- */
@keyframes marquee-cloud {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.cloud-marquee {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
    overflow: hidden;
    pointer-events: none;
    z-index: 2;
}

.cloud-marquee-inner {
    display: flex;
    width: fit-content;
    animation: marquee-cloud 60s linear infinite;
}

    .cloud-marquee-inner img {
        height: 350px;
        width: auto;
        flex-shrink: 0;
        opacity: 1;
        filter: brightness(1.1) contrast(0.9);
        margin-left: -100px;
        margin-right: -100px;
    }

.scroll-down-wrapper {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
}

.scroll-down-text {
    color: #232323 !important;
    font-weight: 700 !important;
    font-size: 11px !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

.scroll-down-icon {
    color: #232323 !important;
    font-size: 14px !important;
}

.hero-bottom-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 41px;
    background: linear-gradient(to bottom, transparent 4%, #fefefe 95%);
    z-index: 20;
    pointer-events: none;
}

.activities-section {
    background-image: url("/images/apac/about-us/follow-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

    .activities-section::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, #CCEBFF 6.73%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.00) 46.06%, rgba(165, 211, 241, 0.20) 91.71%);
    }

.new-about-us .new-about-legacy .myProgressPaginationWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new-about-us .new-about-legacy .myProgressPagination {
    padding: 0 60px;
}

.new-about-us .new-about-legacy .about-legacy-prev-btn,
.new-about-us .new-about-legacy .about-legacy-next-btn {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* Padding expands the invisible tap area to 44px minimum without
       changing the icon visual size (Figma dimensions kept as-is) */
    padding: 12px;
    margin: -12px;
    border: none;
    background: transparent;
    line-height: 0;
}

    .new-about-us .new-about-legacy .about-legacy-prev-btn:focus-visible,
    .new-about-us .new-about-legacy .about-legacy-next-btn:focus-visible {
        outline: 2px solid #009ccf;
        outline-offset: 2px;
    }

.new-about-us .myProgressPagination .swiper-pagination-bullet .bullet-label {
    font-family: 'Syntax', 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0;
}

.new-about-us .myProgressPagination .swiper-pagination-bullet.swiper-pagination-bullet-active .bullet-label {
    transition: all 3s ease;
}


.new-about-us .single-slider-modalbox {
    z-index: 10000 !important;
}

.mobile-linkedin-link {
    color: #000;
    margin-top: 30px;
    font-size: var(--Button, 16px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    letter-spacing: 0.16px;
    gap: 12px;
    align-items: center;
    text-transform: uppercase;
}

/* --- Responsive (max-width: narrow to wide, then min-width) --- */
@media (max-width: 991.98px) {

    /* Values */
    .new-about-us .value-section__description {
        padding-bottom: 40px;
    }

    .value-section__swiper {
        overflow: visible !important;
        padding-bottom: 8px;
    }

        .value-section__swiper .swiper-slide {
            height: auto;
        }

    .value-section__card {
        flex-direction: column;
        flex: none !important;
        width: 100%;
        max-width: 100%;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 2px 8px 24px rgba(32, 56, 85, 0.08);
        transition: none;
    }

        .value-section__card .image-overlay::after {
            display: none;
        }

        .value-section__card .image-overlay-content {
            display: none;
        }

        .value-section__card img {
            padding: 0;
            width: 100%;
            display: block;
            border-radius: 16px 16px 0 0;
        }

    .new-about-us .value-section__card-content {
        position: static;
        width: 100%;
        height: auto;
        right: auto;
        border-radius: 0 0 16px 16px;
        text-align: center;
        z-index: 1;
        padding: 24px 20px 28px;
    }

        .new-about-us .value-section__card-content h3 {
            font-size: 28px;
        }

    .value-section__swiper-pagination {
        position: relative;
        margin-top: 20px;
        text-align: center;
    }

        .value-section__swiper-pagination .swiper-pagination-bullet {
            width: 8px;
            height: 8px;
            margin: 0 6px !important;
            background: #c5d4dc;
            opacity: 1;
            vertical-align: middle;
            transition: width 0.25s ease, border-radius 0.25s ease, background 0.25s ease;
        }

        .value-section__swiper-pagination .swiper-pagination-bullet-active {
            width: 28px;
            border-radius: 6px;
            background: #009ccf;
        }

    /* Leadership carousel */
    .new-about-us .leadership-carousel .leadershipSwiper {
        padding-bottom: 8px;
    }

    /* Leadership bio modals */
    .new-about-us .leadership-bio-modals .leadership-bio-modal__row {
        display: flex;
        flex-direction: column;
    }

    .new-about-us .leadership-bio-modals .leadership-bio-modal__text {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        width: 100%;
        min-height: 0;
    }

    .new-about-us .leadership-bio-modals .leadership-bio-modal__inner {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        width: 100%;
        min-height: 0;
    }

    .new-about-us .leadership-bio-modals .leadership-bio-modal__header {
        width: 100%;
        box-sizing: border-box;
        padding: 24px 24px 0;
    }

    .new-about-us .leadership-bio-modals .leadership-bio-modal__photo-mobile {
        width: 100%;
        box-sizing: border-box;
        padding: 0 24px 16px;
    }

        .new-about-us .leadership-bio-modals .leadership-bio-modal__photo-mobile img {
            display: block;
            width: 100% !important;
            max-width: 400px;
            height: auto !important;
            min-height: 220px;
            max-height: 420px;
            margin: 0 auto;
            object-fit: cover;
            border-radius: 12px !important;
        }

    .new-about-us .leadership-bio-modals .leadership-bio-modal__body {
        width: 100%;
        box-sizing: border-box;
        padding: 0 24px;
        flex: 0 1 auto;
    }

    .new-about-us .leadership-bio-modals .leadership-bio-modal__profile-link {
        width: 100%;
        box-sizing: border-box;
        padding: 24px 24px 32px;
        margin-top: auto;
    }
}

@media (max-width: 767.98px) {

    /* Leadership */
    .new-about-us .leadership-section {
        padding: 48px 0 64px;
        padding-left: 0;
        padding-right: 0;
    }

    .new-about-us .leadership-section__title {
        font-size: 28px;
    }

    .new-about-us .leadership-section__intro {
        font-size: 14px;
        margin: 0 auto 32px 0;
    }

    .new-about-us .leadership-carousel {
        padding-bottom: 8px;
    }

    .new-about-us .leadership-swiper-button-prev,
    .new-about-us .leadership-swiper-button-next {
        width: 40px;
        height: 40px;
    }

    .new-about-us .leadership-swiper-button-prev {
        left: max(8px, calc(var(--leadership-track-offset, 16px) - 12px - 40px));
    }

        .new-about-us .leadership-swiper-button-prev svg,
        .new-about-us .leadership-swiper-button-next svg {
            width: 18px;
            height: 18px;
        }

    .new-about-us .leadership-bio-modals .leadership-bio-modal__text {
        padding: 0 !important;
    }

    .new-about-us .leadership-bio-modals .leadership-bio-modal__body {
        flex: 1 !important;
    }

    /* Hero / cloud */
    .cloud-marquee {
        height: 200px;
        bottom: -20px;
    }

    .cloud-marquee-inner img {
        height: 200px;
    }

    .scroll-down-wrapper {
        bottom: 20px;
    }

    .scroll-down-text {
        font-size: 10px !important;
    }
}

@media (max-width: 500px) {
    .value-section__card img {
        height: 208px;
    }

    .new-about-us .value-section__card-content {
        background-color: #fff;
        padding: 10px;
        gap: 0;
    }

        .new-about-us .value-section__card-content span {
            font-size: 18px;
        }

        .new-about-us .value-section__card-content p {
            font-size: 14px;
        }

    .new-about-us .value-section__title {
        padding-bottom: 16px;
    }

    .new-about-us .value-section__card-content h3 {
        padding-bottom: 4px;
    }

    .new-about-us .value-section__card-content span {
        padding-bottom: 8px;
    }

    .new-about-us .value-section__title,
    .new-about-us .value-section__description {
        font-size: 28px;
    }

    .new-about-us .leadership-card {
        height: 410px !important;
    }

    .new-about-us .aboutus-hero-title {
        text-align: center;
        font-size: 33px !important;
        font-family: 'Sabon', 'Besley', serif !important;
        font-weight: normal;
        animation: none;
        transform: translateY(-130px);
    }

    .new-about-us .new-about-legacy .myProgressPagination {
        padding: 0 40px;
    }

    .new-about-us .aboutus-hero-title-wrap {
        transform: none !important;
        /* Removed transform to prevent it from becoming a containing block and shifting absolute children */
        padding: 0px 40px;
    }

    .new-about-us .new-about-legacy .legacy-slide__row {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .new-about-us .new-about-legacy .timeline-main__heading-content p {
        line-height: 28px;
    }
}

@media (min-width: 768px) {
    .new-about-us .leadership-carousel .swiper-slide {
        width: 296px;
        max-width: none;
    }
}

@media (min-width: 992px) {
    .value-section__swiper-pagination {
        display: none !important;
    }

    .value-section__swiper:not(.swiper-initialized) .swiper-wrapper {
        display: flex;
        gap: 40px;
        flex-wrap: nowrap;
    }

    .value-section__swiper:not(.swiper-initialized) .swiper-slide {
        flex: 0 0 24%;
        width: auto !important;
        max-width: none;
        height: auto;
        margin: 0;
        min-width: 0;
        transition: flex 1.3s cubic-bezier(0.4, 0, 0.2, 1) 0.15s, flex-grow 1.3s cubic-bezier(0.4, 0, 0.2, 1) 0.15s, flex-basis 1.3s cubic-bezier(0.4, 0, 0.2, 1) 0.15s;
    }

        .value-section__swiper:not(.swiper-initialized) .swiper-slide:has(.value-section__card.show) {
            flex: 1 1 auto;
        }

        .value-section__swiper:not(.swiper-initialized) .swiper-slide .value-section__card {
            width: 100%;
            min-width: 0;
            border-radius: 16px;
        }

    .new-about-us .leadership-carousel .swiper-slide {
        width: 312px;
    }

    .new-about-us .leadership-swiper-pagination {
        display: none !important;
    }

    .new-about-us .leadership-bio-modals .leadership-bio-modal__text,
    .new-about-us .leadership-bio-modals .leadership-bio-modal__inner {
        display: flex;
    }

    .new-about-us .leadership-bio-modals .leadership-bio-modal__header,
    .new-about-us .leadership-bio-modals .leadership-bio-modal__body,
    .new-about-us .leadership-bio-modals .leadership-bio-modal__profile-link {
        width: auto;
        padding: 0;
    }

    .new-about-us .leadership-bio-modals .leadership-bio-modal__media {
        padding: 0;
        background: #e8eef0;
        min-height: 100%;
        height: 100%;
    }

    .new-about-us .leadership-bio-modals .leadership-bio-modal__profile-link {
        margin-top: auto;
        padding-top: 32px;
    }

    .new-about-us .leadership-bio-modals .leadership-bio-modal__media img {
        max-width: none;
        margin: 0;
        border-radius: 0 !important;
        min-height: 100%;
    }

    .new-about-us .leadership-bio-modals .single-slider-modalbox.remove-transform {
        padding: 60px 40px 80px 64px;
    }

    .new-about-us .leadership-bio-modals .leadership-bio-modal__row {
        min-height: min(720px, 85vh);
    }

    .new-about-us .leadership-bio-modals .leadership-bio-modal__text {
        padding: 48px 56px 64px 48px;
    }
}

@media (min-width: 1200px) {
    .new-about-us .leadership-carousel .swiper-slide {
        width: 328px;
    }
}

/* --- 5. Cloud Marquee Effect --- */
.cloud-marquee {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
    overflow: hidden;
    pointer-events: none;
    z-index: 2;
}

    .cloud-marquee::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        z-index: 0;
    }

.cloud-marquee-inner {
    display: flex;
    width: fit-content;
    animation: marquee-cloud 15s linear infinite;
    position: relative;
    z-index: 2;
}

    .cloud-marquee-inner img {
        height: 350px;
        width: auto;
        flex-shrink: 0;
        opacity: 1;
        /* Filter to make them even whiter and mistier */
        filter: brightness(1.1) contrast(0.9);
        /* Reduce gap by overlapping slightly */
        margin-left: -100px;
        margin-right: -100px;
        top: -19px;
        position: relative;
    }

@keyframes marquee-cloud {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

.scroll-down-wrapper {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
}

.scroll-down-text {
    color: #232323 !important;
    font-weight: 700 !important;
    font-size: 11px !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

.scroll-down-icon {
    color: #232323 !important;
    font-size: 14px !important;
}

.hero-bottom-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 41px;
    background: linear-gradient(to bottom, transparent 4%, #fefefe 95%);
    z-index: 20;
    pointer-events: none;
}

.activities-section {
    background-image: url(./images/apac/about-us/linkedin.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position-y: 30px;
}

    .activities-section::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, #CCEBFF 6.73%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.00) 46.06%, rgba(165, 211, 241, 0.20) 91.71%);
    }


/* Mobile Styles */
@media (max-width: 767.98px) {
    #about-hero {
        height: 700px !important;
    }

    .cloud-marquee {
        height: 200px;
        bottom: 0;
    }

    .cloud-marquee-inner {
        animation: marquee-cloud 55s linear infinite;
    }

        .cloud-marquee-inner img {
            height: 200px !important;
            width: auto !important;
            max-width: none !important;
            flex-shrink: 0 !important;
            object-fit: cover !important;
        }

    .scroll-down-wrapper {
        bottom: 30px;
        z-index: 30;
    }

    .hero-bottom-gradient {
        height: 120px !important;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 63%) !important;
        z-index: 20 !important;
    }

    .scroll-down-text {
        font-size: 10px !important;
    }
}
