/* Elementor Sticky Section Controls */
.essc-sticky-active {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: var(--essc-sticky-top, 100px) !important;
  z-index: var(--essc-sticky-z, 10) !important;
  align-self: flex-start !important;
}

/* Helps Elementor Flexbox containers keep sticky behavior stable */
.e-con:has(> .essc-sticky-active),
.elementor-section:has(.essc-sticky-active),
.elementor-container:has(.essc-sticky-active) {
  overflow: visible !important;
}

@media (max-width: 1024px) {
  .essc-sticky-active.essc-disable-tablet {
    position: relative !important;
    top: auto !important;
  }
}

@media (max-width: 767px) {
  .essc-sticky-active.essc-disable-mobile {
    position: relative !important;
    top: auto !important;
  }
}
