<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.elementor-734 .elementor-element.elementor-element-a015f74{--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;}/* Start custom CSS for html, class: .elementor-element-da76c40 *//* Form wrapper â€“ space around the form */
#gform_wrapper_2 {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

/* Two column layout */
#gform_fields_2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* Default field style â€“ two per row */
#gform_fields_2 .gfield {
  flex: 0 0 48%;
  box-sizing: border-box;
}

/* Full-width for headings, sections, and checkboxes */
#gform_fields_2 .gfield.gfield_html,
#gform_fields_2 .gfield.gsection,
#gform_fields_2 .gfield.gfield_contains_required .ginput_container_checkbox {
  flex: 0 0 100%;
}

/* Section Titles like "Availability" */
.gfield_html h2, .gsection_title {
    font-size: 20px;
    margin-bottom: 10px;
    color: #1f3f5b;
    border-left: 4px solid #fe3939;
    padding-left: 10px;
    font-weight: bold;
}
/* Input field style */
#gform_fields_2 input[type="text"],
#gform_fields_2 input[type="tel"],
#gform_fields_2 input[type="email"],
#gform_fields_2 input[type="date"],
#gform_fields_2 select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  background: #fff;
  transition: border-color 0.3s;
}

#gform_fields_2 input:focus {
  border-color: #00a3c4;
  outline: none;
}

/* Checkboxes spacing */
.ginput_container_checkbox li {
  margin-bottom: 6px;
}

/* Submit button styling */
#gform_submit_button_2 {
  background-color: #fe3939;
  color: white;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
}

#gform_submit_button_2:hover {
  background-color: #007c99;
}



@media (max-width: 768px) {
  #gform_fields_2 .gfield {
    flex: 0 0 100%;
  }
}/* End custom CSS */</pre></body></html>