.home-hero-section {
    background: url('/wp-content/uploads/2026/02/Visuel-ezgif.com-png-to-webp-converter-scaled.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 660px;
    display: flex;
    flex-direction: column;
    padding-top: 185px;
    padding-bottom: 87px;
    box-sizing: border-box;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    margin-bottom: -40px;
    position: relative;
    z-index: 5;

}

.home-hero-content {
    max-width: 862px;
    width: 100%;
    margin-bottom: 120px;

}

.home-hero-content h1 {
    font-family: var(--body-font);
    font-weight: 600;
    font-size: 60px;
    line-height: 110%;
    letter-spacing: 0;
    margin-bottom: 20px;
    margin-top: 0px;
    color: var(--brown-500);

}


.home-hero-content p {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0;
    color: var(--brown-500);
    margin: 0px;

}



.home-hero-footer {
    display: flex;
    gap: 12px;
    align-items: center;
    max-width: 297px;
    width: 100%;
}

.home-hero-footer-img img {
    width: 100%;
}


.home-hero-footer-text p {
    margin: 0px;
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
    color: var(--brown-700);

}


.home-hero-footer-img {
    width: 100%;
    max-width: 148px;
}


.collective-intelligence-section {
    padding-top: 140px;
    padding-bottom: 120px;
    background: var(--brown-400);
    position: relative;
    overflow: hidden;
    margin-bottom: -40px;
    z-index: 4;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
}

.collective-intelligence-section::after {
    content: '';
    background: url('/wp-content/uploads/2026/02/Union-1.png');
    position: absolute;
    width: 400px;
    height: 400px;
    top: -90px;
    right: -41px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

}


.collective-intelligence-section::before {
    content: '';
    background: url('/wp-content/uploads/2026/02/Union-2.png');
    position: absolute;
    width: 400px;
    height: 400px;
    bottom: -31px;
    left: -14px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

}

.collective-intelligence-section h2 {
    margin-bottom: 80px;
    margin-top: 0px;
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    color: var(--brown-900);

}

.collective-intelligence-icon-boxes {
    display: flex;
    margin-bottom: 60px;
    justify-content: center;
}

.ci-icon-box {
    max-width: 373.33px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.ci-icon {
    width: 52px;
    min-width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    box-shadow: 0px 8px 3px rgba(93, 85, 80, 0.01), 0px 4px 3px rgba(93, 85, 80, 0.04), 0px 2px 2px rgba(93, 85, 80, 0.07), 0px 0px 1px rgba(93, 85, 80, 0.08);
    border-radius: 16px;

}

.ci-icon-box p {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0;
    text-align: center;
    color: var(--brown-800);
    margin: 0px;


}

.ci-para p {
    margin: 0px;
    margin-bottom: 32px;
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0;
    text-align: center;
    color: var(--brown-800);

}

.btn-dark {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
    vertical-align: middle;
    color: var(--brown-400);
    background: var(--brown-900);
    padding: 12px 24px;
    box-sizing: border-box;
    border-radius: 16px;
    text-decoration: none;
    width: fit-content;
    margin: 0 auto;
}

.btn-light {

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
    vertical-align: middle;
    color: var(--brown-900);
    background: #FFFFFF;
    padding: 12px 24px;
    box-sizing: border-box;
    border-radius: 16px;
    text-decoration: none;
    width: fit-content;
    margin: 0 auto;

}


.client-logos-section {
    background: var(--brown-500);
    overflow: hidden;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    position: relative;
    z-index: 3;
    margin-bottom: -40px;
}

.client-logos-heading {

    max-width: 331px;
    width: 100%;
}

.client-logos-heading h2 {
    font-family: var(--body-font);
    color: var(--brown-900);
    font-weight: 500;
    margin: 0px;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0;

}

.client-logos-container {
    display: flex;
    gap: 50px;
    align-items: center;
}

.client-logos {
    display: flex;
    gap: 24px;
}

.logo-row {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.logo-img {
    width: 167px;
    height: 167px;
    max-width: 167px;
    min-width: 167px;
    background: white;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 71px 26px;
    box-sizing: border-box;
}

.logo-img img {
    width: 100%;
}

.logo-row-margin-bottom {
    /* margin-bottom: -62px; */
    margin-top: 102px;
    margin-bottom: -102px;
}

.logo-row-margin-top {
    margin-top: -25px;
    margin-bottom: 40px;
}


.what-you-get-container {
    display: flex;
    gap: 96px;
    padding-right: 80px;

}


.what-you-get-left {
    max-width: 36.01%;
    width: 100%;



}

.what-you-get-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom-left-radius: 40px;
}

.what-you-get-right {
    max-width: 50.23%;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    align-self: center;
}


.what-you-get-right h2 {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0;
    color: var(--brown-900);
    margin-bottom: 60px;
    margin-top: 0px;

}

.what-you-get-content {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--brown-500);
    display: flex;
    gap: 12px;
}


.wyg-number h3 {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 24px;
    line-height: 115%;
    letter-spacing: 0;
    color: var(--brown-800);
    margin: 0px;

}


.wyg-text h3 {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 24px;
    line-height: 115%;
    letter-spacing: 0;
    color: var(--brown-800);
    margin: 0px;
    margin-bottom: 8px;
}

.wyg-text p {
    font-family: Outfit;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0;
    margin: 0px;
    color: var(--brown-800);

}

.what-you-get-section {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    background: white;
    position: relative;
    z-index: 2;
}

.what-you-get-content:last-child {
    margin-bottom: 0px;
}


.expertise-section {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    background: var(--brown-500);
    position: relative;
    padding-top: 140px;
    padding-bottom: 120px;
    margin-top: -40px;
    overflow: hidden;
    margin-bottom: -40px;
    z-index: 1;
}

.expertise-section::before {
    content: '';
    background: url('/wp-content/uploads/2026/02/Union-3.png');
    position: absolute;
    width: 400px;
    height: 400px;
    display: block;
    top: -70px;
    left: 0px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.expertise-section::after {
    content: '';
    background: url('/wp-content/uploads/2026/02/Union4-ezgif.com-png-to-webp-converter.webp');
    position: absolute;
    width: 400px;
    height: 400px;
    display: block;
    bottom: -70px;
    right: 0px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.expertise-content h2 {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    color: var(--brown-900);
    margin: 0px;
    margin-bottom: 12px;

}

.expertise-content h2 br {
    display: none;
}

.expertise-content p {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0;
    text-align: center;
    color: var(--brown-800);
    margin: 0px;

}


.expertise-content {
    margin-bottom: 60px;
}



.expertise-cta-container {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 24px;
}


.expertise-cta {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0;
    text-decoration: none;
    color: var(--brown-800);
    box-shadow: 0px 8px 3px rgba(93, 85, 80, 0.01), 0px 4px 3px rgba(93, 85, 80, 0.04), 0px 2px 2px rgba(93, 85, 80, 0.07), 0px 0px 1px rgba(93, 85, 80, 0.08);
    border-radius: 16px;
    background: #FFFFFF;
    padding: 12px 12px 12px 24px;
    box-sizing: border-box;
    display: flex;
    gap: 8px;
    transition: 0.5s;
    cursor: pointer;
}

.expertise-cta-icon svg path {
    transition: 0.5s;
}

.expertise-cta-icon {
    display: flex;
    width: 24px;
    min-width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
}


.expertise-container .btn-dark {
    margin-top: 60px;
}


.some-figures-section {
    padding-top: 140px;
    padding-bottom: 100px;
    background: var(--brown-400);
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    position: relative;
    overflow: hidden;
}

.some-figures-section:after {
    content: '';
    background: url('/wp-content/uploads/2026/02/Union5-ezgif.com-png-to-webp-converter.webp');
    position: absolute;
    width: 400px;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    left: -20px;
}


.some-figures-content {
    max-width: 357px;
}

.some-figures-container {
    display: flex;
    justify-content: space-between;
}


.some-figures-content h2 {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0;
    color: var(--brown-900);
    margin-bottom: 12px;
    margin-top: 0px;

}

.some-figures-content p {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0;
    margin: 0px;
    color: var(--brown-800);

}

.figure-boxes-container {
    display: flex;
    gap: 24px;
}

.figure-box-column {
    display: flex;
    gap: 24px;
    flex-direction: column;
}

.figure-box {
    background: white;
    border-radius: 20px;
    max-width: 262px;
    min-width: 262px;
    width: 100%;
    height: 242px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    justify-content: flex-end;
    box-sizing: border-box;

}

.figure-box h3 {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0;
    margin: 0px;
    color: var(--brown-800);

}

.figure-box p {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0;
    color: var(--brown-800);
    margin: 0px;

}

.figure-box-left {
    margin-top: 87px;
}

.testimonials-section {
    padding-top: 120px;
    padding-bottom: 120px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    margin-bottom: -40px;
    position: relative;
    background-color: #FFFFFF;
}

.testimonaials-sub-heading h2 {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 10px;
    line-height: 140%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--brown-700);
    margin: 0px;
    margin-bottom: 20px;
    text-align: center;
}


.testimonial-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    border: 1px solid var(--brown-600);
    border-radius: 12px;
    margin-top: 50px;
    cursor: pointer;
}

.testimonial-slide {
    max-width: 1032px !important;
    width: 100%;
}

.testimonial-slide h3 {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 28px;
    line-height: 115%;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 0px;
    color: var(--brown-800);

}



.client-img {
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
}

.client-img img {
    width: 100%;
    max-width: 100px;
}

.client-meta-content h5 {
    font-family: var(--body-font);
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0;
    text-align: center;
    margin: 0px;
    color: var(--brown-800);
    font-weight: 500;
}

.desg-text {

    font-weight: 400;
}

.testimonials-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 150px;
}

