/* Start custom CSS *//* إرغام جميع الحاويات والنعاصر على ملء الشاشة بالتناسب */
@media (max-width: 767px) {
    /* تجديد ضبط الحاويات */
    .elementor-element, 
    .elementor-container, 
    .e-con {
        min-height: unset !important;
        height: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* جعل الصور تتأقلم كلياً وتملأ العرض والارتفاع */
    .elementor-widget-image {
        width: 100% !important;
        margin: 0 !important;
    }

    .elementor-widget-image img {
        width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
        display: block !important;
    }
}/* End custom CSS */