/* Sohail Abbas Schooling System — Premium Theme */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

:root {
    --primary: #1a1a1a;
    --primary-dark: #0d0d0d;
    --accent: #f5c518;
    --accent-hover: #e0b200;
    --accent-light: #fef9e7;
    --body-bg: #f0f2f5;
    --text-color: #2d2d2d;
    --text-muted: #6b6b6b;
    --white: #ffffff;
    --border: #e0e0e0;
    --card-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    --glass-bg: rgba(255, 255, 255, 0.7);
    --glass-border: rgba(255, 255, 255, 0.2);
}

/* ====== ANIMATIONS ====== */
@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-8px);
    }
}

@keyframes pulse-glow {

    0%,
    100% {
        box-shadow: 0 0 20px rgba(245, 197, 24, 0.15);
    }

    50% {
        box-shadow: 0 0 35px rgba(245, 197, 24, 0.3);
    }
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

body {
    background-color: var(--body-bg) !important;
    font-family: 'Inter', "Nunito", sans-serif !important;
    color: var(--text-color) !important;
}

/* ====== SIDEBAR ====== */
.sidebar-dark {
    background: linear-gradient(180deg, #1a1a1a 0%, #111 50%, #0d0d0d 100%) !important;
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.2);
}

.sidebar-dark .sidebar-content {
    position: relative;
}

.sidebar-dark .sidebar-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23f5c518' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 0;
}

.sidebar-dark .nav-link {
    color: rgba(255, 255, 255, 0.75) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-left: 3px solid transparent;
    position: relative;
    z-index: 1;
}

.sidebar-dark .nav-link:hover,
.sidebar-dark .nav-link.active {
    background-color: rgba(245, 197, 24, 0.12) !important;
    color: #f5c518 !important;
    border-left-color: #f5c518;
    padding-left: calc(1.25rem + 3px);
}

.sidebar-dark .nav-link i {
    color: #f5c518 !important;
    transition: transform 0.2s ease;
}

.sidebar-dark .nav-link:hover i {
    transform: scale(1.15);
}

.sidebar-dark .nav-group-sub .nav-link {
    padding-left: 2.5rem;
}

.sidebar-dark .nav-group-sub .nav-link:hover,
.sidebar-dark .nav-group-sub .nav-link.active {
    color: #f5c518 !important;
    background-color: rgba(245, 197, 24, 0.08) !important;
}

.sidebar-dark .sidebar-user {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid rgba(245, 197, 24, 0.15);
}

/* ====== HEADER / NAVBAR ====== */
.navbar-dark {
    background-color: #1a1a1a !important;
    border-bottom: 3px solid #f5c518 !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.navbar-dark .navbar-nav-link {
    color: rgba(255, 255, 255, 0.85) !important;
    transition: all 0.2s ease;
}

.navbar-dark .navbar-nav-link:hover {
    color: #f5c518 !important;
    transform: translateY(-1px);
}

/* ====== PAGE HEADER ====== */
.page-header-light {
    background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
    border-bottom: 1px solid var(--border);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.page-header-light .breadcrumb-item a {
    color: var(--text-muted);
}

.page-header-light .breadcrumb-item.active {
    color: #1a1a1a;
}

/* ====== CONTENT AREA ====== */
.content-wrapper {
    background: linear-gradient(135deg, #f0f2f5 0%, #e8ebf0 50%, #f0f2f5 100%) !important;
    position: relative;
}

.content-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23d4d8dd' fill-opacity='0.15' fill-rule='evenodd'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 0;
}

.content-wrapper .content {
    position: relative;
    z-index: 1;
}

/* ====== LOGIN PAGE ====== */
.login-wrapper {
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(-45deg, #0d0d0d, #1a1a1a, #2a2a2a, #1a1a1a);
    background-size: 400% 400%;
    animation: gradientShift 12s ease infinite;
    padding: 2rem;
    position: relative;
    overflow: hidden;
}

/* Floating geometric shapes for login background */
.login-wrapper::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(245, 197, 24, 0.08) 0%, transparent 70%);
    top: -100px;
    right: -100px;
    animation: float 8s ease-in-out infinite;
}

