/* Must See Spots — page-specific refresh (scoped to .hotspots-page) */

.hotspots-page .hotspots-banner.inner-banner.hotspots-hero {
  margin-top: 92px;
  min-height: 380px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: linear-gradient(
      180deg,
      rgba(15, 23, 42, 0.2) 0%,
      rgba(38, 0, 0, 0.75) 100%
    ),
    url(../images/hotspot-banner.jpg) center / cover no-repeat;
  border-bottom: 1px solid rgba(134, 0, 56, 0.2);
}

.hotspots-page .hotspots-slide {
  height: 380px;
}

.hotspots-page .hotspots-banner-slider .hotspots-banner-txt {
  padding-bottom: 48px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.hotspots-page .hotspots-banner-txt h1 {
  font: normal clamp(1.75rem, 4vw, 2.75rem) / 1.15 'eb_garamondmedium';
  color: #fff;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
}

.hotspots-page .hotspots-banner-slider .owl-dots {
  bottom: 24px;
}

.hotspots-page .hotspots-banner-slider .owl-dot {
  width: 8px;
  height: 8px;
  border-width: 1px;
  opacity: 0.85;
}

/* Intro */
.hotspots-page .hotspots-intro {
  padding: 48px 0 36px;
  background: linear-gradient(180deg, #faf9f7 0%, #fff 100%);
  border-bottom: 1px solid #ece8e0;
}

.hotspots-page .hotspots-intro-kicker {
  text-align: center;
  font: 600 11px / 1.2 'alegreya_sansmedium';
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #860038;
  margin: 0 0 10px;
}

.hotspots-page .hotspots-intro-title {
  text-align: center;
  font: normal 2rem / 1.2 'eb_garamondsemibold';
  color: #2a0a0f;
  margin: 0 0 18px;
}

.hotspots-page .hotspots-intro .text-center {
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
  font: 400 1.05rem / 1.65 'eb_garamondsemibold';
  color: #4a4d52;
  letter-spacing: 0.02em;
  font-size: 16px;
}

/* Main content: map + list */
.hotspots-page .hotspotcontent-sec {
  padding: 40px 0 72px;
  background: #f6f4f1;
  border-bottom: none;
}

.hotspots-page .hotspotcontent-sec > .hotspot_container > .row {
  margin-left: -12px;
  margin-right: -12px;
}

.hotspots-page .hotspotcontent-sec > .hotspot_container > .row > [class*="col-"] {
  padding-left: 12px;
  padding-right: 12px;
}

/* Spotlight card (left) */
.hotspots-page .location_info {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e8e4dc;
  box-shadow: 0 12px 40px rgba(38, 0, 0, 0.06);
  min-height: 0;
  overflow: hidden;
  margin-bottom: 24px;
}

.hotspots-page .location_info .location_img img {
  border-radius: 0;
  display: block;
  width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: cover;
}

.hotspots-page .location_info .location_content {
  padding: 20px 22px 22px;
}

.hotspots-page .location_content > h3 {
  font: normal 1.35rem / 1.25 'eb_garamondsemibold';
  color: #5b0026;
  margin: 0 0 10px;
}

.hotspots-page .location_content > p {
  font: 400 0.95rem / 1.55 'alegreya_sansregular';
  color: #5c6168;
  margin-bottom: 16px;
}

.hotspots-page a.inner-btn.hotspot-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 8px;
  background: #860038;
  color: #fff !important;
  border: none;
  box-shadow: none;
  font-family: 'alegreya_sansmedium';
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 12px;
  transition: background 0.2s ease, transform 0.15s ease;
}

.hotspots-page a.inner-btn.hotspot-btn:hover {
  background: #6b002d;
  color: #fff !important;
}

.hotspots-page a.inner-btn.hotspot-btn p.hide-txt,
.hotspots-page a.inner-btn.hotspot-btn p.show-txt {
  color: #fff;
  margin: 0;
}

/* Map */
.hotspots-page #map-canvas {
  height: 433px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e0dcd4;
  box-shadow: 0 12px 40px rgba(38, 0, 0, 0.07);
  background: #e8e6e3;
}

/* Season tabs */
.hotspots-page .hotspotcontent-sec ul.nav-tabs {
  background: #fff;
  border: 1px solid #e8e4dc;
  border-radius: 12px 12px 0 0;
  padding: 10px 8px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  border-bottom: 1px solid #e8e4dc;
}

