/* ===============================
   TRAVEL REAL PLUGIN LAYOUT
   =============================== */

body.nms-clean-template {
    background: #151821;
}

/* NMS 1.6.11: readable mini-site header buttons. */
.nms-tv-nav a {
    min-height: 32px !important;
    height: 32px !important;
    padding: 4px 10px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1.15 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

@media (max-width: 767px) {
    .nms-tv-nav a {
        min-height: 30px !important;
        height: 30px !important;
        font-size: 11px !important;
    }
}

/* NMS 1.6.12: keep mini-site ticker dark/gold and header buttons aligned. */
.nms-tv-marquee {
    position: relative !important;
    top: auto !important;
    height: 34px !important;
    min-height: 34px !important;
    margin: 0 !important;
    border-top: 2px solid #a8793e !important;
    border-bottom: 2px solid #a8793e !important;
    background: #020607 !important;
}

.nms-tv-marquee-track {
    display: inline-flex !important;
    width: max-content !important;
    min-width: max-content !important;
    gap: 48px !important;
    padding-left: 0 !important;
    animation: nms-visible-marquee var(--nms-marquee-duration, 30s) linear infinite !important;
    color: #f2d7a8 !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 20px !important;
    line-height: 30px !important;
}

.nms-tv-nav a {
    min-height: 32px !important;
    height: 32px !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
}

.nms-tv-shell,
.nms-tv-content,
.nms-tv-footer-inner,
.nms-tv-footer-bottom {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    box-sizing: border-box;
}

.nms-tv-shell *,
.nms-tv-content *,
.nms-tv-footer * {
    box-sizing: border-box;
}

.nms-tv-header {
    width: 100%;
    background: #030303;
    color: #f5f1e8;
}

.nms-tv-shell {
    background: #030303;
}

.nms-tv-marquee {
    height: 46px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-top: 2px solid #b8894f;
    border-bottom: 2px solid #b8894f;
    background: #030303;
}

.nms-tv-marquee-track {
    display: inline-block;
    padding-left: 100%;
    white-space: nowrap;
    color: #f6e0b5;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    font-weight: 700;
    animation: nms-tv-marquee var(--nms-marquee-duration, 30s) linear infinite;
}

.nms-tv-marquee.is-paused-on-hover:hover .nms-tv-marquee-track { animation-play-state: paused; }

@keyframes nms-tv-marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.nms-tv-hero {
    width: 100%;
    background: #030303;
    overflow: hidden;
}

.nms-tv-hero picture,
.nms-tv-hero img {
    display: block;
    width: 100%;
}

.nms-tv-hero img {
    height: auto;
}

@media (max-width: 767px) {
    .nms-tv-hero {
        background-image: none !important;
    }

    .nms-tv-hero img {
        height: auto !important;
        object-fit: contain !important;
        object-position: center center !important;
    }
}

.nms-tv-nav-wrap {
    background: #030303;
    padding: 18px 34px 32px;
}

.nms-tv-nav {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 202px));
    gap: 28px 38px;
    justify-content: center;
    align-items: center;
}

.nms-tv-nav a {
    display: block;
    width: 100%;
    height: 25px;
    line-height: 0;
    text-decoration: none;
    transition: transform 0.16s ease, filter 0.16s ease;
}

.nms-tv-nav a:hover,
.nms-tv-nav a:focus {
    transform: translateY(-1px);
    filter: brightness(1.18);
    outline: none;
}

.nms-tv-nav img {
    display: block;
    width: 100%;
    height: auto;
}

/* content */

.nms-tv-page {
    background: #151821;
    color: #f5f1e8;
}

.nms-tv-content {
    max-width: 1290px;
    padding: 52px 18px 58px;
}

.nms-tv-title {
    margin: 0 0 14px;
    color: #d7aa68;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 52px;
    line-height: 1.1;
    letter-spacing: 0.03em;
}

.nms-tv-lead {
    max-width: 980px;
    margin: 0 0 30px;
    color: #f5f1e8;
    font-size: 18px;
    line-height: 1.6;
}

