        /* =========================================
   GLOBAL RESET
   ========================================= */
html { scroll-behavior: smooth; }
body { font-family: 'Roboto', 'Inter', sans-serif; color: #333; overflow-x: hidden; margin: 0; background-color: #ffffff; }

/* Minimal CSS for responsive breadcrumb hero */
        .breadcrumb-hero {
            height: 35vh;
        }

        @media (max-width: 768px) {
            .breadcrumb-hero {
                height: 25vh;
                min-height: 250px;
            }
            .display-5-md {
                font-size: 2rem !important;
            }
        }

        @media (max-width: 576px) {
            .breadcrumb-hero {
                height: 30vh;
                min-height: 220px;
            }
            .display-6-sm {
                font-size: 1.5rem !important;
            }
        }
        /* new content */
        /* INFO SECTION */
.info-section {
  padding: 4rem 0;
  background-color: #f0f5fa;
}

.info-section + .info-section {
  border-top: 1px solid #c7daea;
}

.info-section__heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: #0d2b40;
  font-weight: 700;
  margin-bottom: .4rem;
  line-height: 1.2;
}

.info-section__lead {
  color: #4a6f8a;
  font-size: 1.05rem;
  margin-bottom: 2rem;
  font-weight: 300;
}

.info-section__col {
  background-color: #fff;
  border: 1px solid #c7daea;
  border-radius: .75rem;
  padding: 2rem;
  height: 100%;
  box-shadow: 0 2px 16px rgba(40,111,172,.07);
}

.info-section__subheading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.15rem;
  color: #0d2b40;
  font-weight: 600;
  margin-bottom: .6rem;
  padding-bottom: .4rem;
  border-bottom: 2px solid #d6e8f5;
}

/* SEASON GRID */
.season-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.season-card {
  background-color: #d6e8f5;
  border-radius: .5rem;
  padding: 1rem 1.1rem;
}

.season-card__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: .9rem;
  font-weight: 700;
  color: #286fac;
  margin-bottom: .5rem;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.season-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: .88rem;
  color: #1a2e3d;
  line-height: 1.7;
}

.season-card__list li::before {
  content: "· ";
  color: #286fac;
  font-weight: 700;
}

/* VERDICT */
.verdict-block {
  background-color: #d6e8f5;
  border-left: 4px solid #286fac;
  border-radius: 0 .5rem .5rem 0;
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
  font-size: .95rem;
  line-height: 1.9;
  color: #1a2e3d;
}

/* CTA */
.cta-strip {
  background-color: #286fac;
  border-radius: .6rem;
  padding: 1.1rem 1.4rem;
  color: #fff;
  font-size: .95rem;
}

.cta-strip strong {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.05rem;
  display: block;
  margin-bottom: .25rem;
}

.cta-strip a {
  color: #c9e3f5;
  text-decoration: underline;
  font-weight: 600;
}

/* LISTS */
.travel-list,
.option-list,
.included-list {
  list-style: none;
  padding: 0;
}

/* TRAVEL LIST */
.travel-list {
  margin: 0 0 1.25rem;
}

.travel-list li {
  display: flex;
  gap: .5rem;
  padding: .45rem 0;
  border-bottom: 1px dashed #c7daea;
  font-size: .95rem;
}

.travel-list__label {
  font-weight: 600;
  color: #286fac;
  min-width: 7rem;
}

/* OPTION LIST */
.option-list li {
  padding: .45rem .75rem;
  border-radius: .4rem;
  font-size: .93rem;
  margin-bottom: .4rem;
  background-color: #f0f5fa;
  border: 1px solid #c7daea;
}

.option-list li strong {
  color: #286fac;
}

/* INCLUDED LIST */
.included-list li {
  padding: .4rem 0;
  font-size: .94rem;
  border-bottom: 1px dashed #c7daea;
  display: flex;
  gap: .5rem;
}

.included-list li::before {
  content: "✓";
  color: #286fac;
  font-weight: 700;
}

/* TIP */
.tip-notice {
  background-color: #eaf3fb;
  border: 1px solid #c7daea;
  border-left: 4px solid #286fac;
  border-radius: 0 .5rem .5rem 0;
  padding: .85rem 1.1rem;
  font-size: .9rem;
  color: #4a6f8a;
  margin-bottom: 1.25rem;
}

.tip-notice strong {
  color: #286fac;
}

