:root {
  --themedeepyellow: #c6aa64;
  --themelightyellow: #dac77c;
  --background: #f9fdff;
  --themegray: rgba(0, 0, 0, 0.03);
  --themeblack: #32373b;
}

.herosection {
  min-height: 476px;
}
.herosection .carousel-inner {
  min-height: 476px;
}
.herosection .carousel-inner .carousel-item {
  min-height: 476px;
  background: linear-gradient(90deg, rgba(50, 55, 59, 0.82) 9.51%, rgba(50, 55, 59, 0.42) 82.19%), url("../img/contactheaderbg.webp") no-repeat;
}

#contact .map {
  height: 466px;
  margin-top: 80px;
}
#contact .map iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#contact .contact-container .contact-detail h3 {
  font-size: 28px;
  font-weight: 500;
  color: var(--themeblack);
}
#contact .contact-container .contact-detail p {
  font-size: 16px;
  font-weight: 300;
}
#contact .contact-container .contact-detail ul {
  list-style: none;
  padding-left: 0px;
}
#contact .contact-container .contact-detail ul li {
  padding: 5px 0px;
}
#contact .contact-container .contact-detail ul li a {
  display: flex;
  align-items: center;
  color: var(--themeblack);
}
#contact .contact-container .contact-detail ul li a span {
  display: inline-block;
  padding: 0px 10px;
}
#contact .contact-container .contact-detail ul li a .form-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  background: rgba(198, 170, 100, 0.15);
}
#contact .contact-container .contact-form {
  border-radius: 10px;
  border: 1px solid #cfebf9;
  background: #f9fdff;
}
#contact .contact-container .contact-form h3 {
  font-size: 28px;
  color: var(--themeblack);
  font-weight: 500;
}
#contact .contact-container .contact-form input,
#contact .contact-container .contact-form textarea {
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  background: #fff;
  padding: 10px 7px;
}
#contact .contact-container .contact-form input::-moz-placeholder, #contact .contact-container .contact-form textarea::-moz-placeholder {
  color: #999;
  font-size: 16px;
  font-weight: 400;
}
#contact .contact-container .contact-form input::placeholder,
#contact .contact-container .contact-form textarea::placeholder {
  color: #999;
  font-size: 16px;
  font-weight: 400;
}
#contact .contact-container .contact-form textarea {

  min-height: 122px;
}
#contact .contact-container .contact-form .submitbtn {
  display: inline-flex;
  padding: 10px 35px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 32px;
  background: linear-gradient(273deg, #c6aa64 4.15%, #dac77c 94.68%);
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
}

@media (max-width: 576px) {
  .herosection {
    min-height: 306px;
  }
  .herosection .carousel-inner {
    min-height: 306px;
  }
  .herosection .carousel-inner .carousel-item {
    min-height: 306px;
    background: linear-gradient(90deg, rgba(50, 55, 59, 0.82) 9.51%, rgba(50, 55, 59, 0.42) 82.19%), url("../img/contactheadermobile.webp") no-repeat;
    background-size: cover;
  }
  #contact .map {
    height: 200px;
    margin-top: 40px;
  }
  #contact .map iframe {
    width: 100%;
    border-radius: 10px;
  }
}/*# sourceMappingURL=contact.css.map */