﻿html, body {
    overflow-x: hidden;
    max-width: 100%;
}

/* ── STEP 1: Fix your reset — remove background:none from * ── */
a,
button,
input,
select,
h1,
h2,
h3,
h4,
h5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

/* Keep * reset BUT without background:none */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*a,
button,
input,
select,
h1,
h2,
h3,
h4,
h5,
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: none;
    background: none;
    -webkit-font-smoothing: antialiased;
}*/

menu, ol, ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.protection-plan-web-light-background {
    background: #F5F6F7;
}

.navbar-new {
    border: 0.40rem solid #FFFFFF;
    background: #F4F5F5 !important;
    -moz-border-radius: inherit;
    -webkit-border-radius: inherit;
    border-radius: 4rem;
}

.navbar-collapse-new {
    place-content: end;
}

/* for global green */
.text-green {
    color: #00FF87 !important;
}

/* gradient text */
.gradient-text {
    background: linear-gradient(30deg, #FFFFFF 40%, #00FF87 60%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #00BA88 !important;
    font-weight: 500 !important;
}

/* hero section */
.hero-section {
    position: relative;
    min-height: 600px;
    background-image: url('/assets/images/Banner1.png');
    background-position: top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.35) 50%, rgba(0,0,0,0.05) 100%);
}

.hero-section-1 {
    position: relative;
    min-height: 600px;
    background-image: url('/assets/images/Banner5.png');
    background-position: top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.hero-overlay-1 {
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, rgba(28,52,70,0.95) 0%, rgba(37,75,99,0.85) 45%, rgba(47,98,125,0.6) 60%, rgba(47,98,125,0) 85%);
}

.whats-included-section {
    position: relative;
    min-height: 350px;
    background-image: url('/assets/images/Whats_Included_Banner.png');
    background-position: top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.whats-included-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(1,1,1,0.41) 80%, rgba(1,1,1,0.35) 50%, rgba(1,1,1,0.41) 80%);
}

