.elementor-1134 .elementor-element.elementor-element-2d4cd56{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-a8336e5 *//* ---------- Real Estate Lead Form Styles ---------- */
.wpcf7-form {
  max-width: 900px;
  margin: 20px auto;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(11,20,40,0.06);
  font-family: "Inter", sans-serif;
  color: #0f172a;
}

/* Section Headings */
.wpcf7-form h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0b74de;
  margin-bottom: 12px;
  border-bottom: 1px solid #e6e9ef;
  padding-bottom: 6px;
}

/* Labels */
.wpcf7-form label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
}

/* Inputs, Textareas, Selects */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="date"],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 14px;
  border: 1px solid #e6e9ef;
  border-radius: 10px;
  font-size: 14px;
  color: #06182a;
  background: #fcfeff;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
}

/* Focus state */
.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
  border-color: #0b74de;
  box-shadow: 0 4px 12px rgba(11, 117, 222, 0.1);
  outline: none;
}

/* Textarea extra height */
.wpcf7-form textarea {
  min-height: 100px;
  resize: vertical;
}

/* Submit Button */
.wpcf7-form .wpcf7-submit {
  display: inline-block;
  padding: 12px 20px;
  background: linear-gradient(90deg, #0b74de, #0366b3);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  margin-top: 10px;
}

.wpcf7-form .wpcf7-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(11,117,222,0.18);
}

/* Horizontal line styling */
.wpcf7-form hr {
  border: 0;
  border-top: 1px solid #e6e9ef;
  margin: 24px 0;
}

/* Responsive for mobile */
@media (max-width: 768px) {
  .wpcf7-form {
    padding: 15px;
  }
  .wpcf7-form h3 {
    font-size: 16px;
  }
  .wpcf7-form input,
  .wpcf7-form textarea,
  .wpcf7-form select {
    font-size: 14px;
  }
  .wpcf7-form .wpcf7-submit {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */