.hero-area {
    background-color: var(--brown-400);
    padding-top: 186px;
    background-image: url('/wp-content/uploads/2026/02/Union7-ezgif.com-png-to-webp-converter-scaled.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

}

.hero-subtitle p {
    font-family: var(--body-font);
    color: var(--brown-700);
    font-weight: 500;
    font-size: 10px;
    line-height: 140%;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 20px;
    text-align: center;
}

.hero-content h1 {
    font-family: var(--body-font);
    color: var(--brown-900);
    font-weight: 600;
    font-size: 60px;
    line-height: 110%;
    letter-spacing: 0;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
}

.hero-para-container p {
    font-family: var(--body-font);
    color: var(--brown-800);
    margin: 0px;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0;
    text-align: center;
}

.hero-content {
    padding-bottom: 139px;
    display: flex;
    flex-direction: column;
}

.btn-transparent {
    color: var(--brown-900);
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
    padding: 12px 24px;
    box-sizing: border-box;
    width: fit-content;
    margin: 32px auto 0px;
    border: 1px solid var(--brown-900);
    border-radius: 12px;
    text-decoration: none;
}

.hero-images-container {
    display: flex;
    gap: 24px;
    position: relative;
    z-index: 8;
}

.hero-images-container img {
    width: 100%;
}

.hero-img-left {
    margin-top: -80px;
}

.collective-intelligence-section {
    padding-top: 140px;
    padding-bottom: 120px;
    background: var(--brown-400);
    position: relative;
    overflow: visible;
    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/03/Union-1.svg');
    position: absolute;
    width: 450px;
    height: 450px;
    top: -200px;
    right: 0px;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

.collective-intelligence-section::before {
    content: '';
    background: url('/wp-content/uploads/2026/02/Union-2.png');
    position: absolute;
    width: 270px;
    height: 270px;
    bottom: 0px;
    left: -14px;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

.collective-intelligence-section h2 {
    margin-bottom: 0px;
    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);

}

.ci-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 60px;
}

.ci-para p {
    margin: 0px;

    font-family: var(--body-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0;
    text-align: center;
    color: var(--brown-800);
    opacity: 0.75;
}

.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;
}

.what-you-get-section {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    background: white;
    position: relative;
    z-index: 3;
}

.what-you-get-container {
    display: flex;
    gap: 96px;
    padding-right: max(20px, calc((100vw - 1260px) / 2));
    margin-bottom: -40px;
    justify-content: space-between;
}

.what-you-get-left {
    max-width: 36.01%;
    width: 100%;
}

.what-you-get-left img {
    width: 100%;
    height: 100%;
    max-height: 760px;
    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: 0px;
    margin-top: 0px;
}

.wyg-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 60px;
}

.wyg-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);
    opacity: 0.75;
}

.what-you-get-content {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--brown-500);
    display: flex;
    gap: 12px;
}

.what-you-get-content:last-child {
    margin-bottom: 0px;
}

.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);
}

.hide-on-desktop {
    display: none;
}


.job-posting-section {
    background: var(--brown-400);
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding-top: 120px;
    padding-bottom: 100px;
    margin-bottom: -40px;
    position: relative;
    z-index: 2;

}

.concrete-term-container h2 {
    margin-bottom: 60px;
    margin-top: 0px;
    color: var(--brown-900);
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0;

}

.job-post-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}


.job-post-header h5 {
    margin: 0px;
    color: var(--brown-700);
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 10px;
    line-height: 140%;
    letter-spacing: 0;
    text-transform: uppercase;

}

.job-post-list-item {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--brown-500);
    padding-top: 28px;
    padding-bottom: 24px;
}





.job-title h3 {
    margin: 0px;
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 24px;
    line-height: 115%;
    letter-spacing: 0;
}

.job-content,
.jp-heading-right {
    max-width: 548px;
    width: 100%;
}

.job-content p,
.job-content {
    margin: 0px;
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0;
    color: var(--brown-800);
}

.job-post-box {
    margin-bottom: 80px;
}

.job-posting-slider h3 {
    margin-bottom: 40px;
    margin-top: 0px;
    color: var(--brown-900);
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 28px;
    line-height: 115%;
    letter-spacing: 0;


}


