/* /Pages/Documentation/Documentation.razor.rz.scp.css */
/* ==========================================================================
   Student Portal Help Centre
   Single accent: Teal (#0d9488) — matches aside icon colour
   ========================================================================== */

/* ── Outer wrapper ─────────────────────────────────────────────────────────── */
/* Strip theme's side-padding so the hero can go edge-to-edge,
   but clip Bootstrap's row negative-margin overflow */
.doc-outer[b-rqm76r171f] {
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow-x: hidden;
}

/* Controlled side-padding re-introduced for all content sections.
   Must be >= Bootstrap gutter (15px) to prevent row overflow. */
.doc-content[b-rqm76r171f] {
    padding-left: 1rem;
    padding-right: 1rem;
}

/* Compact (non-landing) breadcrumb + search header */
.doc-compact-hdr[b-rqm76r171f] {
    padding: 1rem 1rem 0.85rem;
    border-bottom: 1px solid #e9ecef;
    background: #fff;
    margin-bottom: 0;
}

/* ═══════════════════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════════════════ */
.doc-hero[b-rqm76r171f] {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0d9488 0%, #0a7a70 55%, #065f56 100%);
    padding: 2.5rem 1rem 2.25rem;
    text-align: center;
    margin-bottom: 0;
}
.doc-hero-deco[b-rqm76r171f] {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    pointer-events: none;
}
.doc-hero-deco-1[b-rqm76r171f] { width: 260px; height: 260px; top: -80px; right: -60px; }
.doc-hero-deco-2[b-rqm76r171f] { width: 180px; height: 180px; bottom: -60px; left: -40px; }
.doc-hero-body[b-rqm76r171f] { position: relative; z-index: 1; }
.doc-hero-icon-wrap[b-rqm76r171f] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.4rem;
    color: #fff;
}
.doc-hero-title[b-rqm76r171f] {
    color: #fff;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0.4rem;
}
.doc-hero-sub[b-rqm76r171f] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
}

/* Hero search */
.doc-hero-search-wrap[b-rqm76r171f] { max-width: 480px; margin: 0 auto; }
.doc-hero-search[b-rqm76r171f] {
    border-radius: 2rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(4px);
    border: 1.5px solid rgba(255, 255, 255, 0.35);
}
.doc-hero-search .input-group-text[b-rqm76r171f] {
    background: transparent !important;
    border: none !important;
    padding-left: 0.85rem;
}
.doc-hero-search-icon[b-rqm76r171f] { color: rgba(255, 255, 255, 0.85); }
.doc-hero-search-input[b-rqm76r171f] {
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    box-shadow: none !important;
    font-size: 0.875rem;
    padding: 0.55rem 1rem 0.55rem 0;
}
.doc-hero-search-input[b-rqm76r171f]::placeholder { color: rgba(255, 255, 255, 0.65) !important; }

/* ═══════════════════════════════════════════════════════
   SECTION LABEL PILLS
   ═══════════════════════════════════════════════════════ */
.doc-section-hdr[b-rqm76r171f] { display: flex; flex-direction: column; }
.doc-section-pill[b-rqm76r171f] {
    display: inline-flex;
    align-items: center;
    background: rgba(13, 148, 136, 0.1);
    color: #0d9488;
    border-radius: 2rem;
    padding: 0.25rem 0.85rem;
    font-size: 0.8125rem;
    font-weight: 700;
    width: fit-content;
}

/* ═══════════════════════════════════════════════════════
   QUICK-START CARDS  (single clean style — no colour variants)
   ═══════════════════════════════════════════════════════ */
.doc-qs-card[b-rqm76r171f] {
    border-radius: 0.875rem;
    padding: 1.25rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e9ecef;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    cursor: pointer;
}
.doc-qs-card:hover[b-rqm76r171f] {
    border-color: #0d9488;
    box-shadow: 0 4px 16px rgba(13, 148, 136, 0.13) !important;
    transform: translateY(-2px);
}
/* Single teal icon for all quick-start cards */
.doc-qs-icon[b-rqm76r171f] {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    margin-bottom: 0.75rem;
    background-color: rgba(13, 148, 136, 0.12);
    color: #0d9488;
    flex-shrink: 0;
}
.doc-qs-title[b-rqm76r171f] {
    font-size: 0.925rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
    color: #212529;
}
.doc-qs-desc[b-rqm76r171f] {
    font-size: 0.8125rem;
    color: #6c757d;
    line-height: 1.55;
    flex: 1;
    margin-bottom: 0.75rem;
}
.doc-qs-cta[b-rqm76r171f] {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #0d9488;
    margin-top: auto;
}