.nms-tv-feature {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    gap: 30px;
    align-items: stretch;
    margin-top: 26px;
}

.nms-tv-feature-img {
    border: 1px solid #b8894f;
    background: #030303;
    overflow: hidden;
}

.nms-tv-feature-img img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
}

.nms-tv-feature-text {
    border: 1px solid rgba(184, 137, 79, 0.65);
    background: #0b0a0d;
    padding: 28px;
}

.nms-tv-feature-text h2,
.nms-tv-card h2 {
    margin: 0 0 12px;
    color: #d7aa68;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    line-height: 1.2;
}

.nms-tv-feature-text p,
.nms-tv-card p {
    margin: 0 0 18px;
    color: #f5f1e8;
    font-size: 16px;
    line-height: 1.55;
}

.nms-tv-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 28px;
}

.nms-tv-card {
    border: 1px solid rgba(184, 137, 79, 0.65);
    background: #0b0a0d;
    min-height: 190px;
    padding: 22px;
}

.nms-tv-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px 18px;
    border: 1px solid #b8894f;
    background: #030303;
    color: #00e5ff;
    text-decoration: none;
    font-size: 14px;
    transition: 0.18s ease;
}

.nms-tv-button:hover {
    background: #b8894f;
    color: #100d10;
}

/* footer */

.nms-tv-footer {
    background: #080709;
    border-top: 1px solid #b8894f;
    color: #f5f1e8;
}

.nms-tv-footer-inner {
    max-width: 1290px;
    padding: 42px 18px;
    display: grid;
    grid-template-columns: 1.2fr 0.85fr 1fr 1fr;
    gap: 34px;
}

.nms-tv-footer h3 {
    margin: 0 0 14px;
    color: #d7aa68;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    line-height: 1.25;
}

.nms-tv-footer p,
.nms-tv-footer li,
.nms-tv-footer a {
    color: #f5f1e8;
    font-size: 15px;
    line-height: 1.5;
}

.nms-tv-footer a {
    color: #00e5ff;
    text-decoration: none;
}

.nms-tv-footer a:hover {
    color: #d7aa68;
}

.nms-tv-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nms-tv-footer li {
    margin-bottom: 7px;
}

