/* Custom styles to complement Tailwind */
.hero-gradient {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
}

.nav-link:hover {
    color: #3b82f6;
    transition: 0.3s ease;
}

.footer-bg {
    background-color: #0f172a;
}
