/* Tablet View Only */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .ambition-section {
        background-position: unset !important;
    }
}
/*10062026 footer home image fix*/

.wave-banner__image {
    height: 113%;
}

/* Tablet / iPad */
@media (min-width: 768px) and (max-width: 991px) {
    .wave-banner__image {
        height: 100% !important;
    }
}
/* Mobile */
@media (max-width: 767px) {
    .wave-banner__image {
        height: 105% !important;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1300px) and (min-height: 600px) and (max-height: 700px) {
    .wave-banner .container {
        height: 100vh !important;
        width: 137vh !important;
    }
}
/* --- Ambition section tablet --- */
@media (min-width: 768px) and (max-width: 1024px) {
    .ambition-gradient-overlay {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.95) 16%, rgba(255, 255, 255, 0.6) 33%, transparent 48%) !important;
        height: 100% !important;
    }

    .ambition-content {
        top: -200px;
        position: relative;
    }

    .ambition-header-title {
        font-size: 28px !important;
        line-height: 1.2 !important;
    }

    .ambition-description,
    .ambition-description p {
        font-size: 16px !important;
        line-height: 1.5 !important;
    }

    .wave-banner {
        height: 80vh !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .brand-item::before {
        content: '' !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        width: 150px !important;
        height: 150px !important;
        border-radius: 50% !important;
        z-index: 0 !important;
        transition: all 1s ease !important;
        pointer-events: none !important;
    }

    .brand-item:nth-child(1)::before {
        background-color: #ffe600 !important;
        top: 89% !important;
        left: 34% !important;
    }

    .brand-item:nth-child(2)::before {
        background-color: #5c0b5d !important;
        top: 55% !important;
        left: 44% !important;
    }

    .brand-item:nth-child(3)::before {
        background-color: #00843d !important;
        top: 67% !important;
        left: 41% !important;
    }

    .brand-item:nth-child(4)::before {
        background-color: #8e8c8f !important;
        top: 59% !important;
        left: 47% !important;
    }

    .brand-item:nth-child(5)::before {
        background-color: #a68d60 !important;
        top: 52% !important;
        left: 52% !important;
    }

    .wave-banner__image {
        height: 98% !important;
    }

    .brand-tooltip {
        bottom: 56% !important;
        left: 122% !important;
        max-width: 222px !important;
        padding: 7px !important;
    }

    .brand-item:nth-child(5) .brand-tooltip {
        bottom: 101% !important;
        left: -50% !important;
    }

    .brand-item:nth-child(4) .brand-tooltip {
        bottom: 103% !important;
        left: -61% !important;
    }
    .brand-item:nth-child(2) .brand-tooltip {
        bottom: 102% !important;
        left: 125% !important;
        padding: 4px !important;
    }

    .brand-item:nth-child(3) .brand-tooltip {
        left: 154% !important;
        max-width: 167px !important;
        padding: 7px !important;
        top: 3% !important;
        bottom: auto !important;
    }
}
 
/* ipad fix 02062026*/

/* ==========================================================================
New Homepage (new-homepage.html)
========================================================================== */
/* --- Hero / scroll utilities --- */
.animation-float {
    animation: float 2s infinite ease-in-out;
    display: inline-block;
}

@keyframes float {

    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(6px);
    }
}

.scroll-down-text {
    font-family: 'Noto Sans', sans-serif;
}

.object-position-bottom {
    object-position: bottom !important;
}

.besley-text {
    font-family: 'Besley', serif !important;
    letter-spacing: -0.5px;
}



.nothing-font {
    font-family: 'Nothing You Could Do', cursive !important;
}

.text-dark-blue {
    color: #003366 !important;
}

.text-aqua {
    color: #00ABE4 !important;
}

.bg-light-blue {
    background-color: #e6f7ff;
}

