/* Safari rendering fix: Elementor motion-effects background layer can stack above content on /services/.
   Symptoms: only hero background visible in Safari (content appears hidden).
   Scope: page-id-663 (/services/) only.
*/

.page-id-663 .elementor-section,
.page-id-663 .e-con {
  position: relative;
}

.page-id-663 .elementor-motion-effects-container {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.page-id-663 .elementor-motion-effects-layer {
  z-index: -1;
}

.page-id-663 .elementor-section .elementor-container,
.page-id-663 .e-con > .e-con-inner {
  position: relative;
  z-index: 1;
}
