.elementor-595 .elementor-element.elementor-element-365da87 > .elementor-element-populated{padding:0px 0px 60px 0px;}/* Start custom CSS for html, class: .elementor-element-54c5fde */.inquiry-intro {
  background-color: #f1fdf6;
  padding: 60px 20px;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.inquiry-intro .container {
  max-width: 850px;
  margin: 0 auto;
}

.inquiry-intro h2 {
  font-size: 30px;
  color: #198754;
  margin-bottom: 20px;
}

.inquiry-intro p {
  font-size: 16px;
  color: #2c3e50;
  line-height: 1.7;
  max-width: 750px;
  margin: 0 auto;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1669a16 */.inquiry-header {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: 'Segoe UI', sans-serif;
}

.inquiry-header h3 {
  font-size: 24px;
  color: #198754;
  margin-bottom: 10px;
}

.inquiry-header p {
  font-size: 15.5px;
  color: #2c3e50;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-1a8baca *//* Wrapper around the form */
.frm_forms.with_frm_style {
  background-color: #f9fdfc;
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  max-width: 700px;
  margin: 0 auto;
  font-family: 'Segoe UI', sans-serif;
}

/* Label styling */
.frm_primary_label {
  display: block;
  font-size: 15.5px;
  font-weight: 500;
  color: #003366;
  margin-bottom: 6px;
}

/* Input field styling */
.frm_form_field input[type="text"],
.frm_form_field input[type="email"],
.frm_form_field input[type="tel"],
.frm_form_field textarea,
.frm_form_field select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ced4da;
  border-radius: 6px;
  font-size: 15px;
  background-color: #ffffff;
  transition: border 0.3s, box-shadow 0.3s;
}

.frm_form_field input:focus,
.frm_form_field textarea:focus,
.frm_form_field select:focus {
  border-color: #198754;
  box-shadow: 0 0 0 3px rgba(25, 135, 84, 0.2);
  outline: none;
}

/* Submit button */
.frm_submit input[type="submit"] {
  background-color: #198754;
  color: #fff;
  padding: 12px 28px;
  font-size: 15px;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.frm_submit input[type="submit"]:hover {
  background-color: #157347;
}

/* Space between fields */
.frm_form_field {
  margin-bottom: 20px;
}

/* Optional: spacing below the form */
.frm_forms.with_frm_style + * {
  margin-top: 40px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7b04e6d */.inquiry-response-note {
  font-size: 14px;
  color: #2c3e50;
  margin-top: 20px;
  text-align: center;
  line-height: 1.6;
}

.inquiry-response-note a {
  color: #198754;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s;
}

.inquiry-response-note a:hover {
  color: #145c3d;
  text-decoration: underline;
}/* End custom CSS */