/* İSTEFEST Custom Styles - İSTE Kurumsal Renkleri */

:root {
    --primary-color: #D32F2F;      /* İSTE Kırmızı - Bilim tutkusu, yenilikçilik */
    --secondary-color: #757575;    /* İSTE Gri - Güç, çelik */
    --accent-color: #B71C1C;       /* Koyu Kırmızı */
    --light-gray: #E0E0E0;         /* Açık Gri */
    --success-color: #10b981;
    --danger-color: #ef4444;
    --warning-color: #f59e0b;
    --dark-color: #212121;         /* İSTE Koyu Gri */
    --bg-color: #F5F5F5;           /* Arka Plan */
}

/* General Styles */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
}

/* Gradient Button - İSTE Renkleri */
.btn-gradient {
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    color: white;
    border: none;
    transition: all 0.3s;
}

.btn-gradient:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(211, 47, 47, 0.4);
    color: white;
    background: linear-gradient(135deg, var(--accent-color), var(--primary-color));
}

/* Admin Button Styling */
.admin-btn {
    border-color: #757575 !important;
    color: #757575 !important;
    font-weight: 600;
    transition: all 0.3s;
}

.admin-btn:hover {
    background: #757575 !important;
    color: white !important;
    border-color: #757575 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(117, 117, 117, 0.3);
}

.admin-btn i {
    font-size: 0.85rem;
}

/* Referee Button Styling */
.referee-btn {
    border-color: #757575 !important;
    color: #757575 !important;
    font-weight: 600;
    transition: all 0.3s;
}

.referee-btn:hover {
    background: linear-gradient(135deg, #757575, #616161) !important;
    color: white !important;
    border-color: #757575 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(117, 117, 117, 0.3);
}

.referee-btn i {
    font-size: 0.85rem;
}

/* İSTE Logo - Navbar */
.iste-logo-navbar {
    height: 50px;
    width: auto;
    max-width: 50px;
    object-fit: contain;
    filter: drop-shadow(0 2px 6px rgba(211, 47, 47, 0.2));
    transition: transform 0.2s;
}

.iste-logo-navbar:hover {
    transform: scale(1.05);
}

/* İSTE Logo - Footer */
.iste-logo-footer {
    height: 50px;
    width: auto;
    max-width: 50px;
    object-fit: contain;
    filter: drop-shadow(0 2px 6px rgba(255, 255, 255, 0.1));
    transition: transform 0.2s;
}

.iste-logo-footer:hover {
    transform: scale(1.05);
}

/* Modern Navbar Styles */
#mainNav {
    transition: all 0.3s ease;
    padding: 8px 0;
}

#mainNav.scrolled {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 5px 0;
}

.nav-link-modern {
    font-weight: 500;
    font-size: 0.95rem;
    color: #212121 !important;
    padding: 8px 16px !important;
    border-radius: 8px;
    transition: all 0.2s ease;
    position: relative;
    display: flex;
    align-items: center;
}

.nav-link-modern i {
    font-size: 0.9rem;
    opacity: 0.7;
    transition: all 0.2s;
}

.nav-link-modern:hover {
    background: rgba(211, 47, 47, 0.05);
    color: #D32F2F !important;
}

.nav-link-modern:hover i {
    opacity: 1;
    transform: translateX(2px);
}

.nav-link-modern.active,
.nav-link-modern:active {
    background: rgba(211, 47, 47, 0.1);
    color: #D32F2F !important;
    font-weight: 600;
}

.navbar-brand {
    transition: transform 0.2s;
}

.navbar-brand:hover {
    transform: scale(1.02);
}

/* Specification Content Display */
.spec-content-box {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 12px;
    border-left: 4px solid #D32F2F;
    max-height: 600px;
    overflow-y: auto;
    line-height: 1.8;
    font-size: 0.95rem;
    color: #212121;
}

.spec-text {
    white-space: pre-wrap;
    word-wrap: break-word;
}

/* İSTE Logo Stili - Navbar (Fallback) */
.iste-logo-box {
    width: 50px;
    height: 50px;
    background: #D32F2F;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 900;
    font-size: 1.3rem;
    letter-spacing: -1px;
    box-shadow: 0 2px 8px rgba(211, 47, 47, 0.3);
}

