.map-section iframe {
  border-radius: 16px;
  border: 0;
  width: 100%;
  height: 450px;
  display: block;
}

.contact-section{
  padding-top: 150px !important;
}

/* contact section */
.form-card {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
}

.contact-section form input,
.contact-section form textarea {
  width: 100%;
  min-height: 42px;
  border-radius: 8.35px;
  border-width: 1.04px;
  padding: 10.44px 16.7px;
  border: 1.04px solid #2a32411a;
}

.contact-section .form label {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #2a324180;
}

.form-container h4 {
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.contact-image-container {
  position: relative;
  /* width: 100%; */
  height: 100%;
}

.contact-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  background: #1e1e1e96;
  color: #fff;
}

.contact-info h4 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}

.contact-info p {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .contact-section .form-card {
    padding: 20px;
    padding-bottom: 0;
    border-radius: 16px;
  }
  .form-container h4 {
    font-size: 22px;
  }

  .contact-section .form label {
    font-size: 16px;
  }
}
