.contact-info-container {
  background-image: url("/assets/images/modern-world-map-background\ 1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #0b1313;
  height: 95vh;
  border-radius: 4px;
}

.contact-info-container h2 {
  font-weight: 500;
  font-size: 24px;
}

.location-button {
  width: 100%;
  border: 1px solid white;
  background-color: transparent;
  color: #ffffff;
  margin-top: -50px;
  padding: 0px 80px;
}

.contact-location-text {
  color: white;
  font-weight: 500;
  font-size: 13.5px;
}

.contact-list {
  margin-top: -50px;
}

.contact-list > li {
  list-style: none;
  display: flex;
  margin-bottom: 10px;
}

.contact-list a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  font-size: 13.5px;
}

.contact-form-header {
  font-weight: 700;
  font-size: 26.27px;
  color: var(--primary-color);
}

.contact-form-para {
  font-weight: 400;
  font-size: 14px;
  padding: auto 20px;
}

.contact-form-container {
  text-align: center;
  height: 100vh;
}

.contact-form-sub-container {
  width: 65%;
}

.form-control {
  background-color: #f1f1f185;
  border: 1px solid #a1a1a14d;
  color: black;
  opacity: 1;
  padding: 10px;
  font-weight: 400;
  font-size: 15px;
}
.form-control::placeholder {
  color: #878787 !important;
  opacity: 1 !important;
}

.contact-submit-button {
  width: 100%;
  background-color: #0da02e;
  color: white;
}

.contact-submit-button:hover {
  background-color: #0da02e;
  color: white;
}

.is-invalid {
  color: #f00;
  font-size: 12px;
}


@media (max-width: 600px) {
  .contact-info-container {
    margin-bottom: 60px;
    height: 90vh;
  }
  .contact-form-sub-container {
    width: 80%;
    margin-top: 90px;
  }
}
