.hidden {
  display: none;
}
.error-text {
  color: "#fb0000";
}

.form-response {
  border-radius: 6px;
  padding: 4px 6px;
}

.success-message {
  background-color: #117b11;
  color: #fff;
}
.fail-message {
  background-color: #921010;
  color: #fff;
}
.fail-message a {
  color: #fff;
  text-decoration: underline;
}
.fail-message a:hover,
.fail-message a:focus {
  font-weight: bold;
}

.header {
  display: flex;
  justify-content: flex-end; /* Align text to the right */
  padding: 20px; /* Adjust padding as needed */
  background-color: #ffffff; /* Background color for the header */
}

.header-text {
  font-size: 24px; /* Adjust font size as needed */
  color: #000000; /* Black text */
  font-weight: bold; /* Optional: make text bold */
}

#hero .hero-map.img-fluid {
  max-width: 80%;
}

#hero .img-fluid {
  max-width: 150%;
}

#footer .footer-top {
  background: #1f0839;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #c42eab;
}
