/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 20 2025 | 16:00:04 */
/* Default: all images grey */
.elementor-image-carousel img {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

/* Active slide stays colored */
.elementor-image-carousel .swiper-slide-active img {
    filter: grayscale(0%);
}

/* Optional: color on hover */
.elementor-image-carousel img:hover {
    filter: grayscale(0%);
}
