html
{
    scroll-behavior: smooth;
}

.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-subitle 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;
}

.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-content {
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
}

.hero-image-slide {
    max-width: 548px;
    max-height: 300px;
    width: 100%;
    height: 100%;
}

.hero-image-slide img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    max-height: 300px;
    height: 300px;
    object-fit: cover;
}


.btn-no-borders {
    border: 0px;
    display: flex;
    gap: 12px;
    align-items: center;
    overflow: hidden;
    

}

.btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-top: 2px;
}


.collective-intelligence-section {
    padding-top: 140px;
    padding-bottom: 120px;
    background: var(--brown-400);
    position: relative;
    overflow: hidden;
    margin-bottom: -40px;
    z-index: 6;
    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: 300px;
    height: 300px;
    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: 300px;
    height: 300px;
    bottom: -31px;
    left: -14px;
    background-size: contain;
    background-position: center bottom;
    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;
}



.testimonials-section {
    padding-top: 120px;
    padding-bottom: 120px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    margin-bottom: -40px;
    position: relative;
    z-index: 4;
    background-color: var(--brown-500);
}

.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;
}

.testimonials-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 150px;
}

/* ── Arrows ── */
.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;
}

/* ── Slide ── */
.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 meta ── */
.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;
}

/* ── Pagination ── */
.testimonial-pagination {
    position: unset !important;
    margin-top: 40px;
}

.testimonial-pagination .swiper-pagination-bullet {
    opacity: 1 !important;
    background: #fff
}

.testimonial-pagination .swiper-pagination-bullet-active {
    background: var(--orange) !important;
    width: 24px !important;
    border-radius: 20px !important;
}

.testimonial-slide {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.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;
}

/* ── Left (image) ── */
.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;
}

/* ── Right (content) ── */
.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;
}

/* ── Content rows ── */
.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;
}

/* ── Number ── */
.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;
}

/* ── Text ── */
.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);
}

/* ── Utility ── */
.hide-on-mobile {
    /* shown by default, hidden at ≤1024px */
}

.hide-on-desktop {
    display: none;
}


.looking-for-section {
    background: var(--brown-400);
    padding-top: 100px;
    padding-bottom: 100px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    margin-bottom: -40px;
    position: relative;
    z-index: 2;
}

.looking-for-container h2 {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0;
    margin-top: 0px;
    margin-bottom: 60px;
    color: var(--brown-900);

}


.looking-for-boxes {
    display: flex;
    gap: 24px;
}


.looking-for-box {
    display: flex;
    flex-direction: column;
    gap: 80px;
    background: var(--brown-500);
    max-width: 357px;
    width: 100%;
    padding: 24px 24px 28px;
    border-radius: 16px;
}


.looking-for-box p {
    margin: 0px;
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0;
    opacity: 0.75;

}


.looking-for-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    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;

}

.alternate-section .what-you-get-container {
    flex-direction: row-reverse;
    padding-right: 0px;
    justify-content: space-between;
    padding-left: max(20px, calc((100vw - 1260px) / 2));
}

.alternate-section {
    z-index: 1;
}


.open-position-section {
    background: var(--brown-900);
    padding-bottom: 100px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    margin-bottom: -40px;
    position: relative;
}

.open-position-container {

    padding-top: 100px;
    justify-content: space-between;
    display: flex;
    gap: 24px;

}

.op-left h2 {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0;
    margin: 0px;
    color: var(--brown-500);

}


.op-right {
    max-width: 739px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.op-box {
    width: 100%;
    background: var(--brown-500);
    padding: 24px 24px 28px;
    border-radius: 16px;
    box-sizing: border-box;
}



.op-img img {
    width: 100%;
}


.position-type {
    margin-bottom: 60px;
}

.position-type h5 {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 10px;
    line-height: 140%;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0px;
    color: var(--brown-700);

}


.poistion-content h3 {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 24px;
    line-height: 115%;
    letter-spacing: 0%;
    margin-top: 0px;
    margin-bottom: 12px;
    color: var(--brown-800);
}


.poistion-content p {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0;
    margin-bottom: 24px;
    margin-top: 0px;
    color: var(--brown-800);
    opacity: 0.75;
}


.btn-transparent {
    display: flex;
    width: fit-content;
    gap: 12px;
    position: relative;
}

.op-box .btn-transparent {
    margin: 0px;
}


.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;
}



