/* =============================================================
   HOME FAQ — Nova / html-light index.html (theme-aware)
   ============================================================= */

.our-faqs-wrap {
    padding: 40px 15px 60px;
}

:root:not(.theme-light) .our-faqs-wrap {
    background: #0a0a0a;
}

html.theme-light .our-faqs-wrap {
    background: #ffffff;
}

/* bg-section — same as html-light */
.our-faqs--elite.bg-section-elite {
    --er-faq-bg: #fff8f6;
    --er-faq-heading: #040401;
    --er-faq-eyebrow: #c8a84b;
    --er-faq-accent: #c8a84b;
    --er-faq-q: #040401;
    --er-faq-q-hover: #0099ff;
    --er-faq-answer: #616161;
    --er-faq-divider: #ececec;
    --er-faq-chevron: #040401;

    position: relative;
    width: 100%;
    max-width: 1820px;
    margin: 0 auto;
    padding: 100px 0;
    background: var(--er-faq-bg);
    border-radius: 46px;
    color: var(--er-faq-heading);
}

:root:not(.theme-light) .our-faqs--elite.bg-section-elite {
    --er-faq-bg: #161616;
    --er-faq-heading: #ffffff;
    --er-faq-eyebrow: #c8a84b;
    --er-faq-accent: #c8a84b;
    --er-faq-q: #ffffff;
    --er-faq-q-hover: #0099ff;
    --er-faq-answer: #b3b3b3;
    --er-faq-divider: rgba(255, 255, 255, 0.14);
    --er-faq-chevron: #c8a84b;
}

/* image-anime (html-light) */
.our-faqs--elite .image-anime {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
}

.our-faqs--elite .image-anime::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
    pointer-events: none;
}

.our-faqs--elite .image-anime:hover::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.our-faqs--elite .our-faqs-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-faqs--elite .faqs-img-2 figure,
.our-faqs--elite .faqs-img-1 figure {
    display: inline-block;
    margin: 0;
    mask-image: url("/html - light/images/our-faqs-bg-shape.svg");
    -webkit-mask-image: url("/html - light/images/our-faqs-bg-shape.svg");
    mask-size: cover;
    mask-position: center center;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    width: 307px;
    height: 466px;
    max-width: 42vw;
    max-height: 64vw;
}

.our-faqs--elite .faqs-img-2 img,
.our-faqs--elite .faqs-img-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.our-faqs--elite .faqs-img-1 {
    margin-right: -30px;
}

.our-faqs--elite .faqs-img-2 {
    margin-left: -30px;
}

.our-faqs--elite .our-faqs-content {
    margin-left: 30px;
}

/* section-title */
.our-faqs--elite .our-faqs-section-title {
    margin-bottom: 40px;
}

.our-faqs--elite .our-faqs-section-title h3 {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: capitalize;
    color: var(--er-faq-eyebrow);
    padding-left: 25px;
    margin: 0 0 15px;
    letter-spacing: 0;
}

.our-faqs--elite .our-faqs-section-title h3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url("/html - light/images/icon-sub-heading.svg") no-repeat left center;
    background-size: cover;
    width: 18px;
    height: 18px;
}

.our-faqs--elite .our-faqs-section-title h2 {
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 700;
    line-height: 1.15;
    margin: 0;
    color: var(--er-faq-heading);
    text-transform: none;
    letter-spacing: -0.3px;
}

.our-faqs--elite .our-faqs-section-title .text-accent {
    color: var(--er-faq-accent);
}

.our-faqs--elite .our-faqs-section-title .split-line {
    display: block;
    overflow: hidden;
}

/* Accordion — html-light style */
.our-faqs--elite .our-faqs-accordion {
    display: flex;
    flex-direction: column;
}

.our-faqs--elite .our-faqs-accordion .faq-acc-item {
    position: relative;
    background: none;
    border: none;
    border-bottom: 1px solid var(--er-faq-divider);
    border-radius: 0;
    padding-bottom: 25px;
    margin-bottom: 25px;
    visibility: visible !important;
}

.our-faqs--elite .our-faqs-accordion .faq-acc-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.our-faqs--elite .faq-acc-header {
    margin: 0;
}

.our-faqs--elite .faq-acc-trigger {
    position: relative;
    width: 100%;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.45;
    text-transform: capitalize;
    text-align: left;
    border: none;
    box-shadow: none;
    padding: 5px 36px 5px 0;
    min-height: 48px;
    background: transparent;
    color: var(--er-faq-q);
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.our-faqs--elite .faq-acc-trigger:hover,
.our-faqs--elite .faq-acc-item.is-open .faq-acc-trigger {
    color: var(--er-faq-q-hover);
}

.our-faqs--elite .faq-acc-trigger::after {
    content: '\f077';
    position: absolute;
    top: 50%;
    right: 0;
    font-family: 'Font Awesome 6 Free';
    font-size: 20px;
    font-weight: 900;
    color: var(--er-faq-chevron);
    transform: translateY(-50%);
    transition: transform 0.3s ease-in-out, color 0.2s;
    pointer-events: none;
}

.our-faqs--elite .faq-acc-item:not(.is-open) .faq-acc-trigger::after {
    transform: rotate(-180deg) translateY(50%);
}

.our-faqs--elite .faq-acc-panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s ease;
}

.our-faqs--elite .faq-acc-item.is-open .faq-acc-panel {
    grid-template-rows: 1fr;
}

.our-faqs--elite .faq-acc-panel-inner {
    overflow: hidden;
}

.our-faqs--elite .faq-acc-body {
    padding: 5px 36px 0 0;
}

.our-faqs--elite .faq-acc-body p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    color: var(--er-faq-answer) !important;
}

@media (max-width: 991px) {
    .our-faqs--elite.bg-section-elite {
        padding: 50px 0;
        border-radius: 32px;
    }

    .our-faqs--elite .our-faqs-content {
        margin-left: 0;
        margin-bottom: 30px;
    }

    .our-faqs--elite .our-faqs-accordion .faq-acc-item {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .our-faqs-wrap {
        padding: 24px 12px 48px;
    }

    .our-faqs--elite.bg-section-elite {
        border-radius: 24px;
        padding: 40px 0;
    }

    .our-faqs--elite .faqs-img-2 figure,
    .our-faqs--elite .faqs-img-1 figure {
        width: min(200px, 44vw);
        height: min(304px, 66vw);
    }

    .our-faqs--elite .faqs-img-1 {
        margin-right: -10px;
    }

    .our-faqs--elite .faqs-img-2 {
        margin-left: -10px;
    }

    .our-faqs--elite .faq-acc-trigger {
        font-size: 18px;
        padding-right: 32px;
    }

    .our-faqs--elite .faq-acc-trigger::after {
        font-size: 18px;
    }

    .our-faqs--elite .faq-acc-body {
        padding-right: 32px;
    }
}

@media (max-width: 575px) {
    .our-faqs--elite.bg-section-elite {
        border-radius: 20px;
    }

    .our-faqs--elite .our-faqs-section-title h2 {
        font-size: 26px;
    }

    .our-faqs--elite .faq-acc-trigger {
        font-size: 17px;
    }
}
