/* Custom Hero Background - Force Override */

.hero {
    background: none !important;
}

.hero-overlay {
    background: linear-gradient(135deg, rgba(2, 132, 199, 0.7) 0%, rgba(3, 105, 161, 0.7) 100%), 
                url('https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?w=1920&q=80') center/cover !important;
    background-blend-mode: normal !important;
    min-height: 600px !important;
    display: flex !important;
    align-items: center !important;
}

@media (max-width: 968px) {
    .hero-overlay {
        min-height: 520px !important;
        padding: 40px 0 !important;
    }
}

@media (max-width: 640px) {
    .hero-overlay {
        min-height: 420px !important;
        padding: 30px 0 !important;
    }

    .hero-content {
        padding: 0 10px !important;
    }
}
