/* Add custom CSS styles below */


/* Desktop - Hide mobile hero section */

section#default-home-slider-1 {
    display: none !important;
}

/* Mobile - Show mobile hero section and hide the main hero section*/
/* الموبايل: إخفاء الأصلي وإظهار الجديد */
@media (max-width: 640px) {
    section#default-home-slider-0 {
        display: none !important;
    }
    section#default-home-slider-1 {
        display: block !important;
    }
}