/* ===============================
   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: 400	px;
    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;
}