/* Start custom CSS */.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100% !important;
  padding: 12px !important;
  margin-bottom: 20px !important;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
  font-size: 16px !important;
  background: #fff !important;
  box-sizing: border-box !important;
}

.wpcf7 textarea {
  min-height: 150px !important;
}

.wpcf7 input[type="submit"] {
  background-color: #f3c500 !important;
  color: white !important;
  font-size: 16px !important;
  font-weight: bold !important;
  padding: 14px !important;
  border: none !important;
  border-radius: 6px !important;
  cursor: pointer !important;
  width: 100% !important;
  transition: background-color 0.3s ease !important;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #d9b000 !important;
}/* End custom CSS */