html {
    overflow-x: hidden;
}

._11du4jf710001>.zz-bg>.zz-bg-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

._11dudc0290000>.zz-bg>.zz-bg-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

._11egvi6ph0000>.zz-bg>.zz-bg-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

._11du4jf890001>.zz-bg>.zz-bg-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

._11egv59550000>.zz-bg>.zz-bg-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

._11ehelg1d0000>.zz-bg>.zz-bg-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.zz-comp-text img {
    max-height: 100px;
    max-width: 100%;
}

.radar-ping {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    border-radius: 50%;
    background: color-mix(lab(54.1736 13.3369 -74.6839) 40%, transparent);
    animation: 1.5s cubic-bezier(0, 0, 0.2, 1) 0s infinite normal none running radar-ping;
}

.radar-pulse {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    border-radius: 50%;
    animation: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    background-color:
            color-mix(in oklab, lab(54.1736% 13.3369 -74.6839) 40%, transparent);
}

._11du4jf3d0008.is-scrolled .nav-btn i em, ._11du4jf3d0008.is-scrolled .nav-btn i:before, ._11du4jf3d0008.is-scrolled .nav-btn i:after {
    background-color: #333;
}

/* PC Header scroll effect */
@media (min-width: 768px) {
  ._11du4jf3d0001.is-float {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                backdrop-filter 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: background-color, box-shadow;
  }

  ._11du4jf3d0001 > .zz-bg > .zz-bg-color {
    background: transparent !important;
    transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }

  ._11du4jf3d0001.is-scrolled {
    background-color: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
  }

  ._11du4jf3d0001.is-scrolled > .zz-bg > .zz-bg-color {
    background: rgba(0, 0, 0, 0.85) !important;
  }
}

/* Map radar marker */
.map-radar-marker {
  position: absolute;
  top: 46%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  pointer-events: none;
  z-index: 2;
}

.map-radar-dot {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: color-mix(in oklab, lab(54.1736% 13.3369 -74.6839) 40%, transparent);
  position: relative;
  z-index: 2;
}

.map-radar-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px 20px;
  border-radius: 6px;
}

.map-radar-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
}

.map-radar-title span {
  color: #dc2626;
}

.map-radar-addr {
  font-size: 13px;
  color: #2d2d2d;
  margin-top: 4px;
  white-space: nowrap;
}

@keyframes radar-ping {
  75%, 100% {
    transform: scale(5);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.2);
    opacity: 0.9;
  }
  60% {
    transform: scale(1.2);
    opacity: 0.5;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .map-radar-marker {
    width: 26px;
    height: 26px;
    margin-left: -13px;
    margin-top: -13px;
  }

  .map-radar-dot {
    width: 26px;
    height: 26px;
  }

  .radar-ping {
    width: 26px;
    height: 26px;
    margin-left: -13px;
    margin-top: -13px;
  }

  .radar-pulse {
    width: 26px;
    height: 26px;
    margin-left: -13px;
    margin-top: -13px;
  }

  .map-radar-info {
    top: calc(50%);
    padding: 6px 12px;
    border-radius: 4px;
  }

  .map-radar-title {
    font-size: 14px;
  }

  .map-radar-addr {
    font-size: 11px;
    margin-top: 2px;
  }
}

/* Mobile header: let clicks pass through when menu closed */
._11du4jf3d0008:not(.is-open) {
  pointer-events: none;
}
._11du4jf3d0008 .nav__wrapper {
  pointer-events: auto;
}

/* Mobile header scroll effect */
._11du4jf3d0008 .nav__wrapper {
  background-color: transparent !important;
  transition: background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
              box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

._11du4jf3d0008.is-scrolled .nav__wrapper {
  background-color: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

/* Pagination Styles */
.pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    margin-top: 30px;
    margin-bottom: 30px;
}

.pagination .page-item {
    margin: 0 5px;
}

.pagination .page-item .page-link {
    position: relative;
    display: block;
    padding: 8px 16px;
    margin-left: 0;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pagination .page-item .page-link:hover {
    z-index: 2;
    color: #fff;
    background-color: rgb(235, 111, 49);
    border-color: rgb(235, 111, 49);
}

.pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: rgb(235, 111, 49);
    border-color: rgb(235, 111, 49);
}

.pagination .page-item.disabled .page-link {
    color: #999;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #f8f9fa;
    border-color: #ddd;
}