.job-posting-slider-wrapper {
    display: flex;
    overflow: visible !important;

}

.job-posting-slide {
    background: var(--brown-500);
    padding: 24px 24px 40px;
    max-width: 454px;
    width: 100%;
    border-radius: 16px;

}

.jb-slide-number {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    width: 52px;
    min-width: 52px;
    height: 52px;
    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;
    margin-bottom: 80px;


}

.jb-slide-number h5 {
    margin: 0px;
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 24px;
    line-height: 115%;
    letter-spacing: 0;
    color: var(--brown-800);
}

.jb-slide-content h4 {
    margin-top: 0px;
    margin-bottom: 12px;
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 24px;
    line-height: 115%;
    letter-spacing: 0;
    color: var(--brown-800);
}

.jb-slide-content p,
.jb-slide-content li {
    color: var(--brown-800);
    opacity: 0.75;
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0;
}

.jb-slide-content li {
    padding-left: 20px;
    position: relative;
}

.jb-slide-content ul {
    list-style: none;
    padding-left: 10px;
}

.jb-slide-content li:before {
    content: '';
    background: var(--brown-800);
    opacity: 0.75;
    border-radius: 100px;
    width: 5px;
    height: 5px;
    min-width: 5px;
    position: absolute;
    left: 0;
    top: 10px;
}


.swiper-slide {
    height: auto !important;
}

.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;
    z-index: 1;
}

.testimonaials-sub-heading h2 {
    margin-bottom: 20px;
    margin-top: 0px;
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 10px;
    line-height: 140%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--brown-700);
    text-align: center;
}

.testimonial-content h3 {
    font-family: var(--body-font);
    margin-bottom: 40px;
    margin-top: 0px;
    color: var(--brown-800);
    font-weight: 500;
    font-size: 28px;
    line-height: 115%;
    letter-spacing: 0;
    text-align: center;
}

.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;
}

.faqs-container {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.faqs-left {
    max-width: 358px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 208px;
    justify-content: space-between;
}

.faqs-left h2 {
    margin: 0px;
    color: var(--brown-500);
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0;

}

.faq-cta {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.faq-cta h4 {
    margin: 0px;
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
    color: var(--brown-500);
}

.faq-cta-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    min-width: 20px;
    height: 20px;
}

.faqs-section {
    background: var(--brown-900);
    padding-bottom: 100px;
    padding-top: 120px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    position: relative;
    margin-bottom: -40px;
}

.faqs-right {
    max-width: 738px;
    width: 100%;
    padding-top: 64px;
}

.faq-accordion-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    gap: 25px;
    align-items: flex-start;
}

.faq-accordion-header h3 {
    margin: 0px;
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 24px;
    line-height: 115%;
    letter-spacing: 0;
    color: var(--brown-400);
}


.faq-accordion-content p,
.faq-accordion-content li {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0;
    color: var(--brown-700);
    margin: 0px;

}

.faq-accordion {
    border-top: 1px solid var(--brown-800);
    padding: 32px 40px;
    cursor: pointer;
}

.faq-accordion:first-child {
    border-top: 0px;
    padding-top: 0px;
}

.faq-accordion-content {
    max-height: 0px;
    overflow: hidden;
    transition: 0.5s ease-out;
}

.faq-accordion-header-icon {
    transform: rotate(180deg);
    transition: 0.5s ease-out;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.faq-accordion-active .faq-accordion-header-icon {
    transform: rotate(0deg);
}


/* ── Base styles ───────────────────────────────────────────── */

.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: 0px;
    margin-top: 0px;
    color: #FFFFFF;
}

.bottom-cta-container p {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0;
    text-align: center;
    color: #FFF;
    opacity: 0.75;
    margin-top: 12px;
    margin-bottom: 40px;
}

.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;
}

.cc-boxes-mobile,
.hide-on-desktop {
    display: none;
}

.job-posting-section {
    position: relative;
}

.ct-img-left {
    max-width: 643px;
    width: 100%;
}


.ct-img-right {
    max-width: 461px;
    max-height: 760px;
    position: absolute;
    right: 0;
    top: 0;
}

.ct-img-right img {
    width: 100%;
    height: 100%;
}

