.maps-section .maps-nav-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: fit-content;
  z-index: 999;
}
.maps-section .maps-nav-btn .nav-link {color: var(--color-first);transition: all 0.5s;}
.maps-section .maps-nav-btn .nav-link.active,
.maps-section .restaurant-no {color: var(--color-dark);background-color: var(--color-first);}
.maps-section .map-list-iframe, .maps-section .map-iframe {
  width: 100%;
  border-radius: 10px;
  border: 0 !important;
  box-shadow: none;
  outline: none;
}
.owl-carousel{
  z-index: 999 !important;
}
.maps-section .map-list-iframe {height: 240px;}
.maps-section .map-iframe {height: 500px;}
/* Carousel tab specific map height - 3x larger */
.tab-pane[id*="nav-tab-2"] .map-content,
[id*="nav-tab-2"] .map-content,
.tab-pane[id*="nav-tab-2"] .map-iframe,
[id*="nav-tab-2"] .map-iframe {height: 900px !important;}
.maps-section .restaurant-img, .maps-section .owl-carousel .restaurant-img {width: 140px;min-height: 160px;height: 100%;object-fit: contain;object-position: center;}
.maps-section .restaurant-no {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 20px;
  height: 20px;
  z-index: 2;
}
.rstCardCarousel .item {padding: 5px;}
.map-section .rst-cards-area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
html[data-bs-theme="dark"] .maps-section img {filter: none !important;}

/* @media screen */
@media screen and (max-width: 1024px) {
  .maps-section .restaurant-img, .maps-section .owl-carousel .restaurant-img {min-height: 120px;}
}
@media screen and (max-width: 991px) {
  .maps-section .restaurant-no {top: 2px;left: 2px;}
}
@media screen and (max-width: 767px) {
  .maps-section .map-iframe {height: 700px;}
  /* Mobile carousel tab specific map height - 3x larger */
  .tab-pane[id*="nav-tab-2"] .map-content,
  [id*="nav-tab-2"] .map-content,
  .tab-pane[id*="nav-tab-2"] .map-iframe,
  [id*="nav-tab-2"] .map-iframe {height: 500px !important;}
  .maps-section .restaurant-img, .maps-section .owl-carousel .restaurant-img {width:100%;height: 130px;margin-bottom: 12px;padding: 2px;}
}
html[data-bs-theme="dark"] .leaflet-control-zoom-in span, html[data-bs-theme="dark"] #chat-box-block .rst-cards-area .restaurant-card .restaurant-no, html[data-bs-theme="dark"] #chat-box-block-canvas .rst-cards-area .restaurant-card .restaurant-no {color: var(--color-dark) !important;}
html[data-bs-theme="dark"] .leaflet-popup-pane .leaflet-popup .leaflet-popup-content {background-color: var(--color-dark) !important;}
html[data-bs-theme="dark"] .leaflet-marker-icon  .marker-container{background-color: var(--color-dark) !important;}
html[data-bs-theme="dark"] .leaflet-marker-icon .marker-container {background: rgb(220, 53, 69) !important;}
html[data-bs-theme="dark"] .leaflet-marker-icon .marker-container.marker-active {background: #000 !important;}
html[data-bs-theme="dark"] .leaflet-marker-icon .marker-container.marker-active span {color: #FFF !important;}