.btn-white-pill {
    background-color: #ffffff !important;
    color: #00ABE4 !important;
    border: none !important;
    padding: 10px 25px !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Noto Sans', sans-serif !important;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

    .btn-white-pill:hover {
        background-color: #f8f8f8 !important;
        transform: translateY(-2px);
        color: #00ABE4 !important;
    }


.mb-minus-20px {
    margin-bottom: -20px;
}

/* --- Marquee --- */
.marquee-wrapper {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background-color: rgba(245, 250, 253, 0.9);
    padding: 15px 0;
    position: absolute;
    bottom: 0;
    z-index: 3;
}

.marquee-content {
    display: inline-flex;
    align-items: center;
    animation: marquee-scroll 40s linear infinite;
    will-change: transform;
}

.marquee-item {
    display: flex;
    align-items: center;
    padding: 0 40px;
    font-size: 14px;
    font-weight: 700;
    color: #232323;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Noto Sans', sans-serif;
}

.marquee-dot {
    width: 6px;
    height: 6px;
    background-color: #00abe4;
    border-radius: 50%;
    margin-left: 80px;
}

@keyframes marquee-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 767px) {
    .marquee-item {
        padding: 0 20px;
        font-size: 12px;
    }

    .marquee-dot {
        margin-left: 40px;
    }

    .marquee-content {
        animation-duration: 30s;
    }
}




/* --- Page layout overrides (scoped to overview) --- */
body[data-page="overview"] html {
    scroll-snap-type: none !important;
    scroll-behavior: smooth;
}

body[data-page="overview"] section {
    scroll-snap-align: none !important;
    scroll-snap-stop: none !important;
    min-height: auto !important;
    /* Allow sections to be their natural height if needed */
}

body[data-page="overview"] .full-screen {
    min-height: 100vh;
    /* Keep the visual impact but don't force snapping */
}


/* --- Brands desktop --- */
/* Hover Circle Base */
.brand-item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 0;
    transition: all 1s ease;
    pointer-events: none;
}

.brand-item:hover::before {
    transform: translate(-50%, -50%) scale(1);
}

/* Brand Specific Colors & Tooltip Borders */
.brand-item:nth-child(1)::before {
    background-color: #ffe600;
    top: 76%;
    left: 41%;
}

.brand-item:nth-child(1) .brand-tooltip {
    border-left-color: #ffe600;
}

.brand-item:nth-child(1):hover img {
    transform: rotate(-19deg) scale(1.16) translate(-33px, 50px);
}

.brand-item:nth-child(2)::before {
    background-color: #5c0b5d;
    top: 43%;
    left: 38%;
}

.brand-item:nth-child(2) .brand-tooltip {
    border-left-color: #5c0b5d;
}

.brand-item:nth-child(2):hover img {
    transform: rotate(-19deg) scale(1.16) translate(0px, -1px)
}

.brand-item:nth-child(3)::before {
    background-color: #00843d;
    top: 68%;
    left: 38%;
}

.brand-item:nth-child(3) .brand-tooltip {
    border-left-color: #00843d;
}

.brand-item:nth-child(3):hover img {
    transform: rotate(12deg) scale(1.16) translateY(-10px);
}

/* Specific position for Brand 3 tooltip (Below) */
.brand-item:nth-child(3) .brand-tooltip {
    top: 100%;
    bottom: auto;
    left: 50%;
    border-left: 4px solid #00843d;
    border-bottom: none;
}

.brand-item:nth-child(4)::before {
    background-color: #8e8c8f;
    top: 53%;
    left: 42%;
}

