.elementor-9246 .elementor-element.elementor-element-72d0a61{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-9246 .elementor-element.elementor-element-caa4bbc{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS *//* Header layer */
.main-header {
  z-index: 1000 !important;
}

/* Popup sits above header so it's clickable */
.elementor-popup-modal {
  z-index: 1100 !important;
}

/* Top-align the lightbox container instead of centering */
.elementor-popup-modal .dialog-widget {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important; /* keep it horizontally centered */
  transform: translateY(var(--header-h, 66px)) !important; /* hard push down */
}

/* Also push the inner content down (some themes override transform) */
.elementor-popup-modal .dialog-widget-content {
  margin-top: var(--header-h, 66px) !important;
  box-shadow: 0 16px 40px rgba(0,0,0,.08) !important;
}/* End custom CSS */