/* ═══════════════════════════════════════════════════════
   MODULE GRID CARDS
   ═══════════════════════════════════════════════════════ */
.doc-mod-card[b-rqm76r171f] {
    border-radius: 0.875rem;
    overflow: hidden;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    cursor: pointer;
    background: #fff;
}
.doc-mod-card:hover[b-rqm76r171f] {
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.09) !important;
    transform: translateY(-2px);
}
.doc-mod-card .card-body[b-rqm76r171f] { padding: 1rem; }
.doc-mod-card-footer[b-rqm76r171f] {
    padding: 0.5rem 1rem;
    border-top: 1px solid #f0f1f3;
    display: flex;
    justify-content: flex-end;
    background: #fafbfc;
}
.doc-mod-read-more[b-rqm76r171f] { font-size: 0.8rem; font-weight: 700; color: #0d9488; }

/* Module icon box — uniform teal regardless of inline style */
.doc-mod-icon[b-rqm76r171f] {
    width: 38px;
    height: 38px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
    background-color: #0d9488 !important;  /* override per-module inline colour */
}
.doc-mod-icon-sm[b-rqm76r171f] {
    width: 30px;
    height: 30px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    flex-shrink: 0;
    background-color: #0d9488 !important;
}

/* ═══════════════════════════════════════════════════════
   INLINE SEARCH (compact header)
   ═══════════════════════════════════════════════════════ */
.doc-search-row[b-rqm76r171f] { max-width: 480px; }
.doc-inline-search[b-rqm76r171f] {
    border-radius: 2rem;
    overflow: hidden;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
}
.doc-inline-search .form-control[b-rqm76r171f],
.doc-inline-search .input-group-text[b-rqm76r171f] {
    border-color: #dee2e6;
    font-size: 0.875rem;
}
.doc-inline-search .form-control:focus[b-rqm76r171f] {
    box-shadow: none;
    border-color: #0d9488;
}
.doc-inline-search .input-group-text[b-rqm76r171f] { border-radius: 2rem 0 0 2rem; }

/* Search result rows (now <button> elements) */
.doc-search-list .doc-search-item[b-rqm76r171f] {
    border-left: 3px solid transparent;
    transition: all 0.15s ease;
    padding: 0.75rem 1rem;
    margin-bottom: 0.2rem;
    border-radius: 0.5rem;
    cursor: pointer;
    /* reset <button> defaults */
    background: #fff;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    width: 100%;
    text-align: left;
}
.doc-search-list .doc-search-item:hover[b-rqm76r171f] {
    border-left-color: #0d9488;
    background: rgba(13, 148, 136, 0.05);
    color: inherit;
}

/* ═══════════════════════════════════════════════════════
   SIDEBAR (module detail)
   ═══════════════════════════════════════════════════════ */
.doc-sidebar[b-rqm76r171f] {
    border-radius: 0.875rem;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
    background: #fff;
    top: 16px;
    z-index: 10;
    border: 1px solid #e9ecef;
}
.doc-sidebar-banner[b-rqm76r171f] {
    padding: 1.1rem 1rem 0.9rem;
    text-align: center;
    background-color: #0d9488 !important;
    /* border-radius handled by parent overflow:hidden */
}
.doc-sidebar-nav[b-rqm76r171f] {
    max-height: 55vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/* Sidebar nav item — now a <button>, reset all button defaults */
.doc-sidebar-link[b-rqm76r171f] {
    display: flex;
    align-items: center;
    padding: 0.65rem 1rem;
    font-size: 0.8125rem;
    color: #343a40;
    border-bottom: 1px solid #f0f2f4;
    min-height: 44px;
    transition: background 0.15s ease, color 0.15s ease;
    cursor: pointer;
    /* Reset <button> defaults */
    background: #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
    text-align: left;
    line-height: 1.4;
    font-family: inherit;
    font-weight: 400;
    outline: none;
}
.doc-sidebar-link:hover[b-rqm76r171f],
.doc-sidebar-link:focus[b-rqm76r171f] {
    background: rgba(13, 148, 136, 0.07);
    color: #0d9488;
    outline: none;
    text-decoration: none;
}
.doc-sidebar-link:last-of-type[b-rqm76r171f] { border-bottom: none; }
.doc-sidebar-footer[b-rqm76r171f] {
    padding: 0.65rem 0.75rem;
    border-top: 1px solid #e9ecef;
    background: #fafbfc;
}

/* ═══════════════════════════════════════════════════════
   MODULE DETAIL — INTRO + FEATURE CARDS
   ═══════════════════════════════════════════════════════ */
.doc-intro-card[b-rqm76r171f] {
    background: #fff;
    border-radius: 0.875rem;
    padding: 1.25rem;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
    border: 1px solid #e9ecef;
}

/* Tips box */
.doc-tips-box[b-rqm76r171f] {
    background: rgba(13, 148, 136, 0.06);
    border-left: 3px solid #0d9488;
    border-radius: 0 0.5rem 0.5rem 0;
    padding: 0.75rem 1rem;
}
.doc-tips-hdr[b-rqm76r171f] { color: #0d9488; font-size: 0.875rem; margin-bottom: 0.4rem; }
.doc-tips-list[b-rqm76r171f] {
    margin-bottom: 0;
    padding-left: 1.1rem;
    font-size: 0.8125rem;
    color: #495057;
}
.doc-tips-list li[b-rqm76r171f] { padding: 0.15rem 0; line-height: 1.5; }

/* Feature card */
.doc-feat-card[b-rqm76r171f] {
    background: #fff;
    border-radius: 0.875rem;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
    border: 1px solid #e9ecef;
    overflow: hidden;
    scroll-margin-top: 16px;
    transition: box-shadow 0.2s ease;
}
.doc-feat-card:hover[b-rqm76r171f] { box-shadow: 0 3px 14px rgba(0, 0, 0, 0.09); }

/* Feature card header — always teal left border */
.doc-feat-hdr[b-rqm76r171f] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    border-left: 4px solid #0d9488 !important; /* override inline module colour */
}
.doc-feat-title[b-rqm76r171f] {
    font-weight: 700;
    font-size: 0.925rem;
    color: #212529;
    flex: 1;
    min-width: 0;
}
.doc-feat-body[b-rqm76r171f] { padding: 1rem; }

.doc-feat-section-label[b-rqm76r171f] {
    font-size: 0.8rem;
    font-weight: 700;
    color: #0d9488;
    margin-bottom: 0.35rem;
    display: flex;
    align-items: center;
}

/* Steps */
.doc-steps-list[b-rqm76r171f] { padding-left: 1.25rem; }
.doc-steps-list li[b-rqm76r171f] {
    padding: 0.25rem 0;
    color: #495057;
    font-size: 0.875rem;
    line-height: 1.55;
}
.doc-steps-list li[b-rqm76r171f]::marker { color: #0d9488; font-weight: 700; }

/* Notes box */
.doc-notes-box[b-rqm76r171f] {
    background: #fffbeb;
    border-left: 3px solid #f59e0b;
    border-radius: 0 0.5rem 0.5rem 0;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
}
.doc-notes-hdr[b-rqm76r171f] { color: #92400e; margin-bottom: 0.35rem; }
.doc-notes-list[b-rqm76r171f] { padding-left: 1.1rem; margin-bottom: 0; color: #495057; }
.doc-notes-list li[b-rqm76r171f] { padding: 0.15rem 0; line-height: 1.5; }

/* ═══════════════════════════════════════════════════════
   EMPTY STATE
   ═══════════════════════════════════════════════════════ */
.doc-empty-icon[b-rqm76r171f] {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: rgba(13, 148, 136, 0.09);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

/* ═══════════════════════════════════════════════════════
   SHARED HELPERS & BUTTONS
   All buttons use !important to beat Bootstrap + theme overrides
   ═══════════════════════════════════════════════════════ */
.doc-teal[b-rqm76r171f] { color: #0d9488 !important; }

/* Outline-teal button (normal state: light teal bg so it's never invisible) */
.doc-btn-teal[b-rqm76r171f] {
    color: #0d9488 !important;
    background-color: rgba(13, 148, 136, 0.08) !important;
    border: 1.5px solid #0d9488 !important;
    border-radius: 2rem !important;
    padding: 0.3rem 1rem;
    font-size: 0.8125rem;
    font-weight: 600;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.doc-btn-teal:hover[b-rqm76r171f],
.doc-btn-teal:focus[b-rqm76r171f] {
    background-color: #0d9488 !important;
    color: #fff !important;
    border-color: #0d9488 !important;
    text-decoration: none;
    outline: none;
}
.doc-btn-teal:active[b-rqm76r171f] {
    background-color: #0a7a70 !important;
    color: #fff !important;
}

/* Small outline-teal button (used inside feature card headers) */
.doc-btn-teal-sm[b-rqm76r171f] {
    color: #0d9488 !important;
    background-color: rgba(13, 148, 136, 0.08) !important;
    border: 1px solid #0d9488 !important;
    border-radius: 2rem !important;
    padding: 0.2rem 0.75rem;
    font-size: 0.78rem;
    font-weight: 600;
    white-space: nowrap;
    transition: background-color 0.2s ease, color 0.2s ease;
    display: inline-flex;
    align-items: center;
}
.doc-btn-teal-sm:hover[b-rqm76r171f],
.doc-btn-teal-sm:focus[b-rqm76r171f] {
    background-color: #0d9488 !important;
    color: #fff !important;
    border-color: #0d9488 !important;
    text-decoration: none;
    outline: none;
}

/* ═══════════════════════════════════════════════════════
   BACK TO TOP
   All properties !important to beat any global button reset
   ═══════════════════════════════════════════════════════ */
.doc-back-to-top-btn[b-rqm76r171f] {
    display: none; /* JS shows as flex when scroll > 250 */
    position: fixed !important;
    bottom: 20px;
    right: 16px;
    width: 48px;
    height: 48px;
    border-radius: 50% !important;
    background-color: #0d9488 !important;
    color: #fff !important;
    border: none !important;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(13, 148, 136, 0.45) !important;
    z-index: 1050;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    -webkit-tap-highlight-color: transparent;
    padding: 0;
}
.doc-back-to-top-btn:hover[b-rqm76r171f],
.doc-back-to-top-btn:focus[b-rqm76r171f] {
    background-color: #0a7a70 !important;
    color: #fff !important;
    transform: translateY(-3px);
    box-shadow: 0 7px 20px rgba(13, 148, 136, 0.5) !important;
    outline: none !important;
    text-decoration: none;
}
.doc-back-to-top-btn:active[b-rqm76r171f] {
    background-color: #087a6e !important;
    color: #fff !important;
    transform: translateY(0);
}

/* ═══════════════════════════════════════════════════════
   SIDEBAR responsive — hidden on mobile until toggled
   ═══════════════════════════════════════════════════════ */
@media (max-width: 991.98px) {
    .doc-sidebar[b-rqm76r171f] { position: static !important; }
    .doc-sidebar.doc-sidebar-hidden[b-rqm76r171f] { display: none; }
}
@media (min-width: 992px) {
    .doc-sidebar.doc-sidebar-hidden[b-rqm76r171f] { display: block !important; }
}

/* ═══════════════════════════════════════════════════════
   RESPONSIVE BREAKPOINTS
   ═══════════════════════════════════════════════════════ */

/* Tablet >= 576px */
@media (min-width: 576px) {
    .doc-content[b-rqm76r171f] { padding-left: 1.25rem; padding-right: 1.25rem; }
    .doc-compact-hdr[b-rqm76r171f] { padding-left: 1.25rem; padding-right: 1.25rem; }
    .doc-hero-title[b-rqm76r171f] { font-size: 1.55rem; }
    .doc-qs-card[b-rqm76r171f] { padding: 1.4rem 1.25rem 1.1rem; }
    .doc-qs-icon[b-rqm76r171f] { width: 46px; height: 46px; font-size: 1.1rem; border-radius: 11px; }
}

/* Medium >= 768px */
@media (min-width: 768px) {
    .doc-hero[b-rqm76r171f] { padding: 3rem 2rem 2.5rem; }
    .doc-hero-icon-wrap[b-rqm76r171f] { width: 68px; height: 68px; font-size: 1.6rem; }
    .doc-hero-title[b-rqm76r171f] { font-size: 1.75rem; }
    .doc-hero-sub[b-rqm76r171f] { font-size: 1rem; }
    .doc-back-to-top-btn[b-rqm76r171f] { bottom: 24px; right: 24px; }
    .doc-feat-hdr[b-rqm76r171f] { padding: 0.85rem 1.25rem; flex-wrap: nowrap; }
    .doc-feat-body[b-rqm76r171f] { padding: 1.1rem 1.25rem; }
    .doc-intro-card[b-rqm76r171f] { padding: 1.5rem; }
    .doc-feat-card[b-rqm76r171f] { scroll-margin-top: 20px; }
}

/* Desktop >= 992px */
@media (min-width: 992px) {
    .doc-content[b-rqm76r171f] { padding-left: 1.5rem; padding-right: 1.5rem; }
    .doc-compact-hdr[b-rqm76r171f] { padding-left: 1.5rem; padding-right: 1.5rem; }
    .doc-hero[b-rqm76r171f] { padding: 3.5rem 3rem 3rem; }
    .doc-hero-title[b-rqm76r171f] { font-size: 2rem; }
    .doc-back-to-top-btn[b-rqm76r171f] { bottom: 32px; right: 32px; }
    .doc-feat-card[b-rqm76r171f] { scroll-margin-top: 80px; }
    .doc-feat-hdr[b-rqm76r171f] { padding: 1rem 1.5rem; flex-wrap: nowrap; }
    .doc-feat-body[b-rqm76r171f] { padding: 1.25rem 1.5rem; }
    .doc-intro-card[b-rqm76r171f] { padding: 1.75rem; }
}

/* Phones < 576px */
@media (max-width: 575.98px) {
    .doc-qs-card[b-rqm76r171f] { padding: 0.95rem 0.85rem 0.85rem; }
    .doc-qs-icon[b-rqm76r171f] { width: 38px; height: 38px; border-radius: 9px; font-size: 0.95rem; margin-bottom: 0.6rem; }
    .doc-qs-title[b-rqm76r171f],
    .doc-mod-card h6[b-rqm76r171f] { font-size: 0.875rem; }
    .doc-qs-desc[b-rqm76r171f],
    .doc-mod-card .text-muted.small[b-rqm76r171f],
    .doc-mod-read-more[b-rqm76r171f] { font-size: 0.75rem; }
    .doc-mod-card .card-body[b-rqm76r171f] { padding: 0.9rem; }
    .doc-mod-card-footer[b-rqm76r171f] { padding: 0.45rem 0.9rem; }
    .doc-mod-icon[b-rqm76r171f] { width: 34px; height: 34px; border-radius: 8px; font-size: 0.8rem; }
}

/* ── Smooth scroll ── */
html[b-rqm76r171f] { scroll-behavior: smooth; }

/* ── Print ── */
@media print {
    .doc-hero[b-rqm76r171f], .doc-compact-hdr .doc-search-row[b-rqm76r171f],
    .doc-sidebar-footer[b-rqm76r171f], .doc-back-to-top-btn[b-rqm76r171f] { display: none !important; }
    .doc-feat-card[b-rqm76r171f] { break-inside: avoid; }
}

/* ── CCTU brand override: remove legacy teal/green docs palette ───────────── */
.doc-hero[b-rqm76r171f] {
    background: linear-gradient(135deg, #002147 0%, #0b2d5c 55%, #001633 100%) !important;
}

.doc-teal[b-rqm76r171f],
.doc-section-pill[b-rqm76r171f],
.doc-qs-cta[b-rqm76r171f],
.doc-mod-read-more[b-rqm76r171f],
.doc-tips-hdr[b-rqm76r171f],
.doc-feat-section-label[b-rqm76r171f],
.doc-btn-teal[b-rqm76r171f],
.doc-btn-teal-sm[b-rqm76r171f] {
    color: #002147 !important;
}

.doc-section-pill[b-rqm76r171f],
.doc-qs-icon[b-rqm76r171f],
.doc-empty-icon[b-rqm76r171f],
.doc-btn-teal[b-rqm76r171f],
.doc-btn-teal-sm[b-rqm76r171f] {
    background-color: rgba(0, 33, 71, 0.08) !important;
}

.doc-mod-icon[b-rqm76r171f],
.doc-mod-icon-sm[b-rqm76r171f],
.doc-sidebar-banner[b-rqm76r171f],
.doc-back-to-top-btn[b-rqm76r171f] {
    background-color: #002147 !important;
}

.doc-qs-card:hover[b-rqm76r171f] {
    border-color: #002147;
    box-shadow: 0 4px 16px rgba(0, 33, 71, 0.14) !important;
}

.doc-inline-search .form-control:focus[b-rqm76r171f] {
    border-color: #002147;
}

.doc-search-list .doc-search-item:hover[b-rqm76r171f] {
    border-left-color: #002147;
    background: rgba(0, 33, 71, 0.05);
}

.doc-sidebar-link:hover[b-rqm76r171f],
.doc-sidebar-link:focus[b-rqm76r171f] {
    background: rgba(0, 33, 71, 0.06);
    color: #002147;
}

.doc-tips-box[b-rqm76r171f] {
    background: rgba(0, 33, 71, 0.05);
    border-left-color: #002147;
}

.doc-feat-hdr[b-rqm76r171f] {
    border-left-color: #002147 !important;
}

.doc-steps-list li[b-rqm76r171f]::marker {
    color: #002147;
}

.doc-btn-teal[b-rqm76r171f],
.doc-btn-teal-sm[b-rqm76r171f] {
    border-color: #002147 !important;
}

.doc-btn-teal:hover[b-rqm76r171f],
.doc-btn-teal:focus[b-rqm76r171f],
.doc-btn-teal-sm:hover[b-rqm76r171f],
.doc-btn-teal-sm:focus[b-rqm76r171f] {
    background-color: #002147 !important;
    border-color: #002147 !important;
    color: #fff !important;
}

.doc-btn-teal:active[b-rqm76r171f],
.doc-btn-teal-sm:active[b-rqm76r171f],
.doc-back-to-top-btn:hover[b-rqm76r171f],
.doc-back-to-top-btn:focus[b-rqm76r171f],
.doc-back-to-top-btn:active[b-rqm76r171f] {
    background-color: #001633 !important;
    color: #fff !important;
}

.doc-back-to-top-btn[b-rqm76r171f] {
    box-shadow: 0 4px 14px rgba(0, 33, 71, 0.35) !important;
}

/* ── White hero/header override ────────────────────────────────────────────── */
.doc-hero[b-rqm76r171f] {
    background: #fff !important;
    border-bottom: 1px solid #e9ecef;
}

.doc-hero-deco[b-rqm76r171f] {
    background: rgba(0, 33, 71, 0.035);
}

.doc-hero-title[b-rqm76r171f] {
    color: #212529 !important;
}

.doc-hero-sub[b-rqm76r171f] {
    color: #6c757d !important;
}

.doc-hero-icon-wrap[b-rqm76r171f] {
    background: rgba(0, 33, 71, 0.08) !important;
    color: #002147 !important;
}

.doc-hero-search[b-rqm76r171f] {
    background: #fff !important;
    border: 1px solid #dbe2ea !important;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
    backdrop-filter: none;
}

.doc-hero-search .input-group-text[b-rqm76r171f] {
    background: #fff !important;
}

.doc-hero-search-icon[b-rqm76r171f] {
    color: #002147 !important;
}

.doc-hero-search-input[b-rqm76r171f] {
    background: #fff !important;
    color: #212529 !important;
}

.doc-hero-search-input[b-rqm76r171f]::placeholder {
    color: #8a94a6 !important;
}




