.elementor-51 .elementor-element.elementor-element-08d3d91{--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;--overflow:auto;}@media(max-width:767px){.elementor-51 .elementor-element.elementor-element-08d3d91{--min-height:100vh;--gap:1px 1px;--row-gap:1px;--column-gap:1px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-edce67f *//* ================================
   CONTACT FORM 7 - STILE FIOCCHETTI
   ================================ */

.wpcf7 {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  font-family: "Inter", "Montserrat", Arial, sans-serif;
  color: #081a33;
}

/* Contenitore modulo */
.wpcf7 form {
  background:
    radial-gradient(circle at 90% 10%, rgba(13, 94, 219, 0.08), transparent 28%),
    #ffffff;
  border: 1px solid rgba(8, 26, 51, 0.08);
  border-radius: 34px;
  padding: 34px;
  box-shadow: 0 26px 70px rgba(8, 26, 51, 0.10);
}

/* Label */
.wpcf7 label {
  display: block;
  color: #061b36;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
  margin-bottom: 18px;
}

/* Campi input */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  margin-top: 8px;
  padding: 15px 16px;
  border-radius: 16px;
  border: 1px solid rgba(8, 26, 51, 0.12);
  background: #f7fbff;
  color: #081a33;
  font-size: 15px;
  font-weight: 600;
  font-family: inherit;
  outline: none;
  transition: 0.25s ease;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.75);
}

/* Placeholder */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #7b8da3;
  font-weight: 500;
}

/* Select */
.wpcf7 select {
  appearance: none;
  cursor: pointer;
  background-image:
    linear-gradient(45deg, transparent 50%, #073d7d 50%),
    linear-gradient(135deg, #073d7d 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 55%,
    calc(100% - 14px) 55%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 42px;
}

/* Focus */
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  border-color: rgba(13, 94, 219, 0.55);
  background: #ffffff;
  box-shadow:
    0 0 0 4px rgba(13, 94, 219, 0.10),
    inset 0 1px 0 rgba(255,255,255,0.9);
}

/* Textarea */
.wpcf7 textarea {
  min-height: 130px;
  resize: vertical;
}

/* Privacy acceptance */
.wpcf7 .wpcf7-acceptance {
  display: block;
  margin: 8px 0 22px;
}

.wpcf7 .wpcf7-list-item {
  margin: 0;
}

.wpcf7 .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 0;
  color: #465f7b;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
}

.wpcf7 input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  accent-color: #0d5edb;
  cursor: pointer;
  flex: 0 0 auto;
}

/* Bottone submit */
.wpcf7 input[type="submit"] {
  width: 100%;
  min-height: 58px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #061b36, #0d5edb);
  color: #ffffff;
  font-size: 17px;
  font-weight: 900;
  font-family: inherit;
  cursor: pointer;
  box-shadow: 0 18px 42px rgba(13, 94, 219, 0.30);
  transition: 0.25s ease;
  letter-spacing: -0.2px;
}

.wpcf7 input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 54px rgba(13, 94, 219, 0.40);
}

.wpcf7 input[type="submit"]:active {
  transform: translateY(0);
}

/* Spinner CF7 */
.wpcf7 .wpcf7-spinner {
  display: block;
  margin: 16px auto 0;
}

/* Messaggi errore campo */
.wpcf7-not-valid-tip {
  color: #dc2626;
  font-size: 13px;
  font-weight: 700;
  margin-top: 6px;
}

/* Campi non validi */
.wpcf7 input.wpcf7-not-valid,
.wpcf7 select.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid {
  border-color: rgba(220, 38, 38, 0.65);
  background: #fff7f7;
}

/* Messaggi finali CF7 */
.wpcf7 form .wpcf7-response-output {
  margin: 22px 0 0;
  padding: 16px 18px;
  border-radius: 18px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

/* Errore invio */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: 1px solid rgba(220, 38, 38, 0.22);
  background: #fff7f7;
  color: #991b1b;
}

/* Successo invio */
.wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid rgba(22, 163, 74, 0.22);
  background: #f0fdf4;
  color: #166534;
}

/* Layout più ordinato se il modulo viene messo dentro una sezione con id modulo */
#modulo .wpcf7 {
  max-width: 820px;
}

#modulo .wpcf7 form {
  position: relative;
}

#modulo .wpcf7 form::before {
  content: "Richiedi il tuo preventivo";
  display: block;
  color: #061b36;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.08;
  letter-spacing: -1.2px;
  font-weight: 950;
  margin-bottom: 12px;
}

#modulo .wpcf7 form::after {
  content: "Compila il modulo: ti ricontattiamo telefonicamente entro 24/48h per consigliarti la soluzione più adatta.";
  display: block;
  color: #526a84;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 600;
  margin-bottom: 26px;
}

/* Responsive tablet */
@media (max-width: 768px) {
  .wpcf7 form {
    padding: 28px 20px;
    border-radius: 28px;
  }

  .wpcf7 label {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="tel"],
  .wpcf7 input[type="url"],
  .wpcf7 input[type="number"],
  .wpcf7 select,
  .wpcf7 textarea {
    padding: 14px 15px;
    border-radius: 15px;
    font-size: 15px;
  }

  .wpcf7 input[type="submit"] {
    min-height: 56px;
    font-size: 16px;
  }

  #modulo .wpcf7 form::before {
    font-size: 31px;
  }

  #modulo .wpcf7 form::after {
    font-size: 15px;
  }
}

/* Responsive mobile piccolo */
@media (max-width: 420px) {
  .wpcf7 form {
    padding: 24px 16px;
    border-radius: 24px;
  }

  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="tel"],
  .wpcf7 input[type="url"],
  .wpcf7 input[type="number"],
  .wpcf7 select,
  .wpcf7 textarea {
    font-size: 14px;
  }

  .wpcf7 .wpcf7-list-item label {
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-08d3d91 */html,
body {
  margin: 0 !important;
  padding: 0 !important;
}

.elementor,
.elementor-section,
.elementor-container,
.e-con,
.e-con-inner {
  margin-top: 0 !important;
}

#header {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.fp-wrapper {
  margin-top: 0 !important;
  padding-top: 0 !important;
}/* End custom CSS */