/* RESPONSIVE */
@media (max-width: 767.98px) {
  .season-grid {
    grid-template-columns: 1fr;
  }

  .info-section__col {
    margin-bottom: 1.5rem;
  }
}
/* footer */
.box-courier-footer{color:#fff;position:relative;padding-top:3rem}.bcf-footer-bg{background:linear-gradient(rgb(0,70,140),rgb(2,35,126))}.bcf-heading{letter-spacing:1px;border-bottom:1px solid rgba(255,255,255,0.2);padding-bottom:10px;margin-bottom:20px;font-size:0.95rem;text-transform:uppercase;color:#fff}.bcf-text-light{color:rgba(255,255,255,0.85);line-height:1.8}.bcf-list{margin:0;padding:0}.bcf-list li{margin-bottom:12px}.bcf-list a{color:rgba(255,255,255,0.85);text-decoration:none;transition:color 0.3s ease,margin-left 0.3s ease;display:inline-block;font-size:0.85rem}.bcf-list a:hover{color:#fff;margin-left:5px}.bcf-chevron{color:rgba(255,255,255,0.5);margin-right:8px;font-size:1rem;line-height:1}.bcf-social-btn{width:32px;height:32px;border:1px solid rgba(255,255,255,0.3);border-radius:50%;transition:background-color 0.3s,border-color 0.3s;background:transparent}.bcf-social-btn:hover{background-color:#fff;color:#8b0000 !important;border-color:#fff}.bcf-serif-bold{font-family:serif;font-weight:bold}.bcf-social-small{font-size:0.9rem}.bcf-contact-list li{margin-bottom:24px}.bcf-icon-wrap{width:38px;height:38px;background-color:rgba(255,255,255,0.15);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color 0.3s}.bcf-icon-wrap:hover{background-color:rgba(255,255,255,0.25)}.bcf-contact-text{font-size:0.85rem;color:rgba(255,255,255,0.9)}.bcf-contact-value{font-size:0.9rem;font-weight:700;color:#fff;margin-top:2px}.bcf-address-text{font-size:0.85rem;line-height:1.4}.bcf-bottom-bar{background-color:#fff;margin-top:2rem;border-top:1px solid #e0e0e0}.bcf-bottom-link-dark{color:#4a4a4a;text-decoration:none;font-style:italic;transition:color 0.3s ease}.bcf-bottom-link-dark:hover{color:#9e0000}.bcf-quote-btn{background-color:#9e0000;padding:12px 28px;border-radius:25px 0 0 0;position:absolute;right:0;bottom:0;transition:background-color 0.3s;font-size:0.95rem}.bcf-quote-btn:hover{background-color:#7a0000}.bcf-float-wrap{position:fixed;right:16px;bottom:20px;display:flex;flex-direction:column;gap:12px;z-index:9999}.bcf-float-modern{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:50px;text-decoration:none;color:#fff;font-size:14px;backdrop-filter:blur(10px);background:rgba(0,0,0,0.55);box-shadow:0 6px 18px rgba(0,0,0,0.25);transition:all .3s ease;overflow:hidden}.bcf-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,0.15);font-size:16px}.bcf-label{white-space:nowrap;font-weight:500}.bcf-float-modern:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 10px 25px rgba(0,0,0,0.35)}.bcf-float-modern.call{background:linear-gradient(135deg,#007bff,#0056b3)}.bcf-float-modern.whatsapp{background:linear-gradient(135deg,#25D366,#128C7E)}@media(max-width:576px){.bcf-label{display:none}.bcf-float-modern{padding:10px;border-radius:50%}}
        /* faq */
        .faq-sik-section{background:#f5f8fc}
.faq-sik-title{font-family:Georgia,serif;font-size:1.65rem;font-style:italic;color:#0d2a40}
.faq-sik-grid{display:grid;grid-template-columns:1fr;gap:1rem}
.faq-sik-item{background:#fff;border:1px solid #d0e6f7;border-radius:12px;overflow:hidden;transition:box-shadow .25s}
.faq-sik-item:has(input:checked){box-shadow:0 4px 20px rgba(28,98,159,.1);border-color:#1c629f}
.faq-sik-item input{display:none}
.faq-sik-item label{display:flex;align-items:center;gap:.65rem;padding:.9rem 1.1rem;font-family:Georgia,serif;font-size:.92rem;font-weight:700;color:#0d2a40;cursor:pointer}
.faq-sik-item label i{color:#1c629f;font-size:.95rem}
.faq-sik-item label span{margin-left:auto;color:#1c629f;transition:.3s}
.faq-sik-item input:checked~label{color:#1c629f;border-bottom:1px solid #d0e6f7}
.faq-sik-item input:checked~label span{transform:rotate(180deg)}
.faq-sik-ans{max-height:0;overflow:hidden;font-size:.87rem;color:#666;line-height:1.75;transition:.35s}
.faq-sik-item input:checked~.faq-sik-ans{max-height:120px;padding:.8rem 1.1rem .95rem}
/* =========================================
   DARJEELING DESTINATION PAGE STYLES
   ========================================= */

/* Animations */
.animate-fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

@keyframes fadeInUp {
    to { opacity: 1; transform: translateY(0); }
}

/* Base Image Zoom */
.dest-hover-zoom {
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.darjeeling-banner:hover .dest-hover-zoom {
    transform: scale(1.05);
}

/* Green Header Bottom Border */
.border-bottom-green {
    border-bottom: 2px solid #00a86b !important;
    display: inline-block;
}

/* Tour Packages Layout & Interactive CSS */
.tour-card {
    border-radius: 12px;
    border: 1px solid #eaeaea !important;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    cursor: pointer;
    background-color: #fff;
}

.tour-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important;
}

.tour-img-wrap img {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tour-card:hover .tour-img-wrap img {
    transform: scale(1.08);
}

/* Buttons and Icons */
.tour-btn {
    background-color: #1e3a5f !important;
    border-color: #1e3a5f !important;
    transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
}

.tour-btn:hover {
    background-color: #0b1a2e !important;
    border-color: #0b1a2e !important;
    transform: translateY(-2px);
}

.tour-card i.fa-solid {
    color: #1e3a5f !important;
}

/* taxi page */
/* ===== TAXI PAGE ===== */

/* Taxi Page Layout */
.taxi-pg-wrapper{max-width:1100px;margin:0 auto}
.taxi-pg-heading{font-family:Georgia,"Times New Roman",serif;color:#0e3752}
.taxi-pg-accent{width:60px;height:4px;background:#00a86b;border:none;border-radius:3px;opacity:1}
.taxi-pg-stitle{font-size:1.5rem;font-weight:800;color:#0e3752}
.taxi-pg-sub{color:#777;font-size:.86rem;line-height:1.7}

/* Fade Animation */
.taxi-pg-fade{opacity:0;transform:translateY(20px);animation:taxiPgFade .6s ease forwards}
@keyframes taxiPgFade{to{opacity:1;transform:translateY(0)}}
.taxi-pg-d1{animation-delay:.05s}.taxi-pg-d2{animation-delay:.12s}.taxi-pg-d3{animation-delay:.2s}.taxi-pg-d4{animation-delay:.28s}.taxi-pg-d5{animation-delay:.36s}.taxi-pg-d6{animation-delay:.44s}

/* Section Subtitle with lines */
.taxi-pg-subline{display:flex;align-items:center;justify-content:center;gap:14px;font-size:.78rem;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#0e3752}
.taxi-pg-subline::before,.taxi-pg-subline::after{content:"";width:40px;height:2px;background:#0e3752;border-radius:1px}

/* Fleet Slider */
.taxi-pg-fleet-radio{display:none}
.taxi-pg-fleet-wrap{position:relative}
.taxi-pg-fleet-outer{overflow:hidden;border-radius:16px}
.taxi-pg-fleet-track{display:flex;gap:16px;transition:transform .5s cubic-bezier(.4,0,.2,1)}
#taxi-pg-pg2:checked ~ .taxi-pg-fleet-wrap .taxi-pg-fleet-track{transform:translateX(calc(-100% - 16px))}

/* Fleet Glassmorphism Arrows */
.taxi-pg-fleet-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(14,55,82,.5);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);color:#fff;font-size:1rem;cursor:pointer;transition:background .3s ease,transform .3s ease,box-shadow .3s ease}
.taxi-pg-fleet-arrow:hover{background:rgba(14,55,82,.85);color:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px rgba(14,55,82,.3)}
.taxi-pg-fleet-left{left:-8px}
.taxi-pg-fleet-right{right:-8px}

/* Fleet Card */
.taxi-pg-fleet-card{flex:0 0 calc(25% - 12px);border-radius:16px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}
.taxi-pg-fleet-card:hover{transform:translateY(-6px);box-shadow:0 14px 36px rgba(14,55,82,.14)!important}
.taxi-pg-fleet-img{background:#e8edf2;position:relative;height:170px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.taxi-pg-fleet-img::before{content:"";position:absolute;bottom:-30px;left:50%;transform:translateX(-50%);width:180px;height:180px;border-radius:50%;background:rgba(14,55,82,.06)}
.taxi-pg-fleet-img img{position:relative;z-index:1;max-width:88%;max-height:90%;object-fit:contain;transition:transform .4s ease}
.taxi-pg-fleet-card:hover .taxi-pg-fleet-img img{transform:scale(1.06)}
.taxi-pg-fleet-body{background:#0e3752;padding:1.3rem 1rem;text-align:center}
.taxi-pg-fleet-name{font-size:.9rem;font-weight:700;color:#fff;margin-bottom:.4rem}
.taxi-pg-fleet-desc{font-size:.72rem;color:rgba(255,255,255,.68);line-height:1.5;margin-bottom:.8rem}
.taxi-pg-fleet-btn{background:rgba(255,255,255,.12)!important;color:#fff!important;border:1px solid rgba(255,255,255,.25)!important;font-size:.7rem;font-weight:700;letter-spacing:.8px;border-radius:4px!important;padding:.35rem 1rem;transition:background .3s ease,border-color .3s ease}
.taxi-pg-fleet-btn:hover{background:#00a86b!important;border-color:#00a86b!important}
@media (max-width:767px){.taxi-pg-fleet-outer{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.taxi-pg-fleet-track{display:flex;flex-wrap:nowrap}.taxi-pg-fleet-card{flex:0 0 calc(25% - 12px)}.taxi-pg-fleet-arrow{display:none}}
/* Hero */
.taxi-pg-hero{background:#0e3752;border-radius:20px;padding:3.5rem 2rem}
.taxi-pg-hero-sub{color:#00a86b;font-size:.88rem;font-weight:600;letter-spacing:2px;text-transform:uppercase}
.taxi-pg-hero-text{color:rgba(255,255,255,.7);line-height:1.8;font-size:.92rem}

/* Service Cards */
/* ===== TAXI ROUTES SECTION ===== */

/* Heading */
.txr-heading{font-family:Georgia,"Times New Roman",serif;color:#0e3752;font-size:2.2rem;font-weight:800}
.txr-subtitle{color:#777;font-size:.88rem;line-height:1.7}
.txr-subline{display:flex;align-items:center;justify-content:center;gap:14px;font-size:.78rem;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#0e3752}
.txr-subline::before,.txr-subline::after{content:"";width:40px;height:2px;background:#0e3752;border-radius:1px}

/* Route Card */
.txr-card{border-radius:12px;overflow:hidden;border:1px solid #e8e8e8;background:#fff;transition:transform .3s ease,box-shadow .3s ease}
.txr-card:hover{transform:translateY(-5px);box-shadow:0 12px 32px rgba(14,55,82,.1)}

/* Car Image */
.txr-card-img{background:#fff;height:150px;display:flex;align-items:center;justify-content:center;padding:1.2rem 1rem;border-bottom:1px solid #f2f2f2}
.txr-card-img img{max-width:85%;max-height:100%;object-fit:contain;transition:transform .4s ease}
.txr-card:hover .txr-card-img img{transform:scale(1.04)}

/* Card Body */
.txr-card-body{padding:1rem 1.2rem 1.3rem}
.txr-vehicle{font-size:.73rem;color:#cc7a00;font-weight:500;margin-bottom:.25rem}
.txr-route{font-size:.95rem;font-weight:700;color:#0e3752;margin-bottom:.3rem}
.txr-distance{font-size:.78rem;color:#555;margin-bottom:.55rem}
.txr-distance span{color:#ff8c00;font-weight:700}
.txr-features{font-size:.7rem;color:#999;margin-bottom:1rem;display:flex;gap:16px}
.txr-dot{width:5px;height:5px;border-radius:50%;background:#bbb;display:inline-block;margin-right:5px;vertical-align:middle}

/* Buttons */
.txr-btn-book{display:inline-flex;align-items:center;gap:4px;background:#333;color:#fff;font-size:.62rem;font-weight:700;letter-spacing:.3px;border-radius:4px;padding:.3rem .7rem;text-decoration:none;transition:background .3s ease,transform .2s ease}
.txr-btn-book:hover{background:#0e3752;color:#fff;transform:translateY(-1px)}
.txr-btn-wa{display:inline-flex;align-items:center;gap:4px;background:#25d366;color:#fff;font-size:.62rem;font-weight:700;letter-spacing:.3px;border-radius:4px;padding:.3rem .7rem;text-decoration:none;transition:background .3s ease,transform .2s ease}
.txr-btn-wa:hover{background:#1ead56;color:#fff;transform:translateY(-1px)}

/* Glassmorphism badge */
.txr-glass-tag{position:absolute;top:10px;left:10px;background:rgba(14,55,82,.45);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);color:#fff;font-size:.58rem;font-weight:700;letter-spacing:.5px;padding:3px 10px;border-radius:20px;text-transform:uppercase}

/* Fade */
.txr-fade{opacity:0;transform:translateY(18px);animation:txrFade .6s ease forwards}
@keyframes txrFade{to{opacity:1;transform:translateY(0)}}
.txr-d1{animation-delay:.05s}.txr-d2{animation-delay:.1s}.txr-d3{animation-delay:.15s}.txr-d4{animation-delay:.2s}.txr-d5{animation-delay:.25s}.txr-d6{animation-delay:.3s}.txr-d7{animation-delay:.35s}.txr-d8{animation-delay:.4s}

/* Mobile — 1 card per row, centered */
@media(max-width:767px){
.txr-heading{font-size:1.5rem}
.txr-card{max-width:320px;margin:0 auto}
.txr-card-body{text-align:center}
.txr-features{justify-content:center}
.txr-card-body .d-flex{justify-content:center}
}


/* Feature Section BG */
.taxi-pg-brand-bg{background:#0e3752}

/* Glassmorphism Feature Cards */
.taxi-pg-glass{background:rgba(255,255,255,.07);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.1);border-radius:18px}
.taxi-pg-feat{padding:1.8rem 1.4rem;transition:transform .3s ease,border-color .3s ease}
.taxi-pg-feat:hover{transform:translateY(-6px);border-color:rgba(0,168,107,.3)!important}
.taxi-pg-feat-icon{width:48px;height:48px;border-radius:12px;background:rgba(0,168,107,.12);display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#00a86b;margin:0 auto 1rem;transition:background .3s ease}
.taxi-pg-feat:hover .taxi-pg-feat-icon{background:rgba(0,168,107,.22)}
.taxi-pg-feat-title{color:#fff;font-size:.95rem;font-weight:700}
.taxi-pg-feat-text{color:rgba(255,255,255,.58);font-size:.82rem;line-height:1.7}

/* Route Table */
.taxi-pg-route{border-radius:14px;overflow:hidden}
.taxi-pg-route thead{background:#0e3752;color:#fff}
.taxi-pg-route thead th{font-size:.78rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;padding:.85rem 1rem;border:none}
.taxi-pg-route tbody td{padding:.75rem 1rem;font-size:.85rem;color:#444;border-bottom:1px solid #f0f0f0;vertical-align:middle}
.taxi-pg-route tbody tr{transition:background .2s ease}
.taxi-pg-route tbody tr:hover{background:#f0faf5}
.taxi-pg-route-price{font-weight:700;color:#00a86b}

/* CTA */
.taxi-pg-cta{background:#0e3752;border-radius:20px;padding:3rem 2rem}
.taxi-pg-cta-btn{background:#00a86b!important;border-color:#00a86b!important;color:#fff!important;font-weight:700;border-radius:10px!important;font-size:.88rem;transition:transform .25s ease,box-shadow .3s ease}
.taxi-pg-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(0,168,107,.35)}
.taxi-pg-cta-outline{background:transparent!important;border:2px solid rgba(255,255,255,.4)!important;color:#fff!important;font-weight:700;border-radius:10px!important;font-size:.88rem;transition:all .3s ease}
.taxi-pg-cta-outline:hover{background:rgba(255,255,255,.1)!important;border-color:#fff!important;transform:translateY(-2px)}

/* Mobile */
@media(max-width:767px){.taxi-pg-fleet-card{flex:0 0 calc(50% - 8px)}.taxi-pg-fleet-img{height:140px}.taxi-pg-fleet-body{padding:1rem .8rem}.taxi-pg-fleet-name{font-size:.82rem}.taxi-pg-fleet-arrow{width:36px;height:36px;font-size:.85rem}.taxi-pg-fleet-left{left:4px}.taxi-pg-fleet-right{right:4px}#taxi-pg-pg2:checked ~ .taxi-pg-fleet-wrap .taxi-pg-fleet-track{transform:translateX(calc(-100% - 16px))}}
@media(max-width:576px){.taxi-pg-hero{padding:2.5rem 1.5rem}.taxi-pg-hero h1{font-size:1.8rem}.taxi-pg-card-img{height:160px}.taxi-pg-stitle{font-size:1.25rem}.taxi-pg-cta{padding:2rem 1.4rem}}

/* midcar */
/* ===== WHY CHOOSE SECTION ===== */

/* Layout */
.wc-taxi-section{padding:4rem 0}
.wc-taxi-heading{font-family:Georgia,"Times New Roman",serif;color:#0e3752;font-size:2.2rem;font-weight:800}
.wc-taxi-subtitle{color:#777;font-size:.88rem;line-height:1.7}

/* Center Car Area */
.wc-taxi-car-wrap{display:flex;align-items:center;justify-content:center;height:100%}
.wc-taxi-car-wrap img{max-width:100%;max-height:420px;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(14,55,82,.18))}

/* Feature Item */
.wc-taxi-item{display:flex;gap:16px;margin-bottom:2.2rem}
.wc-taxi-item-right{flex-direction:row-reverse;text-align:right}
.wc-taxi-icon-box{flex-shrink:0;width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:#0e3752;background:rgba(14,55,82,.06);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(14,55,82,.08);transition:background .3s ease,transform .3s ease,box-shadow .3s ease}
.wc-taxi-item:hover .wc-taxi-icon-box{background:rgba(14,55,82,.14);transform:translateY(-3px);box-shadow:0 8px 20px rgba(14,55,82,.12)}
.wc-taxi-item-title{font-size:.95rem;font-weight:700;color:#0e3752;margin-bottom:.3rem}
.wc-taxi-item-text{font-size:.78rem;color:#777;line-height:1.6;margin-bottom:0}

/* Fade Animation */
.wc-taxi-fade{opacity:0;transform:translateY(18px);animation:wcTaxiFade .6s ease forwards}
@keyframes wcTaxiFade{to{opacity:1;transform:translateY(0)}}
.wc-taxi-d1{animation-delay:.05s}.wc-taxi-d2{animation-delay:.15s}.wc-taxi-d3{animation-delay:.25s}.wc-taxi-d4{animation-delay:.35s}

/* Mobile */
@media(max-width:991px){.wc-taxi-car-wrap{margin:2rem 0}.wc-taxi-car-wrap img{max-height:280px}.wc-taxi-item-right{flex-direction:row;text-align:left}}
@media(max-width:576px){.wc-taxi-heading{font-size:1.6rem}.wc-taxi-item{gap:12px}.wc-taxi-icon-box{width:46px;height:46px;font-size:1.1rem}}

/* package */

/* =========================================
   GLOBAL & BRAND HELPERS
   ========================================= */
.aucloud-text-navy {
    color: #1e3a5f;
}

.aucloud-text-green {
    color: #00a86b;
}

.aucloud-font-heading {
    font-family: Georgia, serif;
    color: #1e3a5f;
}

/* =========================================
   FADE-IN ANIMATION
   ========================================= */
.aucloud-fade-up {
    opacity: 0;
    transform: translateY(28px);
    animation: fadeUp 0.7s ease forwards;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.aucloud-d1 { animation-delay: .05s; }
.aucloud-d2 { animation-delay: .12s; }
.aucloud-d3 { animation-delay: .20s; }

/* =========================================
   TOP DESTINATION HEADER
   ========================================= */
.aucloud-top-dest-header {
    text-align: center;
    margin-bottom: 60px;
}

.aucloud-top-dest-sub {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    color: #1e3a5f;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
}

.aucloud-top-dest-sub::before,
.aucloud-top-dest-sub::after {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #1e3a5f;
}

.aucloud-top-dest-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    color: #222;
    margin-bottom: 20px;
    line-height: 1.2;
}

.aucloud-top-dest-text {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #444;
    max-width: 800px;
    margin: 0 auto;
}

/* =========================================
   CSS SLIDER (ZERO JS)
   ========================================= */
.aucloud-pkg-slider-container {
    position: relative;
    padding-bottom: 20px;
}

.aucloud-pkg-slider-row {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    gap: 24px;
    padding: 10px 0 30px 0;
    /* Hide scrollbar */
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.aucloud-pkg-slider-row::-webkit-scrollbar {
    display: none;
}

.aucloud-pkg-slider-item {
    flex: 0 0 calc(33.333% - 16px);
    scroll-snap-align: start;
    min-width: 300px;
}

/* =========================================
   DESTINATION SECTIONS
   ========================================= */
.aucloud-destination-section {
    margin-bottom: 80px;
}

.aucloud-dest-heading-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 15px;
}

.aucloud-dest-name {
    font-family: Georgia, serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #1e3a5f;
    margin-bottom: 0;
}

.aucloud-dest-name span {
    color: #00a86b;
}

.aucloud-slider-nav {
    display: flex;
    gap: 12px;
}

.aucloud-nav-arrow {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: #1e3a5f;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid rgba(30, 58, 95, 0.15);
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    cursor: pointer;
    padding: 0;
}

.aucloud-nav-arrow:hover {
    background-color: #00a86b;
    color: #fff;
    border-color: #00a86b;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 168, 107, 0.3);
}

.aucloud-nav-arrow i {
    font-size: 0.9rem;
}

/* =========================================
   PACKAGE CARD STYLES
   ========================================= */
.aucloud-pkg-card {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    transition: transform .32s cubic-bezier(.175, .885, .32, 1.275),
                box-shadow .32s ease;
}

.aucloud-pkg-card:hover { 
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(30, 58, 95, 0.12) !important;
}

.aucloud-pkg-img {
    height: 220px;
    overflow: hidden;
}

.aucloud-pkg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease;
}

.aucloud-pkg-card:hover .aucloud-pkg-img img {
    transform: scale(1.1);
}

.aucloud-pkg-price {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: rgba(0, 168, 107, 0.75);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #fff;
    padding: 5px 16px;
    border-radius: 22px;
    font-weight: 700;
    font-size: .88rem;
    box-shadow: 0 4px 14px rgba(0, 168, 107, .42);
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 2;
}

.aucloud-pkg-duration {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(30, 58, 95, 0.65);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #fff;
    padding: 4px 13px;
    border-radius: 22px;
    font-size: .71rem;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.25);
    z-index: 2;
}

.aucloud-pkg-line {
    width: 34px;
    height: 3px;
    background: #00a86b;
    border: none;
    border-radius: 2px;
    opacity: 1;
}

.aucloud-pkg-route {
    font-size: .71rem;
    letter-spacing: .3px;
    color: #555;
}

.aucloud-pkg-list {
    list-style: none;
    padding-left: 0;
    font-size: .82rem;
    color: #444;
}

.aucloud-pkg-list li {
    padding: 5px 0;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    align-items: center;
    gap: 8px;
}

.aucloud-pkg-list li i {
    color: #00a86b;
    font-size: .4rem;
}

.aucloud-pkg-amenities {
    display: flex;
    justify-content: space-between;
    gap: 6px;
}

.aucloud-pkg-amenity {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    font-size: .67rem;
    color: #444;
    flex: 1;
    text-align: center;
    padding: 8px 4px;
    border-radius: 10px;
    background: rgba(244, 248, 251, 0.8);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid rgba(30, 58, 95, 0.05); /* Slight navy border */
    transition: all .22s ease;
}

.aucloud-pkg-amenity:hover {
    background: rgba(228, 245, 236, 0.9);
    border-color: rgba(0, 168, 107, 0.15); /* Slight green border on hover */
}

.aucloud-pkg-amenity i {
    font-size: .95rem;
}

.aucloud-pkg-btn {
    background-color: #1e3a5f !important;
    border: none !important;
    font-weight: 700;
    letter-spacing: .3px;
    border-radius: 10px !important;
    font-size: .84rem;
    transition: all 0.3s ease;
}

.aucloud-pkg-btn:hover {
    background-color: #00a86b !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0, 168, 107, .35);
}

/* Accessibility Focus States */
.aucloud-nav-arrow:focus-visible, 
.aucloud-pkg-btn:focus-visible {
    outline: 3px solid #00a86b !important;
    outline-offset: 3px;
}

/* =========================================
   RESPONSIVE TWEAKS
   ========================================= */
@media (max-width: 991px) {
    .aucloud-pkg-slider-item {
        flex: 0 0 calc(50% - 12px);
    }
}

@media (max-width: 575px) {
    .aucloud-pkg-slider-item {
        flex: 0 0 85%;
    }
    .aucloud-top-dest-title {
        font-size: 2.2rem;
    }
}

/* darjeeling */
 /* --- Base Styles --- */
    .aucloud-dj-body-scope {
        font-family: 'Poppins', sans-serif;
        background-color: #f9fafb;
        color: #374151;
        margin: 0;
    }

    .aucloud-dj-write {

        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-style: italic;
    }

    /* --- Hero Banner Section --- */
    #aucloud-dj-custom-hero-banner .aucloud-dj-hero-banner {
        position: relative;
        height: 70vh;
        min-height: 500px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        text-align: center;
        color: white;
    }

    #aucloud-dj-custom-hero-banner .aucloud-dj-hero-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 2;
    }

    #aucloud-dj-custom-hero-banner .aucloud-dj-hero-content {
        position: relative;
        z-index: 3;
        max-width: 800px;
        padding: 0 1.5rem;
    }

    #aucloud-dj-custom-hero-banner .aucloud-dj-hero-content .aucloud-dj-main-heading {
        font-family: 'Great Vibes', cursive;
        font-size: 4.5rem;
        font-weight: 400;
        line-height: 1.2;
        margin-bottom: 1rem;
        color: white;
    }

    #aucloud-dj-custom-hero-banner .aucloud-dj-hero-content .aucloud-dj-description {
        font-size: 1.1rem;
        line-height: 1.6;
        max-width: 600px;
        margin: 0 auto 2rem auto;
        font-weight: 400;
    }

    /* --- Booking Form Section --- */
    #aucloud-dj-booking-form-section {
        margin-top: -80px;
        position: relative;
        z-index: 10;
        padding: 0 1rem;
    }

    #aucloud-dj-booking-form-section .aucloud-dj-form-row {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        background: white;
        padding: 25px;
        border-radius: 10px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        justify-content: space-between;
        align-items: flex-end;
        max-width: 1100px;
        margin: 0 auto;
    }

    #aucloud-dj-booking-form-section .aucloud-dj-form-group {
        flex: 1 1 15%;
        display: flex;
        flex-direction: column;
        min-width: 140px;
    }

    #aucloud-dj-booking-form-section .aucloud-dj-form-group label {
        font-weight: 500;
        margin-bottom: 6px;
        color: #333;
    }

    #aucloud-dj-booking-form-section .aucloud-dj-form-group input,
    #aucloud-dj-booking-form-section .aucloud-dj-form-group select {
        padding: 10px 12px;
        border: 1px solid #e1e1e1;
        border-radius: 5px;
        background-color: #f9f9f9;
        font-size: 14px;
        width: 100%;
    }

    #aucloud-dj-booking-form-section .aucloud-dj-form-submit {
        flex: 1 1 10%;
        display: flex;
        justify-content: flex-end;
    }

    #aucloud-dj-booking-form-section .aucloud-dj-form-submit button {
        width: 100%;
        background-color: rgb(52, 123, 185);
        color: #fff;
        font-weight: 600;
        border: none;
        border-radius: 6px;
        padding: 12px;
        cursor: pointer;
        transition: 0.2s ease-in-out;
    }

    #aucloud-dj-booking-form-section .aucloud-dj-form-submit button:hover {
        background-color: rgb(52, 123, 185)7;
    }

    .aucloud-dj-page-container {
        max-width: 1100px;
        margin: 2rem auto;
        background-color: #ffffff;
        padding: 2rem 3rem;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .aucloud-dj-page-wrapper {
            max-width: 1100px;
            margin: 0 auto;
        }

        .aucloud-dj-text-body {
            color: #333;
            font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        }

        .aucloud-dj-font-heading {
            font-family: Georgia, "Times New Roman", Times, serif;
            color: #1e3a5f;
        }

        /* sikkim */
        /* --- Base Styles --- */
.aucloud-sk-body-scope {
    font-family: 'Poppins', sans-serif;
    background-color: #f9fafb;
    color: #374151;
    margin: 0;
}

/* --- Hero Banner Section --- */
#aucloud-sk-custom-hero-banner .aucloud-sk-hero-banner {
    position: relative;
    height: 70vh;
    min-height: 500px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    color: white;
}

#aucloud-sk-custom-hero-banner .aucloud-sk-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
}

#aucloud-sk-custom-hero-banner .aucloud-sk-hero-content {
    position: relative;
    z-index: 3;
    max-width: 800px;
    padding: 0 1.5rem;
}

#aucloud-sk-custom-hero-banner .aucloud-sk-hero-content .aucloud-sk-main-heading {
    font-family: 'Great Vibes', cursive;
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: white;
}

#aucloud-sk-custom-hero-banner .aucloud-sk-hero-content .aucloud-sk-description {
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 2rem auto;
    font-weight: 400;
}

/* --- Booking Form Section --- */
#aucloud-sk-booking-form-section {
    margin-top: -80px;
    position: relative;
    z-index: 10;
    padding: 0 1rem;
}
/* 
#aucloud-sk-booking-form-section .aucloud-sk-form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1100px;
    margin: 0 auto;
}

#aucloud-sk-booking-form-section .aucloud-sk-form-group {
    flex: 1 1 15%;
    display: flex;
    flex-direction: column;
    min-width: 140px;
} */

#aucloud-sk-booking-form-section .aucloud-sk-form-group label {
    font-weight: 500;
    margin-bottom: 6px;
    color: #333;
}

#aucloud-sk-booking-form-section .aucloud-sk-form-group input,
#aucloud-sk-booking-form-section .aucloud-sk-form-group select {
    padding: 10px 12px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    background-color: #f9f9f9;
    font-size: 14px;
    width: 100%;
}

#aucloud-sk-booking-form-section .aucloud-sk-form-submit {
    flex: 1 1 10%;
    display: flex;
    justify-content: flex-end;
}

#aucloud-sk-booking-form-section .aucloud-sk-form-submit button {
    width: 100%;
    background-color: rgb(52, 123, 185);
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    padding: 12px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

#aucloud-sk-booking-form-section .aucloud-sk-form-submit button:hover {
    background-color: #047857;
}

.aucloud-sk-page-container {
    max-width: 1100px;
    margin: 2rem auto;
    background-color: #ffffff;
    padding: 2rem 3rem;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.aucloud-sk-page-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.aucloud-sk-text-body {
    color: #333;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.aucloud-sk-font-heading {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #1e3a5f;
}

/* =========================================
    DARJEELING DESTINATION PAGE STYLES (now Sikkim)
========================================= */

/* Animations */
.aucloud-sk-fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    animation: aucloud-sk-fadeInUp 1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

@keyframes aucloud-sk-fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Base Image Zoom */
.aucloud-sk-dest-hover-zoom {
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.aucloud-sk-sikkim-banner:hover .aucloud-sk-dest-hover-zoom {
    transform: scale(1.05);
}

/* Green Header Bottom Border */
.aucloud-sk-border-bottom-green {
    border-bottom: 2px solid #00a86b !important;
    display: inline-block;
}

/* Tour Packages Layout & Interactive CSS */
.aucloud-sk-tour-card {
    border-radius: 12px;
    border: 1px solid #eaeaea !important;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    cursor: pointer;
    background-color: #fff;
}

.aucloud-sk-tour-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
}

.aucloud-sk-tour-img-wrap img {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.aucloud-sk-tour-card:hover .aucloud-sk-tour-img-wrap img {
    transform: scale(1.08);
}

/* Buttons and Icons */
.aucloud-sk-tour-btn {
    background-color: #1e3a5f !important;
    border-color: #1e3a5f !important;
    transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
}

.aucloud-sk-tour-btn:hover {
    background-color: #0b1a2e !important;
    border-color: #0b1a2e !important;
    transform: translateY(-2px);
}

.aucloud-sk-tour-card i.fa-solid {
    color: #1e3a5f !important;
}

/* =========================================
    PURE CSS TABS (PLACES TO VISIT)
========================================= */
.aucloud-sk-css-tab-radio {
    display: none;
}

.aucloud-sk-css-tab-label {
    background-color: #e9ecef;
    transition: background-color 0.2s, color 0.2s;
    cursor: pointer;
    color: #1e3a5f;
    font-size: 0.85rem;
}

.aucloud-sk-css-tab-label:hover {
    background-color: #dee2e6;
}

.aucloud-sk-css-pane {
    display: none;
}

/* Active Tab Styles */
#aucloud-sk-tab-east:checked~.aucloud-sk-css-tab-header label[for="aucloud-sk-tab-east"],
#aucloud-sk-tab-north:checked~.aucloud-sk-css-tab-header label[for="aucloud-sk-tab-north"],
#aucloud-sk-tab-south:checked~.aucloud-sk-css-tab-header label[for="aucloud-sk-tab-south"],
#aucloud-sk-tab-west:checked~.aucloud-sk-css-tab-header label[for="aucloud-sk-tab-west"] {
    background-color: #ffffff;
    color: #00a86b;
}

/* Active Pane Display */
#aucloud-sk-tab-east:checked~.aucloud-sk-css-tab-content #aucloud-sk-pane-east,
#aucloud-sk-tab-north:checked~.aucloud-sk-css-tab-content #aucloud-sk-pane-north,
#aucloud-sk-tab-south:checked~.aucloud-sk-css-tab-content #aucloud-sk-pane-south,
#aucloud-sk-tab-west:checked~.aucloud-sk-css-tab-content #aucloud-sk-pane-west {
    display: block;
    animation: aucloud-sk-fadeInTab 0.4s ease;
}

@keyframes aucloud-sk-fadeInTab {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ladakh */
/* --- Base Styles --- */
.aucloud-sk-body-scope {
    font-family: 'Poppins', sans-serif;
    background-color: #f9fafb;
    color: #374151;
    margin: 0;
}

/* --- Hero Banner Section --- */
#aucloud-sk-custom-hero-banner .aucloud-sk-hero-banner {
    position: relative;
    height: 70vh;
    min-height: 500px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    color: white;
}

#aucloud-sk-custom-hero-banner .aucloud-sk-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
}

#aucloud-sk-custom-hero-banner .aucloud-sk-hero-content {
    position: relative;
    z-index: 3;
    max-width: 800px;
    padding: 0 1.5rem;
}

#aucloud-sk-custom-hero-banner .aucloud-sk-hero-content .aucloud-sk-main-heading {
    font-family: 'Great Vibes', cursive;
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: white;
}

#aucloud-sk-custom-hero-banner .aucloud-sk-hero-content .aucloud-sk-description {
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 2rem auto;
    font-weight: 400;
}

/* --- Booking Form Section --- */
#aucloud-sk-booking-form-section {
    margin-top: -80px;
    position: relative;
    z-index: 10;
    padding: 0 1rem;
}
/* 

#aucloud-sk-booking-form-section .aucloud-sk-form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1100px;
    margin: 0 auto;
}

#aucloud-sk-booking-form-section .aucloud-sk-form-group {
    flex: 1 1 15%;
    display: flex;
    flex-direction: column;
    min-width: 140px;
} */

#aucloud-sk-booking-form-section .aucloud-sk-form-group label {
    font-weight: 500;
    margin-bottom: 6px;
    color: #333;
}

#aucloud-sk-booking-form-section .aucloud-sk-form-group input,
#aucloud-sk-booking-form-section .aucloud-sk-form-group select {
    padding: 10px 12px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    background-color: #f9f9f9;
    font-size: 14px;
    width: 100%;
}

#aucloud-sk-booking-form-section .aucloud-sk-form-submit {
    flex: 1 1 10%;
    display: flex;
    justify-content: flex-end;
}

#aucloud-sk-booking-form-section .aucloud-sk-form-submit button {
    width: 100%;
    background-color: rgb(52, 123, 185);
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    padding: 12px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

#aucloud-sk-booking-form-section .aucloud-sk-form-submit button:hover {
    background-color: #047857;
}

.aucloud-sk-page-container {
    max-width: 1100px;
    margin: 2rem auto;
    background-color: #ffffff;
    padding: 2rem 3rem;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.aucloud-sk-page-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.aucloud-sk-text-body {
    color: #333;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.aucloud-sk-font-heading {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #1e3a5f;
}

/* =========================================
    DARJEELING DESTINATION PAGE STYLES (now Sikkim)
========================================= */

/* Animations */
.aucloud-sk-fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    animation: aucloud-sk-fadeInUp 1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

@keyframes aucloud-sk-fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Base Image Zoom */
.aucloud-sk-dest-hover-zoom {
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.aucloud-sk-sikkim-banner:hover .aucloud-sk-dest-hover-zoom {
    transform: scale(1.05);
}

/* Green Header Bottom Border */
.aucloud-sk-border-bottom-green {
    border-bottom: 2px solid #00a86b !important;
    display: inline-block;
}

/* Tour Packages Layout & Interactive CSS */
.aucloud-sk-tour-card {
    border-radius: 12px;
    border: 1px solid #eaeaea !important;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    cursor: pointer;
    background-color: #fff;
}

.aucloud-sk-tour-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
}

.aucloud-sk-tour-img-wrap img {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.aucloud-sk-tour-card:hover .aucloud-sk-tour-img-wrap img {
    transform: scale(1.08);
}

/* Buttons and Icons */
.aucloud-sk-tour-btn {
    background-color: #1e3a5f !important;
    border-color: #1e3a5f !important;
    transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
}

.aucloud-sk-tour-btn:hover {
    background-color: #0b1a2e !important;
    border-color: #0b1a2e !important;
    transform: translateY(-2px);
}

.aucloud-sk-tour-card i.fa-solid {
    color: #1e3a5f !important;
}

/* =========================================
    PURE CSS TABS (PLACES TO VISIT)
========================================= */
.aucloud-sk-css-tab-radio {
    display: none;
}

.aucloud-sk-css-tab-label {
    background-color: #e9ecef;
    transition: background-color 0.2s, color 0.2s;
    cursor: pointer;
    color: #1e3a5f;
    font-size: 0.85rem;
}

.aucloud-sk-css-tab-label:hover {
    background-color: #dee2e6;
}

.aucloud-sk-css-pane {
    display: none;
}

/* Active Tab Styles */
#aucloud-sk-tab-east:checked~.aucloud-sk-css-tab-header label[for="aucloud-sk-tab-east"],
#aucloud-sk-tab-north:checked~.aucloud-sk-css-tab-header label[for="aucloud-sk-tab-north"],
#aucloud-sk-tab-south:checked~.aucloud-sk-css-tab-header label[for="aucloud-sk-tab-south"],
#aucloud-sk-tab-west:checked~.aucloud-sk-css-tab-header label[for="aucloud-sk-tab-west"] {
    background-color: #ffffff;
    color: #00a86b;
}

/* Active Pane Display */
#aucloud-sk-tab-east:checked~.aucloud-sk-css-tab-content #aucloud-sk-pane-east,
#aucloud-sk-tab-north:checked~.aucloud-sk-css-tab-content #aucloud-sk-pane-north,
#aucloud-sk-tab-south:checked~.aucloud-sk-css-tab-content #aucloud-sk-pane-south,
#aucloud-sk-tab-west:checked~.aucloud-sk-css-tab-content #aucloud-sk-pane-west {
    display: block;
    animation: aucloud-sk-fadeInTab 0.4s ease;
}

@keyframes aucloud-sk-fadeInTab {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Assam and meghalaya */
/* --- Base Styles --- */
.aucloud-sk-body-scope {
    font-family: 'Poppins', sans-serif;
    background-color: #f9fafb;
    color: #374151;
    margin: 0;
}
/* --- Hero Banner Section --- */
#aucloud-sk-custom-hero-banner .aucloud-sk-hero-banner {
    position: relative;
    height: 70vh;
    min-height: 500px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    color: white;
}
#aucloud-sk-custom-hero-banner .aucloud-sk-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
}
#aucloud-sk-custom-hero-banner .aucloud-sk-hero-content {
    position: relative;
    z-index: 3;
    max-width: 800px;
    padding: 0 1.5rem;
}
#aucloud-sk-custom-hero-banner .aucloud-sk-hero-content .aucloud-sk-main-heading {
    font-family: 'Great Vibes', cursive;
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: white;
}
#aucloud-sk-custom-hero-banner .aucloud-sk-hero-content .aucloud-sk-description {
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 2rem auto;
    font-weight: 400;
}
/* --- Booking Form Section --- */
#aucloud-sk-booking-form-section {
    margin-top: -80px;
    position: relative;
    z-index: 10;
    padding: 0 1rem;
}
#aucloud-sk-booking-form-section .aucloud-sk-form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1100px;
    margin: 0 auto;
}
#aucloud-sk-booking-form-section .aucloud-sk-form-group {
    flex: 1 1 15%;
    display: flex;
    flex-direction: column;
    min-width: 140px;
}
#aucloud-sk-booking-form-section .aucloud-sk-form-group label {
    font-weight: 500;
    margin-bottom: 6px;
    color: #333;
}
#aucloud-sk-booking-form-section .aucloud-sk-form-group input,
#aucloud-sk-booking-form-section .aucloud-sk-form-group select {
    padding: 10px 12px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    background-color: #f9f9f9;
    font-size: 14px;
    width: 100%;
}
#aucloud-sk-booking-form-section .aucloud-sk-form-submit {
    flex: 1 1 10%;
    display: flex;
    justify-content: flex-end;
}
#aucloud-sk-booking-form-section .aucloud-sk-form-submit button {
    width: 100%;
    background-color: rgb(52, 123, 185);
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    padding: 12px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
#aucloud-sk-booking-form-section .aucloud-sk-form-submit button:hover {
    background-color: #047857;
}
.aucloud-sk-page-container {
    max-width: 1100px;
    margin: 2rem auto;
    background-color: #ffffff;
    padding: 2rem 3rem;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.aucloud-sk-page-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}
.aucloud-sk-text-body {
    color: #333;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.aucloud-sk-font-heading {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #1e3a5f;
}
/*DARJEELING DESTINATION PAGE STYLES (now Sikkim) */
.aucloud-sk-fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    animation: aucloud-sk-fadeInUp 1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
@keyframes aucloud-sk-fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.aucloud-sk-dest-hover-zoom {
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.aucloud-sk-sikkim-banner:hover .aucloud-sk-dest-hover-zoom {
    transform: scale(1.05);
}
.aucloud-sk-border-bottom-green {
    border-bottom: 2px solid #00a86b !important;
    display: inline-block;
}
.aucloud-sk-tour-card {
    border-radius: 12px;
    border: 1px solid #eaeaea !important;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    cursor: pointer;
    background-color: #fff;
}
.aucloud-sk-tour-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
}
.aucloud-sk-tour-img-wrap img {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.aucloud-sk-tour-card:hover .aucloud-sk-tour-img-wrap img {
    transform: scale(1.08);
}
.aucloud-sk-tour-btn {
    background-color: #1e3a5f !important;
    border-color: #1e3a5f !important;
    transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
}
.aucloud-sk-tour-btn:hover {
    background-color: #0b1a2e !important;
    border-color: #0b1a2e !important;
    transform: translateY(-2px);
}
.aucloud-sk-tour-card i.fa-solid {
    color: #1e3a5f !important;
}
.aucloud-sk-css-tab-radio {
    display: none;
}
.aucloud-sk-css-tab-label {
    background-color: #e9ecef;
    transition: background-color 0.2s, color 0.2s;
    cursor: pointer;
    color: #1e3a5f;
    font-size: 0.85rem;
}
.aucloud-sk-css-tab-label:hover {
    background-color: #dee2e6;
}
.aucloud-sk-css-pane {
    display: none;
}
#aucloud-sk-tab-east:checked~.aucloud-sk-css-tab-header label[for="aucloud-sk-tab-east"],
#aucloud-sk-tab-north:checked~.aucloud-sk-css-tab-header label[for="aucloud-sk-tab-north"],
#aucloud-sk-tab-south:checked~.aucloud-sk-css-tab-header label[for="aucloud-sk-tab-south"],
#aucloud-sk-tab-west:checked~.aucloud-sk-css-tab-header label[for="aucloud-sk-tab-west"] {
    background-color: #ffffff;
    color: #00a86b;
}

#aucloud-sk-tab-east:checked~.aucloud-sk-css-tab-content #aucloud-sk-pane-east,
#aucloud-sk-tab-north:checked~.aucloud-sk-css-tab-content #aucloud-sk-pane-north,
#aucloud-sk-tab-south:checked~.aucloud-sk-css-tab-content #aucloud-sk-pane-south,
#aucloud-sk-tab-west:checked~.aucloud-sk-css-tab-content #aucloud-sk-pane-west {
    display: block;
    animation: aucloud-sk-fadeInTab 0.4s ease;
}
@keyframes aucloud-sk-fadeInTab {
    from {
        opacity: 0;
        transform: translateY(5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* nepal */
.aucloud-np-body-scope {
    font-family: 'Poppins', sans-serif;
    background-color: #f9fafb;
    color: #374151;
    margin: 0;
}
/* --- Hero Banner Section --- */
#aucloud-np-custom-hero-banner .aucloud-np-hero-banner {
    position: relative;
    height: 70vh;
    min-height: 500px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    color: white;
}
#aucloud-np-custom-hero-banner .aucloud-np-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
}
#aucloud-np-custom-hero-banner .aucloud-np-hero-content {
    position: relative;
    z-index: 3;
    max-width: 800px;
    padding: 0 1.5rem;
}
#aucloud-np-custom-hero-banner .aucloud-np-hero-content .aucloud-np-main-heading {
    font-family: 'Great Vibes', cursive;
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: white;
}
#aucloud-np-custom-hero-banner .aucloud-np-hero-content .aucloud-np-description {
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 2rem auto;
    font-weight: 400;
}
#aucloud-np-booking-form-section {
    margin-top: -80px;
    position: relative;
    z-index: 10;
    padding: 0 1rem;
}
#aucloud-np-booking-form-section .aucloud-np-form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1100px;
    margin: 0 auto;
}
#aucloud-np-booking-form-section .aucloud-np-form-group {
    flex: 1 1 15%;
    display: flex;
    flex-direction: column;
    min-width: 140px;
}
#aucloud-np-booking-form-section .aucloud-np-form-group label {
    font-weight: 500;
    margin-bottom: 6px;
    color: #333;
}
#aucloud-np-booking-form-section .aucloud-np-form-group input,
#aucloud-np-booking-form-section .aucloud-np-form-group select {
    padding: 10px 12px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    background-color: #f9f9f9;
    font-size: 14px;
    width: 100%;
}
#aucloud-np-booking-form-section .aucloud-np-form-submit {
    flex: 1 1 10%;
    display: flex;
    justify-content: flex-end;
}
#aucloud-np-booking-form-section .aucloud-np-form-submit button {
    width: 100%;
    background-color: rgb(52, 123, 185);
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    padding: 12px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

#aucloud-np-booking-form-section .aucloud-np-form-submit button:hover {
    background-color: #047857;
}

