#contact-bg {
  background-color: #be0b32;
  background-image: url(../img/contact-us-bg.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12vh 0;
  text-align: center;
}

.contact-title {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.1em;
  letter-spacing: 1px;
  color: #fff;
  margin: 0;
}

/* Responsive styles */
@media (max-width: 992px) {
  .contact-title {
    font-size: 42px;
  }
  #contact-bg {
    padding: 10vh 0;
  }
}

@media (max-width: 768px) {
  .contact-title {
    font-size: 32px;
  }
  #contact-bg {
    padding: 8vh 0;
  }
}

@media (max-width: 480px) {
  .contact-title {
    font-size: 24px;
  }
  #contact-bg {
    padding: 6vh 1rem;
  }
}

.card-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0.5px;
  color: #be0b32; /* Matches your theme red */
  text-transform: uppercase; /* Optional: for uniformity */
  margin-bottom: 0.5rem;
}
.section-heading {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 70px;
  margin-bottom: 20px;
  color: #be0b32;
  text-transform: uppercase;
}