.ct-with-image {
    display: flex;
    justify-content: space-between;
}



.cti-job-post {
    border-top: 1px solid var(--brown-500);
    padding-top: 24px;
    padding-bottom: 24px;
}

.cti-job-post:first-child {
    border-top: 0px !important;
    padding-top: 0px !important;
}

.cti-job-post h4 {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0;
    margin-top: 0px;
    margin-bottom: 8px;
    color: var(--brown-800);


}

.cti-job-post p {
    margin: 0px;
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0;
    color: var(--brown-800);
}


/* ── Tablet / Mobile (≤ 1024px) ── */
@media (max-width: 1024px) {
    .what-you-get-section {
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
    }

    .ct-img-right {
        position: unset;
        margin-bottom: 40px;
    }

    .cti-job-post h4 {
        font-size: 18px;
        line-height: 140%;
        margin-bottom: 4px;
    }

    .cti-job-post:first-child {
        padding-top: 0px;
    }

    .cti-job-post p {
        font-size: 16px;
    }

    .ct-img-right {
        max-width: 100%;
        max-height: 100%;
    }

    .ct-img-left {
        max-width: 100%;
    }

    .ct-without-image {
        padding-top: 60px;
    }

    .cti-job-post {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .what-you-get-container {
        flex-direction: column !important;
        gap: 40px;
        padding-right: 0px;
        padding: 0px !important;
        margin-bottom: -24px;
    }

    .what-you-get-left {
        max-width: 100%;
        width: auto;
        height: 250px;
    }

    .what-you-get-left img {
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
        height: 240px;
    }

    .what-you-get-right {
        padding-top: 0px;
        padding-bottom: 60px;
        max-width: 100%;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .what-you-get-right h2 {

        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;
    }

    .hide-on-mobile {
        display: none;
    }

    .hide-on-desktop {
        display: block;
    }

    .testimonials-section {
        padding-top: 68px;
        padding-bottom: 60px;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
        margin-bottom: -24px;
    }

    .testimonaials-sub-heading h2 {
        margin-bottom: 16px;
    }

    .testimonial-content h3 {
        font-size: 24px;
        margin-bottom: 24px;
        line-height: 115%;
    }

    .testimonial-content h3 br {
        display: none;
    }

    .client-img {
        margin-bottom: 4px;
    }

    .bottom-cta-section img {
        margin-bottom: -40px;
    }

    .bottom-cta-container h2 {
        font-size: 28px;
        line-height: 115%;
        margin-bottom: 32px;
    }

    .bottom-cta-container h2 br {
        display: none;
    }

    .bottom-cta-container p {
        font-size: 16px;
        margin-bottom: 32px;
    }

    .job-posting-section {
        padding-top: 0px;
        padding-bottom: 60px;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
        margin-bottom: -24px;
    }

    .concrete-term-container h2 {
        font-size: 28px;
        line-height: 115%;
        margin-bottom: 32px;
    }

    .concrete-term-container h2 br {
        display: none;
    }

    .job-post-accordion {
        padding-top: 16px;
        padding-bottom: 16px;
        border-top: 1px solid var(--brown-500);

    }

    .job-post-accordion:first-child {
        border-top: 0px;
        padding-top: 0px;
    }

    .jp-acc-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 8px;
    }

    .jp-acc-header h3 {
        font-family: var(--body-font);
        font-weight: 500;
        font-size: 18px;
        line-height: 140%;
        letter-spacing: 0;
        margin: 0px;
        color: var(--brown-800);
    }

    .jp-acc-content {
        margin: 0px;
        font-family: var(--body-font);
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        letter-spacing: 0s;
        color: var(--brown-800);
        max-height: 0px;
        overflow: hidden;
        transition: 0.3s;
    }

    .job-posting-slider {
        margin-top: 32px;
    }

    .job-posting-slider h3 {
        font-size: 24px;
        line-height: 115%;
        margin-bottom: 20px;
    }

    .job-posting-slide {
        max-width: 277px;
        padding: 12px 12px 20px;
    }

    .jb-slide-number {
        margin-bottom: 40px;
        width: 44px;
        height: 44px;
        min-width: 44px;
        border-radius: 12px;
    }

    .jb-slide-content h4 br {
        display: none;
    }

    .faqs-section {
        padding-top: 60px;
        padding-bottom: 60px;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
    }

    .faqs-left h2 {
        font-size: 28px;
        line-height: 115%;
        margin-bottom: 32px;
    }

    .faq-accordion-header {
        align-items: flex-start;
    }

    .faq-accordion {
        padding-left: 0px;
        padding-right: 0px;
    }

    .faq-accordion-header h3 {
        font-size: 18px;
        line-height: 140%;
    }

    .faq-accordion-content p,
    .faq-accordion-content li {
        font-size: 16px;
    }

    .faq-accordion-header-icon {
        display: flex;
        margin-top: 10px;
    }

    .faqs-container {
        flex-direction: column;
    }

    .faqs-right {
        padding-top: 0px;
        max-width: 100%;
    }

    .faqs-left {
        max-width: 100%;
    }

    .faq-cta.hide-on-desktop {
        display: flex !important;
        flex-direction: row-reverse;
        justify-content: flex-end;
        margin-top: 44px;
    }

    .faq-cta-icon {
        margin-top: 2px;
    }

    .bottom-cta-container p br {
        display: none;
    }
}

/* ── Tablet only (768px – 1024px) ── */
@media (min-width: 768px) and (max-width: 1024px) {

    .what-you-get-left,
    .what-you-get-left img {
        height: 350px;
    }

    .what-you-get-left {
        overflow: hidden;
    }

    .what-you-get-left img {
        object-position: top;
    }

    .bottom-cta-section .hide-on-mobile {
        display: block;
    }

    .bottom-cta-section .hide-on-desktop,
    .bottom-cta-container h2 br {
        display: none;
    }


}


/* ── Tablet / Mobile (≤ 1024px) ── */
@media (max-width: 1024px) {
    .hero-area {
        padding-top: 139.37px;
    }

    .hero-content {
        padding-bottom: 99.63px;
    }


    .hero-img-left {
        margin-top: -40px;
    }

    .hero-subtitle p {
        margin-bottom: 16px;
    }

    .hero-images-container img {
        border-radius: 12px;
    }

    .hero-content h1 {
        font-size: 40px;
        line-height: 120%;
        margin-bottom: 16px;
    }

    .hero-content h1 br {
        display: none;
    }

    .collective-intelligence-section::after {
        display: none;
    }

    .collective-intelligence-section {
        padding-top: 60px;
        padding-bottom: 60px;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
        margin-bottom: -24px;
    }

    .collective-intelligence-section h2 {

        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 {
        background: url('/wp-content/uploads/2026/02/Union-8.png');
        z-index: -1;
        background-size: contain;
        background-position: left bottom;
        background-repeat: no-repeat;
        width: 115px;
        height: 115px;
    }

    .ci-para p br {
        display: none;
    }

    .ci-para p {
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 24px;
    }
}

/* ── ≤ 767px ───────────────────────────────────────────────── */

@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;
    }

    .hero-images-container img {
        object-fit: cover;
        height: 220px;
    }
}

.ci-section-two {
    overflow: hidden;
    z-index: 2;
}

.ct-sub-heading {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 28px;
    line-height: 115%;
    letter-spacing: 0;
    margin-top: 0px;
    margin-bottom: 40px;

}

@media(max-width:1024px) {
    .ct-sub-heading {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

.btn-container {
    display: flex;
    gap: 16px;
    flex-direction: row-reverse;
    justify-content: center;
}

.btn-white {
    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: white;
    background: transparent;
    padding: 12px 24px;
    box-sizing: border-box;
    border-radius: 16px;
    text-decoration: none;
    width: fit-content;

    border: 1px solid white;
}

.bottom-cta-container .btn-light {
    margin: unset !important;
}

@media(max-width:1024px) {
    .btn-container {
        flex-direction: column-reverse;
    }

    .btn-light,
    .btn-white {
        width: 100%;
    }

    .hero-para-container p br {
        display: none;
    }

    br
    {
        display: none;
    }
}


.hero-img-left,
.hero-img-right
{
    max-width: 453px;
}

.hero-images-container
{
    justify-content: center;
}