.aucloud-np-page-container {
    max-width: 1100px;
    margin: 2rem auto;
    background-color: #ffffff;
    padding: 2rem 3rem;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.aucloud-np-page-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.aucloud-np-text-body {
    color: #333;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.aucloud-np-font-heading {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #1e3a5f;
}

/* Animations */
.aucloud-np-fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    animation: aucloud-np-fadeInUp 1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

@keyframes aucloud-np-fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Base Image Zoom */
.aucloud-np-dest-hover-zoom {
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.aucloud-np-sikkim-banner:hover .aucloud-np-dest-hover-zoom {
    transform: scale(1.05);
}

/* Green Header Bottom Border */
.aucloud-np-border-bottom-green {
    border-bottom: 2px solid #00a86b !important;
    display: inline-block;
}

/* Tour Packages Layout & Interactive CSS */
.aucloud-np-tour-card {
    border-radius: 12px;
    border: 1px solid #eaeaea !important;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    cursor: pointer;
    background-color: #fff;
}

.aucloud-np-tour-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
}

.aucloud-np-tour-img-wrap img {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.aucloud-np-tour-card:hover .aucloud-np-tour-img-wrap img {
    transform: scale(1.08);
}

/* Buttons and Icons */
.aucloud-np-tour-btn {
    background-color: #1e3a5f !important;
    border-color: #1e3a5f !important;
    transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
}

.aucloud-np-tour-btn:hover {
    background-color: #0b1a2e !important;
    border-color: #0b1a2e !important;
    transform: translateY(-2px);
}

.aucloud-np-tour-card i.fa-solid {
    color: #1e3a5f !important;
}

/* =========================================
    PURE CSS TABS (PLACES TO VISIT)
========================================= */
.aucloud-np-css-tab-radio {
    display: none;
}

.aucloud-np-css-tab-label {
    background-color: #e9ecef;
    transition: background-color 0.2s, color 0.2s;
    cursor: pointer;
    color: #1e3a5f;
    font-size: 0.85rem;
}

.aucloud-np-css-tab-label:hover {
    background-color: #dee2e6;
}

.aucloud-np-css-pane {
    display: none;
}

/* Active Tab Styles */
#aucloud-np-tab-east:checked~.aucloud-np-css-tab-header label[for="aucloud-np-tab-east"],
#aucloud-np-tab-north:checked~.aucloud-np-css-tab-header label[for="aucloud-np-tab-north"],
#aucloud-np-tab-south:checked~.aucloud-np-css-tab-header label[for="aucloud-np-tab-south"],
#aucloud-np-tab-west:checked~.aucloud-np-css-tab-header label[for="aucloud-np-tab-west"] {
    background-color: #ffffff;
    color: #00a86b;
}

/* Active Pane Display */
#aucloud-np-tab-east:checked~.aucloud-np-css-tab-content #aucloud-np-pane-east,
#aucloud-np-tab-north:checked~.aucloud-np-css-tab-content #aucloud-np-pane-north,
#aucloud-np-tab-south:checked~.aucloud-np-css-tab-content #aucloud-np-pane-south,
#aucloud-np-tab-west:checked~.aucloud-np-css-tab-content #aucloud-np-pane-west {
    display: block;
    animation: aucloud-np-fadeInTab 0.4s ease;
}

