section.faq-section.margin_top0 {
    margin-top: 0;
}

.faq-section {
    background-image: url('https://www.naperville.art/wp-content/uploads/2026/08/faqs_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    background-color: #FBF6EF;
}

.faq-section .container {
    display: flex;
    gap: 79px;
}

.faq-section {
    margin-top: 40px;
    margin-bottom: 40px;
}

.faq-section .section-title h6 {
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    color: #E4738A;
    background: #FAF5F6;
    border-radius: 100px;
    padding: 7px 10px;
    text-transform: uppercase;
}


.faq-section .section-title h2 {
    font-family: "Fraunces", serif;
    font-weight: 900;
    font-size: 48px;
    line-height: 68px;
    color: #173F3F;
    /*     margin-top: 20px; */
    max-width: 90%;
    margin-bottom: 10px;
}

.faq-section .section-title h2 strong {
    color: #0E8F96;
}

.faq-section .section-title {
    width: 30%;
}



.faq-section .faqs-part {
    width: 70%;
}

.button_wrapper_cta {
    margin-top: 30px;
}

.button_wrapper_cta a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: #E66F86;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    line-height: 1;
    border: 1px solid #E4738A !important;
}



.button_wrapper_cta a:hover {
    border: 1px solid #E4738A;
}

.button_wrapper_cta a::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url('https://www.naperville.art/wp-content/uploads/2026/08/call_icon.svg') no-repeat center;
    background-size: contain;
    flex-shrink: 0;
}

.button_wrapper_cta a::after {
    content: "";
    width: 12px;
    height: 12px;
    background: url('https://www.naperville.art/wp-content/uploads/2026/08/top_errow_icon.svg') no-repeat center;
    background-size: contain;
    flex-shrink: 0;
    transition: .3s ease;
}

.button_wrapper_cta a:hover::after {
    transform: translate(3px, -3px);
}

.button_wrapper_cta a:hover {
    background: transparent;
    color: #E4738A;
}

.button_wrapper_cta a:hover::before,
.button_wrapper_cta a:hover::after {
    filter: brightness(0) saturate(100%) invert(56%) sepia(58%) saturate(510%) hue-rotate(301deg) brightness(92%) contrast(93%);
}


/* faq */
/* =========================
   FAQ Accordion
========================= */

.faq_item {
    position: relative;
    background: #fff;
    border: 1px solid #F0F0F0;
    border-radius: 15px;
    padding: 24px 70px 24px 24px;
    margin-bottom: 18px;
    cursor: pointer;
    transition: all .3s ease;
}

.faq_item:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, .05);
}

/* Active */

.faq_item.active {
    border-color: #F0F0F0;
    border-radius: 30px;
}

/* Question */

.faq_item h3 {
    font-family: "Fraunces", serif;
    margin: 0;
    padding-right: 30px;
    color: #1D4A4D;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

/* Answer */

.faq_item p {
    display: none;
    margin: 15px 0 0;
    color: #7A7A7A;
    font-size: 16px;
    line-height: 26px;
}

.faq_item.active p {
    display: block;
}

/* Arrow */

.faq_item::after {
    content: "";
    position: absolute;
    right: 25px;
    top: 26px;
    width: 13px;
    height: 13px;

    background-image: url('https://www.naperville.art/wp-content/uploads/2026/08/faq_errow.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    transition: transform .3s ease;
}

.faq_item.active::after {
    transform: rotate(180deg);
}

/* =========================
   Tablet
========================= */

@media (max-width:1200px) {



    .faq-section .section-title h2 {
        font-size: 32px;
        line-height: 42px;
        max-width: 100%;
        margin-bottom: 18px;
    }

}


@media (max-width:991px) {

    .faq-section .section-title h2 {
        text-align: center;
    }

    .faq-section .section-title {
        text-align: center;
    }

    .faq-section {
        margin-top: 60px;
        margin-bottom: 30px;
    }

    .faq-section {
        padding: 50px 0;
    }

    .faq-section .section-title {
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .faq-section .container {
        display: flex;
        flex-direction: column;
        gap: 60px;
    }

    .faq-section .section-title {
        width: 100%;
    }

    .faq-section .faqs-part {
        width: 100%;
    }

    .faq_item {
        padding: 22px 60px 22px 22px;
    }



    .faq_item p {
        font-size: 16px;
    }

    .faq_item::after {
        width: 13px;
        height: 13px;
        right: 20px;
        top: 24px;
    }

}

/* =========================
   Mobile
========================= */

@media (max-width:767px) {
    .faq-section .container {
        gap: 50px;
    }

    .faq_item {
        padding: 18px 50px 18px 18px;
        border-radius: 16px;
        margin-bottom: 14px;
    }

    .faq_item h3 {
        font-size: 16px;
        line-height: 1.5;
        padding-right: 20px;
    }

    .faq_item p {
        font-size: 15px;
        line-height: 1.7;
    }

    .faq_item::after {
        width: 14px;
        height: 14px;
        right: 16px;
    }

    .faq-section .section-title h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 10px;
    }

}

.faq_item p {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .5s ease, opacity .5s ease;
}

.faq_item.active p {
    max-height: 500px;
    opacity: 1;
}