.elementor-116 .elementor-element.elementor-element-bd1ec03{--display:flex;}.elementor-116 .elementor-element.elementor-element-5e196b5{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-116 .elementor-element.elementor-element-0029a95{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-db8c893 *//* Contenitore form */
.wpcf7 form {
  background-color: #f7f9f6;
  border: 2px solid #0c4b33;
  border-radius: 12px;
  padding: 30px;
  max-width: 700px;
  margin: 0 auto;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  font-family: 'Montserrat', sans-serif;
}

/* Titoli e label */
.wpcf7 form p {
  margin-bottom: 20px;
  font-size: 15px;
  color: #0c4b33;
  font-weight: 600;
}

/* Input e textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  padding: 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: white;
  font-size: 15px;
  color: #333;
  transition: border-color 0.3s;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border-color: #88b04b;
  outline: none;
}

/* Pulsante invio */
.wpcf7 input[type="submit"] {
  background-color: #f4c542;
  color: #0c4b33;
  font-size: 17px;
  font-weight: bold;
  padding: 14px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
  width: 100%;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #ddb225;
}

/* Messaggi */
.wpcf7-response-output {
  margin-top: 20px;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 15px;
}

.wpcf7-mail-sent-ok {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.wpcf7-validation-errors {
  background-color: #fff3cd;
  color: #856404;
  border: 1px solid #ffeeba;
}

/* Responsive migliorato */
@media screen and (max-width: 600px) {
  .wpcf7 form {
    padding: 20px;
  }

  .wpcf7 input[type="submit"] {
    font-size: 16px;
  }
}/* End custom CSS */