/* High Contrast Dark Mode for ShiftEase */
.dark body {
    background-color: #020617 !important; /* Deep Midnight Blue/Black */
    color: #f8fafc !important;
}

/* Force Navigation Change */
.dark nav {
    background-color: #020617 !important;
    border-color: #1e293b !important;
}

/* Transform White Cards into Slate Cards */
.dark .bg-white {
    background-color: #0f172a !important; /* Navy Slate */
    border: 1px solid #1e293b !important;
    color: #f1f5f9 !important;
}

/* Make Text Pop */
.dark h1, .dark h2, .dark h3, .dark .text-slate-900 {
    color: #ffffff !important;
}

.dark .text-slate-600 {
    color: #94a3b8 !important; /* Lighter grey for dark background */
}

/* Hero Section Shift */
.dark .bg-slate-50 {
    background-color: #1e293b !important;
}