/*.schedule-appointment.iframe .loading-icon {
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
text-align: center;
}*/

/* Ensures visibility priority */
.overlay, .elementor-motion-effects-layer, .elementor-background-overlay,
.elementor-sticky--effects, .sticky-ghost, .ratio-shim {
  pointer-events: none !important;
}

/* Target your specific wrapper/section if possible */
.schedule-appointment * {
  pointer-events: auto !important;
}
.schedule-appointment iframe {
  position: relative;
  z-index: 2; /* above any background layers */
}