.page-heading {
  margin-top: 70px;
  background: url(../img/images/contact-us-top-banner.jpg);
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.contact-info .contact-icon {
  font-size: 36px;
  color: var(--background-yellow);
}
.contact-info-card {
  background-color: var(--background-gray);
}

.contact-section {
  padding: 80px 0;
}

.contact-title {
  font-weight: 600;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.contact-title span {
  color: #000;
}

.section-subtitle {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 15px;
  color: #555;
}

.form-control {
  border-radius: 6px;
  padding: 10px 15px;
  font-size: 15px;
  border: 1px solid #ccc;
}

.form-control:focus {
  border-color: #f97316;
  box-shadow: 0 0 0 0.2rem rgba(249, 180, 0, 0.25);
}

textarea.form-control {
  resize: none;
  height: 150px;
}

.form-check-label {
  font-size: 14px;
  color: #555;
}

.underline {
  width: 60px;
  height: 3px;
  background-color: #0a4c58;
  margin: 10px auto 30px;
  border-radius: 2px;
}
.contact-form-sec {
  margin-bottom: 100px;
}
