/* Form Opacity Fix */

/* Make form controls fully opaque */
.faq-contact-form input,
.faq-contact-form select,
.faq-contact-form .form-control,
.faq-contact-form .form-select {
  opacity: 1 !important;
  background-color: rgba(255, 255, 255, 1) !important;
}

/* Make form input groups fully opaque */
.faq-contact-form .input-group,
.faq-contact-form .input-group-text {
  opacity: 1 !important;
}

/* Make button fully opaque */
.faq-contact-form .theme-btn-2 {
  opacity: 1 !important;
} 