.login-wrapper::after {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(245, 197, 24, 0.05) 0%, transparent 70%);
    bottom: -200px;
    left: -200px;
    animation: float 10s ease-in-out infinite reverse;
}

.login-container {
    display: flex;
    width: 100%;
    max-width: 1000px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 24px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3), 0 0 1px rgba(245, 197, 24, 0.2);
    overflow: hidden;
    min-height: 600px;
    animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 2;
}

/* Left Brand Side */
.login-brand-side {
    width: 50%;
    background: linear-gradient(135deg, #1a1a1a 0%, #111 50%, #0d0d0d 100%);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem;
    color: #fff;
    overflow: hidden;
}

.login-brand-side::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent 0%, rgba(245, 197, 24, 0.05) 25%, transparent 50%, rgba(245, 197, 24, 0.08) 75%, transparent 100%);
    animation: rotate 20s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.brand-content {
    position: relative;
    z-index: 2;
}

.brand-title {
    font-size: 2.8rem;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 0.25rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    color: #f5c518;
    animation: fadeInUp 0.8s ease 0.2s both;
}

.brand-tagline {
    font-size: 1.05rem;
    opacity: 0.85;
    margin-bottom: 3rem;
    color: rgba(255, 255, 255, 0.9);
    animation: fadeInUp 0.8s ease 0.3s both;
}

.brand-features .feature-item {
    font-size: 1rem;
    margin-bottom: 1.1rem;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.85);
    transition: all 0.3s ease;
    animation: fadeInUp 0.8s ease calc(0.4s + var(--delay, 0s)) both;
}

.brand-features .feature-item:nth-child(1) {
    --delay: 0s;
}

.brand-features .feature-item:nth-child(2) {
    --delay: 0.1s;
}

.brand-features .feature-item:nth-child(3) {
    --delay: 0.2s;
}

.brand-features .feature-item:hover {
    transform: translateX(8px);
    color: #fff;
}

.brand-features .feature-item i {
    margin-right: 15px;
    color: #f5c518;
    font-size: 1.4rem;
    filter: drop-shadow(0 0 6px rgba(245, 197, 24, 0.4));
}

.brand-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://images.unsplash.com/photo-1580582932707-520aed937b7b?w=800') center/cover;
    opacity: 0.06;
    mix-blend-mode: overlay;
}

/* Decorative dots pattern on brand side */
.login-brand-side::after {
    content: '';
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 80px;
    height: 80px;
    background-image: radial-gradient(circle, rgba(245, 197, 24, 0.3) 1.5px, transparent 1.5px);
    background-size: 12px 12px;
    z-index: 1;
}

/* Right Form Side */
.login-form-side {
    width: 50%;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    position: relative;
}

/* Subtle decorative element top-right */
.login-form-side::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(245, 197, 24, 0.06);
    z-index: 0;
}

.login-form-container {
    position: relative;
    z-index: 1;
}

.form-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.logo-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #fef9e7, #fdf3cd);
    color: #1a1a1a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto 1.5rem auto;
    border: 2px solid #f5c518;
    animation: pulse-glow 3s ease-in-out infinite;
    transition: transform 0.3s ease;
}

.logo-icon:hover {
    transform: scale(1.1) rotate(5deg);
}

.form-header h3 {
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.25rem;
}

.input-group-modern {
    position: relative;
    display: flex;
    align-items: center;
    border: 2px solid #e8e8e8;
    border-radius: 14px;
    padding: 0.6rem 1rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: #f8f9fa;
}

.input-group-modern:focus-within {
    border-color: #f5c518;
    box-shadow: 0 0 0 4px rgba(245, 197, 24, 0.12);
    background: #fff;
    transform: translateY(-1px);
}

.input-group-modern i {
    color: #aaa;
    margin-right: 12px;
    transition: color 0.3s ease;
}

.input-group-modern:focus-within i {
    color: #f5c518;
}

.input-group-modern input {
    border: none;
    background: transparent;
    width: 100%;
    outline: none;
    color: #2d2d2d;
    font-weight: 500;
    font-size: 0.95rem;
}

.input-group-modern input::placeholder {
    color: #bbb;
}

.btn-modern {
    border-radius: 14px;
    padding: 1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 0.9rem;
    background: linear-gradient(135deg, #1a1a1a, #2a2a2a);
    color: #f5c518;
    border: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.btn-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(245, 197, 24, 0.1), transparent);
    transition: left 0.5s ease;
}

