.elementor-30498 .elementor-element.elementor-element-338808e{--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;--margin-top:204px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-30498 .elementor-element.elementor-element-49c1610{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-30498 .elementor-element.elementor-element-bc3bbaa{--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;--margin-top:21px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-30498 .elementor-element.elementor-element-3785da5 .eael-contact-form-7 .wpcf7-not-valid-tip{display:block !important;}.elementor-30498 .elementor-element.elementor-element-3785da5 .eael-contact-form-7 .wpcf7-validation-errors{display:block !important;}.elementor-30498 .elementor-element.elementor-element-3785da5 .eael-contact-form-7-wrapper{text-align:default;}.elementor-30498 .elementor-element.elementor-element-3785da5 .eael-contact-form-7 .wpcf7-form p:not(:last-of-type) .wpcf7-form-control-wrap{margin-bottom:0px;}@media(max-width:768px){.elementor-30498 .elementor-element.elementor-element-338808e{--margin-top:125px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-30498 .elementor-element.elementor-element-3785da5{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for eael-contact-form-7, class: .elementor-element-3785da5 *//* ===============================
   Contact Form 7 – FINAL CSS
   =============================== */

.cf7-custom-form {
  max-width: 80%;
  margin: 0 auto;
  padding: 25px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Label styling */
.cf7-custom-form label {
  display: block;
  margin-bottom: -20px;
  font-weight: 600;
  color: #333;
}

/* Show required star NEXT TO LABEL TEXT */
.cf7-custom-form label span.required {
  color: #dc2626;
  font-weight: 700;
  margin-left: 4px;
}

/* Hide any auto-generated stars below inputs */
.cf7-custom-form .wpcf7-form-control-wrap::before {
  display: none !important;
}

/* Inputs */
.cf7-custom-form input[type="text"],
.cf7-custom-form input[type="email"],
.cf7-custom-form input[type="tel"] {
  width: 100%;
  padding: 12px 14px;
  margin-top: 6px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
}

.cf7-custom-form input:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37,99,235,0.15);
  outline: none;
}

/* Radio buttons */
.cf7-custom-form .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 8px;
}

.cf7-custom-form .wpcf7-radio label {
  font-weight: normal;
  cursor: pointer;
}

/* Submit button */
.cf7-custom-form input[type="submit"] {
  width: 100%;
  background: #2563eb;
  color: #fff;
  padding: 14px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 20px;
}

.cf7-custom-form input[type="submit"]:hover {
  background: #1e40af;
}

/* Validation */
.cf7-custom-form .wpcf7-not-valid {
  border-color: #dc2626;
}

.wpcf7-not-valid-tip {
  color: #dc2626;
  font-size: 13px;
}


/* Mobile */
@media (max-width: 600px) {
  .cf7-custom-form {
    padding: 18px;
  }
}/* End custom CSS */