.elementor-1093 .elementor-element.elementor-element-5b79b39{--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;--background-transition:0.3s;}#elementor-popup-modal-1093 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-1093{justify-content:center;align-items:center;pointer-events:all;background-color:rgba(0,0,0,.8);}#elementor-popup-modal-1093 .dialog-close-button{display:flex;}#elementor-popup-modal-1093 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for shortcode, class: .elementor-element-8026341 *//* Form container */
#wpforms-639 {
  max-width: 600px;
  margin: 20px auto;
  padding: 18px 15px;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  box-sizing: border-box;
}

/* Title center */
#wpforms-639 .wpforms-title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 4px;
}

#wpforms-639 .wpforms-description {
  text-align: center;
  font-size: 13px;
  color: #777;
  margin-bottom: 15px;
}

/* Gap adjust */
#wpforms-639 .wpforms-field {
  margin-bottom: 12px;
}

/* Label styling */
#wpforms-639 .wpforms-field-label {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 4px;
  display: block;
  color: #333;
}

/* Inputs */
#wpforms-639 input[type="text"],
#wpforms-639 input[type="email"],
#wpforms-639 input[type="tel"],
#wpforms-639 input[type="number"],
#wpforms-639 select,
#wpforms-639 textarea {
  width: 100%;
  padding: 9px 11px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  font-size: 14px;
  background: #fafafa;
  transition: all 0.2s ease;
}

/* Focus effect */
#wpforms-639 input:focus,
#wpforms-639 select:focus,
#wpforms-639 textarea:focus {
  border-color: #F6C64D;
  background: #ffffff;
  box-shadow: 0 0 0 2px rgba(246,198,77,0.25);
}

/* Submit Button */
#wpforms-639 button.wpforms-submit {
  width: 100%;
  padding: 11px;
  border-radius: 999px;
  border: none;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  background: #F6C64D; 
  color: #000000;
  transition: 0.2s ease;
}

/* Hover button */
#wpforms-639 button.wpforms-submit:hover {
  background: #e6b645;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(246,198,77,0.25);
}

/* Error message */
#wpforms-639 .wpforms-error {
  font-size: 12px;
  color: #d93025;
}

/* Required star */
#wpforms-639 .wpforms-required-label {
  color: #d93025;
}

/* Mobile tweak */
@media (max-width: 767px) {
  #wpforms-639 {
    margin: 10px 8px;
    padding: 15px 12px;
  }
  #wpforms-639 .wpforms-title {
    font-size: 20px;
  }
}/* End custom CSS */