.elementor-1198 .elementor-element.elementor-element-30c6cfb{--display:flex;}/* Start custom CSS for html, class: .elementor-element-9807b56 *//* ===========================
   FORM COD - Contact Form 7
   Ottimizzato per Elementor Kit
=========================== */

.cod-form {
  text-align: center;
  max-width: 420px;
  margin: 0 auto;
  background: #fff;
  padding: 2rem 1.8rem;
  border-radius: 18px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
}

/* 🔹 Label */
.cod-form label {
  display: block;
  text-align: left;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--e-global-color-text);
  margin-bottom: 4px;
  line-height: 1.2;
}

/* 🔹 Input Fields */
.cod-form input[type="text"],
.cod-form input[type="tel"],
.cod-form input[type="email"] {
  width: 100%;
  border: 1px solid var(--e-global-color-border, #dcdcdc);
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 1rem;
  color: var(--e-global-color-text, #333);
  background: var(--e-global-color-background, #fff);
  transition: all 0.2s ease;
  box-sizing: border-box;
  margin-bottom: 16px;
}

.cod-form input::placeholder {
  color: #999;
  opacity: 0.8;
}

.cod-form input:focus {
  border-color: var(--e-global-color-primary, #2e67f8);
  box-shadow: 0 0 0 2px rgba(46, 103, 248, 0.2);
  outline: none;
}

/* 🔹 Submit Button */
.cod-form input[type="submit"] {
  background: var(--e-global-color-primary, #2e67f8);
  color: var(--e-global-color-text-light, #fff);
  border: none;
  border-radius: 10px;
  padding: 15px 20px;
  font-size: 1.05rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s ease;
  width: 100%;
  margin-top: 10px;
  letter-spacing: 0.5px;
}

.cod-form input[type="submit"]:hover {
  background: var(--e-global-color-secondary, #1e4ed8);
  transform: translateY(-2px);
}

.cod-form input[type="submit"]:active {
  transform: translateY(0);
}

/* 🔹 Sistemazione margini per Elementor */
.wpcf7-form-control-wrap {
  display: block;
}

/* 🔹 Mobile Optimization */
@media (max-width: 480px) {
  .cod-form {
    padding: 1.5rem;
    border-radius: 14px;
  }
  .cod-form input[type="submit"] {
    font-size: 1rem;
  }
}

.cod-form input[type="submit"] {
  box-shadow: 0 6px 15px rgba(46,103,248,0.3);
}
.cod-form input[type="submit"]:hover {
  box-shadow: 0 8px 20px rgba(46,103,248,0.4);
}

/* 🔹 Effetto Pulse sul pulsante iniziale */
#startQuiz {
  position: relative;
  overflow: hidden;
  animation: pulseGlow 1.8s infinite ease-in-out;
}

@keyframes pulseGlow {
  0% { box-shadow: 0 0 0 0 rgba(46,103,248, 0.6); }
  70% { box-shadow: 0 0 0 15px rgba(46,103,248, 0); }
  100% { box-shadow: 0 0 0 0 rgba(46,103,248, 0); }
}/* End custom CSS */