.hotspots-page .hotspotcontent-sec ul.nav-tabs li.nav-item {
  padding: 0;
  margin: 0;
}

.hotspots-page .hotspotcontent-sec ul.nav-tabs a.nav-link {
  font: 600 13px / 1.2 'eb_garamondmedium';
  color: #5c6168;
  padding: 12px 18px;
  border-radius: 10px 10px 0 0;
  border: 1px solid transparent;
  background: transparent;
}

.hotspots-page .hotspotcontent-sec ul.nav-tabs a.nav-link:hover {
  color: #860038;
  background: #faf7f5;
}

.hotspots-page .hotspotcontent-sec ul.nav-tabs a.nav-link.active,
.hotspots-page .hotspotcontent-sec ul.nav-tabs a.nav-link.active:hover {
  color: #fff;
  background: linear-gradient(145deg, #860038, #b0083a);
  border-color: #860038;
}

.hotspots-page .hotspotcontent-sec ul.nav-tabs a.nav-link::after {
  display: none;
}

.hotspots-page .hotspotcontent-sec .hotspot-tab-content {
  padding: 28px 24px 32px;
  background: #fff;
  border: 1px solid #e8e4dc;
  border-top: none;
  border-radius: 0 0 14px 14px;
  box-shadow: 0 16px 48px rgba(38, 0, 0, 0.05);
}

/* Scrollable lists inside each season tab (long spot lists) */
.hotspots-page .hotspotcontent-sec .hotspot-tab-content > .tab-pane {
  max-height: min(62vh, 560px);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: rgba(134, 0, 56, 0.45) #efe9e2;
  padding-right: 8px;
}

.hotspots-page .hotspotcontent-sec .hotspot-tab-content > .tab-pane::-webkit-scrollbar {
  width: 10px;
}

.hotspots-page .hotspotcontent-sec .hotspot-tab-content > .tab-pane::-webkit-scrollbar-track {
  background: #efe9e2;
  border-radius: 6px;
}

.hotspots-page .hotspotcontent-sec .hotspot-tab-content > .tab-pane::-webkit-scrollbar-thumb {
  background: rgba(134, 0, 56, 0.38);
  border-radius: 6px;
}

.hotspots-page .hotspotcontent-sec .hotspot-tab-content > .tab-pane::-webkit-scrollbar-thumb:hover {
  background: rgba(134, 0, 56, 0.55);
}

.hotspots-page ul.hotspot-ul {
  column-count: 1;
  column-gap: 0;
  max-width: 100%;
}

@media (min-width: 768px) {
  .hotspots-page ul.hotspot-ul {
    column-count: 2;
    column-gap: 28px;
  }
}

@media (min-width: 1200px) {
  .hotspots-page ul.hotspot-ul {
    column-count: 3;
    column-gap: 32px;
  }
}

.hotspots-page ul.hotspot-ul li {
  break-inside: avoid;
  padding: 8px 0 8px 44px;
  margin-bottom: 4px;
  font-family: 'alegreya_sansregular';
  font-size: 15px;
  line-height: 1.45;
}

.hotspots-page ul.hotspot-ul li a {
  color: #3d3435;
}

.hotspots-page ul.hotspot-ul li a:hover,
.hotspots-page ul.hotspot-ul li.active a {
  color: #860038;
}

.hotspots-page ul.hotspot-ul li .hotspot-fa {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid #d4cfc7;
  background: #faf9f7;
  color: #860038;
  border-radius: 50%;
}

.hotspots-page ul.hotspot-ul li a:hover .hotspot-fa,
.hotspots-page ul.hotspot-ul li.active a .hotspot-fa {
  background: #860038;
  color: #fff;
  border-color: #860038;
}

@media (max-width: 767px) {
  .hotspots-page .hotspots-banner.inner-banner.hotspots-hero {
    margin-top: 118px;
    min-height: 280px;
  }

  .hotspots-page .hotspots-slide {
    height: 280px;
  }

  .hotspots-page #map-canvas {
    height: 300px;
    margin-bottom: 16px;
  }

  .hotspots-page .hotspotcontent-sec .hotspot-tab-content > .tab-pane {
    max-height: min(52vh, 420px);
  }
}
