/* ============================================================
   FAQ PAGE
   ============================================================ */
/* ---- Breadcrumb banner extension ---- */
.faq-breadcrumb { text-align: center; padding-bottom: 52px; }
.faq-breadcrumb h1 { margin-bottom: 10px; }
.faq-breadcrumb .faq-sub {
    color: rgba(255,255,255,0.82);
    font-size: 15.5px;
    max-width: 520px;
    margin: 0 auto 26px;
    line-height: 1.65;
}
.faq-search-wrap { max-width: 540px; margin: 0 auto; position: relative; }
.faq-search-wrap input {
    width: 100%; padding: 15px 52px 15px 22px;
    border-radius: 50px; border: none; font-size: 15px;
    box-shadow: 0 10px 36px rgba(0,0,0,0.25); outline: none; color: #1a2b4a;
}
.faq-search-wrap input::placeholder { color: #aab; }
.faq-search-wrap .s-icon {
    position: absolute; right: 20px; top: 50%;
    transform: translateY(-50%); color: #034B9F; font-size: 20px; pointer-events: none;
}
/* Main layout */
.faq-main { padding: 56px 0 80px; background: #fff; position: relative; }
/* Sidebar */
.faq-sidebar {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e8edf7;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    overflow: hidden;
    padding: 0;
    max-height: calc(100vh - 130px);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #e0c0b0 transparent;
}
.faq-sidebar-head {
    background: #b84110;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 12px 16px;
    margin: 0;
}
.faq-nav {
    list-style: none;
    padding: 8px 10px 10px;
    margin: 0;
}
.faq-nav li a {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 10px;
    border-radius: 8px;
    color: #4a5568;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.2s;
    margin-bottom: 2px;
    border-left: 3px solid transparent;
}
.faq-nav li a:hover, .faq-nav li a.is-active {
    background: #FFF4EA;
    color: #b84110;
    border-left-color: #b84110;
    font-weight: 600;
}
.nav-ico {
    width: 28px;
    height: 28px;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
}
.faq-nav-count {
    margin-left: auto;
    font-size: 10px;
    font-weight: 700;
    background: #f3e0d5;
    color: #b84110;
    padding: 2px 7px;
    border-radius: 10px;
}
.faq-nav li a.is-active .faq-nav-count { background: #b84110; color: #fff; }
/* Mobile chips */
.faq-chips {
    display: none;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    padding: 14px 0 6px;
    scrollbar-width: none;
    margin-bottom: 10px;
}
.faq-chips::-webkit-scrollbar { display: none; }
.faq-chips a {
    white-space: nowrap;
    padding: 6px 14px;
    border-radius: 20px;
    background: #f0f5ff;
    color: #034B9F;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    border: 1.5px solid #ccdaf5;
    transition: all 0.18s;
    flex-shrink: 0;
}
.faq-chips a:hover { background: #034B9F; color: #fff; border-color: #034B9F; }
/* FAQ Groups */
.faq-group {
    margin-bottom: 24px;
    scroll-margin-top: 90px;
    border: 1px solid #e4eaf5;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 14px rgba(3,75,159,0.06);
}
.faq-group-hd {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 0;
    padding: 10px 20px;
    background: #FFF4EA;
}
.faq-group-hd .group-ico { display: none; }
.group-ico {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    flex-shrink: 0;
}
.group-hd-text h3 {
    font-size: 15px;
    font-weight: 700;
    color: #b84110;
    margin: 0;
}
/* Accordion */
.faq-acc .accordion-item {
    border: none;
    border-bottom: 1px solid #eef1f8;
    background: transparent;
    padding: 0;
}
.faq-acc .accordion-item:last-child { border-bottom: none; }
.faq-acc .accordion-button {
    background: transparent;
    color: #1a2b4a;
    font-weight: 600;
    font-size: 15.5px;
    padding: 14px 20px;
    box-shadow: none;
    gap: 12px;
    align-items: center;
    transition: background 0.25s ease;
    border-radius: 0;
    width: 100%;
    text-align: left;
}
.faq-acc .accordion-button:hover { background: rgba(184,65,16,0.05); }
.faq-acc .accordion-button:not(.collapsed) {
    color: #034B9F;
    background: transparent;
}
.q-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #EBF3FF;
    color: #034B9F;
    font-size: 10px;
    font-weight: 800;
    flex-shrink: 0;
    transition: all 0.2s;
}
.faq-acc .accordion-button:not(.collapsed) .q-badge {
    background: #034B9F;
    color: #fff;
}
.faq-acc .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23034B9F' d='M8 3a.5.5 0 0 1 .5.5v4h4a.5.5 0 0 1 0 1h-4v4a.5.5 0 0 1-1 0v-4h-4a.5.5 0 0 1 0-1h4v-4A.5.5 0 0 1 8 3z'/%3E%3C/svg%3E");
    background-size: 18px;
    width: 18px;
    height: 18px;
    transition: transform 0.2s;
    flex-shrink: 0;
}
.faq-acc .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23b84110' d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
    transform: none;
}
.faq-acc .accordion-body {
    padding: 4px 20px 18px 56px;
}
.ans-box {
    background: transparent;
    border-left: 3px solid #b84110;
    border-radius: 0 8px 8px 0;
    padding: 10px 18px;
    color: #1a2b4a;
    font-size: 14.5px;
    line-height: 1.75;
}
/* No-result message */
.faq-no-result { display: none; text-align: center; padding: 40px 20px; color: #999; font-size: 15px; }
/* CTA */
.faq-cta {
    padding: 64px 0;
    text-align: center;
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: #034B9F;
}
.faq-cta .container { position: relative; z-index: 1; }
.faq-cta h2 { color: #fff; font-size: 30px; font-weight: 800; margin-bottom: 10px; }
.faq-cta p { color: rgba(255,255,255,0.72); font-size: 15.5px; margin-bottom: 28px; }
.btn-faq-white {
    background: #fff; color: #034B9F;
    font-weight: 700; padding: 13px 30px;
    border-radius: 6px; text-decoration: none;
    font-size: 14px; display: inline-block;
    transition: all 0.2s; margin: 4px 6px;
}
.btn-faq-white:hover { background: #034B9F; color: #fff; }
.btn-faq-outline {
    border: 2px solid rgba(255,255,255,0.55); color: #fff;
    font-weight: 700; padding: 12px 28px;
    border-radius: 6px; text-decoration: none;
    font-size: 14px; display: inline-block;
    transition: all 0.2s; margin: 4px 6px;
}
.btn-faq-outline:hover { background: rgba(255,255,255,0.12); border-color: #fff; color: #fff; }
/* Responsive */
@media (max-width: 991.98px) {
    .faq-sidebar-col { display: none; }
    .faq-chips { display: none; }
}
@media (max-width: 575.98px) {
    .faq-breadcrumb { padding-bottom: 20px; }
    .faq-breadcrumb .faq-sub { font-size: 14px; }
    .faq-main { padding-top: 28px; padding-bottom: 40px; }
    .group-hd-text h3 { font-size: 15px; }
    .faq-acc .accordion-button { font-size: 13.5px; padding: 12px 14px; }
    .faq-acc .accordion-body { padding: 4px 14px 16px 50px; }
    .faq-group-hd { padding: 10px 14px; }
    .faq-cta h2 { font-size: 22px; }
}
