
/* ========== DARK THEME ========== */
body.dark-theme {
    background-color: #1a1a2e !important;
}

body.dark-theme .content {
    background-color: #16213e !important;
    box-shadow: none !important;
}

body.dark-theme h1,
body.dark-theme .feature h3 {
    color: #e0e0e0 !important;
}

body.dark-theme .feature {
    background-color: #0f3460 !important;
}

body.dark-theme .feature i {
    color: #4e73df !important;
}

body.dark-theme .footer {
    background-color: #0a0a1a !important;
}

body.dark-theme p,
body.dark-theme .text-muted {
    color: #c0c0c0 !important;
}

body.dark-theme .navbar {
    background: linear-gradient(135deg, #1a1a2e 0%, #0a0a1a 100%) !important;
}

body.dark-theme .btn-login {
    background: linear-gradient(135deg, #224abe 0%, #1a1a5e 100%) !important;
}        
