h3 {
  font-size: 35px;
  text-transform: uppercase;
}

.cf7-custom-form {
  display: grid;
  gap: 1rem;
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
  font-family: 'Inter', sans-serif;
}

.cf7-custom-form .form-row {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 18px;
  background-color: #fafafa;
}

.cf7-custom-form label {
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}

.cf7-custom-form input,
.cf7-custom-form textarea,
.cf7-custom-form select {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  background: transparent;
  padding: 8px 0;
  font-size: 15px;
  text-align: center;
  width: 100%;
  max-width: 340px;
  transition: border-color 0.2s ease;
}

.cf7-custom-form input:focus,
.cf7-custom-form textarea:focus {
  border-color: #00a7b3;
  outline: none;
}

.cf7-custom-form .required {
  color: #e63946;
}

.cf7-custom-form .privacy-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

.cf7-custom-form .privacy-box .icon-lock {
  font-size: 18px;
  margin-bottom: 6px;
  opacity: 0.7;
}

.cf7-custom-form .privacy-box a {
  color: #00a7b3;
  text-decoration: none;
  border-bottom: 1px dotted #00a7b3;
}

.cf7-custom-form .privacy-box a:hover {
  border-bottom: 1px solid #00a7b3;
}

/* Pulsante */

.cf7-custom-form .submit-row input[type="submit"] {
  background-color: #00a7b3;
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 12px 25px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 200px;
}

.cf7-custom-form .submit-row input[type="submit"]:hover {
  background-color: #008c97;
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
  left: 29px;
}

.scrollup {
  display: block;
  position: fixed;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  background-color: var(--primary);
  transform: translateY(100%);
  z-index: 999;
  transition: all 
ease 0.35s;
  bottom: 0;
  right: 80px;
  padding: 18px 13px;
  border-radius: 40px 40px 0 0;
  display: none;
}



.entry-meta {
  display: none;
}

a {
  
}