/* navbar css starts */

.text-underline {
  border-bottom: 1px solid #fff;
  padding-bottom: 0px;
  padding-top: 10px;
  margin-bottom: 5px;
}
.menu-img {
  top: 176px;
}
/* navbar css ends */

.contact-us {
  height: 1000px;
  padding-bottom: 55px;
}
.max-w-600 {
  max-width: 600px;
}
.text-color {
  color: white !important;
}
.social-links {
  font-family: DM Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 44px;
}
.social-links-heading {
  padding-top: 617px;
  padding-bottom: 0px;
}

/*contact form css */

.contact-form {
  padding-top: 5rem;
  width: 100%;
}
.first-row {
  padding-top: 113px;
  max-width: 388px;
  padding-bottom: 65px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
}
.hidden {
  display: none;
}

#toast {
  position: fixed;
  top: 10px;
  right: 10px;
  background-color: #4caf50;
  color: white;
  padding: 15px;
  border-radius: 8px;
}
@media screen and (max-width: 762px) {
  .social-links-heading {
    padding-top: 3rem;
    padding-bottom: 1rem;
  }
  .first-row {
    padding-top: 80px;
  }
}
