#airportMap {
    width: 100%;
    height: 390px;
    background-color: #F1F4F7; /* water color */
}

.leaflet-bottom.leaflet-right {
    display: none;
}

.leaflet-marker-icon.custom-marker-with-label .custom-marker {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #1D4886;
}

.leaflet-marker-icon.custom-marker-with-label .marker-label {
    color: #2C3059;

    font-family: "Bellefair";
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0px;
    text-transform: uppercase;

    margin-left: -10px;
}

.leaflet-touch .leaflet-bar {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 30px 0px 30px 30px;
    border: none;
}

.leaflet-touch .leaflet-bar a {
    width: 50px;
    height: 50px;
}

.leaflet-control-zoom-in {
    background: url('../../../../content/dam/ground-services/icons/plus-icon.png');
    background-size: 20px 20px;
    text-indent: -9999px;

}

.leaflet-control-zoom-out {
    background: url('../../../../content/dam/ground-services/icons/minus-icon.png');
    background-size: 20px 20px;
    text-indent: -9999px;
}

.custom-marker-with-label {
    margin: 0 !important;
}

 .leaflet-control-attribution {
   display: none !important;
 }

.tooltip {
    --bs-tooltip-opacity: 1 !important;
}

.tooltip-inner {
    max-width: 452px;
    height: auto;
    background-color: white;
    color: inherit;
    text-align: unset;
    padding: 40px 40px 20px 40px;
    box-shadow: 0px 8.43px 16.86px 0px #10182840;

    display: flex;
    flex-direction: column;
}

.tooltip-arrow {
    --bs-tooltip-bg: white;
    box-shadow: 0px 8.43px 16.86px 0px #10182840;
}

.tooltip-inner {
    color: #6A6D87;

    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0%;
}

.tooltip-inner a {
    color: #6A6D87;

    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    text-decoration: underline !important;
    text-decoration-style: solid !important;
    text-decoration-offset: 0% !important;
    text-decoration-thickness: 0% !important;
}

.tooltip-inner table.services-group img {
	width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.tooltip-inner table.services-group td {
    text-align: center;
    vertical-align: top;
}

.tooltip-inner table.services-group td h6 {
    line-height: 0;
}

.tooltip-inner table.services-group td a {
    color: #000000;

    font-family: Bellefair;
    font-weight: 400;
    font-style: Regular;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
    text-decoration: none !important;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before, 
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before {
    border-width: 16px;
    top: -15px;
}

.image-rich-tooltip .tooltip-arrow::before {
    border-width: 8px !important;
    top: 0px !important;
	left: -8px !important;
}

.map-title, .tooltip-inner b, .tooltip-inner strong {
    color: #2C3059;

    font-family: Bellefair !important;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.map-gs .newHeadingContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
  }

.map-gs  .headingStyle {
    color: var(--gray-text-strong, #2c3059);

    /* Desktop/Display-2 */
    font-family: Bellefair;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 3rem */
    text-transform: uppercase;
    align-self: stretch;
  }

.map-gs  .readMoreStyle {
    padding-right: 8px;
    font-family: "InterBold";
  }

.map-gs  .readMoreDiv {
    color: #684b9b;
    cursor: pointer;
    text-decoration: none !important;
  }

.map-gs  .readMoreDiv img {
    width: 16px;
    height: auto;
  }

.tooltip-inner a.view-more {
    color: #684B9B;

    font-family: InterBold;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0px;
    text-align: right;
    text-decoration: none !important;

    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    gap: 10px;
}

.tooltip-inner a.view-more img {
	width: 20px;
    height: 20px;
}

@media (min-width: 768px) {
  #airportMap {
    width: 100%;
    height: 507px;
  }

  .map-title {
    color: var(--gray-text-strong, #2C3059);

    font-family: Bellefair;
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0px;
    text-transform: uppercase;
  }
}

 @media (max-width: 767px) {
    .map-gs .newHeadingContainer {
      /* // width: 358px; */
      /*height: 78px; */
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .map-gs .headingStyle {
      width: 358px;
      height: 36px;
      font-family: "Bellefair";
      font-weight: 400;
      font-size: 24px;
      line-height: 36px;
    }

    .map-gs .newHeadingContainer {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      padding-bottom: 40px;
    }
}

#tooltipAnchor {
	position: absolute;
    opacity: 0;
    pointer-events: none;
}

.image-rich-tooltip .tooltip-inner {
     max-width: 280px;
     padding: 8px 12px;
     font-size: 13px;
     line-height: 1.4;
     text-align: left;
}

.image-rich-tooltip .tooltip-inner strong {
	 color: #000;
}

.image-rich-tooltip .tooltip-inner em {
	 color: #666;
}

.image-rich-tooltip .tooltip-arrow,
.image-rich-tooltip .tooltip-inner::before {
 pointer-events: none;
}

.image-rich-tooltip .tooltip-inner {
 pointer-events: auto; /* keep clickable links or buttons inside */
}

.tooltip-inner p {
    margin-bottom: 4px;
}

.tooltip-inner .service-icon,
.tooltip-inner .services-group a img {
     width: 40px;
     height: 40px;
     margin-right: 12px;
}

.tooltip-inner img.service-icon, .tooltip-inner .services-group a img {
     cursor: pointer;
     transition: transform 0.2s ease;
}

.tooltip-inner img.service-icon:hover, .tooltip-inner .services-group a img:hover {
     transform: scale(1.1);
     opacity: 0.9;
}