/* ============================================================
   Washeej Frontend Dark Theme — Polished & Production-Ready
   Forces dark-only mode on all public-facing pages.
   Date: 2026-02-23 v2
   
   Brand Colors (from Washeej logo):
     Cyan:  #38D2E8 / hsl(188, 78%, 56%)
     Blue:  #1E88D0 / hsl(204, 75%, 47%)
     Deep:  #1565C0 / hsl(212, 80%, 42%)
   
   Accent shorthand: hsl(var(--base)) uses the system base color
   Fallback: #47A0EE / hsl(212, 82%, 61%)
   ============================================================ */

/* ========================================
   1. GLOBAL FRONTEND OVERRIDES
======================================== */
.frontend,
body {
    color-scheme: dark;
}

/* ========================================
   2. HEADER — Glass-morphism dark header
======================================== */
[data-theme="dark"] .header {
    background: rgba(8, 10, 18, 0.85) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .header.fixed-header {
    background: rgba(8, 10, 18, 0.95) !important;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

@media screen and (max-width: 991px) {
    [data-theme="dark"] .header {
        background: rgba(8, 10, 18, 0.98) !important;
    }
}

/* Nav links */
[data-theme="dark"] .nav-menu .nav-item .nav-link {
    color: hsl(210 20% 80%) !important;
    transition: color 0.2s ease;
}

[data-theme="dark"] .nav-menu .nav-item .nav-link:hover,
[data-theme="dark"] .nav-menu .nav-item.active .nav-link {
    color: hsl(var(--base)) !important;
}

/* Logo brightness boost for dark bg */
[data-theme="dark"] .header .navbar-brand img {
    filter: brightness(1.1);
}

/* Mobile nav */
[data-theme="dark"] .navbar-toggler {
    color: hsl(0 0% 90%) !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
}

[data-theme="dark"] #navbarSupportedContent {
    background: transparent;
}

@media screen and (max-width: 991px) {
    [data-theme="dark"] #navbarSupportedContent {
        background: hsl(224 50% 6%);
        border-radius: 12px;
        padding: 16px;
        margin-top: 10px;
        border: 1px solid rgba(255, 255, 255, 0.06);
    }
}

/* ========================================
   3. BUTTONS — Brand-colored buttons
======================================== */
[data-theme="dark"] .btn--base {
    background: linear-gradient(135deg, hsl(var(--base)), hsl(var(--base-d-200))) !important;
    color: #fff !important;
    border: none !important;
    box-shadow: 0 2px 12px hsl(var(--base) / 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
    transition: all 0.3s ease !important;
}

[data-theme="dark"] .btn--base:hover {
    background: linear-gradient(135deg, hsl(var(--base-l-100)), hsl(var(--base))) !important;
    box-shadow: 0 4px 20px hsl(var(--base) / 0.4),
                inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
    transform: translateY(-1px);
}

[data-theme="dark"] .btn--base-two {
    background: rgba(255, 255, 255, 0.08) !important;
    color: hsl(210 20% 90%) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(8px);
    transition: all 0.3s ease !important;
}

[data-theme="dark"] .btn--base-two:hover {
    background: rgba(255, 255, 255, 0.14) !important;
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.25) !important;
    transform: translateY(-1px);
}

[data-theme="dark"] .btn--danger {
    color: #fff !important;
}

/* ========================================
   4. BANNER SECTION — Hero area
======================================== */
[data-theme="dark"] .banner-section {
    background: linear-gradient(180deg, hsl(220 50% 4%) 0%, hsl(210 40% 5%) 100%) !important;
}

[data-theme="dark"] .banner-section::after {
    background: radial-gradient(ellipse at center, hsl(var(--base) / 0.2), transparent 70%);
    opacity: 0.5;
}

[data-theme="dark"] .banner-content__title {
    color: #fff !important;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .banner-content__desc {
    color: hsl(210 20% 75%) !important;
}

[data-theme="dark"] .banner-thumb img {
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 40px hsl(var(--base) / 0.08);
}

/* ========================================
   5. SECTION BACKGROUNDS — Alternating dark shades
======================================== */
[data-theme="dark"] section,
[data-theme="dark"] .frontend section {
    background-color: hsl(220 40% 4%) !important;
}

[data-theme="dark"] .bg--section,
[data-theme="dark"] .bg-white,
[data-theme="dark"] .banner-bg {
    background-color: hsl(220 35% 7%) !important;
}

/* Section headings */
[data-theme="dark"] .section-heading__title {
    color: #fff !important;
}

