.elementor-2972 .elementor-element.elementor-element-1a61957{--display:flex;}.elementor-2972 .elementor-element.elementor-element-0b0f8b5{--display:flex;}.elementor-2972 .elementor-element.elementor-element-1ca82d7{--display:flex;}.elementor-2972 .elementor-element.elementor-element-82dca10{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-30px;--margin-bottom:-30px;--margin-left:-30px;--margin-right:-30px;}.elementor-2972 .elementor-element.elementor-element-82dca10.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-2972 .elementor-element.elementor-element-fda35c7{width:var( --container-widget-width, 109.289% );max-width:109.289%;--container-widget-width:109.289%;--container-widget-flex-grow:0;}.elementor-2972 .elementor-element.elementor-element-fda35c7.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-2972 .elementor-element.elementor-element-f3405cd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2972 .elementor-element.elementor-element-f3405cd.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-2972 .elementor-element.elementor-element-9b4b58d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-2972 .elementor-element.elementor-element-9b4b58d{--width:99%;}}/* Start custom CSS for html, class: .elementor-element-fda35c7 *//* ===============================
   FAQ SECTION – IMAGE-STYLE UI
   =============================== */
.faq-container {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border: none;
}

/* ===============================
   FAQ TITLE
   =============================== */
.faq-title {
    text-align: center;
    margin-bottom: 50px;
    font-size: 2.4rem;
    font-weight: 800;
    color: #000;
}

/* ===============================
   FAQ ITEMS
   =============================== */
.faq-item {
    border-bottom: 1px solid #8fb6de;
    margin: 0 auto;
    max-width: 900px;
}

.faq-item:last-child {
    border-bottom: 1px solid #8fb6de;
}

/* ===============================
   QUESTION ROW
   =============================== */
.faq-question {
    list-style: none;
    padding: 26px 0;

    cursor: pointer;
    font-weight: 500;
    font-size: 1.05rem;
    color: #000;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;

    background: transparent;
}

.faq-question::-webkit-details-marker {
    display: none;
}



/* ===============================
   QUESTION TEXT
   =============================== */
.faq-question span {
    max-width: 85%;
    line-height: 1.4;
}

/* ===============================
   ICON (RIGHT SIDE CIRCLE)
   =============================== */
.faq-icon {
    flex-shrink: 0;

    width: 36px;
    height: 36px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background-color: transparent;
    border: 2px solid #0b2a4a;
    color: #0a5fd4;

    font-size: 20px;
    font-weight: 600;

    transition: all 0.25s ease;
}

/* ===============================
   OPEN STATE
   =============================== */
details[open] .faq-icon {
    transform: rotate(135deg);
    background-color: #ff924c;
    color: #000;
    border-color: #ff924c;
}

details[open] .faq-question {
    color: #051531;
}

/* ===============================
   ANSWER
   =============================== */
.faq-answer {
    padding: 0 0 28px 0;
    max-width: 850px;
    margin: 0 auto;

    color: #000;
    font-size: 0.95rem;
    line-height: 1.6;

    animation: faqSlideDown 0.25s ease-out;
}

/* ===============================
   ANIMATION
   =============================== */
@keyframes faqSlideDown {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===============================
   TABLET RESPONSIVE
   =============================== */
@media (max-width: 768px) {
    .faq-container {
        padding: 40px 20px;
        margin: 60px auto;
    }

    .faq-title {
        font-size: 1.8rem;
        margin-bottom: 40px;
    }

    .faq-item {
        max-width: 100%;
    }

    .faq-question {
        font-size: 0.95rem;
        padding: 22px 0;
    }

    .faq-question span {
        max-width: 82%;
    }

    .faq-icon {
        width: 32px;
        height: 32px;
        font-size: 18px;
    }

    .faq-answer {
        font-size: 0.9rem;
    }
}

/* ===============================
   MOBILE RESPONSIVE
   =============================== */
@media (max-width: 480px) {
    .faq-container {
        padding: 30px 16px;
        margin: 40px auto;
    }

    .faq-title {
        font-size: 1.6rem;
        margin-bottom: 30px;
    }

    .faq-question {
        font-size: 0.9rem;
        padding: 18px 0;
    }

    .faq-question span {
        max-width: 78%;
    }

    .faq-icon {
        width: 28px;
        height: 28px;
        font-size: 16px;
    }

    .faq-answer {
        font-size: 0.88rem;
        line-height: 1.5;
    }
}/* End custom CSS */