/* Start custom CSS */body.page-id-16109 .tutor-modal,
body.page-id-16109 .tutor-modal-window,
body.page-id-16109 .tutor-modal-overlay,
body.page-id-16109 .tutor-modal-backdrop,
body.page-id-16109 .tutor-login-modal {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Restore page scrolling and clicking */
html:has(body.page-id-16109),
body.page-id-16109 {
    overflow: auto !important;
    position: static !important;
    pointer-events: auto !important;
}

/* Make sure the page content remains clickable */
body.page-id-16109 #page,
body.page-id-16109 .elementor,
body.page-id-16109 .elementor-location-header,
body.page-id-16109 .elementor-location-footer {
    pointer-events: auto !important;
}/* End custom CSS */