.elementor-28935 .elementor-element.elementor-element-39f60f8{--display:flex;}/* Start custom CSS for wd_images_gallery, class: .elementor-element-0aa9641 *//* تأثير التكبير لجميع الصور في الموقع + معرض Elementor */

/* الأساس */
img {
    transition: all 0.35s ease-in-out;
    border-radius: 8px;
}

/* التأثير عند المرور */
img:hover {
    transform: scale(1.08);
    box-shadow: 0 15px 30px rgba(0,0,0,0.25);
    opacity: 0.95;
}

/* دعم خاص لصور Elementor Gallery */
.elementor-gallery__image img,
.elementor-gallery-item img {
    transition: all 0.35s ease-in-out;
    border-radius: 8px;
}

.elementor-gallery__image:hover img,
.elementor-gallery-item:hover img {
    transform: scale(1.08);
    box-shadow: 0 15px 30px rgba(0,0,0,0.25);
    opacity: 0.95;
}



}
.post-grid-item img {
    transition: all 0.4s ease-in-out;
    border-radius: 10px; /* ممكن تغييره حسب رغبتك */
}

/* تأثير عند تمرير الماوس */
.post-grid-item img:hover {
    box-shadow: 0 0 15px rgba(0, 200, 255, 0.6); /* وهج سماوي */
    transform: scale(1.03); /* تكبير خفيف وجميل */
    border-color: rgba(0, 200, 255, 0.7);
}/* End custom CSS */