.brand-item:nth-child(4) .brand-tooltip {
    border-left: none;
    border-right: 4px solid #8e8c8f;
    text-align: right;
    background: linear-gradient(to left, #ffffff, #e0f0fa);
    bottom: 95%;
    left: -10%;
    transform: translateX(0);
}

.brand-item:nth-child(4):hover img {
    transform: rotate(15deg) scale(1.16) translate(10px, -10px);
}

.brand-item:nth-child(5)::before {
    background-color: #a68d60;
    top: 55%;
    left: 45%;
}

.brand-item:nth-child(5) .brand-tooltip {
    border-left: none;
    border-right: 4px solid #a68d60;
    text-align: right;
    background: linear-gradient(to left, #ffffff, #e0f0fa);
    bottom: 85%;
    left: -89%;
    transform: translateX(0);
}

.brand-item:nth-child(5):hover img {
    transform: rotate(12deg) scale(1.16) translate(10px, -10px);
}

/* Animation for images */
.brand-item img {
    transition: all 1s ease;
    position: relative;
    z-index: 2;
}

.brand-tooltip {
    position: absolute;
    bottom: 90%;
    left: 122%;
    transform: translateX(-50%);
    width: max-content;
    max-width: 280px;
    background: linear-gradient(to right, #ffffff, #e0f0fa);
    border-left: 4px solid #ffe600;
    padding: 12px 18px;
    font-size: 13px;
    line-height: 1.6;
    color: #555555;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease;
    z-index: 10;
    box-shadow: none;
    pointer-events: none;
}

.brand-item:hover .brand-tooltip {
    opacity: 1;
    visibility: visible;
}

.brand-item::after {
    content: '';
    background-image: var(--showcase-image);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: absolute;
    top: -12%;
    /* Add a little leeway for alignment */
    left: -10%;
    right: -10%;
    bottom: 0%;
    z-index: -1;
    pointer-events: none;
}

/* --- Sustainability --- */
@keyframes rotateCircle {
    0% {
        transform: rotate(0deg);
    }

    30% {
        transform: rotate(19deg);
    }
    /* Bounce past 17 */
    40% {
        transform: rotate(17deg);
    }
    /* Settle at 17 */
    70% {
        transform: rotate(-2deg);
    }
    /* Bounce past 0 */
    80% {
        transform: rotate(0deg);
    }
    /* Settle at 0 */
    100% {
        transform: rotate(0deg);
    }
    /* 3s Pause */
}

.sustainability-circle-img {
    animation: rotateCircle 40s ease-in-out infinite;
    transform-origin: center center;
}

/* --- CTA buttons --- */
.btn-ambition {
    background-color: #ffffff !important;
    color: #00abe4 !important;
    border: none !important;
    transition: all 0.3s ease !important;
}

    .btn-ambition:hover {
        background-color: #00abe4 !important;
        color: #ffffff !important;
        box-shadow: 0 5px 15px rgba(0, 171, 228, 0.3) !important;
    }

        .btn-ambition:hover i {
            color: #ffffff !important;
        }

/* Custom Sustainability Button Hover */
.btn-sustainability {
    background-color: #ffffff !important;
    color: #004860 !important;
    border: none !important;
    transition: all 0.3s ease !important;
}

    .btn-sustainability:hover {
        background-color: #004860 !important;
        color: #ffffff !important;
        box-shadow: 0 5px 15px rgba(0, 72, 96, 0.3) !important;
    }

        .btn-sustainability:hover i {
            color: #ffffff !important;
        }

/* Custom ABOUT SBFA Button */
.btn-sbfa {
    background-color: #00abe4 !important;
    color: #ffffff !important;
    border: none !important;
    transition: all 0.3s ease !important;
}

    .btn-sbfa:hover {
        background-color: #004860 !important;
        color: #ffffff !important;
        box-shadow: 0 5px 15px rgba(0, 72, 96, 0.3) !important;
    }

    .btn-sbfa i {
        color: #ffffff !important;
    }

.intro-button {
    margin-top: 5% !important;
}

/* --- Brands pedestal --- */
.brand-item {
    position: relative;
    z-index: 1;
    transition: all 0.5s ease;
    margin-bottom: 50px;
}

.brand-img {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.1));
    transition: transform 0.5s ease;
}

.brand-item:hover .brand-img {
    transform: translateY(-10px) scale(1.05);
}

@media (min-width: 768px) {
    .brand-item:nth-child(even) {
        top: 90px;
    }
}

.brands-bg-wrapper {
    background: var(--desk-bg);
    padding-top: 100px;
    padding-bottom: 180px;
}

/* --- Brands mobile --- */
@media (max-width: 767px) {
    .brands-bg-wrapper {
        background: var(--mobile-bg);
        padding-top: 60px;
        padding-bottom: 0px;
    }

    .mobile-brands-slider .swiper-slide {
        display: block !important;
    }

    .brand-mobile-container {
        position: relative;
        width: 100%;
        height: 380px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }

    .brand-circle-bg {
        position: absolute;
        width: 165px !important;
        height: 165px !important;
        border-radius: 50%;
        z-index: 1;
        top: 47%;
        left: 45%;
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
        transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .swiper-slide-active .brand-circle-bg,
    .swiper-slide-duplicate-active .brand-circle-bg {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    .brand-main-img {
        max-height: 300px;
        width: auto;
        position: relative;
        z-index: 2;
        transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.15));
        transform: scale(1);
        opacity: 1;
    }

    .brand-mobile-container::after {
        content: '';
        background-image: var(--showcase-image);
        background-size: contain;
        background-position: bottom center;
        background-repeat: no-repeat;
        position: absolute;
        top: 5%;
        left: -9%;
        right: -10%;
        bottom: 12%;
        z-index: 0;
        pointer-events: none;
        opacity: 1;
        transition: all 1s ease;
    }


    .brand-mobile-info {
        background-color: #f0f8ff;
        border-top: 3px solid var(--brand-color, #ffe600);
        border-radius: 0px 0px 10px 10px;
        padding: 15px 20px;
        min-height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        transition: all 0.5s ease;
        opacity: 0;
        transform: translateY(20px);
        text-align: center;
        width: 80vw;
        margin-left: calc(50% - 40vw);
        margin-bottom: 30px;
        position: relative;
        z-index: 10;
        pointer-events: none;
    }

    .swiper-slide-active .brand-mobile-info,
    .swiper-slide-duplicate-active .brand-mobile-info {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .brand-mobile-info p {
        margin: 0;
        color: #444;
        font-size: 16px;
        line-height: 1.4;
    }

    .brands-prev,
    .brands-next {
        width: 35px;
        height: 35px;
        background-color: rgba(255, 255, 255, 0.5);
        backdrop-filter: blur(1px);
        -webkit-backdrop-filter: blur(1px);
        border: none;
        border-radius: 50%;
        color: #10536a;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        top: 35%;
    }

        .brands-prev::after,
        .brands-next::after {
            display: none;
        }

        .brands-prev i,
        .brands-next i {
            font-size: 20px;
        }

    .mobile-brands-slider {
        padding-bottom: 20px !important;
    }

    .brand-item {
        margin-bottom: 40px;
    }

    .brands-header-title {
        font-size: 28px !important;
        line-height: 1.2 !important;
    }

    .brands-header-subtitle {
        font-size: 24px !important;
    }

    .ambition-gradient-overlay {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.95) 16%, rgba(255, 255, 255, 0.6) 33%, transparent 48%) !important;
        height: 100% !important;
    }

    .ambition-content {
        top: -200px;
        position: relative;
    }

    .ambition-header-title {
        font-size: 28px !important;
        line-height: 1.2 !important;
    }

    .ambition-description,
    .ambition-description p {
        font-size: 16px !important;
        font-family: 'Syntax', sans-serif !important;
        line-height: 1.5 !important;
    }

    .sustainability-header-title,
    .sustainability-header-subtitle {
        font-size: 28px !important;
        line-height: 1.2 !important;
    }

    .sustainability-description {
        font-size: 16px !important;
        line-height: 1.5 !important;
    }

    .intro-text {
        font-size: 20px !important;
    }

    .intro-button {
        margin-top: 40px !important;
    }
}

/* --- Wave banner --- */
@keyframes waveBannerCurvePanDesktop {
    from {
        background-position: 0px 70%;
    }

    to {
        background-position: -2000px 70%;
    }
}

@keyframes waveBannerCloudPanDesktop {
    from {
        background-position: 8% 40%;
    }

    to {
        background-position: 108% 40%;
    }
}

@keyframes waveBannerCurvePanMobile {
    from {
        background-position: 130% 144%;
    }

    to {
        background-position: calc(130% - 2000px) 144%;
    }
}

@keyframes waveBannerCloudPanMobile {
    from {
        background-position: 3% 90%;
    }

    to {
        background-position: 103% 90%;
    }
}

@keyframes sunArcDesktop {
    0% {
        left: -5%;
        bottom: -10%;
        transform: scale(1.6);
        opacity: 0;
        filter: sepia(1) saturate(4) hue-rotate(-20deg) brightness(0.8) drop-shadow(0 0 50px #ff9e5e);
    }

    5% {
        opacity: 1;
    }

    25% {
        left: 20%;
        bottom: 45%;
        transform: scale(1.1);
        filter: sepia(0.8) saturate(3) hue-rotate(-10deg) brightness(0.9) drop-shadow(0 0 80px #ffb37b);
    }

    50% {
        left: 45%;
        bottom: 70%;
        transform: scale(1);
        filter: sepia(0.5) saturate(2) hue-rotate(5deg) brightness(1.2) drop-shadow(0 0 150px #f0dfaa);
    }

    75% {
        left: 60%;
        bottom: 45%;
        transform: scale(1.1);
        filter: sepia(0.8) saturate(3) hue-rotate(-10deg) brightness(0.9) drop-shadow(0 0 80px #ffb37b);
    }

    95% {
        opacity: 1;
    }

    100% {
        left: 80%;
        bottom: -10%;
        transform: scale(1.5);
        opacity: 0;
        filter: sepia(1) saturate(4) hue-rotate(-20deg) brightness(0.8) drop-shadow(0 0 50px #ff9e5e);
    }
}

@keyframes sunArcMobile {
    0% {
        left: -20%;
        bottom: -10%;
        transform: scale(1.5);
        opacity: 0;
        filter: sepia(1) saturate(4) hue-rotate(-20deg) brightness(0.8) drop-shadow(0 0 50px #ff9e5e);
    }

    5% {
        opacity: 1;
    }

    25% {
        left: 5%;
        bottom: 30%;
        transform: scale(1.1);
        filter: sepia(0.8) saturate(3) hue-rotate(-10deg) brightness(0.9) drop-shadow(0 0 80px #ffb37b);
    }

    50% {
        left: 30%;
        bottom: 70%;
        transform: scale(0.6);
        filter: sepia(0.5) saturate(2) hue-rotate(5deg) brightness(1.2) drop-shadow(0 0 150px #f0dfaa);
    }

    75% {
        left: 55%;
        bottom: 30%;
        transform: scale(1.1);
        filter: sepia(0.8) saturate(3) hue-rotate(-10deg) brightness(0.9) drop-shadow(0 0 80px #ffb37b);
    }

    95% {
        opacity: 1;
    }

    100% {
        left: 80%;
        bottom: -10%;
        transform: scale(1.5);
        opacity: 0;
        filter: sepia(1) saturate(4) hue-rotate(-20deg) brightness(0.8) drop-shadow(0 0 50px #ff9e5e);
    }
}

@keyframes landscapePanDesktop {
    from {
        background-position: 0% 100%;
    }

    to {
        background-position: -100px 100%;
    }
}

@keyframes landscapePanMobile {
    from {
        background-position: -24% 130%;
    }

    to {
        background-position: calc(-24% - 100px) 130%;
    }
}

@keyframes textRiseUpMobile {
    0% {
        transform: translate(-50%, 40vh);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    100% {
        transform: translate(-50%, 0);
        opacity: 1;
    }
}

.wave-banner {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.wave-banner__gradient-overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(180deg, #47A5E3 9.49%, #AFD4ED 42.69%, #FFF 75.89%), #FFF;
}

.wave-banner__gradient-overlay::before {
    content: '';
    position: absolute;
    width: 330px;
    height: 330px;
    z-index: 1;
    background-image: var(--sun-image);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    animation: sunArcDesktop 8.5s linear forwards;
}

.wave-banner .container {
    height: 100vh;
}

.wave-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: var(--landscape-image);
    background-repeat: repeat-x;
    background-position: 0% 100%;
    animation: landscapePanDesktop 5s ease-out forwards;
}
.wave-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--ribbon-image);
    background-repeat: repeat-x;
    z-index: 1;
    background-position: 0px 70%;
    animation: waveBannerCurvePanDesktop 10s linear forwards;
}

.wave-banner__image img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    height: auto;
}

.wave-banner__image {
    height: 113%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    top: 30px;
    position: relative;
}


.wave-banner__wave-image {
    position: absolute;
    height: 100%;
    inset: 0;
    width: 100%;
}

.wave-banner__content {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    width: 723px;
    text-align: center;
    z-index: 2;
    animation: textRiseUp 1.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: 0.5s;
    opacity: 0;
}

@keyframes textRiseUp {
    from {
        transform: translate(-50%, 80px);
        opacity: 0;
    }

    to {
        transform: translate(-50%, 0);
        opacity: 1;
    }
}

.wave-banner__wave-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--cloud-image);
    background-repeat: repeat-x;
    z-index: 0;
    background-position: 8% 40%;
    mix-blend-mode: screen;
    animation: waveBannerCloudPanDesktop 28s linear infinite;
    will-change: background-position;
}

.wave-banner__wave-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--gradient-image);
    background-repeat: repeat-x;
    z-index: 2;
    background-position: 0% 100%;
}

@media (max-width: 767px) {
    .wave-banner {
        height: 100dvh !important;
    }

        .wave-banner .container {
            height: 100% !important;
        }

        .wave-banner::after {
            background-repeat: repeat-x;
            background-position: -24% 130%;
            animation: landscapePanMobile 5s ease-out forwards;
        }

    .wave-banner__wave-image::before {
        background-position: 3% 90%;
        animation: waveBannerCloudPanMobile 28s linear infinite;
    }

    .wave-banner::before {
        background-position: 130% 144%;
        animation: waveBannerCurvePanMobile 10s linear forwards;
    }

    .wave-banner__gradient-overlay::before {
        animation: sunArcMobile 8.5s linear forwards;
    }

    .wave-banner__content {
        position: absolute !important;
        top: 18% !important;
        /* Slightly lower starting point for text */
        left: 50% !important;
        width: 85% !important;
        z-index: 2 !important;
        opacity: 0;
        animation: textRiseUpMobile 2.4s cubic-bezier(0.22, 1, 0.36, 1) forwards !important;
        animation-delay: 0.8s !important;
        /* Removed static transform to let animation control it */
    }

        .wave-banner__content h1 {
            font-size: 32px !important;
            line-height: 1.2 !important;
            padding: 0 15px;
            position: relative;
        }

    .wave-banner .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100% !important;
    }

    .wave-banner__image img {
        width: 100% !important;
        transform: scale(1.15) translateY(-5px);
        transform-origin: bottom center;
    }

    .ambition-section {
        background-position-x: -185px !important;
        background-position-y: 134px !important;
    }
}

.wave-banner__bottom-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 4;
    pointer-events: none;
}

.z-index-5 {
    z-index: 5 !important;
}

/* --- Accessibility --- */
@media (prefers-reduced-motion: reduce) {

    .wave-banner::before,
    .wave-banner__wave-image::before {
        animation: none;
    }
}
