.elementor-2472 .elementor-element.elementor-element-dc1b55a{--display:flex;}#elementor-popup-modal-2472 .dialog-widget-content{animation-duration:0.7s;border-style:solid;border-color:#FFFFFF;box-shadow:23px 23px 23px 3px #000000;}#elementor-popup-modal-2472{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-2472 .dialog-message{width:36vw;height:864px;align-items:flex-start;}#elementor-popup-modal-2472 .dialog-close-button{display:flex;}/* Start custom CSS *//* Whole popup background */
#elementor-popup-modal-2472 {
  background: rgba(255, 255, 255, 0.75); /* white glass */
  backdrop-filter: blur(12px);
  border-radius: 0px;
  box-shadow: 0 8px 30px rgba(0, 128, 0, 0.1);
  border: 1px solid rgba(34, 139, 34, 0.15); /* soft green border */
  padding: 30px;
  font-family: 'Inter', sans-serif;
}

/* Title styling */
#elementor-popup-modal-2472 .elementor-heading-title {
  color: #2b8a3e; /* earthy green */
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

/* Form field styling */
#elementor-popup-modal-2472 input,
#elementor-popup-modal-2472 textarea,
#elementor-popup-modal-2472 select {
  background: #fff;
  border: 1px solid #cdeecd;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 15px;
  color: #2f4f2f;
  font-family: 'Inter', sans-serif;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.03);
}

/* On focus */
#elementor-popup-modal-2472 input:focus,
#elementor-popup-modal-2472 textarea:focus,
#elementor-popup-modal-2472 select:focus {
  border-color: #69db7c;
  outline: none;
  box-shadow: 0 0 0 2px rgba(105, 219, 124, 0.2);
}

/* Submit button */
#elementor-popup-modal-2472 button,
#elementor-popup-modal-2472 input[type="submit"] {
  background: linear-gradient(90deg, #b2f2bb, #69db7c);
  color: #034d1f;
  border: none;
  border-radius: 8px;
  padding: 10px 22px;
  font-weight: 500;
  font-size: 15px;
  font-family: 'Inter', sans-serif;
  transition: background 0.3s ease, color 0.3s ease;
  margin-top: 20px;
  cursor: pointer;
}

/* Hover state for button */
#elementor-popup-modal-2472 button:hover,
#elementor-popup-modal-2472 input[type="submit"]:hover {
  background: linear-gradient(90deg, #a9e29e, #4caf50);
  color: white;
}/* End custom CSS */