.elementor-4250 .elementor-element.elementor-element-feb3423 .fluentform-widget-wrapper .ff-el-group .ff-btn-submit{background-color:#1a7efb !important;color:#ffffff !important;}#elementor-popup-modal-4250{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-4250 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-4250 .dialog-close-button{display:flex;}#elementor-popup-modal-4250 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for fluent-form-widget, class: .elementor-element-feb3423 *//* === Clean one-layer popup design === */

/* Popup overlay background (soft blur) */
.elementor-popup-modal {
  backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, 0.55) !important;
}

/* Remove extra white padding from outer popup wrapper */
.elementor-popup-modal .dialog-message {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* The inner section = single white form card */
.elementor-popup-modal .elementor-section {
  background: #ffffff !important;
  border-radius: 16px !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12) !important;
  margin: auto !important;
  padding: 30px !important;
  max-width: 800px !important;
}

/* Reduce space around form */
.elementor-popup-modal .elementor-container {
  padding: 0 !important;
}

/* Clean button hover for popup form */
.elementor-popup-modal button[type="submit"] {
  background: linear-gradient(90deg, #1e3c72 0%, #2a5298 100%) !important;
  border: none !important;
  color: #fff !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
  transition: all 0.2s ease !important;
}
.elementor-popup-modal button[type="submit"]:hover {
  background: linear-gradient(90deg, #2a5298 0%, #1e3c72 100%) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(30, 60, 114, 0.25);
}

/* Optional: tweak close button */
.elementor-popup-modal .dialog-close-button {
  top: 15px;
  right: 20px;
  background: #1e3c72 !important;
  color: #fff !important;
  border-radius: 50%;
  font-size: 16px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.elementor-popup-modal .dialog-close-button:hover {
  background: #2a5298 !important;
}/* End custom CSS */