/**
 * FAQ Section
 *
 * Generated by Dreamz Page Builder on 2026-07-28.
 */

.topsection_faq p {
    color: var(--content);
    font-size: 1.04rem;
    max-width: 100%;
}

.faq_content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
}

.faq_items {
    border-bottom: 1px solid var(--line);
}

.topsection_faq {
    margin: 0 auto 44px auto;
    max-width: 74ch;
    text-align: center;
}

.faq_title {
    width: 100%;
    text-align: left;
    background: none;
    border: 0;
    padding: 22px 4px;
    font-family: var(--font-fraunces);
    font-size: 1.08rem;
    color: var(--primary);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    position: relative;
    padding-right: 40px;
    margin: 0;
    font-weight: 400;
}

.faq_content p {
    color: var(--content);
    font-size: .95rem;
    padding: 0 4px 22px;
    max-width: 70ch;
    font-weight: 400;
    margin-bottom: 0;
}

.faq_container {
    max-width: 820px;
    margin: 0 auto;
}

.faq_title::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    color: var(--teal);
    font-size: 44px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

.faq_items.active .faq_title::after {
    content: "−";
    transform: translateY(-50%);
}

/* FAQ Two Column Section CSS */

.faq-section.two_col_faq .container {
    max-width: 1156px;
}

.faq-section.two_col_faq .faq_wrapper {
    margin: 0 -20px;
}

.faq-section.two_col_faq .faq_row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
}

.faq-section.two_col_faq .faq_column {
    width: 50%;
    padding: 0 20px;
}

.faq-section.two_col_faq .faq_left_column {
    position: sticky;
    top: 90px;
}

.faq-section.two_col_faq .topsection_faq {
    margin: 0;
    max-width: 100%;
    text-align: left;
}

.faq-section.two_col_faq .topsection_faq span {
    display: block;
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 11.5px;
    line-height: normal;
    color: #00738A;
    letter-spacing: 2.074px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.faq-section.two_col_faq .topsection_faq h2 {
    font-weight: 400;
    font-size: 38px;
    line-height: normal;
    color: #0C2F5F;
    margin-bottom: 20px;
    letter-spacing: 0;
}

.faq-section.two_col_faq .topsection_faq p {
    font-size: 16px;
    line-height: 24px;
    color: #56697E;
    margin: 0;
}

.faq-section.two_col_faq .faq_button_wrapper {
    margin-top: 22px;
}

.faq-section.two_col_faq .faq_button_wrapper a {
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 15.2px;
    line-height: 15.2px;
    color: #081F40;
    background: #49B49C;
    border-radius: 999px;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    transition: all .3s ease;
}

.faq-section.two_col_faq .faq_button_wrapper a svg {
    display: block;
    width: 18px;
    min-width: 18px;
    height: 18px;
}

.faq-section.two_col_faq .faq_button_wrapper a svg path {
    transition: all .3s ease;
}

.faq-section.two_col_faq .faq_button_wrapper a:hover {
    color: #FFFFFF;
    background: #0A274F;
}

.faq-section.two_col_faq .faq_button_wrapper a:hover svg path {
    stroke: #FFFFFF;
}

.faq-section.two_col_faq .faq_container {
    max-width: 100%;
    margin: 0;
}

.faq-section.two_col_faq .faq_items:last-child {
    border-bottom: none;
}

.faq-section.two_col_faq .faq_content p {
    max-width: 100%;
}

@media (max-width: 1199px) {
    .faq-section.two_col_faq .faq_wrapper {
        margin: 0 -10px;
    }

    .faq-section.two_col_faq .faq_column {
        padding: 0 10px;
    }

    .faq-section.two_col_faq .topsection_faq h2 {
        font-size: 34px;
        margin-bottom: 18px;
    }

    .faq-section.two_col_faq .faq_button_wrapper {
        margin-top: 20px;
    }

    .faq-section.two_col_faq .faq_button_wrapper a {
        padding: 13px 20px;
    }

    .faq-section.two_col_faq .faq_button_wrapper a svg {
        width: 16px;
        min-width: 16px;
        height: 16px;
    }
}

@media (max-width: 991px) {
    .faq-section.two_col_faq .faq_wrapper {
        margin: 0;
    }

    .faq-section.two_col_faq .faq_column {
        width: 100%;
        padding: 0;
    }

    .faq-section.two_col_faq .faq_left_column {
        position: initial;
        margin-bottom: 10px;
    }

    .faq-section.two_col_faq .topsection_faq h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .faq-section.two_col_faq .faq_button_wrapper {
        margin-top: 18px;
    }

    .faq-section.two_col_faq .faq_button_wrapper a {
        padding: 12px 20px;
    }
}

@media (max-width: 767px) {
    .faq-section.two_col_faq .topsection_faq span {
        letter-spacing: 1.074px;
    }

    .faq-section.two_col_faq .topsection_faq h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .faq-section.two_col_faq .topsection_faq p {
        font-size: 15px;
        line-height: 22px;
    }

    .faq-section.two_col_faq .faq_button_wrapper {
        margin-top: 15px;
    }

    .faq-section.two_col_faq .faq_button_wrapper a {
        font-size: 14px;
        line-height: 14px;
        padding: 12px 15px;
    }

    .faq-section.two_col_faq .faq_content p {
        font-size: 15px;
        line-height: 22px;
    }
}