.elementor-298 .elementor-element.elementor-element-056a503{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-298 .elementor-element.elementor-element-c75c7ab{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-298 .elementor-element.elementor-element-9decacf{--display:flex;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-298 .elementor-element.elementor-element-9decacf:not(.elementor-motion-effects-element-type-background), .elementor-298 .elementor-element.elementor-element-9decacf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#085E660D;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-298 .elementor-element.elementor-element-9decacf{--padding-top:30px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-3e02c05b *//* ===== Modern Consultation Form Styling ===== */
.consultation-form {
  background: #f8f9fc; /* Light background */
  padding: 25px 40px;
  border-radius: 12px;
  color: #008080; /* Teal Green text */
  max-width: 700px;
  margin: 40px auto;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Form Heading */
.consultation-form h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #008080;
}

/* Labels and Inputs */
.consultation-form label {
  display: block;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 14px;
  color: #008080;
}

.consultation-form input[type="text"],
.consultation-form input[type="email"],
.consultation-form input[type="tel"],
.consultation-form select {
  width: 100%;
  padding: 8px 12px;  /* Low height */
  border-radius: 6px;
  border: 1px solid #008080;
  background: #ffffff;
  color: #008080;
  font-size: 14px;
  outline: none;
  transition: all 0.3s ease;
}

.consultation-form input[type="text"]::placeholder,
.consultation-form input[type="email"]::placeholder,
.consultation-form input[type="tel"]::placeholder,
.consultation-form select option {
  color: rgba(0, 128, 128, 0.6);
}

/* Input Focus */
.consultation-form input[type="text"]:focus,
.consultation-form input[type="email"]:focus,
.consultation-form input[type="tel"]:focus,
.consultation-form select:focus {
  border-color: #004d4d;
  box-shadow: 0 0 5px rgba(0, 128, 128, 0.3);
}

/* Submit Button */
.consultation-form .wpcf7-submit {
  width: 100%;
  padding: 10px 0; /* Low height */
  margin-top: 10px;
  background: #008080;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.consultation-form .wpcf7-submit:hover {
  background: #004d4d;
  color: #ffffff;
}
.consultation-form input[type="date"],
.consultation-form input[type="time"] {
  width: 100%;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #008080;
  background: #ffffff;
  color: #008080;
  font-size: 14px;
  outline: none;
  transition: all 0.3s ease;
}

.consultation-form input[type="date"]:focus,
.consultation-form input[type="time"]:focus {
  border-color: #004d4d;
  box-shadow: 0 0 5px rgba(0, 128, 128, 0.3);
}

/* ===== Responsive Styling ===== */
@media (max-width: 768px) {
  .consultation-form {
    padding: 20px 25px;
  }
}/* End custom CSS */