.cf7-form {
  display: none;
}

.cf7-form.active {
  display: block;
}

.cf7-switch-buttons {
  margin-bottom: 30px;
  color: #000;
}

.cf7-btn {
  padding: 8px 28px;
  margin: 0 8px;
  cursor: pointer;
  border: none;
  border-radius: 8px;
  background-color: #ccd3ee;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.2s ease;
}

a.cf7-btn,
a.cf7-btn:hover,
a.cf7-btn:visited,
a.cf7-btn:active {
  color: #000;
}

.cf7-btn.active {
  background-color: #a0a8c6;
}

.cf7-btn:hover {
  background-color: #a0a8c6;
}



.wpcf7-form label {
  font-size: 15px;
}

.wpcf7-form input,
.wpcf7-form textarea {
  font-size: 16px;
}
.wpcf7-form textarea {
height: 100px;
line-height: 1.6;
}
input[type="file"] {
  width: 100%;
}
input[type="submit"] {
margin-top: 20px;
}