#elementor-popup-modal-4921{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-4921 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-4921 .dialog-close-button{display:flex;}#elementor-popup-modal-4921 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:767px){.elementor-4921 .elementor-element.elementor-element-c3732df{margin-top:0px;margin-bottom:30px;}}/* Start custom CSS *//* Make popup content fully scrollable on mobile */
@media (max-width: 767px) {
  .elementor-popup-modal .dialog-widget-content {
    max-height: 95vh !important;  /* taller popup viewport */
    overflow-y: auto !important;  /* allow scrolling */
    padding-bottom: 60px !important; /* extra space for submit button */
  }

  /* Ensure MetForm fields aren't cut off */
  .elementor-popup-modal .elementor-widget-container {
    max-height: none !important;
  }
}/* End custom CSS */