:root {
    --pine: #243c9c;
    --pine-deep: #121a4a;
    --gold: #009c48;
    --gold-hover: #00b353;
    --cream: #eef2fb;
    --ink: #161824;
    --muted: #5a6070;
}

html { scroll-behavior: smooth; }
body {
    font-family: "Nunito", system-ui, sans-serif;
    color: var(--ink);
    background: #fff;
    padding-bottom: 68px;
    font-size: 1.02rem;
    line-height: 1.65;
}
@media (min-width: 992px) { body { padding-bottom: 0; } }

h1, h2, h3, .display-font, .navbar-nav, .btn {
    font-family: "Poppins", system-ui, sans-serif;
}
h1, h2, h3 {
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.skip-link {
    position: absolute;
    left: -999px;
    top: 0;
}
.skip-link:focus {
    left: 8px;
    z-index: 2000;
    background: #fff;
    padding: 8px 12px;
}

.topbar {
    background: var(--pine-deep);
    color: #dbe2f7;
    font-size: 0.82rem;
}

.navbar-brand img {
    max-height: 76px;
    width: auto;
}
.navbar {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
}
.nav-link { font-weight: 600; color: var(--pine) !important; }
.nav-link.active { color: var(--gold) !important; }

.navbar-toggler {
    border: 1px solid #d5dced;
    border-radius: 10px;
    padding: 0.4rem 0.55rem;
    color: var(--pine);
    font-size: 1.35rem;
    line-height: 1;
}
.navbar-toggler .bi { line-height: 1; }
.navbar-toggler .navbar-toggler-open { display: block; }
.navbar-toggler .navbar-toggler-close { display: none; }
.navbar-toggler[aria-expanded="true"] .navbar-toggler-open { display: none; }
.navbar-toggler[aria-expanded="true"] .navbar-toggler-close { display: block; }
.navbar-toggler:focus {
    box-shadow: 0 0 0 0.15rem rgba(0, 156, 72, 0.25);
}

.navbar-cta {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    white-space: nowrap;
    line-height: 1;
    height: 2.5rem;
    padding: 0 1.2rem;
    border-radius: 999px;
    margin-left: 0.65rem;
    align-self: center;
    vertical-align: middle;
}
.navbar-cta i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    line-height: 1;
    transform: translateY(1px);
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        align-items: center;
    }
}
@media (max-width: 991.98px) {
    .navbar-brand img { max-height: 58px; }
    .navbar-collapse {
        flex-basis: 100%;
        background: var(--cream);
        border: 1px solid #e6eaf5;
        border-radius: 16px;
        margin-top: 0.7rem;
        padding: 0.35rem 0.65rem 0.85rem;
        box-shadow: 0 12px 28px rgba(36, 60, 156, 0.1);
    }
    .navbar-nav { width: 100%; }
    .navbar-nav .nav-link {
        padding: 0.8rem 0.7rem;
        border-bottom: 1px solid #e0e6f4;
    }
    .navbar-nav .nav-item:last-child .nav-link { border-bottom: none; }
    .navbar-cta {
        margin: 0.65rem 0 0.15rem;
        width: 100%;
        height: 2.65rem;
    }
}

