/* Hero Section Mobile Support */
@media (max-width: 991.98px) {
    .hero-section {
        min-height: auto;
        padding-top: 100px !important;
        padding-bottom: 60px;
        text-align: center;
    }
    .hero-content .d-flex { justify-content: center !important; }
    .hero-content .lead { margin: 0 auto 1.5rem !important; }
    .carousel-overlay {
        background: linear-gradient(to bottom, rgba(0, 61, 122, 0.95) 0%, rgba(0, 61, 122, 0.6) 50%, rgba(0, 0, 0, 0.3) 100%) !important;
    }
    .hero-main-img {
        max-height: 350px !important;
        margin-top: 2rem;
    }
}

@media (max-width: 575.98px) {
    .hero-content h1 {
        font-size: 1.75rem !important;
    }
    .hero-section {
        padding-top: 80px !important;
    }
}