[data-theme="dark"] .section-heading__desc {
    color: hsl(215 20% 65%) !important;
}

/* ========================================
   6. FEATURE CARDS — Glassmorphism cards
======================================== */
[data-theme="dark"] .feature-item,
[data-theme="dark"] .feature-card {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 16px !important;
    backdrop-filter: blur(12px);
    transition: all 0.3s ease;
}

[data-theme="dark"] .feature-item:hover,
[data-theme="dark"] .feature-card:hover {
    background: rgba(255, 255, 255, 0.06) !important;
    border-color: hsl(var(--base) / 0.3) !important;
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3), 0 0 20px hsl(var(--base) / 0.06);
}

[data-theme="dark"] .feature-item__title {
    color: #fff !important;
}

[data-theme="dark"] .feature-item__desc {
    color: hsl(215 20% 68%) !important;
}

[data-theme="dark"] .feature-item__icon {
    color: hsl(var(--base)) !important;
    background: hsl(var(--base) / 0.12) !important;
    border-radius: 12px;
}

[data-theme="dark"] .feature-item__icon svg {
    fill: hsl(var(--base)) !important;
    stroke: hsl(var(--base)) !important;
}

/* ========================================
   7. PRICING CARDS — Readable with proper contrast
======================================== */
[data-theme="dark"] .pricing-card,
[data-theme="dark"] .pricing-item,
[data-theme="dark"] .pricing-plan-card {
    background: hsl(220 35% 10%) !important;
    border: 1px solid hsl(220 30% 18%) !important;
    border-radius: 20px !important;
    transition: all 0.3s ease;
    overflow: hidden;
}

[data-theme="dark"] .pricing-card:hover,
[data-theme="dark"] .pricing-item:hover {
    border-color: hsl(var(--base) / 0.4) !important;
    transform: translateY(-6px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3), 0 0 30px hsl(var(--base) / 0.08);
}

[data-theme="dark"] .pricing-card__title,
[data-theme="dark"] .pricing-item__title {
    color: #fff !important;
    font-weight: 700;
}

[data-theme="dark"] .pricing-card__price,
[data-theme="dark"] .pricing-item__price {
    color: hsl(var(--base)) !important;
}

[data-theme="dark"] .pricing-card__desc,
[data-theme="dark"] .pricing-item__desc {
    color: hsl(215 20% 65%) !important;
}

[data-theme="dark"] .pricing-card__features li,
[data-theme="dark"] .pricing-item .plan-feature-list li {
    color: hsl(215 15% 75%) !important;
    border-bottom-color: hsl(220 30% 15%) !important;
}

[data-theme="dark"] .pricing-card-top__text {
    color: hsl(210 20% 80%) !important;
}

/* Pricing list items — high contrast */
[data-theme="dark"] .pricing-list__item {
    color: hsl(215 15% 78%) !important;
    border-bottom: 1px solid hsl(220 30% 15%) !important;
    padding: 10px 0;
}

[data-theme="dark"] .pricing-list__item span {
    color: hsl(215 15% 78%) !important;
}

[data-theme="dark"] .pricing-list__item-icon {
    color: hsl(var(--base)) !important;
}

[data-theme="dark"] .pricing-list__item .text--success {
    color: hsl(142 70% 55%) !important;
}

[data-theme="dark"] .pricing-list__item .text--danger {
    color: hsl(0 70% 60%) !important;
}

[data-theme="dark"] .pricing-card__top {
    border-bottom: 1px solid hsl(220 30% 16%) !important;
    padding-bottom: 16px;
}

[data-theme="dark"] .pricing-card__number {
    color: #fff !important;
    font-weight: 800;
}

[data-theme="dark"] .pricing-card__btn .btn--base {
    width: 100%;
}

/* Popular/featured pricing card */
[data-theme="dark"] .pricing-card.popular,
[data-theme="dark"] .pricing-item.popular {
    border-color: hsl(var(--base) / 0.5) !important;
    box-shadow: 0 0 40px hsl(var(--base) / 0.1);
    background: hsl(220 40% 12%) !important;
}

/* ========================================
   8. FAQ / ACCORDION — Clean dark accordion
======================================== */
[data-theme="dark"] .custom--accordion .accordion-item {
    background: hsl(220 35% 9%) !important;
    border: 1px solid hsl(220 30% 16%) !important;
    border-radius: 12px !important;
    margin-bottom: 12px;
    overflow: hidden;
}

