body.elementor-page-69788:not(.elementor-motion-effects-element-type-background), body.elementor-page-69788 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d9acff5 *//* ================================================= */
/* CONTACT FORM 7 - STILE PREMIUM IDROJET */
/* Da inserire nel PRIMO codice HTML, prima di </style> */
/* ================================================= */

.wpcf7,
.wpcf7 * {
  box-sizing: border-box !important;
}

.wpcf7 {
  width: 100% !important;
  max-width: 720px !important;
  margin: 18px auto 0 !important;
  padding: 22px !important;
  border-radius: 24px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%) !important;
  border: 1px solid #dfe7ef !important;
  box-shadow: 0 18px 45px rgba(20, 35, 55, 0.14) !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

/* Form */
.wpcf7 form,
.wpcf7-form {
  display: grid !important;
  gap: 16px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Righe CF7 */
.wpcf7-form p {
  margin: 0 !important;
  padding: 0 !important;
}

/* Etichette leggibili */
.wpcf7-form label {
  display: grid !important;
  gap: 8px !important;
  color: #17212b !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
}

/* Campi base */
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100% !important;
  min-height: 62px !important;
  padding: 17px 18px !important;
  border: 2px solid #cfdbe7 !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  color: #111827 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  outline: none !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 8px 20px rgba(20, 35, 55, 0.06) !important;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, background 0.18s ease !important;
}

/* Testo digitato ben visibile */
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  -webkit-text-fill-color: #111827 !important;
  caret-color: #00a651 !important;
}

/* Placeholder più leggibile */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #6b7785 !important;
  opacity: 1 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

/* Textarea */
.wpcf7 textarea {
  min-height: 118px !important;
  resize: vertical !important;
}

/* Focus */
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 input[type="date"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  border-color: #00a651 !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 5px rgba(0, 166, 81, 0.16), 0 12px 28px rgba(20, 35, 55, 0.1) !important;
  transform: translateY(-1px) !important;
}

/* Select elegante */
.wpcf7 select {
  cursor: pointer !important;
  appearance: none !important;
  padding-right: 46px !important;
  background-image:
    linear-gradient(45deg, transparent 50%, #008c45 50%),
    linear-gradient(135deg, #008c45 50%, transparent 50%) !important;
  background-position:
    calc(100% - 25px) 50%,
    calc(100% - 18px) 50% !important;
  background-size: 7px 7px, 7px 7px !important;
  background-repeat: no-repeat !important;
}

/* Pulsante principale */
.wpcf7 input[type="submit"],
.wpcf7 .wpcf7-submit {
  width: 100% !important;
  min-height: 68px !important;
  margin-top: 6px !important;
  border: none !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #00a651 0%, #008c45 55%, #006f37 100%) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: 21px !important;
  font-weight: 950 !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.35px !important;
  cursor: pointer !important;
  box-shadow: 0 16px 34px rgba(0, 166, 81, 0.36) !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease !important;
}

/* Hover pulsante */
.wpcf7 input[type="submit"]:hover,
.wpcf7 .wpcf7-submit:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 20px 42px rgba(0, 166, 81, 0.46) !important;
  filter: brightness(1.03) !important;
}

/* Click */
.wpcf7 input[type="submit"]:active,
.wpcf7 .wpcf7-submit:active {
  transform: translateY(0) !important;
  box-shadow: 0 12px 25px rgba(0, 166, 81, 0.3) !important;
}

/* Stato caricamento */
.wpcf7 input[type="submit"]:disabled,
.wpcf7 .wpcf7-submit:disabled {
  opacity: 0.75 !important;
  cursor: wait !important;
}

/* Errori campo */
.wpcf7 .wpcf7-not-valid {
  border-color: #e63131 !important;
  background: #fffafa !important;
  box-shadow: 0 0 0 5px rgba(230, 49, 49, 0.12) !important;
}

/* Testo errore ben leggibile */
.wpcf7 .wpcf7-not-valid-tip {
  display: block !important;
  margin-top: 7px !important;
  color: #b91c1c !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
}

/* Messaggi risposta */
.wpcf7 form .wpcf7-response-output {
  margin: 16px 0 0 !important;
  padding: 15px 16px !important;
  border-radius: 16px !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.45 !important;
}

/* Messaggio errore generale */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: 2px solid rgba(230, 49, 49, 0.35) !important;
  background: #fff1f1 !important;
  color: #991b1b !important;
}

/* Messaggio successo */
.wpcf7 form.sent .wpcf7-response-output {
  border: 2px solid rgba(0, 166, 81, 0.35) !important;
  background: #ecfdf3 !important;
  color: #006f37 !important;
}

/* Spinner centrato */
.wpcf7 .wpcf7-spinner {
  display: block !important;
  margin: 12px auto 0 !important;
}

/* Checkbox / acceptance */
.wpcf7 .wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7 .wpcf7-acceptance label,
.wpcf7 .wpcf7-checkbox label {
  display: flex !important;
  align-items: flex-start !important;
  gap: 11px !important;
  padding: 13px 14px !important;
  border-radius: 16px !important;
  background: #f5f8fb !important;
  border: 1px solid #dfe7ef !important;
  color: #3f4b57 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
}

.wpcf7 input[type="checkbox"] {
  width: 19px !important;
  height: 19px !important;
  min-height: auto !important;
  margin: 1px 0 0 !important;
  padding: 0 !important;
  accent-color: #00a651 !important;
  flex: 0 0 auto !important;
}

/* Link privacy */
.wpcf7 a {
  color: #008c45 !important;
  font-weight: 950 !important;
  text-decoration: underline !important;
}

/* Rimuove bordi strani Elementor/tema */
.elementor-widget-shortcode .wpcf7,
.elementor-shortcode .wpcf7 {
  overflow: visible !important;
}

/* Mobile */
@media (max-width: 680px) {
  .wpcf7 {
    margin-top: 14px !important;
    padding: 18px !important;
    border-radius: 20px !important;
  }

  .wpcf7 form,
  .wpcf7-form {
    gap: 13px !important;
  }

  .wpcf7-form label {
    font-size: 15px !important;
  }

  .wpcf7 input[type="text"],
  .wpcf7 input[type="tel"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="number"],
  .wpcf7 input[type="date"],
  .wpcf7 select,
  .wpcf7 textarea {
    min-height: 58px !important;
    padding: 15px 15px !important;
    font-size: 17px !important;
    border-radius: 16px !important;
  }

  .wpcf7 input::placeholder,
  .wpcf7 textarea::placeholder {
    font-size: 15px !important;
  }

  .wpcf7 input[type="submit"],
  .wpcf7 .wpcf7-submit {
    min-height: 64px !important;
    font-size: 18px !important;
  }
}/* End custom CSS */