/* Add overflow hidden to parents to prevent horizontal scrollbars when images scale up */
.elementor-widget-image, 
.elementor-background-overlay {
    overflow: hidden;
}

/* Optional smooth transition for non-scroll updates */
[style*="scale"] {
    transition: transform 0.1s ease-out;
}
