.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;
    padding-bottom: 101px;
    margin-bottom: 80px;
}

.hero-content {
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
}

.hero-content h4 {
    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-content 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;
}

/* Tablet & Mobile (max-width: 1024px) */
@media (max-width: 1024px) {
    .hero-area {
        padding-top: 71.63px;
        margin-bottom: 0px;
        padding-top: 117.37px;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
        margin-bottom: -24px;
        position: relative;
        z-index: 1;
    }

    .hero-content p br {
        display: none;
    }


    .hero-content h4 {
        margin-bottom: 16px;
    }

    .hero-content h1 {
        font-size: 40px;
        line-height: 120%;
        margin-bottom: 16px;
    }

    .hero-content h1 br {
        display: none;
    }
}


section.faqs-main-section {
    background: white;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    margin-bottom: -40px;
    position: relative;
}

.faqs-header {
    display: flex;
    justify-content: space-between;
}

.faqs-header h2 {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    color: var(--brown-900);
    margin: 0px;

}

.faq-number {
    font-size: 18px;
    line-height: 140%;

}

.filter-dropdown-main {
    display: flex;
    gap: 10.92px;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 46px;
    border: 1px solid var(--brown-900);
    border-radius: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.filter-dropdown-icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.filter-dropdown-text h5 {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    margin: 0px;
    color: var(--brown-900);


}

.faqs-header {
    margin-bottom: 40px;
}

.filter-dropdown-wrapper {
    box-shadow: 0px 12px 16px -4px rgba(10, 13, 18, 0.08), 0px 4px 6px -2px rgba(10, 13, 18, 0.03), 0px 2px 2px -1px rgba(10, 13, 18, 0.04);
    border-radius: 16px;
    background: #FFFFFF;
    padding-left: 16px;
    padding-right: 16px;
    max-width: 320px;
    width: 320px;
    position: absolute;
    left: -200px;
    box-sizing: border-box;
    max-height: 0px;
    overflow: hidden;
    margin-bottom: 8px;
    transition: 0.3s;
    z-index: 1;

}

.filter-dropdown-option:first-child,
{
padding-top: 9px;
}

.filter-dropdown-option:last-child {
    padding-bottom: 9px;
}





.filter-dropdown-option-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    min-width: 16px;
    height: 16px;
    background: var(--brown-600);
    transition: 0.3s;
    border-radius: 4px;

}

.fd-svg-wrapper {
    display: flex;
    align-items: center;
    ;
    justify-content: center;
    width: 12px;
    min-width: 12px;
    height: 12px;
}

.filter-dropdown-option h5 {
    margin: 0px;
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--brown-900);
}

.filter-dropdown-option {
    min-height: 40px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.fd-main-wrapper {
    position: relative;
}

.fd-active {
    background: var(--brown-500);
    border-color: var(--brown-500);
}


.fd-option-active .filter-dropdown-option-icon {
    background: var(--orange);
}

.faqs-box {

    display: flex;
    gap: 24px;
    justify-content: space-between;
    padding-top: 40px;

}

.fb-left {
    max-width: 358px;
    width: 100%;
}

.fb-right-wrapper {
    max-width: 738px;
    width: 100%;
}

.fb-left h2 {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 28px;
    line-height: 115%;
    margin: 0px;
    color: var(--brown-900);
}

.fb-acc-header {
    display: flex;
    justify-content: space-between;
}

.fb-acc-header h3 {
    margin: 0px;
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    margin: 0px;
    color: var(--brown-900);
}

.fb-acc-icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.fb-acc-content p {
    font-family: var(--body-font);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    margin: 0px;
    color: var(--brown-700);
}

.fb-accordion-item {
    border-bottom: 1px solid var(--brown-500);
    padding-bottom: 32px;
    margin-bottom: 32px;
    cursor: pointer;
}


.faq-expand-btn span {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: var(--brown-900);


}

.faq-expand-btn {
    padding-bottom: 44px;
    cursor: pointer;
}

.fb-acc-content {
    max-height: 0px;
    overflow: hidden;
    transition: 0.3s;
}

.faqs-box {
    padding-bottom: 80px;
}

.faqs-active .fb-acc-content {
    margin-top: 12px;
}

.fb-accordion-item.faqs-active .fb-acc-icon {
    transform: rotate(180deg);
}

.faqs-category-pills {
    margin-bottom: 40px;
    padding-top: 40px;
    display: flex;
    gap: 12px;
    border-top: 1px solid var(--brown-500);
}

.faq-cat-pill {
    display: flex;
    height: 33px;
    align-items: center;
    gap: 4px;
    padding: 8px 12px;
    border: 1px solid var(--brown-900);
    border-radius: 100px;
    box-sizing: border-box;
    cursor: pointer;
}

.faq-cat-cancel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    min-width: 16px;
    height: 16px;
}

.faq-cat-pill h6 {
    margin: 0px;
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: var(--brown-900);
}

.fb-left-icon {
    display: none;
}


@media(max-width:1024px) {
    .fb-left-icon {
        display: flex;
        width: 24px;
        height: 24px;
        min-width: 24px;
        align-items: center;
        justify-content: center;
    }

    .fb-left {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .faqs-box {
        flex-direction: column;
        gap: 0px;
    }

    .fb-left h2 {
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
        color: var(--brown-800);
    }

    .faqs-box {
        margin-top: 0px;
        margin-bottom: 8px;
        padding: 12px 12px 12px 24px;
        background: #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);
        border-radius: 16px;


    }

    .faqs-main-section {
        background: var(--brown-500) !important;
    }

    .fb-acc-header h3 {
        font-size: 16px;

    }

    .fb-accordion-item {
        padding-bottom: 16px;
        margin-bottom: 16px;
    }

    .fb-acc-content p {
        font-size: 14px;
    }

    .faq-expand-btn {
        padding-bottom: 40px;
    }

    .fb-right-wrapper {
        max-height: 0px;
        overflow: hidden;
        transition: 0.3s;
    }

    .fb-box-open .fb-right-wrapper {
        padding-top: 15px;
        margin-top: 16px;
        border-top: 1px solid var(--brown-800);
    }

    .faqs-main-section {
        padding-bottom: 60px;
        padding-top: 80px;
        border-bottom-left-radius: 24px !important;
        border-bottom-right-radius: 24px !important;
        margin-bottom: -24px;
        position: relative;
    }

    .faqs-header {
        flex-direction: column;
        gap: 24px;
    }

    .faqs-header h2 {
        font-size: 28px;
        line-height: 115%;

    }

    .faq-number {
        display: none;
    }

    .filter-dropdown-main {
        width: 100%;
    }

    .filter-dropdown-wrapper {
        margin: 8px auto 0px;
        left: 0;
        right: 0;
        max-width: 100%;
        width: 100%;
    }

    .fd-active {
        background: transparent;
        border-color: var(--brown-900);
    }

    .faqs-category-pills
    {
        flex-wrap: wrap;
    }
}

.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;
}

.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;
}

.hide-on-desktop {
    display: none;
}

/* Tablet (768px–1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .bottom-cta-section .hide-on-mobile {
        display: block;
    }

    .bottom-cta-section .hide-on-desktop,
    .bottom-cta-container h2 br {
        display: none;
    }
}

/* Mobile (max-width: 1024px) */
@media (max-width: 1024px) {
    .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;
    }
}

/* Mobile (max-width: 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;
    }
}

.faqs-category-pills
{
    display: none;
}