/* Contact page */
.contact-form-wrap {
  padding: 32px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
}

.contact-form-wrap .form-control,
.contact-form-wrap .form-select {
  min-height: 52px;
  border-radius: 14px;
}

.contact-hero-banner {
    min-height: 500px;
    background: linear-gradient(rgba(0,0,0,0.28), rgba(0,0,0,0.28)),
                url('../../img/contactbg.png') no-repeat center center;
    background-size: cover;
}

.contact-cta-section {
    min-height: 360px;
    background: linear-gradient(rgba(0,0,0,0.35), rgba(0,0,0,0.35)),
                url('../../img/containerbg.png') no-repeat center center;
    background-size: cover;
}

.contact-cta-section h2,
.contact-cta-section p {
    color: #fff;
}