[data-theme="dark"] .custom--accordion .accordion-button {
    background: transparent !important;
    color: hsl(210 20% 90%) !important;
    font-weight: 600;
    border: none !important;
    box-shadow: none !important;
}

[data-theme="dark"] .custom--accordion .accordion-button:not(.collapsed) {
    background: hsl(var(--base) / 0.08) !important;
    color: hsl(var(--base-l-200)) !important;
}

[data-theme="dark"] .custom--accordion .accordion-button::after {
    filter: invert(1) brightness(0.7);
}

[data-theme="dark"] .custom--accordion .accordion-body {
    color: hsl(215 20% 72%) !important;
    line-height: 1.7;
}

/* ========================================
   9. HOW IT WORKS — Clean steps
======================================== */
[data-theme="dark"] .how-it-work-item,
[data-theme="dark"] .work-item,
[data-theme="dark"] .how-work-item {
    background: hsl(220 35% 9%) !important;
    border: 1px solid hsl(220 30% 16%) !important;
    border-radius: 16px !important;
    transition: all 0.3s ease;
}

[data-theme="dark"] .how-it-work-item:hover,
[data-theme="dark"] .work-item:hover,
[data-theme="dark"] .how-work-item:hover {
    border-color: hsl(var(--base) / 0.25) !important;
    background: hsl(220 35% 11%) !important;
}

[data-theme="dark"] .how-work-item__icon {
    color: hsl(var(--base)) !important;
}

[data-theme="dark"] .how-work-item__title {
    color: #fff !important;
}

[data-theme="dark"] .how-work-item__desc {
    color: hsl(215 20% 68%) !important;
}

[data-theme="dark"] .how-work-item__shape img {
    filter: brightness(0.5) opacity(0.4);
}

/* ========================================
   10. TESTIMONIALS — Elegant cards
======================================== */
[data-theme="dark"] .testimonial-item,
[data-theme="dark"] .testimonial-card,
[data-theme="dark"] .feedback-item {
    background: hsl(220 35% 9%) !important;
    border: 1px solid hsl(220 30% 16%) !important;
    border-radius: 16px !important;
}

[data-theme="dark"] .testimonial-item__quote,
[data-theme="dark"] .testimonial-card__text,
[data-theme="dark"] .feedback-content__text {
    color: hsl(215 20% 75%) !important;
}

[data-theme="dark"] .testimonial-item__name,
[data-theme="dark"] .testimonial-card__name,
[data-theme="dark"] .feedback-content__bottom .name {
    color: #fff !important;
}

[data-theme="dark"] .testimonial-item__designation,
[data-theme="dark"] .testimonial-card__designation,
[data-theme="dark"] .feedback-content__bottom .type {
    color: hsl(var(--base)) !important;
}

[data-theme="dark"] .feedback-content__rating .la-star {
    color: hsl(45 100% 55%) !important;
}

/* ========================================
   11. BLOG CARDS
======================================== */
[data-theme="dark"] .blog-card,
[data-theme="dark"] .blog-item {
    background: hsl(220 35% 9%) !important;
    border: 1px solid hsl(220 30% 16%) !important;
    border-radius: 16px !important;
    overflow: hidden;
    transition: all 0.3s ease;
}

[data-theme="dark"] .blog-card:hover,
[data-theme="dark"] .blog-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
    border-color: hsl(var(--base) / 0.25) !important;
}

[data-theme="dark"] .blog-card__title,
[data-theme="dark"] .blog-item__title {
    color: #fff !important;
}

[data-theme="dark"] .blog-card__title a,
[data-theme="dark"] .blog-item__title a {
    color: #fff !important;
}

[data-theme="dark"] .blog-card__title a:hover,
[data-theme="dark"] .blog-item__title a:hover {
    color: hsl(var(--base)) !important;
}

[data-theme="dark"] .blog-card__desc,
[data-theme="dark"] .blog-item__desc {
    color: hsl(215 20% 68%) !important;
}

[data-theme="dark"] .blog-card__date,
[data-theme="dark"] .blog-item__date {
    color: hsl(215 20% 55%) !important;
}