.looking-for-boxes.swiper-container {
    display: none;
}

/* ── Responsive: tablet & mobile (≤ 1024px) ── */
@media (max-width: 1024px) {
    .hero-area {
        padding-top: 139.37px;
    }




    .hero-content {
        padding-bottom: 60px;
    }

    .hero-subitle p {
        margin-bottom: 16px;
    }

    .hero-content h1 {
        font-size: 40px;
        line-height: 120%;
        margin-bottom: 16px;
    }

    .hero-content h1 br {
        display: none;
    }

    .hero-image-slide {
        width: 250px !important;
        height: 180px !important;
    }

    .hero-image-slide img {
        max-height: 180px !important;
        width: 250px;
    }

    .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;
        background: url('/wp-content/uploads/2026/02/Union-8.png');
        z-index: -1;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .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;
    }

    .what-you-get-section {
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
    }

    .what-you-get-container {
        flex-direction: column !important;
        gap: 40px;
        padding-right: 0px;

    }

    .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 {
        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;
    }

    .hide-on-mobile {
        display: none;
    }

    .hide-on-desktop {
        display: block;
    }

    .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;
    }

    .btn-icon {
        margin-top: 0px;
    }

    .looking-for-container h2 {
        font-size: 28px;
        line-height: 115%;
        margin-bottom: 32px;
    }

    .looking-for-icon {
        width: 44px;
        height: 44px;
        border-radius: 12px;

    }

    .looking-for-box {
        gap: 40px;
        padding: 12px 12px 20px;
        max-width: 277px !important;
        display: flex !important;
        height: auto !important;
    }

    .looking-for-boxes {
        gap: 0px;
    }

    .what-you-get-container {
        padding: 0px !important;
        margin-bottom: -24px;
    }

    .looking-for-section {
        padding-top: 60px;
        padding-bottom: 60px;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
    }

    .op-img img {
        display: none;
    }

    .open-position-container {
        padding-top: 60px;
        flex-direction: column;
        gap: 32px;
    }

    .open-position-section {
        padding-bottom: 24px;
        margin-bottom: -24px;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
    }

    .op-box {
        width: auto;
        padding: 12px 12px 16px;
        border-radius: 16px;
    }

    .op-right {
        max-width: 100%;
    }


    .op-left h2 {
        font-size: 28px;
        line-height: 115%;
    }

    .position-type {
        margin-bottom: 32px;
    }

    .poistion-content h3 {
        font-size: 18px;
        line-height: 140%;
        margin-bottom: 4px;
    }

    .poistion-content p {
        font-size: 16px;
        margin-bottom: 16px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    .what-you-get-left,
    .what-you-get-left img {
        height: 350px;
    }

    .looking-for-boxes.hide-on-mobile {
        display: flex !important;
        gap: 24px;
    }

    .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;
    }

    .op-box {
        padding: 24px 24px 28px;
    }
}

/* Mobile only (max 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;
    }

    .looking-for-boxes.swiper-container {
        display: flex;
    }

}


.btn-icon-wrapper .btn-icon
{
    position: absolute;
    
    transition: 0.5s;
}

.btn-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    position: relative;
    overflow: hidden;
}


.btn-icon-hidden {
    left: -20px !important;
}

.btn-icon-visible {
    left: 0px !important;
}

.btn-no-borders:after {
    content: '';
    border-bottom: 1px solid #000;
    width: 0%;
    position: absolute;
    bottom: 0;
    transition: 0.5s;
}

@media(min-width:1025px)
{
    .btn-no-borders:hover  .btn-icon-hidden 
    {
        left: 0px !important;
    }

    .btn-no-borders:hover  .btn-icon-visible 
    {
        left: 20px !important;

    }

    .btn-no-borders:hover:after
    {
        width: 100%;
    }
}







.hero-images-slider {
    display: flex;
    gap: 24px;
    justify-content: center;
}