.blurred-prev-page-bg_c85de29a {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -9999;
    overflow: hidden;
    pointer-events: none;
    filter: blur(25px);
    transform: scale(1.1); /* Prevents unblurred edges */
    background: #000;
}

.blurred-prev-page-bg_c85de29a iframe {
    width: 100%;
    height: 100%;
    border: none;
    opacity: 0.5; /* Dims the background a bit to make main text readable */
}

/* Optional: Make Elementor page background transparent if needed to see the effect */
.elementor-page {
    background-color: transparent !important;
}
