
/* ======= RESPONSIVE STYLES ======= */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .hero-section h1 {
        font-size: 3rem;
    }
    
    .section-heading {
        font-size: 2rem;
    }
    
    .countdown-item {
        margin: 0 0.5rem;
        min-width: 60px;
    }
    
    .countdown-item span:first-child {
        font-size: 1.8rem;
        padding: 0.7rem 0.3rem;
    }
    
    .countdown-label {
        font-size: 0.7rem;
    }
    
    .page-header {
        padding: 6rem 0 3rem;
    }
    
    .page-title {
        font-size: 2.5rem;
    }
    
    .admin-sidebar {
        margin-bottom: 2rem;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .hero-section h1 {
        font-size: 3.5rem;
    }
    
    .countdown-item {
        margin: 0 0.8rem;
        min-width: 70px;
    }
    
    .countdown-item span:first-child {
        font-size: 2rem;
    }
    
    .admin-sidebar {
        margin-bottom: 2rem;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-section h1 {
        font-size: 3.8rem;
    }
    
    .countdown-container {
        margin-top: 1.5rem;
    }
    
    .event-timeline-content {
        padding: 1.5rem;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.2rem;
        padding-left: 1.2rem;
    }
}

/* Timeline responsive adjustments */
@media (max-width: 767.98px) {
    .timeline:before {
        left: 30px;
        transform: none;
    }
    
    .timeline-item {
        padding-left: 70px;
    }
    
    .timeline-point {
        left: 30px;
        transform: none;
    }
}