.elementor-385 .elementor-element.elementor-element-2ac1e72{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-5084c89 *//* formular mai lat + centrat */
.wpcf7 form {
  max-width: 900px;
  margin: 0 auto;
}

/* label-uri (Nume, Email etc.) aurii */
.wpcf7 label {
  color: #e4ad4a;
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}

/* inputuri */
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 18px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}

/* focus */
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  border-color: #e4ad4a;
  outline: none;
  box-shadow: 0 0 6px rgba(228,173,74,0.3);
}

/* buton */
.wpcf7 input[type="submit"] {
  background: #e4ad4a;
  color: #fff;
  border: none;
  padding: 12px 35px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
}

/* hover */
.wpcf7 input[type="submit"]:hover {
  background: #c9962f;
}/* End custom CSS */