.wpcf7-form input,
.wpcf7-form textarea {
  width: 100%;
  background-color: #8d3a962b;
  color: #8d3a96;
  border: none;
  padding: 1rem 1.5rem;
  outline: none;
  font-size: 1.1rem !important;
}

.wpcf7-form input {
  margin-bottom: 1rem;
}

.wpcf7-form textarea {
  resize: none;
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  color: #8d3a96 !important;
}

.wpcf7-form p {
  color: #8d3a96;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 1rem;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-submit {
  width: fit-content !important;
  background-color: #8d3a96 !important;
  color: #fff !important;
  cursor: pointer !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
  padding: 1.5rem 5rem !important;
}

.wpcf7-submit:hover {
  background-color: #6b2a75 !important;
  transform: translateY(-0.1rem) !important;
  box-shadow: 0 0.4rem 1.2rem rgba(141, 58, 150, 0.3) !important;
}

.wpcf7-response-output {
  margin: 1rem 0 !important;
  padding: 1rem !important;
  border-style: dashed !important;
}

.cf7-rodo {
  width: 70% !important;
  margin: 2.5rem 0rem !important;
  font-size: 1.2rem !important;
}

@media (max-width: 767px) {
  .wpcf7-submit {
    width: 100% !important;
    padding: 1.2rem 2rem !important;
  }

  .cf7-rodo {
    width: 100% !important;
    margin: 1.5rem 0 !important;
  }

  .wpcf7-form p {
    font-size: 1rem;
  }
}

#otp-popup {
  height: 100% !important;
}