.btn-modern:hover::before {
    left: 100%;
}

.btn-modern:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
    background: linear-gradient(135deg, #0d0d0d, #1a1a1a);
    color: #f5c518;
}

.forgot-link {
    color: #6b6b6b;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}

.forgot-link:hover {
    color: #1a1a1a;
}

@media (max-width: 768px) {
    .login-container {
        flex-direction: column;
        max-width: 450px;
    }

    .login-brand-side {
        display: none;
    }

    .login-form-side {
        width: 100%;
        padding: 2rem;
    }
}

.login-form .card {
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12) !important;
    border-radius: 0.75rem;
}

/* ====== BOOTSTRAP OVERRIDES ====== */
.bg-primary {
    background-color: #1a1a1a !important;
}

.text-primary {
    color: #1a1a1a !important;
}

.btn-primary {
    background: linear-gradient(135deg, #1a1a1a, #2a2a2a) !important;
    border-color: #1a1a1a !important;
    color: #f5c518 !important;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #0d0d0d, #1a1a1a) !important;
    border-color: #0d0d0d !important;
    color: #f5c518 !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(245, 197, 24, 0.4) !important;
}

/* Secondary/outline buttons */
.btn-outline-primary {
    color: #1a1a1a !important;
    border-color: #1a1a1a !important;
}

.btn-outline-primary:hover {
    background-color: #1a1a1a !important;
    color: #f5c518 !important;
}

/* Warning/accent button */
.btn-warning {
    background: linear-gradient(135deg, #f5c518, #f0b800) !important;
    border-color: #f5c518 !important;
    color: #1a1a1a !important;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-warning:hover {
    background: linear-gradient(135deg, #e0b200, #d4a800) !important;
    border-color: #e0b200 !important;
    color: #1a1a1a !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(245, 197, 24, 0.3);
}

/* Links */
a {
    color: #1a1a1a;
    transition: color 0.2s ease;
}

a:hover {
    color: #f5c518;
}

/* ====== CARDS ====== */
.card {
    border: none !important;
    box-shadow: var(--card-shadow) !important;
    border-radius: 16px !important;
    background-color: #fff;
    margin-bottom: 1.25rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    animation: fadeInUp 0.5s ease both;
}

.card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1) !important;
    transform: translateY(-2px);
}

.card-header {
    background-color: white !important;
    border-bottom: 2px solid #f5c518 !important;
    font-weight: 600;
    color: #1a1a1a !important;
    padding: 1rem 1.25rem;
    border-radius: 16px 16px 0 0 !important;
}

.card-body {
    padding: 1.25rem;
}

/* ====== DASHBOARD STAT CARDS ====== */
.bg-blue-400 {
    background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%) !important;
    position: relative;
    overflow: hidden;
}

.bg-blue-400::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -30%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(245, 197, 24, 0.1);
}

.bg-danger-400 {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%) !important;
    position: relative;
    overflow: hidden;
}

