/**
 * BJMC Odisha - Cross-Device Breakpoints & Responsive Enhancements
 */
@media (max-width: 1024px) {
    .header-title-box h1 {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    .header-top-bar {
        padding: 0.5rem;
    }
    
    .header-title-box h1 {
        font-size: 1.05rem;
    }
    
    .header-subtitle {
        font-size: 0.65rem;
    }
    
    .hero-title {
        font-size: 2rem !important;
    }
    
    .section-title {
        font-size: 1.5rem !important;
    }
}

@media (max-width: 480px) {
    .header-logo-box {
        width: 45px;
        height: 45px;
    }
    
    .header-title-box h1 {
        font-size: 0.95rem;
    }
    
    .btn-primary {
        padding: 0.5rem 0.8rem;
        font-size: 0.7rem;
    }
}
