body {
  margin-top: 75px;
}

@media (max-width: 919.99px) {
  body {
    margin-top: 57px;
  }
}

.navbar {
  box-shadow: 0px -14px 35px -1px;
}

nav.navbar {
  z-index: 1000000;
}

.navbar-brand img {
  max-height: 50px;
}

.location-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.location-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.location-image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.location-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 60px 0;
  margin-bottom: 50px;
}

.location-icon {
  font-size: 2rem;
  color: #667eea;
  margin-bottom: 15px;
}

.contact-info {
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 15px;
  margin-top: 15px;
}

.map-container {
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
}

.max-width-100-important {
  width: 100% !important;
  max-width: 100% !important;
}

.d-flex.align-items-center.justify-content-center {
  display: flex !important;
  justify-content: start !important;
  width: 128px;
  margin: auto;
  gap: 10px;
}

.d-flex.align-items-center.justify-content-center i {
  width: 20px;
}.mobile-logo-to-contact,
.whatsapp-logo-to-contact {
    width: 50px;
    height: 50px;
    border-radius: 20%;
    z-index: 999999999999;
    border: #ebebeb solid 1px;
    box-shadow: #000 0 0 90px -5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.whatsapp-logo-to-contact {
    background-color: #4bca59;
    color: #fcfcfc;
    bottom: 20px;
    right: 20px;
    font-size: 30px;

}

.mobile-logo-to-contact {
    background-color: #fcfcfc;
    color: #0257ca;
    bottom: 90px;
    right: 20px;
    font-size: 27px;

}
.mobile-logo-to-contact a,
.whatsapp-logo-to-contact a {
    color: inherit;
    text-decoration: none;
}