@media (max-width: 768px) {

    /* Slider container height - increased but balanced */
    .slider,
    .hero-slider,
    .swiper,
    .swiper-slide,
    .elementor-slide {
        min-height: 60vh !important;
        height: auto !important;
    }

    /* Image full visibility */
    .slider img,
    .hero-slider img,
    .swiper-slide img,
    .elementor-slide img {
        width: 100% !important;
        height: auto !important;
        max-height: 60vh !important;
        object-fit: contain !important;
    }

    /* Background image based sliders */
    .swiper-slide,
    .elementor-slide {
        background-size: contain !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
    }
}
