html {
    scroll-behavior: smooth;
}

.faq_main {
    background-color: #F3F0EA;
}

.faq_sec1 {
    padding: 7.9375em 0 0;
}

.faq_sec1 .faq_main_title {
    font-size: 4.75em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    background: linear-gradient(180deg,
            #d4af37 0%,
            #b8860b 40%,
            #8b7500 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0.02em;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: initial;
    opacity: 0;
    display: none;
}

.faq_sec1 .img_wrapper {
    width: 100%;
    max-width: 35.375em;
    margin: 0 auto;
    position: relative;
}

.faq_sec1 .img_wrapper .faqtext_img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.faq_sec1 .accord_wrapper {
    padding: 8.75em 11.907em 6em;
}

.accord_wrapper .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accord_wrapper .accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accord_wrapper .accordion-item {
    color: #00000080;
    background-color: transparent;
    border: none;
    border-top: 1.5px solid #222222;
    padding: 1em 0 1.25em;
}

.accord_wrapper .accordion-body {
    padding: 0.6429em 9em 1.5715em 0;
    color: #222222;
    /* font-size: 1.75em; */
    font-size: 0.875rem;
    font-weight: 400;
    /* font-family: var(--CNT); */
    font-family: "Inter", sans-serif;
    letter-spacing: -0.25px;
    /* line-height: 1.3572; */
    line-height: 1.4167;
}

.accord_wrapper .accordion-body a {
    text-decoration: underline !important;
}

.accord_wrapper .accordion-body ul,
.accord_wrapper .accordion-body ol {
    padding-left: 1em;
}

/* .accord_wrapper .accordion-body ul li,
.accord_wrapper .accordion-body ol li {
    margin-bottom: 0.625em;
} */

.accord_wrapper .accordion-header {
    font-size: inherit;
    margin: 0;
    padding: 0;
}

.accord_wrapper .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accord_wrapper .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accord_wrapper .accordion-button {
    padding: 0;
    /* color: #6E675C; */
    color: #222222;
    /* font-size: 3.75em; */
    font-size: 2rem;
    font-weight: 600;
    font-family: "canto semi bold", sans-serif;
    letter-spacing: 0px;
    line-height: 1.2;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    box-shadow: none;
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-right: 1.2em;
    white-space: normal;
}

.accord_wrapper .accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.accord_wrapper .accordion-button::after {
    content: "";
    flex-shrink: 0;
    width: 0.7334em;
    height: 0.7334em;
    margin-left: 0;
    background-image: url("../../images/faq/plus_icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(0, 0);
    /* top: 50%;
    transform: translate(0, -50%); */
    transition: 0.5s ease;
}

.accord_wrapper .accordion-button:not(.collapsed)::after {
    background-image: url("../../images/faq/minus_icon.svg");
    width: 0.7334em;
    height: 0.7334em;
    /* height: 2px; */
    margin-top: 0.3667em;
    transition: 0.5s ease;
}

@media screen and (min-width: 2400px) {
    .accord_wrapper .accordion-body {
        font-size: 1.375rem;
    }

    .accord_wrapper .accordion-button {
        font-size: 3.25rem;
    }
}

@media screen and (max-width: 1440px) {
    .accord_wrapper .accordion-body {
        font-size: 0.875rem;
        line-height: 1.4;
    }

    .accord_wrapper .accordion-button {
        font-size: 1.625rem;
    }
}

@media screen and (max-width: 1024px) {
    .faq_sec1 .accord_wrapper {
        padding: 8.75em 3em 6em;
    }
}

@media screen and (max-width: 992px) {
    .faq_sec1 .img_wrapper {
        max-width: 26em;
    }

    /* .accord_wrapper .accordion-body {
        font-size: 1.566em;
        line-height: 1.556;
    }

    .accord_wrapper .accordion-button {
        font-size: 3.14em;
        line-height: 1.2778;
    } */
}


@media screen and (max-width: 991px) {
    .accord_wrapper .accordion-body {
        font-size: 0.75rem;
    }

    .accord_wrapper .accordion-button {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 767px) {
    .faq_sec1 {
        padding: 6em 0 0;
    }

    .faq_sec1 .img_wrapper {
        max-width: 22em;
    }

    .faq_sec1 .faq_main_title {
        font-size: 3em;
        line-height: 1;
    }

    .faq_sec1 .accord_wrapper {
        padding: 6em 0 4em;
    }

    .accord_wrapper .accordion-item {
        padding: 1.6em 0 1.4em;
    }

    .accord_wrapper .accordion-body {
        padding: 1em 0 1em;
        font-size: 1.6em;
        letter-spacing: 0px;
        line-height: 1.625;
    }

    .accord_wrapper .accordion-body ul,
    .accord_wrapper .accordion-body ol {
        padding-left: 1em;
    }

    .accord_wrapper .accordion-button {
        font-size: 2.8em;
        letter-spacing: 0px;
        line-height: 1.1;
        padding-right: 1.2em;
    }

    .accord_wrapper .accordion-button br {
        display: none;
    }

    .accord_wrapper .accordion-button::after {
        width: 0.7143em;
        height: 0.7143em;
    }

    .accord_wrapper .accordion-button:not(.collapsed)::after {
        width: 0.7143em;
        height: 0.7143em;
        margin-top: 0.35715em;
    }



}

@media screen and (max-width: 576px) {
    .accord_wrapper .accordion-body {
        /* font-size: 1.5rem;
        line-height: 1.25; */
        font-size: 1.125rem;
        line-height: 1.556;
    }

    .accord_wrapper .accordion-button {
        font-size: 1.875rem;
        line-height: 1.2;
    }
}