/* Hero Section Styles */
.hero-section {
    background: 
        linear-gradient(
            120deg, 
            rgba(0, 51, 102, 0.95) 0%, 
            rgba(0, 51, 102, 0.7) 40%, 
            rgba(0, 102, 204, 0.4) 70%,
            rgba(0, 102, 204, 0.1) 100%
        ),
        url('../../assets/road.jpeg');
    background-size: cover;
    background-position: center;
}