.section-cf7 .wpcf7 label {
  display: block;
  font-weight: 700;
  color: #0A1A39;
  font-size: 1.1rem;
  margin-bottom: 5px;
}
.section-cf7 .wpcf7 input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  background: transparent;
  padding: 10px 0;
  font-size: 0.9rem;
  color: #7B7A7A;
  transition: border-color 0.3s ease;
}
.section-cf7 .wpcf7 textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  background: transparent;
  padding: 10px 0;
  font-size: 0.9rem;
  color: #7B7A7A;
  transition: border-color 0.3s ease;
}
.section-cf7 .wpcf7 .wpcf7-response-output {
  font-size: 0.85rem;
  margin-top: 1rem;
}
.section-cf7 .wpcf7 .wrapper-submit p {
  margin-bottom: 0 !important;
}
.section-cf7 .wpcf7 .wrapper-submit .wpcf7-submit {
  background-color: #6CDFA2 !important;
  color: white !important;
  border: none !important;
  padding: 10px 20px !important;
  font-weight: 600 !important;
  border-radius: 0px !important;
  transition: all 0.3s ease !important;
  white-space: nowrap !important;
  font-size: 14px !important;
}
.section-cf7 .wpcf7 .wrapper-submit .wpcf7-submit:hover {
  background-color: #59c98f !important;
  transform: translateY(-2px);
}