.location-marker:nth-child(6) .map-icon {
  display: none; /* hide original img */
}

.location-marker:nth-child(6) .map-pin {
  background-image: url('https://45049224.fs1.hubspotusercontent-na1.net/hubfs/45049224/location/Building-3.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;  /* adjust size as needed */
  height: 32px;
}

/* .location-label:hover {
font-size: 15px;
padding: 7px 7px;
transform: scale(1);
transition: transform 0.1s ease;
} */
.map-pin: before{
  content: "https://45049224.fs1.hubspotusercontent-na1.net/hubfs/45049224/location-pin-svgrepo-com.svg";
}
.site-map-outer {
  position: relative;
  width: 100%;  /* Full width */
  /*   max-width: 1450px; Maximum width for desktop */
  overflow: hidden; /* Prevent overflow */
}

#map-container {
  position: relative;
  width: 100%; 
  height: auto; 
  opacity: 0.8;
}

.location-label {
  position: absolute;
  font-size: 12px;
  color: black;
  background: rgba(255, 255, 255, 0.7);
  padding: 2px 4px;
  border-radius: 3px;
}

img#us-map {
  width: 100%; /* Make the map responsive */
  height: auto; /* Maintain aspect ratio */
  display: block; /* Remove bottom space under the image */
}
.location-marker {
  position: absolute;
  transform: translate(-50%, -100%);
  cursor: pointer;
}

/* .map-pin {
width: 12px;
height: 12px;
border-radius: 50%;
box-shadow: 0 0 4px rgba(0,0,0,0.4);
transition: transform 0.2s;
position: relative;
} */

.location-marker:hover .map-pin {
  transform: scale(1.2);
}
.location-label p{
  margin: 0px;
  font-size: 20px;
}
.location-label {
  position: absolute;
  bottom: -35%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 4px;
  font-size: 10px;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 10;
  max-width: 270px;
  min-width: 270px;
  padding: 12px;
}
/* .pin-link {
line-height: normal;
width: 12px;
height: 12px;
font-size: 4px;
position: absolute;
} */
.location-marker:hover .location-label {
  display: block;
}
.location-label p:first-child {
  color: #0A4370;
  font-family: 'korolevBold';
}

.location-label p:nth-child(2) {
  color: #7c7368;
  font-family: 'korolevBold';
}

.location-label p {
  color: #0a4370;
  font-family: 'korolevLight';
}

.map-pin {
  opacity: 1!important;
  width: 44px;
  height: 40px;
  box-shadow: none;
}
/* .map-pin {
opacity: 0;
} */

.map-pin {
  border-radius: 50%;
  transition: transform 0.2s;
  position: relative;
}
.map-pin a.pin-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.pin-link {
  line-height: normal;
  font-size: 4px;
  position: absolute;
}
.location-label img.location-photo {
  width: 100%;
  height: 100%;
}
.location-label span{
  text-wrap: initial;
}
/* .location-photo img{
width: 100%;
height:auto;
} */
@media screen and (max-width: 767px) {
  .location-marker:nth-child(6) .map-pin {
    width: 15px; 
    height: 15px;
  }
  .map-pin {
    width: 22px;
    height: 22px;
  }
  .location-marker:nth-of-type(2) {
    transform: translate(-70%, -100%);
  }
  .location-label{
    z-index: 99999;
    min-width: 100px;
    bottom: -130px;
  }
  .location-label span {
    font-size: 10px;
    line-height: 10px;
  }
  .location-label p {
    line-height: 16px;
    font-size: 12px;
  }
}