.fadein { position: relative; width: 100%; max-width: 1200px; margin: 40px auto; aspect-ratio: 16/9; overflow: hidden; border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,.3); }
.fadein img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: none; }
.fadein img:first-child { display: block; }
.hero-section { background: linear-gradient(rgba(0,0,0,.45),rgba(0,0,0,.55)),url("/assets/images/bannerimages/banner001.jpg") center/cover no-repeat; min-height: 420px; display: flex; align-items: center; justify-content: center; }
.hero-overlay { width: 100%; }
.hero-carousel { position: relative; overflow: hidden; border-radius: .75rem; }
.hero-img { height: 430px; object-fit: cover; filter: brightness(45%); }
.hero-content { position: absolute; inset: 0; z-index: 10; display: flex; flex-direction: column; justify-content: center; align-items: center; pointer-events: none; padding: 2rem; }
.hero-content h1 { font-size: 2rem; }
.hero-content a { pointer-events: auto; }
@media (max-width: 576px) { .hero-section { min-height: 360px; } .hero-overlay { padding: 2rem 1rem !important; } .hero-carousel .carousel-inner, .hero-carousel .carousel-item, .hero-carousel .hero-img { height: 560px; } }
