.angie-blur-overlay-6c63427b {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    z-index: 998; /* Elementor mobile menus usually have 1000+ */
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.angie-blur-overlay-6c63427b.is-active {
    opacity: 1;
    visibility: visible;
}
