.elementor-1697 .elementor-element.elementor-element-3fc0e66{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-f832bfd */p.gform_required_legend {
    display: none;
}

/* Inputs: only bottom border, red, 3px */
#gform_fields_1 input[type="text"],
#gform_fields_1 input[type="email"],
#gform_fields_1 input[type="tel"],
#gform_fields_1 textarea {
  border: none;
  border-bottom: 3px solid red;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  background: none;
}

/* Optional: keep it clean on focus */
#gform_fields_1 input:focus,
#gform_fields_1 textarea:focus {
  border-bottom-color: #e9344a;
  outline: none;
  box-shadow: none;
}

/* Labels: Poppins */
#gform_fields_1 .gfield_label,
#gform_fields_1 .gform-field-label {
  font-family: 'Poppins', sans-serif;
}

/* Submit button styling */
#gform_submit_button_1,
#gform_fields_1 input[type="submit"],
#gform_fields_1 button[type="submit"] {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #e9344a;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 14px 28px;
  cursor: pointer;
}

/* Optional hover effect */
#gform_submit_button_1:hover {
  opacity: 0.9;
}/* End custom CSS */