.btn-gold {
    background: var(--gold);
    color: #fff;
    border: none;
    font-weight: 700;
}
.btn-gold:hover { background: var(--gold-hover); color: #fff; }

.btn-outline-gold {
    border: 1px solid var(--gold);
    color: var(--pine);
    font-weight: 600;
}
.btn-outline-gold:hover { background: var(--gold); color: #fff; }

.hero {
    position: relative;
    min-height: 520px;
    background:
        linear-gradient(90deg, rgba(18, 26, 74, 0.9) 0%, rgba(36, 60, 156, 0.55) 55%, rgba(36, 60, 156, 0.28) 100%),
        url("../img/kashmir/dal-chinar.jpg") center/cover no-repeat;
    color: #fff;
    display: flex;
    align-items: center;
}
.hero h1 { font-size: clamp(2.2rem, 4vw, 3.6rem); }
.chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 0.85rem;
}
.price-box {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(0, 156, 72, 0.55);
    border-radius: 16px;
    padding: 1.25rem 1.5rem;
    backdrop-filter: blur(6px);
}
.price-box .from { font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.8; }
.price-box .amount { font-size: 2rem; font-weight: 700; color: var(--gold); line-height: 1; }

.section-title { color: var(--pine); }
.section-kicker {
    color: var(--gold);
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.75rem;
}

.pkg-nav-btns { display: flex; gap: 8px; flex-shrink: 0; }
.pkg-nav {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #d5dced;
    background: #fff;
    color: var(--pine);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.pkg-nav:hover { background: var(--pine); color: #fff; border-color: var(--pine); }
.pkg-carousel {
    display: flex;
    gap: 1.25rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 8px 4px 20px;
    scrollbar-width: none;
}
.pkg-carousel::-webkit-scrollbar { display: none; }
.pkg-slide {
    flex: 0 0 85%;
    scroll-snap-align: start;
    min-width: 0;
}
@media (min-width: 768px) {
    .pkg-slide { flex-basis: calc(50% - 0.625rem); }
}
@media (min-width: 1200px) {
    .pkg-slide { flex-basis: calc(25% - 0.94rem); }
}

.pkg-card {
    border: 1px solid #e6eaf5;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(36, 60, 156, 0.08);
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.pkg-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 40px rgba(36, 60, 156, 0.16);
}
.pkg-card--featured {
    border-color: var(--gold);
    box-shadow: 0 16px 36px rgba(0, 156, 72, 0.16);
}
.pkg-media {
    position: relative;
    height: 210px;
    overflow: hidden;
}
.pkg-media img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.pkg-card:hover .pkg-media img { transform: scale(1.06); }
.pkg-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(18, 26, 74, 0.05) 30%, rgba(18, 26, 74, 0.72) 100%);
}
.pkg-card .badge-off {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    background: #e23c3c;
    font-weight: 700;
    padding: 0.4rem 0.65rem;
}
.pkg-ribbon {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    background: var(--pine);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 0.35rem 0.7rem;
}
.pkg-duration {
    position: absolute;
    left: 12px;
    bottom: 12px;
    z-index: 2;
    color: #fff;
    font-weight: 700;
    font-size: 0.85rem;
    background: rgba(18, 26, 74, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    padding: 0.3rem 0.7rem;
    backdrop-filter: blur(4px);
}
.pkg-type {
    color: var(--gold);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.2rem;
}
.pkg-cities {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.pkg-cities span {
    background: var(--cream);
    color: var(--pine);
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 999px;
    padding: 0.2rem 0.55rem;
}
.pkg-includes {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 8px;
    font-size: 0.82rem;
    color: var(--muted);
}
.pkg-includes i { color: var(--gold); margin-right: 4px; }
.pkg-price {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 0.75rem;
    border-top: 1px dashed #d5dced;
}
.pkg-card .price { color: var(--pine); font-weight: 700; font-size: 1.45rem; line-height: 1.1; }
.pkg-cities a {
    background: var(--cream);
    color: var(--pine);
    font-size: 0.8rem;
    font-weight: 600;
    border-radius: 999px;
    padding: 0.35rem 0.75rem;
    text-decoration: none;
}
.pkg-cities a:hover { background: var(--pine); color: #fff; }
.pkg-card .old { text-decoration: line-through; color: #8a8a8a; font-size: 0.85rem; }
.pkg-card .per { font-size: 0.75rem; color: var(--muted); }
.pkg-save {
    background: #e8f8ee;
    color: #0a7a38;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 8px;
    padding: 0.35rem 0.55rem;
}

.trust-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--cream);
    color: var(--pine);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
}

.enquiry-sticky { position: sticky; top: 96px; }
.enquiry-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(18, 26, 74, 0.16);
    background: #fff;
}
.enquiry-card__head {
    background: var(--pine);
    color: #fff;
    padding: 1rem 1.15rem;
}
.enquiry-card__body { padding: 1.15rem; }
.form-control:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 0.2rem rgba(0, 156, 72, 0.2);
}

.accordion-button:not(.collapsed) {
    background: var(--cream);
    color: var(--pine);
    box-shadow: none;
}
.accordion-button:focus { box-shadow: none; border-color: var(--gold); }

.include-col {
    background: #f4faf6;
    border-radius: 16px;
    padding: 1.5rem;
}
.exclude-col {
    background: #faf6f4;
    border-radius: 16px;
    padding: 1.5rem;
}

.site-footer {
    background: var(--pine-deep);
    color: #c9d2ef;
}
.footer-logo {
    display: block;
    max-height: 112px;
    width: auto;
    background: #fff;
    border-radius: 16px;
    padding: 8px 10px;
}
.site-footer a { color: #fff; text-decoration: none; }
.site-footer a:hover { color: var(--gold); }
.letter-spacing { letter-spacing: 0.08em; }

.cta-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background: var(--pine-deep);
}
.cta-bar a {
    color: #fff;
    text-align: center;
    padding: 0.85rem 0.4rem;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.cta-bar a.whatsapp { background: #128c7e; }
.cta-bar a:last-child { background: var(--gold); color: #fff; }

.wa-float {
    position: fixed;
    right: 20px;
    bottom: 24px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    z-index: 1030;
    text-decoration: none;
}
.wa-float:hover { color: #fff; }

.activity-tile {
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    min-height: 140px;
    display: flex;
    align-items: flex-end;
    color: #fff;
    text-decoration: none;
    background-size: cover;
    background-position: center;
}
.activity-tile span {
    display: block;
    width: 100%;
    padding: 0.85rem 1rem;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    font-weight: 700;
}

/* Offer enquiry modal */
.offer-modal {
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(18, 26, 74, 0.28);
}
.offer-modal__head {
    position: relative;
    background: linear-gradient(135deg, var(--pine) 0%, var(--pine-deep) 100%);
    color: #fff;
    padding: 1.35rem 1.35rem 1.2rem;
}
.offer-modal__close {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    z-index: 2;
}
.offer-modal__kicker {
    font-family: "Poppins", system-ui, sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--gold);
}
.offer-modal__body { padding: 1.25rem 1.35rem 1.4rem; }
.offer-modal__bullets {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.9rem;
    color: var(--ink);
}
.offer-modal__bullets li {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    margin-bottom: 0.4rem;
}
.offer-modal__bullets i { color: var(--gold); margin-top: 0.15rem; }
.offer-modal__actions {
    display: flex;
    gap: 0.5rem;
}
.offer-modal__actions .btn { white-space: nowrap; }
@media (max-width: 575.98px) {
    .offer-modal__head,
    .offer-modal__body { padding-left: 1.1rem; padding-right: 1.1rem; }
}

.g-reviews-card {
    background: var(--cream);
    border: 1px solid #e6eaf5;
    border-radius: 18px;
    padding: 1.75rem 1.6rem;
    height: 100%;
    box-shadow: 0 12px 28px rgba(36, 60, 156, 0.08);
}
.g-reviews-score {
    font-family: "Poppins", system-ui, sans-serif;
    font-size: 3.4rem;
    font-weight: 700;
    color: var(--pine);
    line-height: 1;
    letter-spacing: -0.04em;
}
.g-stars {
    color: #fbbc04;
    font-size: 1.25rem;
    letter-spacing: 0.08em;
}
.g-stars--sm { font-size: 0.95rem; letter-spacing: 0.04em; }
.g-quote {
    background: #fff;
    border: 1px solid #e6eaf5;
    border-radius: 18px;
    padding: 1.25rem 1.2rem;
    box-shadow: 0 12px 28px rgba(36, 60, 156, 0.08);
}
.g-quote__avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--pine);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.g-reviews-embed {
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
    min-height: 320px;
    box-shadow: 0 12px 28px rgba(36, 60, 156, 0.08);
    border: 1px solid #e6eaf5;
}
.g-reviews-embed iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 320px;
    border: 0;
}
@media (min-width: 992px) {
    .g-reviews-embed,
    .g-reviews-embed iframe { min-height: 360px; }
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
    color: var(--pine);
}
.brand-text strong {
    font-family: "Poppins", system-ui, sans-serif;
    font-size: 1.05rem;
}
.brand-text small {
    font-size: 0.72rem;
    color: var(--muted);
    font-weight: 600;
}

.hero--home {
    min-height: 560px;
    background:
        linear-gradient(105deg, rgba(18, 26, 74, 0.92) 0%, rgba(36, 60, 156, 0.55) 50%, rgba(36, 60, 156, 0.25) 100%),
        url("../img/kashmir/dal-chinar.jpg") center/cover no-repeat;
}

.page-hero {
    position: relative;
    color: #fff;
    background:
        linear-gradient(100deg, rgba(18, 26, 74, 0.88) 0%, rgba(36, 60, 156, 0.55) 100%),
        var(--hero-img) center/cover no-repeat;
}
.page-hero h1 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); }
.page-hero .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.45); }

