/* Custom CSS to override or supplement Tailwind */

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Custom styles for Hero section overlay if needed */
.hero-overlay {
    background: linear-gradient(to right, rgba(17, 24, 39, 0.9), rgba(17, 24, 39, 0.6));
}

/* Ensure images cover container */
.img-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
