/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 22 2026 | 09:39:34 */
/** The flipbox uses a background-image property which doesnt allow to target
*	directly the img of the flipbox. But targeting the overlay and blurring everything
*	behind it (which is the image) works
*/
.elementor-flip-box__layer__overlay {
	backdrop-filter: blur(5px);
}