.iste-brand-title {
    font-weight: 900;
    font-size: 1.4rem;
    color: #212121;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.iste-brand-subtitle {
    font-size: 0.7rem;
    color: #757575;
    font-weight: 500;
}

/* Eski stil - yedek */
.brand-logo {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
}

.brand-title {
    font-weight: bold;
    font-size: 1.5rem;
    color: #212121;
}

.brand-subtitle {
    font-size: 0.75rem;
    color: #757575;
}

/* Modern Hero Section - Professional Design */
.hero-section-modern {
    position: relative;
    padding: 140px 0 100px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #ffffff 100%);
    overflow: hidden;
}

.hero-section-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(211, 47, 47, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(117, 117, 117, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

/* İSTE Logo - Hero Section */
.iste-logo-hero {
    height: 120px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
    filter: drop-shadow(0 4px 12px rgba(211, 47, 47, 0.15));
    transition: transform 0.3s;
}

.iste-logo-hero:hover {
    transform: scale(1.05);
}

/* İSTE Logo Modern */
.iste-logo-wrapper {
    display: inline-block;
    animation: fadeIn 1s ease-in;
}

.iste-logo-modern {
    display: flex;
    align-items: center;
    gap: 20px;
}

.logo-square {
    width: 100px;
    height: 100px;
    background: #D32F2F;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(211, 47, 47, 0.35);
    position: relative;
    overflow: hidden;
}

.logo-square::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.1), transparent);
    transform: rotate(45deg);
    animation: shine 3s infinite;
}

@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.logo-if {
    color: white;
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: -2px;
    position: relative;
    z-index: 1;
}

.logo-iste {
    font-size: 2.5rem;
    font-weight: 900;
    color: #212121;
    letter-spacing: 3px;
    line-height: 1;
}

.logo-subtitle-sm {
    font-size: 0.9rem;
    color: #757575;
    font-weight: 500;
}

/* Modern Title */
.hero-title-modern {
    margin-bottom: 20px;
}

.iste-text-dark {
    color: #212121;
    font-weight: 900;
    letter-spacing: -1px;
}

.fest-text-red {
    color: #D32F2F;
    font-weight: 900;
    letter-spacing: -1px;
}

.year-badge-modern {
    display: inline-block;
    background: linear-gradient(135deg, #D32F2F, #B71C1C);
    color: white;
    padding: 8px 24px;
    border-radius: 50px;
    font-size: 1.5rem;
    font-weight: 900;
    box-shadow: 0 4px 15px rgba(211, 47, 47, 0.3);
    margin-top: 10px;
}

.hero-subtitle {
    font-size: 1.4rem;
    color: #757575;
    margin: 20px 0;
}

.hero-description {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.7;
}

/* Hero Buttons */
.hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.btn-hero-primary {
    background: linear-gradient(135deg, #D32F2F, #B71C1C);
    color: white;
    padding: 15px 35px;
    font-size: 1.1rem;
    font-weight: 700;
    border: none;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(211, 47, 47, 0.3);
    transition: all 0.3s;
}

.btn-hero-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(211, 47, 47, 0.4);
    color: white;
}

.btn-hero-outline {
    background: white;
    color: #757575;
    padding: 15px 35px;
    font-size: 1.1rem;
    font-weight: 700;
    border: 2px solid #757575;
    border-radius: 12px;
    transition: all 0.3s;
}

.btn-hero-outline:hover {
    background: #757575;
    color: white;
    border-color: #757575;
    transform: translateY(-3px);
}

/* Hero Status Card */
.hero-status-card {
    background: white;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: 2px solid #f0f0f0;
}

.status-badge {
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 25px;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.event-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.event-detail-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 12px;
    border-left: 4px solid #D32F2F;
}

.event-detail-item i {
    font-size: 1.8rem;
    color: #D32F2F;
    width: 40px;
    text-align: center;
}

.event-detail-item small {
    display: block;
    color: #999;
    font-size: 0.8rem;
    margin-bottom: 3px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.event-detail-item strong {
    color: #212121;
    font-size: 1.05rem;
}

/* Hero Stats Grid */
.hero-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 30px;
}

.hero-stat-item {
    background: white;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
    border: 2px solid transparent;
}

.hero-stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(211, 47, 47, 0.15);
    border-color: #D32F2F;
}

