/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 13 2026 | 17:53:36 */
.elementor-element-e468ce2 {
	backdrop-filter: blur(16px);
    position: relative;
    width: 100%;
    z-index: 999;
    transition: box-shadow .3s ease;
}

.elementor-element-e468ce2.is-sticky {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
}