.bg-danger-400::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -30%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.bg-success-400 {
    background: linear-gradient(135deg, #00b894 0%, #00a381 100%) !important;
    position: relative;
    overflow: hidden;
}

.bg-success-400::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -30%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.bg-indigo-400 {
    background: linear-gradient(135deg, #f5c518 0%, #e0b200 100%) !important;
    color: #1a1a1a !important;
    position: relative;
    overflow: hidden;
}

.bg-indigo-400::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -30%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
}

/* Stat card text styling */
.bg-blue-400 h3,
.bg-danger-400 h3,
.bg-success-400 h3 {
    font-weight: 700;
    font-size: 2rem;
}

.bg-blue-400 span,
.bg-danger-400 span,
.bg-success-400 span {
    letter-spacing: 0.5px;
}

.bg-indigo-400 h3 {
    font-weight: 700;
    font-size: 2rem;
    color: #1a1a1a !important;
}

/* Stat card animation */
.has-bg-image {
    border-radius: 16px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.has-bg-image:hover {
    transform: translateY(-4px) scale(1.01);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15) !important;
}

.has-bg-image .icon-3x {
    transition: transform 0.3s ease;
}

.has-bg-image:hover .icon-3x {
    transform: scale(1.15);
}

/* ====== TABLES ====== */
.table thead th {
    background-color: #1a1a1a !important;
    color: #f5c518 !important;
    border: none !important;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.85rem 1rem;
}

.table thead th:first-child {
    border-radius: 8px 0 0 0;
}

.table thead th:last-child {
    border-radius: 0 8px 0 0;
}

.table tbody tr {
    transition: all 0.2s ease;
}

.table tbody tr:hover {
    background-color: #fef9e7 !important;
    transform: scale(1.001);
}

.table tbody td {
    vertical-align: middle;
    padding: 0.75rem 1rem;
    border-color: #f0f0f0 !important;
}

/* ====== FORMS ====== */
.form-control:focus {
    border-color: #f5c518 !important;
    box-shadow: 0 0 0 0.2rem rgba(245, 197, 24, 0.2) !important;
}

.custom-control-input:checked~.custom-control-label::before {
    background-color: #1a1a1a !important;
    border-color: #1a1a1a !important;
}

/* ====== BADGES ====== */
.badge-primary {
    background-color: #1a1a1a !important;
    color: #f5c518 !important;
}

.badge-warning {
    background-color: #f5c518 !important;
    color: #1a1a1a !important;
}

/* ====== PAGINATION ====== */
.page-link {
    color: #1a1a1a;
    transition: all 0.2s ease;
}

.page-item.active .page-link {
    background-color: #1a1a1a !important;
    border-color: #1a1a1a !important;
    color: #f5c518 !important;
}

/* ====== DROPDOWN ====== */
.dropdown-menu {
    border-radius: 12px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12) !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    animation: fadeInUp 0.2s ease;
}

.dropdown-item {
    transition: all 0.2s ease;
    border-radius: 6px;
    margin: 2px 6px;
    padding: 0.5rem 1rem;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #1a1a1a !important;
    color: #f5c518 !important;
}

.dropdown-item:hover {
    background-color: #fef9e7 !important;
    color: #1a1a1a !important;
}

/* ====== MODAL ====== */
.modal-content {
    border-radius: 16px !important;
    border: none !important;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2) !important;
}

.modal-header {
    background-color: #1a1a1a;
    color: #f5c518;
    border-bottom: 2px solid #f5c518;
    border-radius: 16px 16px 0 0 !important;
}

.modal-header .close {
    color: #f5c518;
}

/* ====== ALERT ====== */
.alert {
    border-radius: 12px !important;
}

.alert-info {
    background-color: #fef9e7;
    border-color: #f5c518;
    color: #1a1a1a;
}

/* ====== SCROLLBAR ====== */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #f0f0f0;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background: #999;
}

/* ====== FOOTER ====== */
.navbar-text a {
    color: #f5c518 !important;
    font-weight: 500;
}

.navbar-text a:hover {
    text-decoration: underline;
}

/* ====== FULLCALENDAR ENHANCEMENTS ====== */
.fc-toolbar h2 {
    font-weight: 600 !important;
    color: #1a1a1a;
}

.fc-button-primary {
    background: #1a1a1a !important;
    border-color: #1a1a1a !important;
    border-radius: 8px !important;
    font-weight: 500;
}

.fc-button-primary:hover {
    background: #2a2a2a !important;
}

.fc-button-primary.fc-button-active {
    background: #f5c518 !important;
    color: #1a1a1a !important;
    border-color: #f5c518 !important;
}

.fc-today {
    background: rgba(245, 197, 24, 0.12) !important;
}

/* ====== SELECT2 & DATEPICKER ====== */
.select2-container--default .select2-selection--single {
    border-radius: 10px !important;
    border-color: #e0e0e0 !important;
    transition: all 0.2s ease;
}

.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #f5c518 !important;
    box-shadow: 0 0 0 3px rgba(245, 197, 24, 0.15);
}

/* ====== TOOLTIP ====== */
.tooltip-inner {
    background: #1a1a1a;
    border-radius: 8px;
    padding: 6px 12px;
}

/* ====== PROGRESS BAR ====== */
.progress {
    border-radius: 10px;
    overflow: hidden;
}

.progress-bar {
    background: linear-gradient(90deg, #f5c518, #e0b200);
}