@keyframes aucloud-np-fadeInTab {
    from {
        opacity: 0;
        transform: translateY(5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* dpackage1 */


/* =========================================
   AUCLOUD ITINERARY UI STYLES (Unique Namespace)
   Zero body tag targeting.
========================================= */

.aucloud-itin-ui-container {
    max-width: 1100px;
    margin: 3rem auto;
    padding: 0 15px;
}

.aucloud-itin-ui-card {
    background-color: #ffffff;
    border: 1px solid #dde3ea;
    border-radius: 12px;
    padding: 3rem;
    box-shadow: 0 4px 24px rgba(14, 53, 79, 0.08);
}

.aucloud-itin-ui-heading {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0e354f;
    margin-bottom: 2.5rem;
    font-family: 'Poppins', sans-serif;
}

/* Timeline Layout */
.aucloud-itin-ui-timeline {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}

/* Vertical Line */
.aucloud-itin-ui-timeline::before {
    content: '';
    position: absolute;
    top: 15px;
    bottom: 25px;
    left: 20px;
    width: 2px;
    background: #2f75b3;
}

.aucloud-itin-ui-item {
    position: relative;
    padding-left: 65px;
    margin-bottom: 3.5rem;
}

.aucloud-itin-ui-item:last-child {
    margin-bottom: 0;
}

/* Numbered Circle Badges */
.aucloud-itin-ui-badge {
    position: absolute;
    left: 0;
    top: -2px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #0e354f;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    font-weight: 600;
    box-shadow: 0 6px 12px rgba(14, 53, 79, 0.3);
    z-index: 2;
}

/* Day Title */
.aucloud-itin-ui-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: #0e354f;
    margin-bottom: 1rem;
    line-height: 1.4;
    font-family: 'Poppins', sans-serif;
}

/* Icons Row */
.aucloud-itin-ui-icons {
    display: flex;
    gap: 24px;
    margin-bottom: 1.25rem;
}

.aucloud-itin-ui-icon-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #718096;
}

.aucloud-itin-ui-icon-wrap i {
    font-size: 1.3rem;
    margin-bottom: 6px;
    color: #2f75b3;
}

.aucloud-itin-ui-icon-wrap span {
    font-size: 0.75rem;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* Description Text */
.aucloud-itin-ui-desc {
    font-size: 0.95rem;
    color: #4a5568;
    line-height: 1.8;
    margin: 0;
}