/* ========================================
   12. CTA SECTION
======================================== */
[data-theme="dark"] .cta-section {
    background: linear-gradient(135deg, hsl(210 40% 6%) 0%, hsl(222 50% 6%) 100%) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

[data-theme="dark"] .cta-wrapper {
    position: relative;
}

[data-theme="dark"] .cta-wrapper__left .section-heading__title {
    color: #fff !important;
}

[data-theme="dark"] .cta-wrapper__left .section-heading__desc {
    color: hsl(215 20% 70%) !important;
}

/* ========================================
   13. FOOTER — Dark elegant footer
======================================== */
[data-theme="dark"] .footer-area {
    background: linear-gradient(180deg, hsl(220 40% 5%) 0%, hsl(224 50% 3%) 100%) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
}

[data-theme="dark"] .footer-item__title {
    color: #fff !important;
}

[data-theme="dark"] .footer-item__desc {
    color: hsl(215 20% 62%) !important;
}

[data-theme="dark"] .footer-menu__link {
    color: hsl(215 20% 68%) !important;
    transition: color 0.2s ease;
}

[data-theme="dark"] .footer-menu__link:hover {
    color: hsl(var(--base)) !important;
}

[data-theme="dark"] .footer-contact-menu__item-content a {
    color: hsl(215 20% 72%) !important;
}

[data-theme="dark"] .footer-contact-menu__item-content a:hover {
    color: hsl(var(--base)) !important;
}

[data-theme="dark"] .footer-contact-menu__item-icon {
    color: hsl(var(--base)) !important;
}

[data-theme="dark"] .footer-item__logo img {
    filter: brightness(1.1);
}

[data-theme="dark"] .bottom-footer {
    border-top-color: rgba(255, 255, 255, 0.06) !important;
}

[data-theme="dark"] .bottom-footer-text {
    color: hsl(215 20% 50%) !important;
}

[data-theme="dark"] .social-list__link {
    background: rgba(255, 255, 255, 0.06) !important;
    color: hsl(215 20% 72%) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    transition: all 0.3s ease;
}

[data-theme="dark"] .social-list__link:hover {
    background: hsl(var(--base) / 0.15) !important;
    color: hsl(var(--base)) !important;
    border-color: hsl(var(--base) / 0.3) !important;
}

/* Subscribe form in footer */
[data-theme="dark"] .search-form .form--control,
[data-theme="dark"] .subscribe-form .form--control {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
}

[data-theme="dark"] .search-wrapper__title {
    color: hsl(210 20% 85%) !important;
}

[data-theme="dark"] .search-wrapper__text {
    color: hsl(215 20% 55%) !important;
}

[data-theme="dark"] .share-btn-wrapper .title {
    color: hsl(210 20% 85%) !important;
}

/* ========================================
   14. BREADCRUMB — Subtle dark breadcrumb
======================================== */
[data-theme="dark"] .breadcrumb-section {
    background: linear-gradient(135deg, hsl(220 40% 5%) 0%, hsl(210 35% 5%) 100%) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

[data-theme="dark"] .breadcrumb-section__title,
[data-theme="dark"] .breadcrumb__title {
    color: #fff !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

[data-theme="dark"] section.breadcrumb {
    background-color: hsl(220 40% 5%) !important;
    position: relative;
}

[data-theme="dark"] section.breadcrumb::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 0;
}

[data-theme="dark"] section.breadcrumb .container {
    position: relative;
    z-index: 1;
}

[data-theme="dark"] .breadcrumb li a {
    color: hsl(215 20% 65%) !important;
}

[data-theme="dark"] .breadcrumb li.active {
    color: hsl(var(--base)) !important;
}

[data-theme="dark"] .breadcrumb-item + .breadcrumb-item::before {
    color: hsl(215 20% 40%) !important;
}

/* ========================================
   15. AUTH PAGES — Login, Register
======================================== */
[data-theme="dark"] .login-form,
[data-theme="dark"] .register-form,
[data-theme="dark"] .auth-form,
[data-theme="dark"] .account-section {
    background: hsl(220 35% 9%) !important;
    border: 1px solid hsl(220 30% 16%) !important;
    border-radius: 20px !important;
}

[data-theme="dark"] .account-section .form--label {
    color: hsl(215 20% 78%) !important;
}

[data-theme="dark"] .account-section .form--control,
[data-theme="dark"] .login-form .form--control,
[data-theme="dark"] .register-form .form--control,
[data-theme="dark"] .auth-form .form--control,
[data-theme="dark"] .frontend .form--control {
    background: hsl(220 40% 8%) !important;
    border: 1px solid hsl(220 30% 20%) !important;
    color: #fff !important;
}

[data-theme="dark"] .account-section .form--control::placeholder,
[data-theme="dark"] .login-form .form--control::placeholder,
[data-theme="dark"] .register-form .form--control::placeholder,
[data-theme="dark"] .auth-form .form--control::placeholder,
[data-theme="dark"] .frontend .form--control::placeholder {
    color: hsl(215 20% 50%) !important;
}

[data-theme="dark"] .account-section .form--control:-webkit-autofill,
[data-theme="dark"] .login-form .form--control:-webkit-autofill,
[data-theme="dark"] .register-form .form--control:-webkit-autofill,
[data-theme="dark"] .frontend .form--control:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px hsl(220 40% 8%) inset !important;
    -webkit-text-fill-color: #fff !important;
    caret-color: #fff !important;
}

[data-theme="dark"] .account-section .form--control:focus,
[data-theme="dark"] .login-form .form--control:focus,
[data-theme="dark"] .register-form .form--control:focus,
[data-theme="dark"] .frontend .form--control:focus {
    border-color: hsl(var(--base) / 0.5) !important;
    box-shadow: 0 0 0 3px hsl(var(--base) / 0.1) !important;
}

/* ========================================
   16. CONTACT PAGE
======================================== */
[data-theme="dark"] .contact-info-item {
    background: hsl(220 35% 9%) !important;
    border: 1px solid hsl(220 30% 16%) !important;
    border-radius: 16px !important;
    transition: all 0.3s ease;
}

[data-theme="dark"] .contact-info-item:hover {
    border-color: hsl(var(--base) / 0.25) !important;
}

[data-theme="dark"] .contact-info-item__icon {
    color: hsl(var(--base)) !important;
}

[data-theme="dark"] .contact-info-item__title {
    color: #fff !important;
}

[data-theme="dark"] .contact-info-item__desc {
    color: hsl(215 20% 68%) !important;
}

/* ========================================
   17. SCROLL TO TOP
======================================== */
[data-theme="dark"] .scroll-top {
    background: linear-gradient(135deg, hsl(var(--base)), hsl(var(--base-d-200))) !important;
    color: #fff !important;
    border: none !important;
    box-shadow: 0 4px 16px hsl(var(--base) / 0.3) !important;
}

/* ========================================
   18. SHAPE BACKGROUNDS — Subtle glows
======================================== */
[data-theme="dark"] .shape-bg {
    opacity: 0.12 !important;
}

[data-theme="dark"] .shape-bg.two,
[data-theme="dark"] .shape-bg.three,
[data-theme="dark"] .shape-bg.four {
    opacity: 0.06 !important;
}

/* ========================================
   19. GENERIC TEXT & LINK OVERRIDES
======================================== */
[data-theme="dark"] .frontend p {
    color: hsl(215 15% 72%);
}

[data-theme="dark"] .frontend a:not(.btn):not(.nav-link):not(.footer-menu__link) {
    color: hsl(0deg 0% 100%);
}

[data-theme="dark"] .frontend a:not(.btn):not(.nav-link):not(.footer-menu__link):hover {
    color: hsl(var(--base-l-200));
}

/* ========================================
   20. COOKIE CARD
======================================== */
[data-theme="dark"] .cookies-card {
    background: hsl(220 35% 9%) !important;
    border: 1px solid hsl(220 30% 16%) !important;
    box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.4) !important;
}

