
    .pn {
        --forest-deep: #16261C;
        --forest: #21402C;
        --moss: #4F7A52;
        --moss-light: #7FA678;
        --amber: #E2A33B;
        --amber-deep: #C97F1F;
        --cream: #FBF8F1;
        --cream-2: #F1EADA;
        --ink: #1E231F;
        --ink-soft: #4B5449;
        --line: #E1D9C4;
        --white: #FFFFFF;
        --font-display: 'Montserrat', serif;
        --font-body: 'Montserrat', serif;
        color: var(--ink);
        font-family: var(--font-body);
        overflow-x: hidden;
    }

    .pn h2, .pn h3, .pn h4, .pn h5, .pn h6 { font-family: var(--font-display); }
    .pn .pn-sec { padding: 76px 0; }
    @media (max-width: 767.98px) { .pn .pn-sec { padding: 52px 0; } }

    /* ---------- eyebrow ---------- */
    .pn-eyebrow {
        display: inline-block; font-weight: 700; font-size: .72rem; letter-spacing: 2.2px;
        text-transform: uppercase; margin-bottom: 12px;
    }
    .pn-eyebrow.on-light { color: var(--amber-deep); }
    .pn-eyebrow.on-dark { color: var(--amber); }

    .pn-h2 {
        font-weight: 700; font-size: clamp(1.75rem, 3vw, 2.5rem); line-height: 1.1; letter-spacing: -.5px;
    }
    .pn-h2.on-light { color: var(--forest); }
    .pn-h2.on-dark { color: var(--white); }
    .pn-lede { color: var(--ink-soft); font-size: 1.02rem; line-height: 1.75; max-width: 1200px; }
    .pn-lede.on-dark { color: #D9E3D3; }

    /* =========================================================
       READ MORE — details/summary collapse
    ========================================================= */
    .pn-readmore { margin-top: 0; }
    .pn-readmore summary {
        list-style: none;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        cursor: pointer;
        font-weight: 700;
        font-size: .82rem;
        letter-spacing: .5px;
        text-transform: uppercase;
        margin-top: 10px;
        user-select: none;
        outline: none;
        border: none;
        background: none;
        padding: 0;
    }
    .pn-readmore summary::-webkit-details-marker { display: none; }
    .pn-readmore summary .pn-rm-arrow {
        display: inline-block;
        width: 22px; height: 22px;
        border-radius: 50%;
        display: inline-flex; align-items: center; justify-content: center;
        font-size: .75rem;
        transition: transform .25s ease;
        flex-shrink: 0;
    }
    .pn-readmore[open] summary .pn-rm-arrow { transform: rotate(180deg); }

    /* on light bg */
    .pn-readmore.on-light summary { color: var(--forest); }
    .pn-readmore.on-light summary .pn-rm-arrow { background: var(--amber); color: var(--forest-deep); }
    /* on dark bg */
    .pn-readmore.on-dark summary { color: var(--amber); }
    .pn-readmore.on-dark summary .pn-rm-arrow { background: rgba(255,255,255,.12); color: var(--amber); }

    .pn-readmore .pn-rm-content { margin-top: 14px; }

    /* collapsed preview text */
    .pn-preview { display: block; }
    .pn-readmore[open] .pn-preview { display: none; }

    /* =========================================================
       1. ABOUT — image-led block on cream
    ========================================================= */
    .pn-about { background: var(--cream); }
    .pn-about .pn-img-wrap { border-radius: 10px; overflow: hidden; box-shadow: 0 24px 50px -24px rgba(22,38,28,.35); }
    .pn-about .pn-img-wrap img { width: 100%; height: 360px; object-fit: cover; display: block; }
    .pn-about .pn-prose p { color: var(--ink-soft); line-height: 1.85; font-size: .99rem; margin-bottom: 16px; text-align: left; }
    .pn-about .pn-prose p:last-child { margin-bottom: 0; }

    /* =========================================================
       2. QUICK FACTS — dark full-bleed stat strip
    ========================================================= */
    .pn-stats { background: var(--forest); }
    .pn-stats-strip {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
        margin-top: 28px;
    }
    @media (max-width: 991.98px) { .pn-stats-strip { grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 767.98px) { .pn-stats-strip { grid-template-columns: repeat(2, 1fr); } }
    .pn-stat {
        background: rgba(255,255,255,.045);
        border: 1px solid rgba(255,255,255,.08);
        border-radius: 8px;
        padding: 14px 16px 16px;
        text-align: left;
        transition: background .18s ease, border-color .18s ease;
        position: relative;
    }
    .pn-stat::after {
        content: '';
        position: absolute;
        top: 0; left: 16px; right: 16px;
        height: 2px;
        background: var(--amber);
        border-radius: 0 0 2px 2px;
        opacity: .7;
    }
    .pn-stat:hover {
        background: rgba(255,255,255,.08);
        border-color: rgba(226,163,59,.25);
    }
    .pn-stat .pn-stat-value {
        display: block;
        color: var(--white);
        font-family: var(--font-display);
        font-weight: 700;
        font-size: 1.12rem;
        line-height: 1.25;
        margin-bottom: 4px;
        letter-spacing: -.2px;
    }
    .pn-stat .pn-stat-label {
        display: block;
        color: var(--moss-light);
        font-size: .65rem;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        opacity: .9;
    }
    @media (max-width: 575.98px) {
        .pn-stat { padding: 12px 14px 14px; }
        .pn-stat .pn-stat-value { font-size: 1.02rem; }
    }
    /* =========================================================
       3. TYPES OF SAFARI — image + tags on cream
    ========================================================= */
    .pn-safari { background: var(--cream); }
    .pn-safari .pn-img-wrap { border-radius: 10px; overflow: hidden; }
    .pn-safari .pn-img-wrap img { width: 100%; height: 300px; object-fit: cover; display: block; }
    .pn-chip {
        display: inline-flex; align-items: center; background: var(--white); border: 1px solid var(--line);
        color: var(--forest); font-weight: 600; font-size: .82rem; padding: 8px 14px; border-radius: 999px;
    }
    .pn-chip .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--amber); margin-right: 8px; }

    /* =========================================================
       4. SAFARI ZONES — CSS-only tabbed browser (white)
    ========================================================= */
    .pn-zones { background: var(--white); }
    .pn-tabs input[type="radio"] { display: none; }
    .pn-tab-bar { display: flex; flex-wrap: wrap; gap: 8px; margin: 26px 0 30px; }
    .pn-tab-bar label {
        cursor: pointer; padding: 10px 18px; border-radius: 999px; border: 1px solid var(--line);
        font-weight: 600; font-size: .87rem; color: var(--ink-soft); transition: all .15s ease; user-select: none;
    }
    .pn-tab-panel { display: none; }
    #pnzone-1:checked ~ .pn-tab-bar label[for="pnzone-1"],
    #pnzone-2:checked ~ .pn-tab-bar label[for="pnzone-2"],
    #pnzone-3:checked ~ .pn-tab-bar label[for="pnzone-3"],
    #pnzone-4:checked ~ .pn-tab-bar label[for="pnzone-4"],
    #pnzone-5:checked ~ .pn-tab-bar label[for="pnzone-5"] {
        background: var(--forest); border-color: var(--forest); color: #fff;
    }
    #pnzone-1:checked ~ .pn-panels #pnpanel-1,
    #pnzone-2:checked ~ .pn-panels #pnpanel-2,
    #pnzone-3:checked ~ .pn-panels #pnpanel-3,
    #pnzone-4:checked ~ .pn-panels #pnpanel-4,
    #pnzone-5:checked ~ .pn-panels #pnpanel-5 { display: block; }

    .pn-zone-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
    @media (max-width: 991.98px) { .pn-zone-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 576px) { .pn-zone-grid { grid-template-columns: 1fr; } }
    .pn-zone-card { background: var(--cream); border-radius: 10px; padding: 20px; height: 100%; }
    .pn-zone-card h6 { color: var(--forest); font-weight: 700; font-size: 1.02rem; margin-bottom: 8px; }
    .pn-zone-card p { color: var(--ink-soft); font-size: .87rem; line-height: 1.6; margin-bottom: 10px; }
    .pn-zone-badge { display: inline-block; background: var(--amber); color: var(--forest-deep); font-size: .68rem; font-weight: 700; padding: 4px 10px; border-radius: 5px; }

    /* =========================================================
       5. BEST TIME — segmented panel, color coded left border
    ========================================================= */
    .pn-season { background: var(--cream-2); }
    .pn-season-row { display: flex; flex-direction: column; gap: 16px; margin-top: 28px; }
    .pn-season-item {
        background: var(--white); border-radius: 10px; padding: 26px 28px; display: grid;
        grid-template-columns: 220px 1fr; gap: 26px; align-items: start; border-left: 5px solid var(--moss);
    }
    .pn-season-item:nth-child(2) { border-left-color: var(--amber); }
    .pn-season-item:nth-child(3) { border-left-color: var(--forest); }
    @media (max-width: 767.98px) { .pn-season-item { grid-template-columns: 1fr; } }
    .pn-season-item h5 { color: var(--forest); font-weight: 700; font-size: 1.12rem; margin-bottom: 4px; }
    .pn-season-item .pn-temp { color: var(--amber-deep); font-weight: 700; font-size: .84rem; }
    .pn-season-item p { color: var(--ink-soft); line-height: 1.75; font-size: .93rem; margin: 10px 0 0; }
    .pn-season-item .pn-tag { display: inline-block; margin-top: 12px; background: var(--cream-2); color: var(--forest); font-weight: 600; font-size: .78rem; padding: 5px 12px; border-radius: 999px; }

    /* =========================================================
       6. FAMOUS TIGER — cinematic full-bleed image overlay
    ========================================================= */
    .pn-tiger {
        position: relative; min-height: 460px; display: flex; align-items: flex-end;
        background-size: cover; background-position: center; border-radius: 0;
    }
    .pn-tiger .pn-tiger-scrim {
        position: absolute; inset: 0;
        background: linear-gradient(180deg, rgba(22,38,28,.15) 0%, rgba(22,38,28,.88) 78%);
    }
    .pn-tiger .pn-tiger-content { position: relative; z-index: 1; padding: 48px 0 52px; }
    .pn-tiger h5 { color: var(--amber); font-weight: 700; font-size: 1.3rem; margin-bottom: 12px; }
    .pn-tiger p { color: #EDEFE9; line-height: 1.8; font-size: .98rem; max-width: 760px; margin: 0; }

    /* =========================================================
       7. FLORA & FAUNA — two panel, icon-tab style
    ========================================================= */
    .pn-flora { background: var(--white); }
    .pn-ff-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 28px; }
    @media (max-width: 767.98px) { .pn-ff-grid { grid-template-columns: 1fr; } }
    .pn-ff-card { background: var(--cream); border-radius: 12px; padding: 30px; }
    .pn-ff-card .pn-ff-icon {
        width: 46px; height: 46px; border-radius: 10px; background: var(--forest); color: var(--amber);
        display: flex; align-items: center; justify-content: center; font-size: 1.1rem; margin-bottom: 16px;
    }
    .pn-ff-card h5 { color: var(--forest); font-weight: 700; font-size: 1.12rem; margin-bottom: 12px; }
    .pn-ff-card p { color: var(--ink-soft); line-height: 1.85; font-size: .93rem; text-align: left; margin: 0; }

    /* =========================================================
        8. THINGS TO DO — image slider, overlay title
    ========================================================= */
    .pn-todo { background: var(--cream-2); }
    .pn-slider { display: flex; gap: 18px; overflow-x: auto; padding: 6px 4px 18px; scroll-snap-type: x mandatory; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; }
    .pn-slider::-webkit-scrollbar { height: 5px; }
    .pn-slider::-webkit-scrollbar-thumb { background: var(--moss-light); border-radius: 10px; }
    .pn-nav { display: flex; gap: 10px; justify-content: flex-end; margin-bottom: 4px; }
    .pn-nav button { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--forest); background: #fff; color: var(--forest); cursor: pointer; transition: .2s; }
    .pn-nav button:hover { background: var(--forest); color: #fff; }
    
    .pn-slide-todo { flex: 0 0 290px; scroll-snap-align: start; }
    @media (max-width: 576px) { .pn-slide-todo { flex-basis: 250px; } }
    .pn-todo-card { position: relative; border-radius: 12px; overflow: hidden; height: 380px; }
    .pn-todo-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
    .pn-todo-card .pn-todo-scrim {
        position: absolute; inset: 0;
        background: linear-gradient(180deg, transparent 35%, rgba(16,26,18,.75) 70%, rgba(16,26,18,.96) 100%);
        transition: background .3s ease;
    }
    .pn-todo-card:hover .pn-todo-scrim,
    .pn-todo-card:focus-within .pn-todo-scrim {
        background: linear-gradient(180deg, transparent 15%, rgba(16,26,18,.88) 50%, rgba(16,26,18,.98) 100%);
    }
    .pn-todo-card:hover img,
    .pn-todo-card:focus-within img { transform: scale(1.04); }
    .pn-todo-card .pn-todo-text { position: absolute; left: 0; right: 0; bottom: 0; padding: 18px 18px 20px; z-index: 1; }
    .pn-todo-card h5 { color: #fff; font-weight: 700; font-size: 1rem; margin-bottom: 0; line-height: 1.3; }
    .pn-todo-card p {
        color: #E8EDE6;
        font-size: .8rem;
        line-height: 1.55;
        margin: 0;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: max-height .4s ease, opacity .3s ease, margin .3s ease;
    }
    .pn-todo-card:hover p,
    .pn-todo-card:focus-within p {
        max-height: 280px;
        opacity: 1;
        margin-top: 10px;
    }

    /* =========================================================
       9. NEARBY PLACES — compact list, no images (distinct from slider)
    ========================================================= */
    .pn-nearby { background: var(--white); }
    .pn-nearby-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; margin-top: 28px; }
    @media (max-width: 767.98px) { .pn-nearby-grid { grid-template-columns: 1fr; } }
    .pn-nearby-item { background: #fff; padding: 22px 26px; display: flex; gap: 18px; align-items: flex-start; }
    .pn-nearby-item .pn-nearby-dist {
        flex: none; width: 78px; text-align: center; font-family: var(--font-display); font-weight: 700;
        color: var(--forest); font-size: .95rem; line-height: 1.2; padding-top: 3px;
    }
    .pn-nearby-item .pn-nearby-dist small { display: block; color: var(--ink-soft); font-weight: 500; font-size: .62rem; text-transform: uppercase; letter-spacing: .5px; }
    .pn-nearby-item h5 { color: var(--forest); font-weight: 700; font-size: 1rem; margin-bottom: 6px; }
    .pn-nearby-item p { color: var(--ink-soft); font-size: .87rem; line-height: 1.6; margin: 0; }

    /* =========================================================
       10. IMPORTANCE — solid amber block, pull-quote style
    ========================================================= */
    .pn-importance { background: var(--forest); }
    .pn-importance .pn-quote-mark { font-family: var(--font-display); font-size: 2rem; color: var(--amber); line-height: 1; opacity: .6; }
    .pn-importance p { color: #EAF0E5; line-height: 1.9; font-size: 1.02rem; text-align: justify; margin-bottom: 18px; }
    .pn-importance p:last-child { margin-bottom: 0; }
    
    /* =========================================================
       11. ROUTE — two-column cards with icon
    ========================================================= */
    .pn-route { background: var(--cream); }
    .pn-route-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        margin-top: 26px;
    }
    @media (max-width: 991.98px) { .pn-route-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 575.98px) { .pn-route-grid { grid-template-columns: 1fr 1fr; } }
    .pn-route-card {
        background: var(--white);
        border-radius: 10px;
        padding: 14px 18px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        border-left: 3px solid var(--moss);
    }
    .pn-route-card:nth-child(3n+2) { border-left-color: var(--amber); }
    .pn-route-card:nth-child(3n+3) { border-left-color: var(--forest-deep); }
    .pn-route-from {
        color: var(--forest);
        font-weight: 600;
        font-size: .88rem;
        line-height: 1.3;
    }
    .pn-route-dist {
        color: var(--amber-deep);
        font-weight: 700;
        font-size: .88rem;
        font-family: var(--font-display);
        white-space: nowrap;
        flex-shrink: 0;
    }

    /* =========================================================
       12. HISTORY — horizontal timeline slider
    ========================================================= */
    .pn-history { background: var(--forest); }
    .pn-history .pn-lede { color: #C9D6C2; }
    .pn-hist-slider { display: flex; gap: 0; overflow-x: auto; padding: 30px 4px 22px; scroll-snap-type: x mandatory; scroll-behavior: smooth; }
    .pn-hist-slider::-webkit-scrollbar { height: 5px; }
    .pn-hist-slider::-webkit-scrollbar-thumb { background: var(--moss); border-radius: 10px; }
    .pn-hist-slide { flex: 0 0 300px; scroll-snap-align: start; padding-right: 26px; position: relative; }
    .pn-hist-slide::before {
        content: ''; position: absolute; top: -18px; left: 0; right: 26px; height: 2px; background: var(--moss);
    }
    .pn-hist-slide::after {
        content: ''; position: absolute; top: -22px; left: 0; width: 10px; height: 10px; border-radius: 50%; background: var(--amber);
    }
    .pn-hist-year { color: var(--amber); font-family: var(--font-display); font-weight: 700; font-size: 1.3rem; margin-bottom: 10px; display: block; }
    .pn-hist-slide h6 { color: #fff; font-weight: 700; font-size: 1rem; margin-bottom: 10px; }
    .pn-hist-slide p { color: #C9D6C2; font-size: .87rem; line-height: 1.65; margin: 0; }

    .pn-hist-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 30px; }
    @media (max-width: 767.98px) { .pn-hist-feature { grid-template-columns: 1fr; } }
    .pn-hist-feature .pn-feat-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: 12px; padding: 26px; }
    .pn-hist-feature h5 { color: var(--amber); font-weight: 700; font-size: 1.05rem; margin-bottom: 12px; }
    .pn-hist-feature p { color: #C9D6C2; line-height: 1.8; font-size: .9rem; margin: 0; }

    /* =========================================================
       13. ABOUT DETAILED — accordion-style stacked rows
    ========================================================= */
    .pn-detail { background: var(--white); }
    .pn-acc { margin-top: 28px; border-top: 1px solid var(--line); }
    .pn-acc-row { border-bottom: 1px solid var(--line); padding: 24px 0; display: grid; grid-template-columns: 260px 1fr; gap: 30px; }
    @media (max-width: 767.98px) { .pn-acc-row { grid-template-columns: 1fr; gap: 10px; } }
    .pn-acc-row h5 { color: var(--forest); font-weight: 700; font-size: 1.02rem; margin: 0; }
    .pn-acc-row p { color: var(--ink-soft); line-height: 1.8; font-size: .93rem; margin: 0; text-align: left; }

    /* =========================================================
       14. HOW TO REACH — icon cards + gate grid, cream
    ========================================================= */
    .pn-reach { background: var(--cream-2); }
    .pn-reach-card { background: #fff; border-radius: 12px; padding: 26px; }
    .pn-reach-card .pn-reach-icon {
        width: 44px; height: 44px; border-radius: 10px; background: var(--amber); color: var(--forest-deep);
        display: flex; align-items: center; justify-content: center; font-size: 1.05rem; margin-bottom: 14px;
    }
    .pn-reach-card h5 { color: var(--forest); font-weight: 700; font-size: 1.02rem; margin-bottom: 10px; }
    .pn-reach-card p { color: var(--ink-soft); font-size: .89rem; line-height: 1.7; margin: 0 0 10px; text-align: left; }
    .pn-reach-tag { display: inline-block; background: var(--cream-2); color: var(--forest); font-weight: 600; font-size: .76rem; padding: 5px 12px; border-radius: 999px; }
    .pn-gate-card { background: #fff; border-radius: 12px; padding: 22px; height: 100%; border-top: 3px solid var(--moss); }
    .pn-gate-card h5 { color: var(--forest); font-weight: 700; font-size: .98rem; margin-bottom: 8px; }
    .pn-gate-card p { color: var(--ink-soft); font-size: .86rem; line-height: 1.65; margin: 0; text-align: left; }
    
    
    /* ========== Timings Section ========== */
.pn-timings {
    background: var(--cream, #FBF8F1);
}

.pn-timing-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    height: 100%;
    border: 1px solid var(--line, #E1D9C4);
}

.pn-timing-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 22px;
    color: #fff;
}

.pn-timing-header.summer {
    background: linear-gradient(135deg, #C97F1F, #E2A33B);
}

.pn-timing-header.winter {
    background: linear-gradient(135deg, #21402C, #2E463E);
}

.pn-timing-header i {
    font-size: 1.6rem;
    opacity: 0.95;
}

.pn-timing-header h5 {
    margin: 0;
    font-weight: 700;
    font-size: 1.15rem;
    color: #fff;
}

.pn-timing-header span {
    font-size: 0.82rem;
    opacity: 0.9;
}

.pn-timing-body {
    padding: 20px 22px 22px;
}

.pn-time-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dashed var(--line, #E1D9C4);
}

.pn-time-row:last-of-type {
    border-bottom: none;
}

.pn-time-row .label {
    font-weight: 600;
    color: var(--forest, #21402C);
    font-size: 0.95rem;
}

.pn-time-row .value {
    font-weight: 500;
    color: var(--ink-soft, #4B5449);
    font-size: 0.95rem;
}

.pn-timing-body .note {
    margin: 14px 0 0;
    font-size: 0.82rem;
    color: #777;
}

/* Note Box */
.pn-note-box {
    background: #fff;
    border-radius: 12px;
    padding: 22px 24px;
    border: 1px solid var(--line, #E1D9C4);
    box-shadow: 0 4px 16px rgba(0,0,0,0.04);
}

.pn-note-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: var(--forest, #21402C);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.pn-note-box h5 {
    color: var(--forest, #21402C);
    font-weight: 700;
    font-size: 1.1rem;
}

.pn-note-box p {
    color: var(--ink-soft, #4B5449);
    font-size: 0.95rem;
    line-height: 1.65;
    margin-bottom: 0;
}
/* ========== About Section - Dark Different Look ========== */
.pn-about {
    background: #f4f1e8;
    padding: 80px 0;
}

.pn-about-dark {
    background: linear-gradient(145deg, #1e3328 0%, #2E463E 100%);
    border-radius: 18px;
    padding: 50px 52px;
    color: #fff;
    box-shadow: 0 20px 50px rgba(30, 51, 40, 0.25);
    position: relative;
    overflow: hidden;
}

.pn-about-dark::before {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 180px;
    height: 180px;
    background: rgba(226, 163, 59, 0.12);
    border-radius: 50%;
}

.pn-about-label {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #E2A33B;
    margin-bottom: 14px;
}

.pn-about-heading {
    color: #ffffff;
    font-size: clamp(1.6rem, 3vw, 2.15rem);
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 28px;
}

.pn-about-text p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.05rem;
    line-height: 1.9;
    margin-bottom: 1.5rem;
    text-align: justify;
}

.pn-about-text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .pn-about-dark {
        padding: 34px 24px;
    }
    .pn-about-text p {
        font-size: 0.98rem;
    }
}
/* ========== Morning vs Evening Comparison ========== */
.pn-comparison {
    background: #ffffff;
}

.pn-comp-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    border: 1px solid #E8E0C8;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pn-comp-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.1);
}

.pn-comp-header {
    padding: 32px 24px 28px;
    text-align: center;
    color: #fff;
}

.pn-comp-header.morning {
    background: linear-gradient(135deg, #E2A33B, #C97F1F);
}

.pn-comp-header.evening {
    background: linear-gradient(135deg, #2E463E, #1a2f26);
}

.pn-comp-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 14px;
    background: rgba(255,255,255,0.18);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.pn-comp-header h3 {
    font-size: 1.45rem;
    font-weight: 700;
    margin: 0 0 6px;
    color: #fff;
}

.pn-comp-time {
    font-size: 0.9rem;
    opacity: 0.9;
    font-weight: 500;
}

.pn-comp-body {
    padding: 28px 26px 30px;
    background: #FBF8F1;
}

.pn-comp-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pn-comp-body li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 0.95rem;
    color: #4B5449;
    line-height: 1.5;
}

.pn-comp-body li:last-child {
    margin-bottom: 0;
}

.pn-comp-body li i {
    color: #2E463E;
    font-size: 0.9rem;
    margin-top: 4px;
    min-width: 16px;
}

@media (max-width: 767.98px) {
    .pn-comp-header {
        padding: 26px 20px 22px;
    }
    .pn-comp-body {
        padding: 22px 20px 24px;
    }
}
/* ========== States / Zones & Timings ========== */
.pn-states {
    background: #FBF8F1;
}

.pn-state-title {
    display: flex;
    align-items: baseline;
    gap: 14px;
    margin-bottom: 24px;
    padding-bottom: 14px;
    border-bottom: 2px solid #E1D9C4;
}

.pn-state-title h3 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #21402C;
}

.pn-state-title span {
    font-size: 0.95rem;
    color: #6b7568;
    font-weight: 500;
}

/* Zone Box */
.pn-zone-box,
.pn-table-box {
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    border: 1px solid #E1D9C4;
    height: 100%;
    box-shadow: 0 6px 20px rgba(0,0,0,0.04);
}

.pn-zone-box-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #21402C;
    margin-bottom: 18px;
}

/* Original style zone list */
.pn-zone-heading {
    background: #39554c;
    color: #fff;
    padding: 8px 12px;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 0.95rem;
}

.pn-zone-list {
    list-style: none;
    padding: 0;
    margin: 0 0 18px 0;
}

.pn-zone-list li {
    background: #426459;
    color: #fff;
    padding: 8px 12px;
    margin-bottom: 4px;
    border-radius: 4px;
    font-size: 0.95rem;
}

/* Table */
.pn-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
    text-align: center;
}

.pn-table thead {
    background: #2E463E;
    color: #fff;
}

.pn-table th,
.pn-table td {
    padding: 10px 8px;
    border: 1px solid #E1D9C4;
}

.pn-table thead th {
    font-weight: 600;
    border-color: rgba(255,255,255,0.15);
}

.pn-table tbody th {
    background: #F1EADA;
    color: #21402C;
    font-weight: 600;
}

.pn-table tbody tr:nth-child(even) td {
    background: #faf8f3;
}

.pn-table tr.closed th,
.pn-table tr.closed td {
    background: #fff3cd !important;
    color: #856404;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .pn-state-title {
        flex-direction: column;
        gap: 4px;
    }
    .pn-zone-box,
    .pn-table-box {
        padding: 18px;
    }
}
/* ========== Important Info + Booking Procedure ========== */
.pn-info,
.pn-booking-info {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pn-info-card {
    border-radius: 16px;
    padding: 32px 36px;
    color: #fff;
    box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}

.pn-info-card.brown {
    background: linear-gradient(145deg, #8B5E3C, #6d4a2f);
}

.pn-info-card.green {
    background: linear-gradient(145deg, #2E463E, #1e3328);
}

.pn-info-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.pn-info-header i {
    font-size: 1.5rem;
    opacity: 0.95;
}

.pn-info-header h3 {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 700;
    color: #fff;
}

.pn-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pn-info-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 16px;
    font-size: 1rem;
    line-height: 1.65;
    color: rgba(255,255,255,0.92);
}

.pn-info-list li:last-child {
    margin-bottom: 0;
}

.pn-info-list li i {
    color: #E2A33B;
    font-size: 0.9rem;
    margin-top: 5px;
    min-width: 16px;
}

.pn-info-footer {
    margin: 28px 0 0;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.2);
    font-size: 1.05rem;
    font-weight: 600;
    color: #E2A33B;
    text-align: center;
}

@media (max-width: 767.98px) {
    .pn-info-card {
        padding: 24px 20px;
    }
    .pn-info-header h3 {
        font-size: 1.2rem;
    }
    .pn-info-list li {
        font-size: 0.95rem;
    }
}
/* ========== Our Services ========== */
.pn-services {
    background: #FBF8F1;
}

.pn-service-card {
    background: #fff;
    border-radius: 16px;
    padding: 36px 28px 32px;
    text-align: center;
    height: 100%;
    border: 1px solid #E1D9C4;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pn-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.1);
}

.pn-service-icon {
    width: 72px;
    height: 72px;
    background: linear-gradient(145deg, #2E463E, #21402C);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    margin-bottom: 22px;
    box-shadow: 0 8px 20px rgba(46, 70, 62, 0.25);
}

.pn-service-card h5 {
    color: #21402C;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 14px;
}

.pn-service-card p {
    color: #5a6358;
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 24px;
    flex-grow: 1;
}

.pn-service-btn {
    display: inline-block;
    background: #2E463E;
    color: #fff !important;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 10px 26px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.pn-service-btn:hover {
    background: #E2A33B;
    color: #1a2f26 !important;
    transform: translateY(-2px);
}

@media (max-width: 767.98px) {
    .pn-service-card {
        padding: 30px 22px 28px;
    }
}

/* ========== FAQ Section ========== */
.pn-faq {
    background: #ffffff;
}

.pn-faq-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .pn-faq-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.pn-faq-item {
    background: #FBF8F1;
    border-radius: 12px;
    border: 1px solid #E1D9C4;
    overflow: hidden;
    transition: box-shadow 0.25s ease;
}

.pn-faq-item:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.pn-faq-item.active {
    box-shadow: 0 8px 24px rgba(46, 70, 62, 0.1);
    border-color: #2E463E;
}

.pn-faq-question {
    padding: 18px 22px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    user-select: none;
}

.pn-faq-question h3 {
    font-size: 0.98rem;
    font-weight: 600;
    color: #21402C;
    margin: 0;
    line-height: 1.45;
}

.pn-faq-question i {
    color: #E2A33B;
    font-size: 0.9rem;
    transition: transform 0.3s ease;
    min-width: 18px;
}

.pn-faq-item.active .pn-faq-question i {
    transform: rotate(180deg);
}

.pn-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 22px;
}

.pn-faq-item.active .pn-faq-answer {
    max-height: 400px;
    padding: 0 22px 20px;
}

.pn-faq-answer p {
    color: #5a6358;
    font-size: 0.94rem;
    line-height: 1.7;
    margin: 0;
}

.pn-faq-answer a {
    color: #2E463E;
    font-weight: 600;
    text-decoration: underline;
}

.pn-faq-answer a:hover {
    color: #E2A33B;
}