.stat-icon-modern {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.stat-info-modern {
    flex-grow: 1;
}

.stat-number-modern {
    font-size: 2rem;
    font-weight: 900;
    color: #212121;
    line-height: 1;
}

.stat-label-modern {
    font-size: 0.85rem;
    color: #757575;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.animate-fadeIn {
    animation: fadeIn 1s ease-in;
}

.animate-fadeInUp {
    animation: fadeInUp 0.8s ease-out;
}

.animate-fadeInRight {
    animation: fadeInRight 1s ease-out;
}

/* Quick Stats Bar */
.quick-stats-bar {
    background: white;
    padding: 0;
    margin-top: -50px;
    position: relative;
    z-index: 10;
}

/* Responsive */
@media (max-width: 992px) {
    .hero-section-modern {
        padding: 120px 0 80px;
    }
    
    .iste-logo-hero {
        height: 100px;
        max-width: 100px;
    }
    
    .iste-logo-img {
        height: 80px;
    }
    
    .hero-status-card {
        margin-top: 30px;
    }
    
    .hero-title-modern h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    .iste-logo-hero {
        height: 80px;
        max-width: 80px;
    }
    
    .hero-title-modern h1 {
        font-size: 2rem;
    }
    
    .year-badge-modern {
        font-size: 1.2rem;
        padding: 6px 20px;
    }
}

@media (max-width: 768px) {
    .hero-buttons {
        flex-direction: column;
    }
    
    .btn-hero-primary,
    .btn-hero-outline {
        width: 100%;
        text-align: center;
    }
    
    .hero-stats-grid {
        grid-template-columns: 1fr;
    }
}

/* İSTE Logo Tarzı İSTEFEST Başlık */
.istefest-logo-container {
    display: inline-block;
    position: relative;
}

.istefest-logo-text {
    font-size: 5rem;
    font-weight: 900;
    letter-spacing: -2px;
    margin: 0;
    line-height: 1;
    display: flex;
    align-items: baseline;
    gap: 15px;
}

.iste-part {
    color: #212121;
    background: #E0E0E0;
    padding: 10px 25px;
    border-radius: 8px;
    position: relative;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

.year-part {
    color: #D32F2F;
    font-weight: 900;
    text-shadow: 2px 2px 4px rgba(211, 47, 47, 0.2);
}

/* İSTE Tarzı İstatistik Kutuları */
.stat-box-iste {
    text-align: center;
    padding: 30px 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: all 0.3s;
    border: 2px solid transparent;
}

.stat-box-iste:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 24px rgba(211, 47, 47, 0.15);
    border-color: #D32F2F;
}

.stat-icon-iste {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.stat-number-iste {
    font-size: 3rem;
    font-weight: 900;
    color: #212121;
    margin: 10px 0 5px;
}

.stat-label-iste {
    color: #757575;
    font-weight: 600;
    margin: 0;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Responsive logo */
@media (max-width: 768px) {
    .istefest-logo-text {
        font-size: 3rem;
        flex-direction: column;
        gap: 5px;
        align-items: center;
    }
    
    .iste-part {
        padding: 8px 20px;
        font-size: 0.9em;
    }
    
    .year-part {
        font-size: 0.8em;
    }
}

@media (max-width: 576px) {
    .istefest-logo-text {
        font-size: 2.5rem;
    }
    
    .stat-number-iste {
        font-size: 2rem;
    }
}

.event-info {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

/* Stats Box */
.stat-box {
    text-align: center;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0;
}

.stat-label {
    color: #6b7280;
    margin: 0;
}

/* Feature Card */
.feature-card {
    padding: 30px;
    border-radius: 16px;
    background: white;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: all 0.3s;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.feature-icon {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    margin-bottom: 16px;
}

/* Category Card */
.category-card {
    padding: 30px;
    border-radius: 16px;
    background: white;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: all 0.3s;
    height: 100%;
}

.category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.category-card-clickable {
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.category-card-clickable:hover {
    border-color: #D32F2F;
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(211, 47, 47, 0.2);
}

.category-icon {
    width: 72px;
    height: 72px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    margin-bottom: 20px;
}

/* Timeline */
.timeline {
    position: relative;
    padding: 40px 0;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, var(--primary-color), var(--secondary-color));
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
}

.timeline-item:nth-child(odd) {
    flex-direction: row;
}

.timeline-item:nth-child(even) {
    flex-direction: row-reverse;
}

.timeline-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.timeline-content {
    width: 45%;
    padding: 24px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.timeline-event-image {
    max-width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.timeline-item:nth-child(odd) .timeline-content {
    margin-right: auto;
}

.timeline-item:nth-child(even) .timeline-content {
    margin-left: auto;
}

@media (max-width: 768px) {
    .timeline::before {
        left: 32px;
    }

    .timeline-item,
    .timeline-item:nth-child(even) {
        flex-direction: row !important;
    }

    .timeline-icon {
        left: 32px !important;
        transform: translateX(0) !important;
    }

    .timeline-content,
    .timeline-item:nth-child(odd) .timeline-content,
    .timeline-item:nth-child(even) .timeline-content {
        width: calc(100% - 100px);
        margin-left: 100px !important;
        margin-right: 0 !important;
    }
}

/* Contact Card */
.contact-card {
    padding: 24px;
    border-radius: 16px;
    background: white;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.contact-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
    margin-bottom: 12px;
}

/* Modern Footer Styles */
.footer-modern {
    background: #212121;
    color: white;
    padding: 60px 0 20px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.2s;
    display: inline-block;
}

.footer-links a:hover {
    color: #D32F2F;
    padding-left: 5px;
}

.footer-contact-item {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    color: #b0b0b0;
    font-size: 0.95rem;
}

.footer-contact-item i {
    color: #D32F2F;
    font-size: 1.2rem;
    width: 20px;
    flex-shrink: 0;
}

.footer-contact-item strong {
    color: #fff;
    display: block;
    margin-bottom: 5px;
}

.footer-contact-item a {
    color: #b0b0b0;
    text-decoration: none;
    transition: all 0.2s;
}

.footer-contact-item a:hover {
    color: #D32F2F;
}

.footer-bottom-link {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.2s;
}

.footer-bottom-link:hover {
    color: #D32F2F;
}

/* Footer Hover Links */
.hover-link:hover {
    color: #D32F2F !important;
    transition: all 0.2s;
}


/* Admin Styles - İSTE Renkleri */
.admin-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 260px;
    background: var(--dark-color);
    color: white;
    display: flex;
    flex-direction: column;
}

.sidebar-header {
    padding: 24px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
}

.sidebar-nav {
    flex: 1;
    padding: 16px;
    overflow-y: auto;
}

.sidebar-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    color: #d1d5db;
    text-decoration: none;
    border-radius: 8px;
    margin-bottom: 4px;
    transition: all 0.2s;
}

.sidebar-link:hover {
    background: rgba(255,255,255,0.1);
    color: white;
}

.sidebar-link.active {
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    color: white;
}

.sidebar-footer {
    padding: 16px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.admin-content {
    margin-left: 260px;
    padding: 32px;
    min-height: 100vh;
    background: #f9fafb;
}

.admin-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

/* Stat Cards */
.stat-card {
    padding: 24px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.stat-icon {
    font-size: 2.5rem;
    opacity: 0.9;
}

.stat-details h3 {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0;
}

.stat-details p {
    margin: 0;
    opacity: 0.9;
}

/* Quick Action Icons */
.quick-action-icon {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

/* Admin Lock Icon */
.admin-lock-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.admin-lock-icon i {
    font-size: 2rem;
    color: white;
}

/* Responsive */
@media (max-width: 768px) {
    .admin-sidebar {
        width: 200px;
    }

    .admin-content {
        margin-left: 200px;
        padding: 16px;
    }

    .hero-section {
        padding: 100px 0 60px;
    }
}

@media (max-width: 576px) {
    .admin-sidebar {
        transform: translateX(-100%);
    }

    .admin-content {
        margin-left: 0;
    }
}

/* Hover Lift Effect for Cards */
.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2) !important;
}