.testimonial-pagination {
    position: unset !important;
    margin-top: 40px;
}

.testimonial-pagination .swiper-pagination-bullet {
    opacity: 1 !important;
    background: var(--brown-500) !important;
}

.testimonial-pagination .swiper-pagination-bullet-active {
    background: var(--orange) !important;
    width: 24px !important;
    border-radius: 20px !important;
}

.bottom-cta-section img {
    width: 100%;
    margin-bottom: -60px;
}

.bottom-cta-wrapper {
    background-color: var(--orange);
    padding-top: 140px;
    background-image: url('/wp-content/uploads/2026/02/Union6-ezgif.com-png-to-webp-converter-scaled.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 120px;

}

.bottom-cta-container h2 {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 0px;
    color: #FFFFFF;

}

@media(min-width:1025px) {
    .expertise-cta:hover {
        background: var(--brown-800);
        color: #FFFFFF;
        box-shadow: 0px 8px 3px rgba(93, 85, 80, 0.01), 0px 4px 3px rgba(93, 85, 80, 0.04), 0px 2px 2px rgba(93, 85, 80, 0.07), 0px 0px 1px rgba(93, 85, 80, 0.08);
    }

    .expertise-cta:hover .expertise-cta-icon svg path {
        fill: #FFFFFF;
    }
}

.dots {
    margin-bottom: 10px !important;
}

.hide-on-desktop,
.client-logos-mobile {
    display: none;
}


@media(max-width:1024px) {
    .header-logo img {
        filter: brightness(100);
        width: 43px;
        height: 44px;
    }

    .client-logos-mobile {
        display: flex;
        flex-direction: column;
    }

    .client-logos-desktop {
        display: none;
    }


    .logo-row {
        flex-direction: row;
    }

    .home-hero-content h1 {
        font-size: 40px;
        line-height: 120%;
        margin-bottom: 16px;

    }

    .home-hero-content p {
        font-size: 16px;
        line-height: 140%;

    }

    .home-hero-content p br,
    .home-hero-content h1 br {
        display: none;
    }

    .home-hero-content {
        max-width: 100%;
        margin-bottom: 32px;
    }

    .home-hero-footer {
        flex-direction: column;
        align-items: flex-start;
        max-width: 148px;
    }

    .home-hero-footer-text p {
        font-size: 12px;

        line-height: 140%;

    }

    .home-hero-section {
        padding-top: 148px;
        padding-bottom: 141.66px;
        min-height: 740px;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
        background: url('/wp-content/uploads/2026/02/Visuel1-ezgif.com-png-to-webp-converter-scaled.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center bottom;
        margin-bottom: -24px;
    }

    .collective-intelligence-section::after {
        display: none;
    }

    .collective-intelligence-section {
        padding-top: 68px;
        padding-bottom: 60px;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
        margin-bottom: -24px;
    }

    .collective-intelligence-section h2 {
        margin-bottom: 40px;
        font-size: 28px;
        line-height: 115%;
    }

    .collective-intelligence-section h2 br {
        display: none;
    }

    .collective-intelligence-icon-boxes {
        flex-direction: column;
        gap: 40px;
        align-items: center;
        margin-bottom: 40px;
    }

    .ci-icon {
        width: 44px;
        height: 44px;
    }

    .ci-icon-box {
        gap: 8px;
    }

    .ci-icon-box p {
        font-size: 16px;


    }

    .collective-intelligence-section::before {
        width: 150px;
        height: 150px;
    }

    .ci-para p br {
        display: none;
    }

    .ci-para p {
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 24px;
    }

    .collective-intelligence-section::before {
        background: url('/wp-content/uploads/2026/02/Union-8.png');
        z-index: -1;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }


    .client-logos-section {
        padding-top: 68px;
        padding-bottom: 60px;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
        margin-bottom: -24px;
    }

    .client-logos-container {
        flex-direction: column;
        gap: 40px;
        padding: 0px;
    }

    .client-logos-heading h2 {
        text-align: center;
        font-size: 28px;
        line-height: 115%;
    }

    .client-logos,
    .logo-row {
        gap: 16px;
    }

    .logo-row-margin-bottom,
    .logo-row-margin-top {
        margin-bottom: 0px;
        margin-top: 0px;
    }


    .logo-img {
        width: 120px;
        height: 120px;
        padding: 25px;
        min-width: 120px;
    }

    .what-you-get-container {
        flex-direction: column;
        gap: 40px;
        padding-right: 0px;


    }

    .what-you-get-right {
        padding-top: 0px;
        padding-bottom: 60px;
        max-width: 100%;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .what-you-get-left {
        max-width: 100%;
        width: auto;
        height: 250px;
    }

    .hide-on-mobile {
        display: none;
    }

    .hide-on-desktop {
        display: block;
    }

    .what-you-get-left img {
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
        height: 240px;
    }

    .what-you-get-right h2 {
        margin-bottom: 32px;
        line-height: 115%;
        font-size: 28px;
    }

    .wyg-number h3 {
        font-size: 18px;
        line-height: 140%;
    }

    .wyg-text h3 {
        margin-bottom: 4px;
        font-size: 18px;
        line-height: 140%;
    }

    .wyg-text p {
        font-size: 16px;
    }

    .what-you-get-content {
        margin-bottom: 16px;
        padding-bottom: 16px;
    }


    .what-you-get-content:last-child {
        margin-bottom: 0px;
        border: 0px;
        padding: 0px;
    }

    .what-you-get-section {
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
    }

    .expertise-section {
        margin-top: -24px;
        margin-bottom: -24px;
        padding-top: 68px;
        padding-bottom: 60px;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
    }

    .expertise-section::before {
        background: url('/wp-content/uploads/2026/02/Union-9.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 150px;
        height: 150px;
        top: 0;
        left: -35px;
    }

    .expertise-content h2 {
        font-size: 28px;
        line-height: 115%;


    }


    .expertise-content h2 br {
        display: block
    }

    .expertise-content p {
        font-size: 16px;
    }

    .expertise-content p br {
        display: none;
    }

    .expertise-section::after {

        background: url('/wp-content/uploads/2026/02/Union-10.png');
        width: 150px;
        height: 150px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        bottom: 0;
        right: -5px
    }

    .expertise-cta-container {
        flex-direction: column;
        gap: 8px;
        margin-bottom: 8px;
        justify-content: space-between;
    }


    .expertise-container .btn-dark {
        margin-top: 24px;
    }

    .expertise-content {
        margin-bottom: 24px;
    }

    .some-figures-section {
        padding-top: 68px;
        padding-bottom: 60px;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
    }

    .some-figures-container {
        flex-direction: column;
    }

    .some-figures-content h2 {
        font-size: 28px;
        line-height: 115%;
    }

    .some-figures-content p {
        font-size: 16px;
    }

    .some-figures-content {
        max-width: 100%;
        margin-bottom: 32px;
    }

    .figure-box {
        min-width: 160px;
        padding: 12px;
        height: 160px;


    }

    .figure-box-column,
    .figure-boxes-container {
        gap: 16px;
    }

    .figure-boxes-container {
        position: relative;
        z-index: 1;
    }

    .figure-box h3 {
        font-size: 40px;
    }

    .figure-box p {
        font-size: 16px;
    }

    .figure-box-left {
        margin-top: 0px !important;
    }

    .figure-box-column {
        margin-top: 40px;
    }

    .some-figures-section:after {

        background: url('/wp-content/uploads/2026/02/Union-11.png');

        width: 300px;
        height: 483px;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 0;
        left: 0;
        right: 0;

        margin: 0 auto;

    }

    .testimonials-wrapper {
        gap: 0px;
    }

    .testimonial-arrow {
        display: none;
    }

    .testimonials-section {
        padding-top: 68px;
        padding-bottom: 60px;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
    }

    .testimonaials-sub-heading h2 {
        margin-bottom: 8px;
    }

    .testimonial-slide h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .client-img {
        margin-bottom: 4px;
    }

    .testimonial-pagination {
        margin-top: 32px;
    }


    .bottom-cta-container h2 {
        font-size: 28px;
        line-height: 115%;
        margin-bottom: 32px;
    }

    .bottom-cta-section img {

        margin-bottom: -40px;
    }

    .bottom-cta-container h2 br {
        display: none;
    }


}

@media(max-width:767px) {
    .bottom-cta-wrapper {
        padding-top: 80px;
        padding-bottom: 80px;
        background-image: url('/wp-content/uploads/2026/02/Union-12.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

}


@media(min-width:768px) and (max-width: 1024px) {
    .home-hero-content {
        max-width: 550px;

    }

    .home-hero-section {
        background: url('/wp-content/uploads/2026/02/Visuel-ezgif.com-png-to-webp-converter-scaled.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center bottom;
        min-height: 0px;

    }

    .what-you-get-left img,
    .what-you-get-left {
        height: 350px;
    }

    .what-you-get-left {
        overflow: hidden;
    }

    .what-you-get-left img {
        object-position: top;
    }

    .some-figures-container {
        align-items: center;
    }

    .bottom-cta-section .hide-on-mobile {
        display: block;
    }

    .bottom-cta-section .hide-on-desktop,
    .bottom-cta-container h2 br {
        display: none;
    }
}

.header-menu-mobile svg path {
    fill: white;
}


/* ─── Marquee keyframes ─── */
@keyframes marquee-up {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }
}

@keyframes marquee-down {
    0% {
        transform: translateY(-50%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes marquee-right {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes marquee-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* ─── Desktop: vertical columns ─── */
.client-logos-desktop {
    display: flex;
    gap: 24px;
    height: 372px;
    /* match your desired visible height */
    overflow: hidden;
    align-items: flex-start;
}

.logo-col-track {
    overflow: hidden;
    height: 100%;
}

.logo-col-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    will-change: transform;
}

.logo-col-track--up .logo-col-inner {
    animation: marquee-up 20s linear infinite;
}

.logo-col-track--down .logo-col-inner {
    animation: marquee-down 20s linear infinite;
}



/* ─── Mobile: horizontal rows ─── */
.client-logos-mobile {
    display: none;
    flex-direction: column;
    gap: 16px;
    overflow: hidden;
    width: 100%;
}

.logo-row-track {
    overflow: hidden;
    width: 100%;
}

.logo-row-inner {
    display: flex;
    gap: 16px;
    width: max-content;
    will-change: transform;
}

.logo-row-track--right .logo-row-inner {
    animation: marquee-right 25s linear infinite;
}

.logo-row-track--left .logo-row-inner {
    animation: marquee-left 25s linear infinite;
}

.logo-row-track:hover .logo-row-inner {
    animation-play-state: paused;
}

@media (max-width: 1024px) {
    .client-logos-desktop {
        display: none;
    }

    .client-logos-mobile {
        display: flex;
    }
}


#menu-header-menu li a {
    color: var(--cta-dark);
}

.menu-item-has-children::after {
    opacity: 1;
}