.elementor-1162 .elementor-element.elementor-element-9b08e23{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-1162 .elementor-element.elementor-element-9b08e23.e-con{--align-self:flex-start;}#elementor-popup-modal-1162 .dialog-widget-content{animation-duration:1.2s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-1162 .dialog-message{width:100vw;height:100vh;align-items:flex-start;}#elementor-popup-modal-1162{justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1162 .dialog-close-button{display:flex;}@media(min-width:768px){.elementor-1162 .elementor-element.elementor-element-9b08e23{--content-width:100%;}}/* Start custom CSS *//* Make the close button always clickable/visible */
.dialog-close-button {
  z-index: 999999 !important;
}

/* Make popup content fill the screen */
.elementor-popup-modal .dialog-widget-content {
  height: 100vh !important;
  max-height: 100vh !important;
}

/* Remove extra padding that can waste space */
.elementor-popup-modal .dialog-message {
  padding: 0 !important;
}

/* Let the iframe take the full popup height (leaving space for the close button area) */
.elementor-popup-modal .ghl-booking {
  height: calc(100vh - 60px) !important;
  min-height: calc(100vh - 60px) !important;
  -webkit-overflow-scrolling: touch;
}/* End custom CSS */