.section-dot-bg {
    background: url(/assets/images/white-dot_bg.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.section-dot-bg-180 {
    background: url(/assets/images/white-dot_bg_180.png);
    -webkit-background-size: contain;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.section-Banner-2 {
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    background: linear-gradient(90deg, rgba(5,35,70,.1) 0%, rgba(5,35,70,.8) 50%, rgba(5,35,80,.9) 100%), url('/assets/images/Banner2.png') !important;
}

.section-Banner-3 {
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    background: url('/assets/images/Banner3.png') !important;
}

.section-Banner-4 {
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    background: radial-gradient(circle, #08225F 0%, #08225F 45%, #020301 100%);
}

.custom-card-border-shadow {
    border-left: 1px solid rgba(255,255,255,0.4);
    border-right: 1px solid rgba(255,255,255,0.4);
    border-bottom: 1px solid rgba(255,255,255,0.4);
    border-top: none;
    background: linear-gradient(180deg, rgb(243 243 243 / 55%) 0%, rgb(255 255 255 / 0%) 100%);
}

.new-card {
    width: 391px;
    height: 355px;
    position: static;
}

/* FIX: replaced border-image (not supported Safari < 15) with padding-box/border-box */
.new-inner {
    width: 391px;
    height: 257px;
    position: absolute;
    left: 93px;
    top: 3543px;
    border-radius: 10px;
    box-shadow: 0px 25px 50px 0px rgba(0,0,0,0.1);
    border: 2px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%) border-box;
}

/* social media icons */
.social-icon {
    border-radius: 300px;
    border-style: solid;
    border-color: #00ba88;
    border-width: 1px;
    width: 48px;
    height: 48px;
    -webkit-align-content: center;
    align-content: center;
    text-align: center;
}

/* orange button */
.btn-orange {
    background: linear-gradient(92.86deg, #F58025 0%, #FF6565 100%);
    color: #fff;
    border: none;
    border-radius: 75px;
    padding: 16px 48px;
    font-size: clamp(14px, 2.5vw, 18px);
    font-weight: 600;
    cursor: pointer;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: nowrap;
    -webkit-appearance: none;
    appearance: none;
}

    .btn-orange:hover {
        background: linear-gradient(92.86deg, #FF6565 0%, #F58025 100%);
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
        box-shadow: 0 12px 25px rgba(245,128,37,0.35);
    }

    .btn-orange:active {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        box-shadow: 0 6px 12px rgba(245,128,37,0.25);
    }

/* green button */
.btn-green {
    background: linear-gradient(92.86deg, #00BA88 0%, #00d4a0 100%);
    color: #fff;
    border: none;
    border-radius: 75px;
    cursor: pointer;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: nowrap;
    text-decoration: none;
    -webkit-appearance: none;
    appearance: none;
}

    .btn-green:hover {
        background: linear-gradient(92.86deg, #00d4a0 0%, #00BA88 100%);
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
        box-shadow: 0 12px 25px rgba(0,186,136,0.35);
        color: #fff;
    }

    .btn-green:active {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        box-shadow: 0 6px 12px rgba(0,186,136,0.25);
        color: #fff;
    }

@media (max-width: 576px) {
    .btn-orange {
        width: auto;
        padding: 14px 24px;
    }

    .btn-green {
        width: auto;
        padding: 14px 24px;
    }
}

/* feature card */
.feature-card {
    border-radius: 16px;
    padding: 70px 20px 0px;
    position: relative;
    margin-top: 55px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.icon-circle {
    width: 110px;
    height: 110px;
    position: absolute;
    top: -55px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

    .icon-circle i {
        font-size: 2rem;
        color: #1a1a1a;
    }

.accordion-item-new {
    background-color: #F8F9FA !important;
    border-bottom: 1px solid !important;
}

.accordion-button-new {
    background-color: transparent !important;
    border: none !important;
    color: #333333 !important;
    font-size: 2.25rem !important;
    padding: 20px !important;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .feature-list li {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        gap: 10px;
        color: #c8d8ee;
        font-size: 0.78rem;
        padding: 8px 0;
        border-bottom: 1px solid rgba(255,255,255,0.06);
    }

        .feature-list li:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }

        .feature-list li i {
            color: #38bdf8;
            font-size: 0.9rem;
            -webkit-flex-shrink: 0;
            flex-shrink: 0;
        }

/* circle section */
.circle-section {
    padding: 80px 0;
    background: #f8fafc;
}

.circle-wrapper {
    position: relative;
    width: 610px;
    margin: auto;
}

    .circle-wrapper svg {
        width: 100%;
        height: 100%;
    }

    .circle-wrapper circle {
        fill: none;
        stroke: #dbe3ec;
        stroke-width: 2;
    }

.circle-center {
    background-color: transparent;
    border-radius: 50%;
    position: absolute;
    inset: 0;
    margin: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 0;
}

.circle-item {
    position: absolute;
    width: 150px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}

    .circle-item i {
        width: 80px;
        height: 80px;
        line-height: 63px;
        background: #00e676;
        outline: 2px solid #00e676;
        border: 8px solid #fff;
        border-radius: 50%;
        color: #000000;
        box-shadow: 0 8px 20px rgba(0,0,0,.18);
        margin-bottom: 6px;
    }

.p1 {
    top: 15px;
    right: 100px;
}

.p2 {
    top: 140px;
    right: -17px;
}

.p3 {
    bottom: 140px;
    right: -33px;
}

.p4 {
    bottom: -10px;
    right: 67px;
}

.p5 {
    top: 15px;
    left: 100px;
}

.p6 {
    top: 140px;
    left: -17px;
}

.p7 {
    bottom: 140px;
    left: -33px;
}

.p8 {
    bottom: -10px;
    left: 67px;
}

@media (max-width: 992px) {
    .circle-wrapper {
        width: 100%;
        height: auto;
    }

        .circle-wrapper svg {
            display: none;
        }

    .circle-item,
    .circle-center {
        position: static;
        margin: auto;
        padding: 20px 0 20px;
        height: 100%;
        display: inline-block;
    }
}

/* Google Translate */
#google_translate_element,
.goog-te-gadget,
.goog-te-gadget-simple,
.goog-logo-link,
.goog-te-gadget span,
.VIpgJd-ZVi9od-l4eHX-hSRGPd,
.goog-te-banner-frame {
    display: none !important;
}

body {
    top: 0 !important;
}

.skiptranslate {
    display: none !important;
}

.translate-wrapper {
    position: relative;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
}

    .translate-wrapper .globe-icon {
        position: absolute;
        left: 14px;
        color: #00BA88;
        font-size: 0.85rem;
        pointer-events: none;
        z-index: 1;
    }

    .translate-wrapper .chevron-icon {
        position: absolute;
        right: 14px;
        color: #666;
        font-size: 0.75rem;
        pointer-events: none;
        z-index: 1;
    }

.translate-select {
    -webkit-appearance: none;
    appearance: none;
    background: #ffffff;
    border: 1.5px solid #d0dce8;
    border-radius: 50px;
    padding: 9px 40px 9px 36px;
    font-size: 0.82rem;
    font-weight: 500;
    color: #2c3e50;
    cursor: pointer;
    outline: none;
    min-width: 155px;
    -webkit-transition: border-color 0.2s ease, box-shadow 0.2s ease;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

    .translate-select:hover {
        border-color: #00BA88;
    }

    .translate-select:focus {
        border-color: #00BA88;
        box-shadow: 0 0 0 3px rgba(0,186,136,0.15);
    }

.translate-wrapper.dark .translate-select {
    background: #0d2152;
    border-color: #1e3a6e;
    color: #c8d8ee;
}

.translate-wrapper.dark .globe-icon {
    color: #38bdf8;
}

.translate-wrapper.dark .chevron-icon {
    color: #8aa0c0;
}

.translate-wrapper.dark .translate-select:hover {
    border-color: #38bdf8;
}

.translate-wrapper.dark .translate-select:focus {
    border-color: #38bdf8;
    box-shadow: 0 0 0 3px rgba(56,189,248,0.15);
}

/* Testimonial Card */
.t-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    padding: 28px 24px 24px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: #fff;
    height: 100%;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

    .t-card.active-card {
        border-color: rgba(120,160,255,0.5);
        background: rgba(255,255,255,0.08);
    }

.t-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255,255,255,0.2);
}

.t-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.2);
    background: rgba(255,255,255,0.06);
    color: #fff;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: background 0.2s, border-color 0.2s;
    transition: background 0.2s, border-color 0.2s;
}

    .t-btn:hover {
        background: rgba(255,255,255,0.15);
        border-color: rgba(255,255,255,0.4);
    }

    .t-btn svg {
        width: 16px;
        height: 16px;
    }

.carousel-item {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    border: none;
    opacity: 1;
}

.carousel-indicators .active {
    background: #fff;
}

.bg-modifiedGray {
    background-color: #DBE5F1;
}

/* What's Included section */
.section-tag {
    font-weight: 900;
    color: #00BA88;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.section-sub {
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.inc-card {
    height: auto;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    -webkit-transition: -webkit-transform .35s ease, box-shadow .35s ease, opacity .35s ease;
    transition: transform .35s ease, box-shadow .35s ease, opacity .35s ease;
}

    .inc-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .inc-card .overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(0,0,0,.1) 0%, rgba(0,0,0,.5) 100%);
    }

    .inc-card .badge-label {
        position: absolute;
        top: 12px;
        left: 12px;
        background: rgba(255,255,255,.92);
        border-radius: 50px;
        padding: 5px 11px;
        font-size: .7rem;
        font-weight: 700;
        color: #111;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        gap: 6px;
    }

        .inc-card .badge-label i {
            color: #00BA88;
        }

    .inc-card.is-active {
        -webkit-transform: translateY(-14px) scale(1.04);
        transform: translateY(-14px) scale(1.04);
        box-shadow: 0 20px 48px rgba(0,186,136,.28) !important;
    }

        .inc-card.is-active .overlay {
            background: linear-gradient(180deg, rgba(0,186,136,.15) 0%, rgba(0,186,136,.5) 100%);
        }

    .inc-card.is-side {
        opacity: .82;
        -webkit-transform: scale(.97);
        transform: scale(.97);
    }

.nav-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1.5px solid #dee2e6;
    background: #fff;
    color: #555;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: border-color .2s, color .2s;
    transition: border-color .2s, color .2s;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

    .nav-btn:hover {
        border-color: #00BA88;
        color: #00BA88;
    }

.dot-btn {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    padding: 0;
    cursor: pointer;
    -webkit-transition: background .2s, -webkit-transform .2s;
    transition: background .2s, transform .2s;
}

    .dot-btn.active {
        background: #00BA88;
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }

.carousel-clip {
    overflow: hidden;
    padding: 24px 0 32px;
}

/*for dark light theme button*/
.theme-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background: #000000;
    box-shadow: 0 4px 14px rgba(0,0,0,0.15);
    transition: background 0.4s ease, box-shadow 0.3s ease, transform 0.3s ease;
    padding: 0;
}

.theme-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.theme-btn .sun-icon,
.theme-btn .moon-icon {
    position: absolute;
    font-size: 18px;
    line-height: 1;
    transition: opacity 0.35s ease, transform 0.4s cubic-bezier(0.4,0,0.2,1);
}

.theme-btn .sun-icon {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

.theme-btn .moon-icon {
    opacity: 0;
    transform: rotate(120deg) scale(0.3);
}

[data-bs-theme="dark"] .theme-btn {
    background: #00BA88;
    box-shadow: 0 4px 14px rgba(0,186,136,0.4);
}

    [data-bs-theme="dark"] .theme-btn:hover {
        box-shadow: 0 6px 20px rgba(0,186,136,0.55);
    }

    [data-bs-theme="dark"] .theme-btn .sun-icon {
        opacity: 0;
        transform: rotate(-120deg) scale(0.3);
    }

    [data-bs-theme="dark"] .theme-btn .moon-icon {
        opacity: 1;
        transform: rotate(0deg) scale(1);
    }


/* ════════════════════════════════════════════
   DARK MODE — paste at bottom of your CSS
   Requires: <html data-bs-theme="dark">
════════════════════════════════════════════ */

[data-bs-theme="dark"] body {
    background-color: #0d1117 !important;
    color: #e6edf3 !important;
}

/* ── Navbar ─────────────────────────────── */
[data-bs-theme="dark"] .navbar-new {
    background: #161c26 !important;
    border-color: rgba(255,255,255,0.08) !important;
}

    [data-bs-theme="dark"] .navbar-new .nav-link {
        color: #c8d8ee !important;
    }

        [data-bs-theme="dark"] .navbar-new .nav-link:hover {
            color: #00FF87 !important;
        }

[data-bs-theme="dark"] .navbar-nav .nav-link.active,
[data-bs-theme="dark"] .navbar-nav .nav-link.show {
    color: #00FF87 !important;
}

/* ── Backgrounds ────────────────────────── */
[data-bs-theme="dark"] .protection-plan-web-light-background {
    background-color: #0d1117 !important;
}

[data-bs-theme="dark"] .bg-modifiedGray {
    background-color: #161c26 !important;
}

[data-bs-theme="dark"] .circle-section {
    background-color: #0d1117 !important;
}

[data-bs-theme="dark"] .section-dot-bg,
[data-bs-theme="dark"] .section-dot-bg-180 {
    background-color: #0d1117 !important;
}

[data-bs-theme="dark"] .section-Banner-3 {
    background: url('/assets/images/Banner3.png') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* Bootstrap utility overrides */
[data-bs-theme="dark"] .bg-white {
    background-color: #161c26 !important;
}

[data-bs-theme="dark"] .bg-light {
    background-color: #0d1117 !important;
}

/* ── Text ───────────────────────────────── */
[data-bs-theme="dark"] h1,
[data-bs-theme="dark"] h2,
[data-bs-theme="dark"] h3,
[data-bs-theme="dark"] h4,
[data-bs-theme="dark"] h5,
[data-bs-theme="dark"] h6 {
    color: #ffffff !important;
}

[data-bs-theme="dark"] p {
    color: #c8d8ee !important;
}

[data-bs-theme="dark"] span {
    color: inherit;
}

[data-bs-theme="dark"] .text-muted {
    color: #8aa0c0 !important;
}

[data-bs-theme="dark"] .text-dark {
    color: #e6edf3 !important;
}

/* ── Links ──────────────────────────────── */
[data-bs-theme="dark"] a {
    color: #c8d8ee !important;
}

    [data-bs-theme="dark"] a:hover {
        color: #00FF87 !important;
    }

/* ── Footer ─────────────────────────────── */
[data-bs-theme="dark"] footer {
    background-color: #0a0f18 !important;
}

    [data-bs-theme="dark"] footer h1,
    [data-bs-theme="dark"] footer h2,
    [data-bs-theme="dark"] footer h3,
    [data-bs-theme="dark"] footer h4,
    [data-bs-theme="dark"] footer h5,
    [data-bs-theme="dark"] footer h6 {
        color: #ffffff !important;
    }

    [data-bs-theme="dark"] footer p,
    [data-bs-theme="dark"] footer li,
    [data-bs-theme="dark"] footer span {
        color: #c8d8ee !important;
    }

    [data-bs-theme="dark"] footer a {
        color: #c8d8ee !important;
    }

        [data-bs-theme="dark"] footer a:hover {
            color: #00FF87 !important;
        }

    [data-bs-theme="dark"] footer small {
        color: #8aa0c0 !important;
    }

    [data-bs-theme="dark"] footer hr,
    [data-bs-theme="dark"] footer .border-top {
        border-color: rgba(255,255,255,0.1) !important;
    }

/* ── Cards ──────────────────────────────── */
[data-bs-theme="dark"] .card {
    background-color: #161c26 !important;
    border-color: rgba(255,255,255,0.08) !important;
    color: #e6edf3 !important;
}

[data-bs-theme="dark"] .card-title,
[data-bs-theme="dark"] .card-text {
    color: #e6edf3 !important;
}

[data-bs-theme="dark"] .custom-card-border-shadow {
    background: linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 100%) !important;
    border-color: rgba(255,255,255,0.08) !important;
}

[data-bs-theme="dark"] .feature-card {
    background-color: #161c26 !important;
    color: #e6edf3 !important;
}

/* ── Accordion ──────────────────────────── */
[data-bs-theme="dark"] .accordion-item-new {
    background-color: #161c26 !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
}

[data-bs-theme="dark"] .accordion-button-new {
    background-color: #161c26 !important;
    color: #e6edf3 !important;
}

[data-bs-theme="dark"] .accordion-body {
    background-color: #161c26 !important;
    color: #c8d8ee !important;
}

[data-bs-theme="dark"] .accordion-button:not(.collapsed) {
    background-color: #1a2233 !important;
    color: #f0f4f8 !important;
    box-shadow: none !important;
}

/* ── Circle section ─────────────────────── */
[data-bs-theme="dark"] .circle-item {
    color: #e6edf3 !important;
}

[data-bs-theme="dark"] .circle-wrapper circle {
    stroke: rgba(255,255,255,0.1) !important;
}

[data-bs-theme="dark"] .circle-item i {
    background: #00BA88 !important;
    outline-color: #00BA88 !important;
    border-color: #161c26 !important;
    color: #000 !important;
}

/* ── Nav & dot buttons ──────────────────── */
[data-bs-theme="dark"] .nav-btn {
    background-color: #1a2233 !important;
    border-color: rgba(255,255,255,0.12) !important;
    color: #c8d8ee !important;
}

    [data-bs-theme="dark"] .nav-btn:hover {
        border-color: #00BA88 !important;
        color: #00BA88 !important;
    }

[data-bs-theme="dark"] .dot-btn {
    background: rgba(255,255,255,0.2) !important;
}

    [data-bs-theme="dark"] .dot-btn.active {
        background: #00BA88 !important;
    }

/* ── Translate dropdown ─────────────────── */
[data-bs-theme="dark"] .translate-select {
    background-color: #161c26 !important;
    border-color: rgba(255,255,255,0.12) !important;
    color: #c8d8ee !important;
}

[data-bs-theme="dark"] .translate-wrapper .chevron-icon {
    color: #8aa0c0 !important;
}

/* ── Borders & shadows ──────────────────── */
[data-bs-theme="dark"] .border,
[data-bs-theme="dark"] .border-top,
[data-bs-theme="dark"] .border-bottom {
    border-color: rgba(255,255,255,0.1) !important;
}

[data-bs-theme="dark"] .shadow,
[data-bs-theme="dark"] .shadow-sm {
    box-shadow: 0 4px 24px rgba(0,0,0,0.5) !important;
}

/* ── What's Included cards ──────────────── */
[data-bs-theme="dark"] .inc-card .badge-label {
    background: rgba(22,28,38,0.92) !important;
    color: #e6edf3 !important;
}

/* ── Inputs & selects ───────────────────── */
[data-bs-theme="dark"] input,
[data-bs-theme="dark"] select,
[data-bs-theme="dark"] textarea {
    background-color: #161c26 !important;
    border-color: rgba(255,255,255,0.12) !important;
    color: #e6edf3 !important;
}

    [data-bs-theme="dark"] input::placeholder,
    [data-bs-theme="dark"] textarea::placeholder {
        color: #8aa0c0 !important;
    }

/* ── Tables ─────────────────────────────── */
[data-bs-theme="dark"] table {
    color: #e6edf3 !important;
}

[data-bs-theme="dark"] .table {
    --bs-table-bg: #161c26;
    --bs-table-border-color: rgba(255,255,255,0.08);
    color: #e6edf3 !important;
}

[data-bs-theme="dark"] .table-striped > tbody > tr:nth-of-type(odd) > * {
    background-color: rgba(255,255,255,0.03) !important;
}