/* ========================================
   21. PRELOADER
======================================== */
[data-theme="dark"] .preloader {
    background: hsl(220 40% 3%) !important;
}

/* ========================================
   22. MOBILE APP SECTION
======================================== */
[data-theme="dark"] .mobile-app-section {
    background: hsl(220 35% 7%) !important;
}

/* ========================================
   23. FORM SWITCH (Pricing toggle)
======================================== */
[data-theme="dark"] .form--switch .form-check-input {
    background-color: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

[data-theme="dark"] .form--switch .form-check-input:checked {
    background-color: hsl(var(--base)) !important;
    border-color: hsl(var(--base)) !important;
}

/* ========================================
   24. RESPONSIVE IMPROVEMENTS
======================================== */

/* Mobile header spacing */
@media screen and (max-width: 991px) {
    [data-theme="dark"] .header .top-button {
        padding: 12px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.06);
        margin-top: 12px;
    }
    
    [data-theme="dark"] .nav-menu .nav-item .nav-link {
        padding: 10px 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    }
}

/* Mobile banner */
@media screen and (max-width: 767px) {
    [data-theme="dark"] .banner-content__title {
        font-size: clamp(1.5rem, 5vw, 2.5rem) !important;
        line-height: 1.3;
    }
    
    [data-theme="dark"] .banner-content__desc {
        font-size: 15px !important;
    }
}

