/* Hero Section */
.hero {
    background: linear-gradient(rgba(13,110,253,0.85), rgba(13,110,253,0.85)),
                url('https://via.placeholder.com/1600x700');
    background-size: cover;
    background-position: center;
    height: 90vh;
}

/* Career Section */
.career-section {
    background-color: #0d6efd;
}

/* Footer Links */
footer a {
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}
