.ef-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.ecrano-form .ef-progress {
  margin-bottom: 16px;
}

.ecrano-form .ef-progress-track {
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: #e6e8ec;
  overflow: hidden;
}

.ecrano-form .ef-progress-bar {
  height: 100%;
  width: 0%;
  background: #4c5945;
  transition: width 0.25s ease;
}

.ecrano-form .ef-progress-text {
  margin-top: 6px;
  font-size: 13px;
}

.ecrano-form .ef-field {
  margin-bottom: 12px;
}

.ecrano-form .ef-label {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  text-align: left;
  font-weight: 600;
}

.ecrano-form--landing .ef-label {
  color: #ffffff;
}

.ecrano-form .ef-input,
.ecrano-form select,
.ecrano-form textarea {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 18px;
  line-height: 24px;
  padding: 0 8px;
  box-sizing: border-box;
  background: #fff;
}

.ecrano-form textarea {
  min-height: 120px;
  padding-top: 8px;
  padding-bottom: 8px;
  resize: vertical;
}

.ecrano-form .ef-input:focus,
.ecrano-form select:focus,
.ecrano-form textarea:focus {
  outline: none;
}

.ecrano-form .ef-field-error {
  display: block;
  margin-top: 4px;
  color: #b42318;
  font-size: 13px;
}

.ecrano-form .is-invalid,
.ecrano-form input.is-invalid,
.ecrano-form select.is-invalid,
.ecrano-form textarea.is-invalid {
  border-color: #b42318 !important;
  box-shadow: 0 0 0 1px rgba(180, 35, 24, 0.15);
}

.ecrano-form .is-valid,
.ecrano-form input.is-valid,
.ecrano-form select.is-valid,
.ecrano-form textarea.is-valid {
  border-color: #1a7f37 !important;
  box-shadow: 0 0 0 1px rgba(26, 127, 55, 0.12);
}

.ecrano-form [data-ef-feedback] {
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 14px;
}

.ecrano-form [data-ef-feedback].is-pending {
  background: #f4f5f7;
  color: #1d2939;
}

.ecrano-form [data-ef-feedback].is-success {
  background: #ecfdf3;
  color: #067647;
}

.ecrano-form [data-ef-feedback].is-error {
  background: #fef3f2;
  color: #b42318;
}

.ecrano-form .ef-nav {
  display: flex;
  gap: 12px;
}

.ecrano-form .ef-submit,
.ecrano-form button[type="button"] {
  border: none;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  background: #4c5945;
  color: #ffffff;
  padding: 15px 45px;
  border-radius: 50px;
  margin-top: 20px;
  cursor: pointer;
}