.activity-tile--tall { min-height: 220px; }
@media (min-width: 992px) { .activity-tile--tall { min-height: 280px; } }

.why-card {
    background: #fff;
    border: 1px solid #e6eaf5;
    border-radius: 16px;
    padding: 1.35rem 1.25rem;
    box-shadow: 0 12px 28px rgba(36, 60, 156, 0.06);
    height: 100%;
}

.stats-band {
    background:
        linear-gradient(135deg, rgba(18, 26, 74, 0.94), rgba(36, 60, 156, 0.88)),
        url("../img/kashmir/gulmarg-snow.jpg") center/cover no-repeat;
}
.stat-num {
    font-family: "Poppins", system-ui, sans-serif;
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    color: #fff;
    line-height: 1;
}
.stat-label {
    color: rgba(255, 255, 255, 0.75);
    margin-top: 0.5rem;
    font-weight: 600;
    font-size: 0.9rem;
}

.blog-card {
    background: #fff;
    border: 1px solid #e6eaf5;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(36, 60, 156, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(36, 60, 156, 0.12);
}
.blog-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}
.blog-card__body { padding: 1.15rem 1.2rem 1.35rem; }

.gallery-item {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    margin: 0;
}
.gallery-item img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.55rem 0.75rem;
    background: linear-gradient(transparent, rgba(18, 26, 74, 0.75));
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
}

.home-cta {
    background: linear-gradient(135deg, var(--pine) 0%, var(--pine-deep) 100%);
}

.dest-card {
    display: block;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 12px 28px rgba(36, 60, 156, 0.1);
    min-height: 320px;
}
.dest-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.dest-card:hover img { transform: scale(1.06); }
.dest-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(18,26,74,0.05) 35%, rgba(18,26,74,0.82) 100%);
}
.dest-card__body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 1.25rem;
}
.dest-card__meta {
    display: inline-block;
    background: rgba(0, 156, 72, 0.9);
    border-radius: 999px;
    padding: 0.2rem 0.65rem;
    font-size: 0.75rem;
    font-weight: 700;
}

.video-card {
    background: #fff;
    border: 1px solid #e6eaf5;
    border-radius: 16px;
    padding: 0.85rem;
    box-shadow: 0 12px 28px rgba(36, 60, 156, 0.06);
    height: 100%;
}
.video-card iframe { border: 0; border-radius: 10px; }

.home-aside-card .chip { color: var(--pine); }
