/* Frontend Dark Mode Optimization */
[data-theme="dark"] body {
    background-color: #151521 !important;
    color: #9D9DA6 !important;
}

[data-theme="dark"] .bg-white,
[data-theme="dark"] .bg-light,
[data-theme="dark"] .card,
[data-theme="dark"] .header-area,
[data-theme="dark"] .footer-area,
[data-theme="dark"] .course-card,
[data-theme="dark"] .custom-dropdown,
[data-theme="dark"] .dropdown-menu,
[data-theme="dark"] .offcanvas,
[data-theme="dark"] .modal-content,
[data-theme="dark"] .user-dashboard-cards {
    background-color: #1E1E2D !important;
    border-color: #2B2B40 !important;
}

[data-theme="dark"] h1, 
[data-theme="dark"] h2, 
[data-theme="dark"] h3, 
[data-theme="dark"] h4, 
[data-theme="dark"] h5, 
[data-theme="dark"] h6,
[data-theme="dark"] .text-dark,
[data-theme="dark"] .title {
    color: #FFFFFF !important;
}

[data-theme="dark"] p, 
[data-theme="dark"] span, 
[data-theme="dark"] .text-muted,
[data-theme="dark"] .sub-title {
    color: #9D9DA6 !important;
}

[data-theme="dark"] input, 
[data-theme="dark"] select, 
[data-theme="dark"] textarea, 
[data-theme="dark"] .form-control,
[data-theme="dark"] .nice-select {
    background-color: #151521 !important;
    border-color: #2B2B40 !important;
    color: #FFFFFF !important;
}

[data-theme="dark"] .btn-outline-secondary,
[data-theme="dark"] .btn-light {
    background-color: #2B2B40 !important;
    color: #FFFFFF !important;
    border-color: #2B2B40 !important;
}

[data-theme="dark"] .border, 
[data-theme="dark"] .border-bottom, 
[data-theme="dark"] .border-top,
[data-theme="dark"] .border-start,
[data-theme="dark"] .border-end,
[data-theme="dark"] hr {
    border-color: #2B2B40 !important;
}

/* Fix shadows */
[data-theme="dark"] .shadow,
[data-theme="dark"] .shadow-sm {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2) !important;
}

/* Preserve Links but slightly brighten standard blue */
[data-theme="dark"] a.text-dark:hover {
    color: #1B84FF !important;
}

/* Blog List Card Fixes */
[data-theme="dark"] .b-card .description,
[data-theme="dark"] .b-card .b_bottom span {
    color: #A1A5B7 !important;
}

[data-theme="dark"] .b-card .b_bottom .read-text {
    color: var(--bs-primary) !important;
}

/* Top Bar Theme Switcher Dropdown Fixes */
[data-theme="dark"] #theme-dropdown-menu {
    background-color: #1E1E2D !important;
    border: 1px solid #2B2B40 !important;
}
[data-theme="dark"] #theme-dropdown-menu .dropdown-item {
    color: #FFFFFF !important;
}
[data-theme="dark"] #theme-dropdown-menu .dropdown-item:hover,
[data-theme="dark"] #theme-dropdown-menu .dropdown-item:focus {
    background-color: #2B2B40 !important;
    color: #998EFF !important;
}
