/* 
 * Hero Swiper Specific Styles
 * Moved from or complementing style-hero.css
 * Currently style-hero.css contains all necessary styles.
 * This file is created to satisfy the HTML link reference.
 */

/* Optional: Overrides specific to Swiper behavior if needed separately */
.hero-slider-section .swiper-slide {
    /* Ensure slides take full height */
    height: 100%;
}
