/* Custom Global Styles for Tailwind overrides */
html {
    scroll-behavior: smooth;
}

/* Fallback base styles just in case JS doesn't trigger */
.gsap-hero-up, .gsap-fade-up, .gsap-grid-item {
    visibility: visible;
}

/* Image styling */
.img-overlay::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to bottom, rgba(15, 23, 42, 0.4) 0%, rgba(15, 23, 42, 0.9) 100%);
}

.hero-overlay {
    background: linear-gradient(to right, rgba(15, 23, 42, 0.85) 0%, rgba(15, 23, 42, 0.4) 100%);
}
