:root {
 --pine: #1a3c2e;
 --forest: #2d6a4f;
 --jade: #40916c;
 --sage: #74c69d;
 --mist: #d8f3dc;
 --sky: #e8f4fd;
 --gold: #c9a84c;
 --amber: #e8b84b;
 --slate: #2c3e50;
 --charcoal: #1e2d3a;
 --warm-white: #fafaf8;
 --off-white: #f5f4f0;
 --text-dark: #1a2433;
 --text-mid: #4a5568;
 --text-light: #718096;
 --danger-soft: #fff1f0;
 --danger-accent: #c0392b;
 --shadow-sm: 0 2px 12px rgba(0,0,0,0.07);
 --shadow-md: 0 6px 28px rgba(0,0,0,0.10);
 --shadow-lg: 0 16px 48px rgba(0,0,0,0.13);
 --radius: 16px;
 --radius-sm: 10px;
 }
 *, *::before, *::after { box-sizing: border-box; }
 /* ── HERO ── */
 .hero-section {
 min-height: 100vh;
 background: linear-gradient(160deg, rgba(22,40,28,0.80) 0%, rgba(15,30,40,0.70) 100%),
 url('../images/Tour-Package-banner.jpg') center/cover no-repeat;
 display: flex; align-items: center; justify-content: center;
 text-align: center;
 padding: 120px 20px 80px;
 position: relative;
 }
 .hero-section::before {
 content: '';
 position: absolute; inset: 0;
 background: linear-gradient(to bottom, transparent 60%, rgba(26,60,46,0.35) 100%);
 }
 .hero-badge {
 display: inline-flex; align-items: center; gap: 8px;
 background: var(--gold); color: var(--pine);
 font-size: 12px; font-weight: 700;
 letter-spacing: 1.5px; text-transform: uppercase;
 padding: 8px 20px; border-radius: 50px;
 margin-bottom: 24px;
 }
 .hero-title {
 font-size: clamp(2rem, 5vw, 3.6rem);
 font-weight: 700; color: #fff;
 line-height: 1.2; margin-bottom: 14px;
 text-shadow: 0 2px 24px rgba(0,0,0,0.4);
 }
 .hero-subtitle {
 font-family: 'Montserrat', sans-serif;
 font-size: clamp(0.95rem, 2vw, 1.15rem);
 color: var(--sage); font-weight: 500;
 letter-spacing: 1px; text-transform: uppercase;
 margin-bottom: 16px;
 }
 .hero-route {
 display: inline-flex; align-items: center; gap: 10px;
 background: rgba(255,255,255,0.12);
 backdrop-filter: blur(8px);
 border: 1px solid rgba(255,255,255,0.22);
 color: #fff; padding: 10px 24px; border-radius: 50px;
 font-size: 13px; font-weight: 600;
 letter-spacing: 0.5px; margin-bottom: 36px;
 }
 .hero-btns { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
 .btn-book {
 background: var(--gold); color: var(--pine);
 font-weight: 700;
 font-size: 14px; padding: 14px 30px; border-radius: 12px;
 border: none; letter-spacing: 0.5px;
 transition: all 0.25s; box-shadow: 0 4px 20px rgba(201,168,76,0.4);
 }
 .btn-book:hover { background: var(--amber); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(201,168,76,0.5); color: var(--pine); }
 .btn-whatsapp {
 background: #25D366; color: #fff;
 font-weight: 700;
 font-size: 14px; padding: 14px 26px; border-radius: 12px;
 border: none; letter-spacing: 0.5px;
 transition: all 0.25s; box-shadow: 0 4px 20px rgba(37,211,102,0.35);
 }
 .btn-whatsapp:hover { background: #1ebe5d; transform: translateY(-2px); color: #fff; }
 .btn-call {
 background: transparent; color: #fff;
 font-weight: 600;
 font-size: 14px; padding: 13px 24px; border-radius: 12px;
 border: 2px solid rgba(255,255,255,0.5); letter-spacing: 0.5px;
 transition: all 0.25s;
 }
 .btn-call:hover { background: rgba(255,255,255,0.15); border-color: #fff; color: #fff; transform: translateY(-2px); }
 /* ── SECTION HEADERS ── */
 .section-eyebrow {
 font-size: 11px; font-weight: 700;
 letter-spacing: 3px; text-transform: uppercase; 
 color: #fc5b62;
 margin-bottom: 10px;
 }
 .section-divider {
 width: 56px; height: 3px;
 background: linear-gradient(90deg, var(--gold), var(--amber));
 border-radius: 4px; margin: 14px 0 0;
 }
 /* ── INTRO ── */
 .intro-section { padding: 90px 0; background: var(--warm-white); }
 .intro-text p {  line-height: 1.85; color: var(--text-mid); margin-bottom: 18px; }
 .package-info-card {
 background: #fff;
 border-radius: var(--radius);
 box-shadow: var(--shadow-md);
 overflow: hidden;
 position: sticky; top: 90px;
 border: 1px solid rgba(64,145,108,0.12);
 }
 .pkg-card-header {
 background: linear-gradient(135deg, var(--pine) 0%, var(--forest) 100%);
 padding: 24px 28px;
 color: #fff;
 }
 .pkg-card-header h4 { font-size: 1.25rem; margin-bottom: 6px; color: #fff; }
 .pkg-card-header p { font-size: 13px; color: rgba(255,255,255,0.75); margin: 0; }
 .pkg-card-body { padding: 24px 28px; }
 .pkg-detail-row {
 display: flex; align-items: center; gap: 14px;
 padding: 12px 0; border-bottom: 1px solid rgba(0,0,0,0.06);
 }
 .pkg-detail-row:last-child { border-bottom: none; }
 .pkg-detail-icon {
 width: 40px; height: 40px; 
 border-radius: 10px;
 background-color: #1b36631f;
 display: flex; align-items: center;
 justify-content: center;
 flex-shrink: 0;
 }
 .pkg-detail-icon i {color: #1b3663; font-size: 15px; }
 .pkg-detail-label { font-size: 11px; color: var(--text-light); font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; }
 .pkg-detail-value { font-size: 14px; color: var(--text-dark); font-weight: 600; }
 .pkg-price-tag {
 background: linear-gradient(135deg, #fef9e7, #fdf0c0);
 border-radius: 12px; padding: 16px 20px; margin: 20px 0 16px;
 border: 1px solid #f0d060;
 text-align: center;
 }
 .pkg-price-label { font-size: 11px; text-transform: uppercase; letter-spacing: 1px; color: var(--text-light); font-weight: 600; }
 .pkg-price-value { font-size: 1.6rem; font-weight: 700; color: var(--pine); font-family: 'Playfair Display', serif; }
 .pkg-price-note { font-size: 11px; color: var(--text-light); }
 /* ── HIGHLIGHTS ── */
 .highlights-section { padding: 50px 0; background: var(--off-white); }
 .highlight-card {
 background: #fff; border-radius: var(--radius); 
 padding: 20px 13px;
 box-shadow: var(--shadow-sm); text-align: center;
 transition: all 0.3s; height: 100%;
 border: 1px solid rgba(64,145,108,0.08);
 }
 .highlight-card:hover {
 transform: translateY(-6px);
 box-shadow: var(--shadow-md);
 border-color: rgba(64,145,108,0.25);
 }
 .highlight-icon {
 width: 66px;
 height: 66px;
 border-radius: 18px;
 display: flex;
 align-items: center;
 justify-content: center;
 margin: 0 auto 18px;
 font-size: 26px;
 color: #1b3663;
 transition: all 0.3s;
 background-color: #1b36631f;
 }
 .highlight-card:hover .highlight-icon {
 background: linear-gradient(135deg, #1b3663, #6981a9);
 color: #fff;
 }
 .highlight-card h6 { 
 font-size: 14px;
 font-weight: 500;
 color: #464646;
 margin-bottom: 0;
 }
 /* ── ITINERARY ── */
 .itinerary-section {
 padding: 48px 0;
 background: #ffffff;
 }
 .timeline { position: relative; padding-left: 0; }
 .timeline::before {
 content: '';
 position: absolute; left: 32px; top: 0; bottom: 0;
 width: 2px; 
 background: linear-gradient(to bottom, #1b3663, var(--mist));
 border-radius: 2px;
 }
 @media (max-width: 767px) { .timeline::before { left: 22px; } }
 .timeline-item { position: relative; padding-left: 80px; margin-bottom: 40px; }
 @media (max-width: 767px) { .timeline-item { padding-left: 60px; } }
 .timeline-marker {
 position: absolute; left: 0; top: 28px;
 width: 64px; height: 64px;
 background: linear-gradient(135deg, #1b3663, #1b3663);
 border-radius: 50%; display: flex; flex-direction: column;
 align-items: center; justify-content: center;
 box-shadow: 0 4px 20px rgba(45,106,79,0.35);
 z-index: 1; flex-shrink: 0;
 }
 @media (max-width: 767px) {
 .timeline-marker { width: 44px; height: 44px; left: 0; }
 .timeline-marker .day-num { font-size: 13px; }
 .timeline-marker .day-label { font-size: 7px; }
 }
 .day-num {font-size: 18px; font-weight: 700; color: #fff; line-height: 1; }
 .day-label { font-size: 8px; font-weight: 700; color: #ffffff; text-transform: uppercase; letter-spacing: 0.5px; }
 .timeline-card {
 background: #fff; border-radius: var(--radius);
 box-shadow: var(--shadow-sm);
 border: 1px solid rgba(64,145,108,0.10);
 overflow: hidden; transition: box-shadow 0.3s;
 }
 .timeline-card:hover { box-shadow: var(--shadow-md); }
 .timeline-card-header {
 background: linear-gradient(135deg, #1b3663, #909db3);
 padding: 20px 28px;
 }
 .timeline-card-header h4 { color: #fff; font-size: 1.2rem; margin-bottom: 6px; }
 .timeline-distance {
 display: inline-flex; align-items: center; gap: 8px;
 background: rgba(255,255,255,0.15);
 color: rgba(255,255,255,0.9);
 font-size: 12px; font-weight: 600;
 padding: 5px 14px; border-radius: 50px;
 }
 .timeline-card-body { padding: 28px; }
 .timeline-card-body p { font-size: 1rem; line-height: 1.82; color: var(--text-mid); margin-bottom: 18px; }
 .sightseeing-list { list-style: none; padding: 0; margin: 0 0 20px; display: flex; flex-wrap: wrap; gap: 10px; }
 .sightseeing-list li {
 display: flex; align-items: center; gap: 8px;
 background: var(--mist); color: var(--pine);
 font-size: 13px; font-weight: 600;
 padding: 7px 16px; border-radius: 50px;
 }
 .sightseeing-list li i { font-size: 11px; color: var(--jade); }
 .overnight-badge {
 display: inline-flex; align-items: center; gap: 10px;
 background: linear-gradient(135deg, #fef9e7, #fdf5d0);
 border: 1px solid #e8c84b;
 color: #7a5c00; padding: 12px 20px; border-radius: 12px;
 font-size: 13px; font-weight: 700;
 letter-spacing: 0.3px;
 }
 /* ── INCLUSIONS / EXCLUSIONS ── */
 .inc-exc-section { padding: 90px 0; background: var(--warm-white); }
 .inc-card {
 background: #fff; border-radius: var(--radius);
 box-shadow: var(--shadow-sm); overflow: hidden; height: 100%;
 border: 1px solid rgba(64,145,108,0.12);
 }
 .inc-card-header {
 background: linear-gradient(135deg, #1b3663, #909db3);
 padding: 20px 28px; display: flex; align-items: center; gap: 14px;
 }
 .exc-card-header {
 background: linear-gradient(135deg, #6b1a1a, #c0392b);
 padding: 20px 28px; display: flex; align-items: center; gap: 14px;
 }
 .inc-card-header h5, .exc-card-header h5 { color: #fff; margin: 0; font-size: 1.15rem; }
 .inc-exc-icon {
 width: 44px; height: 44px; border-radius: 12px;
 background: rgba(255,255,255,0.18);
 display: flex; align-items: center; justify-content: center;
 font-size: 20px; color: #fff; flex-shrink: 0;
 }
 .inc-exc-list { list-style: none; padding: 24px 28px; margin: 0; }
 .inc-exc-list li {
 display: flex; align-items: flex-start; gap: 14px;
 padding: 10px 0; border-bottom: 1px solid rgba(0,0,0,0.05);
 font-size: 14.5px; line-height: 1.5; color: var(--text-mid);
 }
 .inc-exc-list li:last-child { border-bottom: none; }
 .inc-check {color: #1e3965; font-size: 14px; margin-top: 2px; flex-shrink: 0; }
 .exc-check { color: var(--danger-accent); font-size: 14px; margin-top: 2px; flex-shrink: 0; }
 /* ── WHY CHOOSE ── */
 .why-section { padding: 90px 0; background-color: #1b3663; }
 .why-section .section-eyebrow { color: var(--sage); }
 .why-section .section-title { color: #fff; }
 .why-section .section-divider { background: linear-gradient(90deg, var(--gold), var(--amber)); }
 .why-card {
 background: rgba(255,255,255,0.07);
 backdrop-filter: blur(10px);
 border: 1px solid rgba(255,255,255,0.12);
 border-radius: var(--radius); padding: 28px 24px;
 text-align: center; height: 100%;
 transition: all 0.3s;
 }
 .why-card:hover {
 background: rgba(255,255,255,0.12);
 transform: translateY(-5px);
 border-color: rgba(201,168,76,0.4);
 }
 .why-icon {
 width: 64px;
 height: 64px;
 border-radius: 18px;
 background: linear-gradient(135deg, rgb(255 255 255), rgb(255 255 255));
 border: 1px solid rgba(201, 168, 76, 0.35);
 display: flex;
 align-items: center;
 justify-content: center;
 margin: 0 auto 18px;
 font-size: 26px;
 color: #1b3663;
 transition: all 0.3s;
 }
 .why-card:hover .why-icon {
 background-color:#fff;
 color: var(--pine);
 }
 .why-card h6 {font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 0; }
 /* ── BEST TIME ── */
 .besttime-section { padding: 90px 0; background: var(--off-white); }
 .season-card {
 border-radius: var(--radius); overflow: hidden;
 box-shadow: var(--shadow-sm); height: 100%;
 transition: all 0.3s;
 border: 1px solid rgba(64,145,108,0.10);
 }
 .season-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
 .season-header {
 padding: 28px 28px 20px;
 text-align: center;
 }
 .season-summer .season-header { background: linear-gradient(135deg, #fff9e6, #fef0c0); }
 .season-monsoon .season-header { background: linear-gradient(135deg, #e8f4fd, #c8e8f8); }
 .season-winter .season-header { background: linear-gradient(135deg, #f0f4ff, #dce8ff); }
 .season-icon { font-size: 48px; margin-bottom: 14px; display: block; }
 .season-header h5 {font-size: 16px; font-weight: 700; margin-bottom: 4px; }
 .season-summer .season-header h5 { color: #a0620a; }
 .season-monsoon .season-header h5 { color: #1a5c8a; }
 .season-winter .season-header h5 { color: #1a3080; }
 .season-period {
 display: inline-block; font-family: 'Montserrat', sans-serif;
 font-size: 11px; font-weight: 700; letter-spacing: 1px;
 padding: 5px 14px; border-radius: 50px; text-transform: uppercase;
 }
 .season-summer .season-period { background: #fde68a; color: #7a4400; }
 .season-monsoon .season-period { background: #bae6fd; color: #0c4a6e; }
 .season-winter .season-period { background: #bfdbfe; color: #1e3a8a; }
 .season-body { background: #fff; padding: 20px 28px; }
 .season-body p { font-size: 14px; color: var(--text-mid); line-height: 1.7; margin: 0; }
 /* ── TRAVEL INFO ── */
 .travel-info-section { padding: 90px 0; background-color:#fff; }
 .travel-info-accordion .accordion-button {
 font-size: 14px; font-weight: 600;
 color: var(--charcoal); background: #fff;
 }
 .travel-info-accordion .accordion-button:not(.collapsed) {
 color: var(--forest); background: var(--mist);
 box-shadow: none;
 }
 .travel-info-accordion .accordion-button::after {
 filter: none;
 }
 .travel-info-accordion .accordion-item {
 border-radius: var(--radius-sm) !important;
 margin-bottom: 10px; overflow: hidden;
 border: 1px solid rgba(64,145,108,0.15) !important;
 box-shadow: var(--shadow-sm);
 }
 .travel-tip-cards { display: flex; flex-direction: column; gap: 14px; }
 .travel-tip-card {
 display: flex; align-items: flex-start; gap: 18px;
 background: #fff; border-radius: var(--radius-sm);
 padding: 18px 22px; box-shadow: var(--shadow-sm);
 border: 1px solid rgba(64,145,108,0.10);
 transition: all 0.25s;
 }
 .travel-tip-card:hover { box-shadow: var(--shadow-md); border-color: rgba(64,145,108,0.25); }
 .tip-num {
 width: 36px; height: 36px; border-radius: 50%;
 background: linear-gradient(135deg, var(--jade), var(--forest));
 display: flex; align-items: center; justify-content: center;
 font-size: 13px; font-weight: 700;
 color: #fff; flex-shrink: 0;
 }
 .tip-icon-wrap {
 width: 44px; height: 44px; border-radius: 12px;
 background: var(--mist);
 display: flex; align-items: center; justify-content: center;
 font-size: 20px; flex-shrink: 0;
 }
 .travel-tip-card h6 {font-size: 14px; font-weight: 700; color: var(--charcoal); margin-bottom: 0; }
 /* ── CTA BANNER ── */
 .cta-section {
 padding: 100px 0;
 background: linear-gradient(160deg, rgb(0 0 0 / 88%) 0%, rgb(36 36 36 / 82%) 100%), url(../images/Book-Your-Mussoorie-Getaway.jpg) center / cover no-repeat;
 text-align: center;
 position: relative;
 margin-bottom: 50px;
 }
 .cta-section h2 { color: #fff; font-size: clamp(1.8rem, 4vw, 2.8rem); margin-bottom: 16px; }
 .cta-section p { color: rgba(255,255,255,0.78); font-size: 1.05rem; max-width: 640px; margin: 0 auto 36px; line-height: 1.75; }
 .contact-pills { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-bottom: 32px; }
 .contact-pill {
 display: inline-flex; align-items: center; gap: 10px;
 background: rgba(255,255,255,0.10);
 backdrop-filter: blur(8px);
 border: 1px solid rgba(255,255,255,0.22);
 color: #fff; padding: 10px 22px; border-radius: 50px;
 font-size: 13px; font-weight: 600;
 transition: all 0.25s; text-decoration: none;
 }
 .contact-pill:hover { background: rgba(255,255,255,0.2); color: #fff; transform: translateY(-2px); }
 .contact-pill i { font-size: 15px; }
 .contact-pill.green { border-color: #25D366; }
 .contact-pill.green i { color: #25D366; }
 .contact-pill.gold { border-color: var(--gold); }
 .contact-pill.gold i { color: var(--amber); }
 /* ── STICKY SIDEBAR ── */
 .sticky-sidebar { position: sticky; top: 90px; }
 .sidebar-booking-card {
 background: #fff; border-radius: var(--radius);
 box-shadow: var(--shadow-lg); overflow: hidden;
 border: 1px solid rgba(64,145,108,0.12);
 }
 .sidebar-header {
 background: linear-gradient(135deg, #1b3663, #909db3);
 padding: 22px 24px;
 }
 .sidebar-header h5 { color: #fff; font-size: 1.1rem; margin-bottom: 4px; }
 .sidebar-header p { color: rgba(255,255,255,0.72); font-size: 12px; margin: 0; }
 .sidebar-body { padding: 22px 24px; }
 .form-label-custom {font-size: 11px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; color: var(--text-light); margin-bottom: 6px; }
 .form-control-custom {
 width: 100%; padding: 11px 14px;
 border: 1.5px solid #e2e8f0; border-radius: 10px;
 font-size: 14px; color: var(--text-dark);
 background: #fafafa; transition: border-color 0.2s;
 margin-bottom: 14px;
 font-family: 'DM Sans', sans-serif;
 }
 .form-control-custom:focus { outline: none; border-color: var(--jade); background: #fff; }
 .sidebar-price {
 background: linear-gradient(135deg, #fef9e7, #fdf0c0);
 border-radius: 12px; padding: 14px 18px; margin: 4px 0 16px;
 border: 1px solid #f0d060; text-align: center;
 }
 .sidebar-price-label { font-size: 11px; color: var(--text-light); text-transform: uppercase; letter-spacing: 1px; font-weight: 600; }
 .sidebar-price-value { font-size: 1.5rem;
 font-weight: 700;
 color: #1b3663; }
 .sidebar-price-note { font-size: 11px; color: var(--text-light); }
 .btn-sidebar-book {
 width: 100%;
 background-color: #fc5b62;
 color: #fff; 
 font-weight: 700;
 font-size: 14px; padding: 13px; border-radius: 12px;
 border: none; margin-bottom: 10px; letter-spacing: 0.5px;
 transition: all 0.25s;
 }
 .btn-sidebar-book:hover { opacity: 0.92; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(45,106,79,0.35); color: #fff; }
 .btn-sidebar-wa {
 width: 100%; background: #25D366;
 color: #fff; 
 font-weight: 700;
 font-size: 14px; padding: 12px; border-radius: 12px;
 border: none; margin-bottom: 10px; letter-spacing: 0.5px;
 transition: all 0.25s;
 }
 .btn-sidebar-wa:hover { background: #1ebe5d; color: #fff; transform: translateY(-2px); }
 .btn-sidebar-call {
 width: 100%; background: transparent;
 color: var(--slate); 
 font-weight: 600;
 font-size: 14px; padding: 12px; border-radius: 12px;
 border: 2px solid #e2e8f0; letter-spacing: 0.5px;
 transition: all 0.25s;
 }
 .btn-sidebar-call:hover { border-color: var(--jade); color: var(--forest); background: var(--mist); }
 .trust-badges { display: flex; justify-content: center; gap: 10px; margin-top: 16px; flex-wrap: wrap; }
 .trust-badge {
 display: inline-flex; align-items: center; gap: 6px;
 font-size: 10px; font-weight: 600;
 color: var(--text-light); text-transform: uppercase; letter-spacing: 0.5px;
 }
 .trust-badge i { color: var(--jade); font-size: 12px; }
 /* ── UTILITIES ── */
 .text-gold { color: var(--gold); }
 .bg-forest { background: var(--forest); }
 /* ── RESPONSIVE ── */
 @media (max-width: 991px) {
 .sticky-sidebar { position: static; }
 .package-info-card { position: static; }
 }
 @media (max-width: 767px) {
 .hero-section { min-height: 90vh; }
 .intro-section, .highlights-section, .itinerary-section,
 .inc-exc-section, .why-section,
 .besttime-section, .travel-info-section, .cta-section { padding: 60px 0; }
 }
 /* ── SCROLL ANIMATION ── */
 .fade-up { opacity: 0; transform: translateY(28px); transition: opacity 0.6s ease, transform 0.6s ease; }
 .fade-up.visible { opacity: 1; transform: translateY(0); }
 .why-section .main_title_2 h3{color:#fff;}