/* Mobile cards */
@media screen and (max-width: 575px) {
    [data-theme="dark"] .feature-item,
    [data-theme="dark"] .pricing-card,
    [data-theme="dark"] .testimonial-item,
    [data-theme="dark"] .blog-card {
        border-radius: 12px !important;
    }
    
    /* Better section spacing */
    [data-theme="dark"] .pb-100 {
        padding-bottom: 60px !important;
    }
    
    [data-theme="dark"] .pt-100 {
        padding-top: 60px !important;
    }
}

/* Tablet adjustments */
@media screen and (min-width: 768px) and (max-width: 991px) {
    [data-theme="dark"] .pricing-card,
    [data-theme="dark"] .pricing-item {
        margin-bottom: 20px;
    }
}

/* ========================================
   25. SMOOTH ANIMATIONS
======================================== */
[data-theme="dark"] .wow {
    animation-duration: 0.8s;
}

/* Smooth transitions for interactive elements */
[data-theme="dark"] .feature-item,
[data-theme="dark"] .pricing-card,
[data-theme="dark"] .blog-card,
[data-theme="dark"] .testimonial-item,
[data-theme="dark"] .contact-info-item,
[data-theme="dark"] .how-it-work-item,
[data-theme="dark"] .how-work-item,
[data-theme="dark"] .social-list__link,
[data-theme="dark"] .btn {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ========================================
   26. CUSTOM SCROLLBAR (Frontend)
======================================== */
[data-theme="dark"] ::-webkit-scrollbar {
    width: 8px;
}

[data-theme="dark"] ::-webkit-scrollbar-track {
    background: hsl(220 40% 4%);
}

[data-theme="dark"] ::-webkit-scrollbar-thumb {
    background: hsl(220 30% 18%);
    border-radius: 4px;
}

[data-theme="dark"] ::-webkit-scrollbar-thumb:hover {
    background: hsl(220 30% 24%);
}

/* ========================================
   27. BLOG DETAIL PAGE
======================================== */
[data-theme="dark"] .blog-details__content {
    color: hsl(215 20% 75%) !important;
}

[data-theme="dark"] .blog-details__content h1,
[data-theme="dark"] .blog-details__content h2,
[data-theme="dark"] .blog-details__content h3,
[data-theme="dark"] .blog-details__content h4 {
    color: #fff !important;
}

[data-theme="dark"] .blog-details__content blockquote {
    background: rgba(255, 255, 255, 0.03) !important;
    border-left-color: hsl(var(--base)) !important;
    color: hsl(215 20% 75%) !important;
}

/* ========================================
   28. POLICY PAGES
======================================== */
[data-theme="dark"] .policy-content {
    color: hsl(215 20% 72%) !important;
}

[data-theme="dark"] .policy-content h1,
[data-theme="dark"] .policy-content h2,
[data-theme="dark"] .policy-content h3 {
    color: #fff !important;
}

/* ========================================
   29. GLOBAL CONTRAST FIX
   Ensure no dark text on dark backgrounds
======================================== */
[data-theme="dark"] .text--base {
    color: hsl(var(--base)) !important;
}

[data-theme="dark"] .text--dark {
    color: hsl(210 20% 85%) !important;
}

[data-theme="dark"] .text--success {
    color: hsl(142 70% 55%) !important;
}

[data-theme="dark"] .text--danger {
    color: hsl(0 70% 60%) !important;
}

[data-theme="dark"] .text--warning {
    color: hsl(38 90% 60%) !important;
}

[data-theme="dark"] .text--info {
    color: hsl(195 80% 55%) !important;
}

/* Ensure body text never appears black on dark bg */
[data-theme="dark"] .pricing-section p,
[data-theme="dark"] .pricing-section span,
[data-theme="dark"] .pricing-section li,
[data-theme="dark"] .pricing-section .pricing-card p,
[data-theme="dark"] .pricing-section .pricing-card span {
    color: hsl(215 15% 75%);
}

[data-theme="dark"] .pricing-section h1,
[data-theme="dark"] .pricing-section h2,
[data-theme="dark"] .pricing-section h3,
[data-theme="dark"] .pricing-section h4,
[data-theme="dark"] .pricing-section h5 {
    color: #fff !important;
}

/* Currency symbol in pricing */
[data-theme="dark"] .pricing-card__number .currency-symbol,
[data-theme="dark"] .pricing-card .currency-sym {
    color: #fff !important;
}
