.navbar {
  z-index: 1030;
}

.contact-float-btn {
  z-index: 1029;
  right: 1rem;
  bottom: 1rem;
  border-radius: 50rem;
  padding: 0.75rem 1.4rem;
  font-weight: 600;
  white-space: nowrap;
}

.hero-bg {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (max-width: 991.98px) {
  .contact-float-btn {
    display: inline-flex !important;
    align-items: center;
  }
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

a.active,
a:active {
  text-decoration: none;
}

#location-map {
  height: 50vh;
}

@media (max-width: 991.98px) {
  #location-map {
    height: 37.5vh;
  }
}

.footer-logo {
  width: 50%;
  height: auto;
}

.card-thumb {
  height: 160px;
  object-fit: cover;
}

.thumb-sm {
  height: 150px;
}

.hero-img {
  max-height: 60vh;
  object-fit: cover;
}

.hidden {
  display: none;
}

.mini-map {
  height: 300px;
}

.cookie-consent {
  animation: cookieFadeIn 0.4s ease-out;
}

@keyframes cookieFadeIn {
  from {
    opacity: 0;
    transform: translateY(1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
