/* ===============================
   GLOBAL RESET
================================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-align: left;
}

body {
    background: #e6e6e6;
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: center;
}

/* ===============================
   MOBILE CONTAINER
================================= */
.mobile-container {
    width: 100%;
    max-width: 430px;
    background: #ffffff;
}

/* ===============================
   LOGO SECTION
================================= */
.logo-section {
    text-align: center;
    padding: 20px;
    background: #ffffff;
}

.logo-section img {
    width: 85%;
    max-width: 350px;
}

/* ===============================
   WELCOME BAR
================================= */
.welcome-bar {
    background: #0b3b6e;
    color: #ffffff;
    text-align: center;
    padding: 25px 15px;
}

.welcome-bar p {
    font-size: 18px;
    letter-spacing: 2px;
    text-align: center;
    font-family: "Neutra Text Bold", "Neutra Text";
    color: #FFFFFF;
}

.welcome-bar h1 {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    font-family: "Neutra Text Bold", "Neutra Text";
    font-style: normal;
    color: #FFFFFF;
}

/* ===============================
   VIDEO SECTION
================================= */
.video-section video {
    width: 100%;
    display: block;
}

/* ===============================
   GPS SECTION
================================= */
.gps-section {
    background: #0b3b6e;
    color: #ffffff;
    padding: 20px 20px;
}

/* HOW TO LIST */
.howto-list {
    list-style-type: disc;
    padding-left: 20px;
    font-size: 10px;
    line-height: 22px;
    height: auto;
    min-width: 3px;
}

.howto-list li {
    margin-bottom: 8px;
}

/* ===============================
   HISTORY SECTION
================================= */
.history-section {
    background: #ffffff;
    padding: 30px 20px;
}

.history-section h2 {
    text-align: center;
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-weight: 500;
}

.history-section p {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 20px;
}

/* EMERGENCY BOX */
.emergency-box {
    background: #f4a300;
    padding: 15px;
    font-weight: 600;
    font-size: 13px;
}

/* ===============================
   FAST FACTS SECTION
================================= */
.facts-section {
    background: #ffffff;
    padding: 30px 20px;
}

.facts-section h2 {
    text-align: center;
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.fact-item {
    font-size: 14px;
    margin-bottom: 10px;
}

/* ===============================
   EXCURSIONS SECTION
================================= */
.excursions-section {
    background: #f5f5f5;
    padding: 30px 20px;
}

.excursions-section h2 {
    text-align: center;
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.excursion-list {
    font-size: 12px;
    margin-bottom: 10px;
}

.excursion-list li {
    margin-bottom: 8px;
}

/* ===============================
   SHARED DIVIDER
================================= */
.divider {
    width: 100%; /* Or a smaller percentage like 90% */
    max-width: 390px; /* Matches the inner container width */
    height: 3px;
    background: #f4a300;
    margin: 10px auto 20px auto;
}
.advertiser-btn-wrap {
    text-align: center;
    padding: 15px 0 25px 0;
}

.advertiser-btn {
    display: inline-block;
    background: #f4a300;          /* Nassau gold */
    color: #000;                  /* Black text */
    padding: 8px 18px;
    border-radius: 20px;          /* Rounded pill */
    text-decoration: none;        /* Remove underline */
    font-size: 14px;
    font-weight: 500;
}

/* Remove blue link color */
.advertiser-btn:link,
.advertiser-btn:visited {
    color: #000;
}

/* Optional subtle hover */
.advertiser-btn:hover {
    background: #e29500;
}
.info-btn {
    display: inline-block;
    background: #0b3b6e;      /* Nassau deep blue */
    color: #ffffff;           /* White text */
    text-decoration: none;    /* Remove underline */
    padding: 8px 18px;
    border-radius: 20px;      /* Rounded pill */
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

/* Prevent default blue link color */
.info-btn:link,
.info-btn:visited {
    color: #ffffff;
}

/* Optional hover (desktop preview only) */
.info-btn:hover {
    background: #092f56;
}
.howto-list {
    margin: 0;
    padding-left: 16px;   /* keep bullets aligned */
}

.howto-list li {
    margin-bottom: 4px;   /* reduce space between bullets */
    line-height: 16px;    /* tighten text spacing */
}
.gps-heading {
    margin: 0 0 20px 0;
    font-size: 32px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.gps-heading a {
    text-decoration: none;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    vertical-align: middle;
    word-spacing: normal;
}
.ad-row {
    display: flex;
    justify-content: center;
}

/* ===============================
   GUIDE KEY SECTION
================================= */
body {
  overflow-x: hidden;
  width: 100%;
  min-height: 100%;
}

.mobile-container {
  min-height: 100vh;
  margin: 0;
}

.guide-key {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  padding: 24px 18px 32px;
  box-sizing: border-box;
  background: #ffffff;
  text-align: center;
  font-family: "century-gothic", sans-serif;
  color: #23364f;
}

.guide-logo {
  width: 100%;
  max-width: 390px;
  margin: 0 auto 10px;
  display: block;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 14px;
  row-gap: 30px;
}

.guide-item,
.guide-icon,
.guide-item h3 {
  text-align: center;
}

.guide-icon img {
  width: 54px;
  height: 54px;
  margin: 0 auto;
}

.guide-item h3 {
  font-size: 11px;
  margin-bottom: 8px;
}

.guide-item ul {
  margin: 0;
  padding-left: 12px;
  font-size: 8px;
  line-height: 1.25;
  text-align: left;
}

.guide-item li {
  margin: 0;
  padding: 0;
}

/* ===============================
   NASSAU MAP
================================= */
.map-wrap {
  width: 100%;
  max-width: 900px;
  height: 70vh;
  margin: 20px auto 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .map-wrap {
    height: 60vh;
  }
}

/* Force popup links to be clickable */
.mapboxgl-popup {
  max-width: 400px;
  font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
}



/* ===============================
   MAP PAGE STACKING FIX
================================= */
body.map-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

body.map-page .guide-key,
body.map-page .map-wrap {
  width: 100%;
  max-width: 430px;
}

body.map-page .map-wrap {
  margin-top: 0;
  border-radius: 0;
}
