/* Dark background light text */
#contact-section {
  background-image: linear-gradient(#394a4ce1, #394a4ce1),
    url("../assets/images/contact/Maple-Security-Car.jpg");
  background-position: 20% center;
  background-size: cover;
}
.contact-form-div {
  background-color: #ffffff;
  border-radius: 18px;
}
#contact-from .form-floating > label {
  color: #595959;
}
.contact-info-div,
.contact-info-div .fs-5,
.contact-info-div a {
  color: white !important;
}
.contact-info-div .h5 {
  color: #ff4444;
}
/* End of Dark background light text */
/* Light background dark text */
/* #contact-section {
  background-image: linear-gradient(#ffffffaf, #ffffffaf),
    url("../assets/images/contact/Maple-Security-Car.jpg");
  background-position: 20% center;
  background-size: cover;
}
.contact-form-div {
  background-color: #394a4cc4;
  border-radius: 18px;
}
#contact-from .form-floating > label {
  color: #595959;
}
.contact-info-div,
.contact-info-div .fs-5,
.contact-info-div a {
  color: #1a1a1a !important;
}
.form-title {
  color: #fff;
}
.contact-info-div .h5 {
  color: #ff4444;
} */
/* End of Light background dark text */

.contact-form-div {
  max-width: 600px;
}
.map iframe {
  height: 45vh;
}
.map {
  height: 45vh;
  box-sizing: border-box;
  width: 100%;
}

@media (max-width: 991px) {
  .map,
  .map iframe {
    height: 50vh;
  }
  .contact-form-div {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  .map,
  .map iframe {
    height: 40vh;
  }
  .contact-form-div {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
  }
}