.nms-tv-footer-stats {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.nms-tv-footer-stat {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nms-tv-footer-stat img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.nms-tv-socials {
    display: grid;
    grid-template-columns: repeat(3, 48px);
    gap: 12px;
}

.nms-tv-socials a {
    display: block;
    width: 48px;
    height: 48px;
}

.nms-tv-socials img {
    display: block;
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.nms-tv-footer-note {
    color: #d7aa68;
    opacity: 0.9;
}

.nms-tv-footer-bottom {
    max-width: 1290px;
    border-top: 1px solid rgba(184, 137, 79, 0.35);
    color: #b8894f;
    text-align: center;
    padding: 14px 18px;
    font-size: 13px;
}

/* 1366 */

@media (max-width: 1366px) and (min-width: 1025px) {
    .nms-tv-marquee {
        height: 34px;
    }

    .nms-tv-marquee-track {
        font-size: 18px;
    }

    .nms-tv-nav-wrap {
        padding: 14px 24px 24px;
    }

    .nms-tv-nav {
        grid-template-columns: repeat(8, minmax(120px, 1fr));
        gap: 18px 28px;
    }

    .nms-tv-nav a,
    .nms-tv-nav img {
        width: 100%;
        height: auto;
    }

    .nms-tv-content,
    .nms-tv-footer-inner,
    .nms-tv-footer-bottom {
        max-width: 1194px;
    }
}

/* 1024 */

@media (max-width: 1024px) and (min-width: 768px) {
    .nms-tv-marquee {
        height: 30px;
    }

    .nms-tv-marquee-track {
        font-size: 16px;
    }

    .nms-tv-nav-wrap {
        padding: 12px 18px 22px;
    }

    .nms-tv-nav {
        grid-template-columns: repeat(4, minmax(0, 202px));
        gap: 14px 18px;
    }

    .nms-tv-content,
    .nms-tv-footer-inner,
    .nms-tv-footer-bottom {
        max-width: 986px;
    }

    .nms-tv-feature {
        grid-template-columns: 1fr;
    }

    .nms-tv-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nms-tv-footer-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* 375 */

@media (max-width: 767px) {
    .nms-tv-hero img {
        height: clamp(180px, 58vw, 240px);
        object-fit: cover;
        object-position: center center;
    }

    .nms-tv-marquee {
        height: 25px;
    }

    .nms-tv-marquee-track {
        font-size: 12px;
    }

    .nms-tv-nav-wrap {
        padding: 10px 16px 20px;
    }

    .nms-tv-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px 10px;
    }

    .nms-tv-nav a,
    .nms-tv-nav img {
        width: 100%;
        height: auto;
    }

    .nms-tv-content {
        padding: 30px 16px 36px;
    }

    .nms-tv-title {
        font-size: 34px;
    }

    .nms-tv-lead {
        font-size: 16px;
    }

    .nms-tv-feature {
        grid-template-columns: 1fr;
    }

    .nms-tv-feature-img img {
        min-height: 220px;
    }

    .nms-tv-feature-text {
        padding: 20px;
    }

    .nms-tv-cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .nms-tv-footer-inner {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 32px 16px;
    }

    .nms-tv-socials {
        grid-template-columns: repeat(4, 44px);
    }

    .nms-tv-socials a,
    .nms-tv-socials img {
        width: 44px;
        height: 44px;
    }
}

/* NMS 1.6.11 final: readable mini-site header buttons. */
.nms-tv-nav a {
    min-height: 32px !important;
    height: 32px !important;
    padding: 4px 10px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1.15 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

@media (max-width: 767px) {
    .nms-tv-nav a {
        min-height: 30px !important;
        height: 30px !important;
        font-size: 11px !important;
    }
}

/* NMS travel mobile header final framing: desktop-wide asset cropped as a compact phone banner. */
@media (max-width: 767px) {
    .nms-tv-header .nms-tv-shell {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
    }

    .nms-tv-header .nms-tv-hero {
        width: 100% !important;
        height: clamp(122px, 36vw, 150px) !important;
        min-height: 0 !important;
        max-height: 150px !important;
        aspect-ratio: auto !important;
        overflow: hidden !important;
        background: #030303 !important;
        background-image: none !important;
    }

    .nms-tv-header .nms-tv-hero picture,
    .nms-tv-header .nms-tv-hero img {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 0 !important;
        max-width: none !important;
        max-height: none !important;
        aspect-ratio: auto !important;
    }

    .nms-tv-header .nms-tv-hero img {
        object-fit: cover !important;
        object-position: center center !important;
    }
}

/* Clean Travel admin/live overlays */
.nms-source-material--travel .nms-source-featured-image {
    margin: 18px 0 22px;
}

.nms-source-material--travel .nms-source-featured-image img {
    display: block;
    width: 100%;
    height: auto;
}

.nms-travel-pdf-block {
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid rgba(214,170,92,.25);
}

.nms-travel-pdf-block iframe {
    display: block;
    width: 100%;
    min-height: 620px;
    border: 1px solid rgba(214,170,92,.35);
    background: #111;
}

.nms-tv-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 30px 0 0;
}

.nms-tv-pagination a,
.nms-tv-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    min-height: 38px;
    padding: 6px 12px;
    border: 1px solid rgba(0, 229, 255, 0.72);
    color: #00e5ff;
    text-decoration: none;
}

.nms-tv-pagination a:hover,
.nms-tv-pagination a:focus,
.nms-tv-pagination .current {
    border-color: #ffffff;
    color: #ffffff;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
    outline: none;
}

@media (max-width: 640px) {
    .nms-tv-pagination a,
    .nms-tv-pagination span {
        min-width: 34px;
        min-height: 34px;
        padding: 5px 10px;
    }
}
