@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Inter:wght@400;500;600&display=swap');

    :root {
      --saffron: #D4820A;
      --saffron-light: #EEF5E8;
      --saffron-dark: #B06A06;
      --navy:#8B2500;
      --navy-light: #3A7A12;
      --slate: #5A6480;
      --snow: #FAFAFA;
      --white: #FFFFFF;
      --border: #e0e8d8;
      --badge-green: #1B7A4E;
      --badge-green-bg: #E6F5EE;
    }

    * { box-sizing: border-box; }

    body {
      font-family: 'PoppinsNumbers', 'Inter', sans-serif;
      background-color: var(--snow);
      color: var(--navy);
    }

    /* ── HERO BANNER ── */
    .hero-packages {
      background: #fdcab95c;
      padding: 72px 0 60px;
      position: relative;
      overflow: hidden;
    }
    .hero-packages::before {
      content: '';
      position: absolute; inset: 0;
      background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23E8A020' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    }
    .hero-packages .eyebrow {
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: var(--saffron);
      background: rgba(232,160,32,0.12);
      border: 1px solid rgba(232,160,32,0.3);
      display: inline-block;
      padding: 5px 14px;
      border-radius: 2px;
      margin-bottom: 18px;
    }
    .hero-packages h1 {
      font-family: 'Poppins', sans-serif !important;
      font-size: clamp(1.75rem, 5vw, 3.2rem) !important;
      font-weight: 800 !important;
      font-style: normal !important;
      color: #8B2500;
      line-height: 1.2;
      margin-bottom: 16px;
    }
    .hero-packages h1 em { color: var(--saffron); font-style: normal; }
    .hero-packages p {
      
      font-size: 1rem;
      max-width: 520px;
      line-height: 1.7;
    }
    .hero-stats {
      display: flex;
      gap: 36px;
      flex-wrap: wrap;
      margin-top: 36px;
    }
    .hero-stat .num {
      font-family: 'PoppinsNumbers', 'Playfair Display', serif;
      font-size: 2rem;
      font-weight: 700;
      color: var(--saffron);
      line-height: 1;
    }
    .hero-stat .lbl {
      font-size: 0.72rem;
      color: rgba(255,255,255,0.5);
      text-transform: uppercase;
      letter-spacing: 1.5px;
      margin-top: 4px;
    }
    .hero-visual {
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 12px;
      padding: 28px;
    }
    .hero-visual .search-label {
      font-size: 0.7rem;
      font-weight: 600;
      color: rgba(255,255,255,0.5);
      text-transform: uppercase;
      letter-spacing: 1.5px;
      margin-bottom: 6px;
    }
    .hero-visual select, .hero-visual input {
      background: rgba(255,255,255,0.08);
      border: 1px solid rgba(255,255,255,0.15);
      color: var(--white);
      font-size: 0.88rem;
      border-radius: 6px;
      padding: 10px 14px;
    }
    .hero-visual select option { background: var(--navy); }
    .hero-visual select:focus, .hero-visual input:focus {
      background: rgba(255,255,255,0.12);
      border-color: var(--saffron);
      color: var(--white);
      box-shadow: 0 0 0 3px rgba(232,160,32,0.2);
      outline: none;
    }
    .hero-visual select::placeholder, .hero-visual input::placeholder { color: rgba(255,255,255,0.35); }
    .btn-search-main {
      background: var(--saffron);
      color: var(--white);
      font-weight: 700;
      font-size: 0.88rem;
      border: none;
      border-radius: 6px;
      padding: 11px;
      width: 100%;
    }
    .btn-search-main:hover { background: var(--saffron-dark); color: var(--white); }

    /* ── FILTER BAR ── */
    .filter-bar {
      background: var(--white);
      border-bottom: 1px solid var(--border);
      padding: 16px 0;
      position: sticky;
      top: 65px;
      z-index: 900;
    }
    .filter-pill {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 7px 18px;
      border-radius: 50px;
      font-size: 0.8rem;
      font-weight: 600;
      border: 1.5px solid var(--border);
      background: transparent;
      color: var(--slate);
      cursor: pointer;
      transition: all 0.2s;
      white-space: nowrap;
    }
    .filter-pill:hover { border-color: var(--saffron); color: var(--saffron); }
    .filter-pill.active { background: var(--saffron); border-color: var(--saffron); color: var(--white); }

    /* ── SECTION HEADING ── */
    .section-eyebrow {
      font-size: 0.7rem;
      font-weight: 700;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: var(--saffron);
    }
    .section-title {
      font-family: 'Poppins', sans-serif;
      font-size: clamp(1.6rem, 3.5vw, 2.4rem);
      font-weight: 700;
      color: var(--navy);
      line-height: 1.25;
    }
    .title-underline {
      width: 52px;
      height: 3px;
      background: var(--saffron);
      margin: 14px 0 0;
      border-radius: 2px;
    }

    /* ── PACKAGE CARD ── */
    .pkg-card {
      background: var(--white);
      border-radius: 12px;
      border: 1.5px solid var(--border);
      overflow: hidden;
      transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
      height: 100%;
      display: flex;
      flex-direction: column;
    }
    .pkg-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 16px 40px rgba(26,39,68,0.12);
      border-color: var(--saffron);
    }
    .pkg-img-wrap {
      position: relative;
      height: 200px;
      overflow: hidden;
      background: linear-gradient(135deg, #EEF5E8, #C5DCB0);
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .pkg-img-wrap .pkg-illustration {
      font-size: 4rem;
      opacity: 0.35;
    }
    .pkg-img-wrap .destination-name {
      position: absolute;
      bottom: 0; left: 0; right: 0;
      background: linear-gradient(transparent, rgba(26,39,68,0.85));
      color: var(--white);
      font-family: 'Poppins', sans-serif;
      font-size: 1.25rem;
      font-weight: 700;
      padding: 32px 16px 14px;
    }
    .pkg-img-wrap .badge-popular {
      position: absolute;
      top: 14px; right: 14px;
      background: var(--saffron);
      color: var(--white);
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      padding: 4px 10px;
      border-radius: 3px;
    }
    .pkg-img-wrap .badge-new {
      position: absolute;
      top: 14px; right: 14px;
      background: var(--badge-green);
      color: var(--white);
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      padding: 4px 10px;
      border-radius: 3px;
    }
    /* Gradient backgrounds per destination */
    .dest-rajasthan { background: linear-gradient(135deg, #8B4513 0%, #D2691E 50%, #F4A460 100%); }
    .dest-himachal { background: linear-gradient(135deg, #1A5276 0%, #2E86C1 50%, #85C1E9 100%); }
    .dest-goa { background: linear-gradient(135deg, #0E6655 0%, #1ABC9C 50%, #76D7C4 100%); }
    .dest-agra { background: linear-gradient(135deg, #6C3483 0%, #A569BD 50%, #D2B4DE 100%); }
    .dest-northeast { background: linear-gradient(135deg, #1E8449 0%, #27AE60 50%, #82E0AA 100%); }
    .dest-gujarat { background: linear-gradient(135deg, #B7950B 0%, #D4AC0D 50%, #F9E79F 100%); }
    .dest-kerala { background: linear-gradient(135deg, #117A65 0%, #148F77 50%, #76D7C4 100%); }
    .dest-delhi { background: linear-gradient(135deg, #212F3D 0%, #2C3E50 50%, #5D6D7E 100%); }
    .dest-mumbai { background: linear-gradient(135deg, #1B2631 0%, #2E4057 50%, #5D8AA8 100%); }

    .pkg-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }

    .pkg-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-bottom: 14px;
    }
    .pkg-meta-item {
      font-size: 0.76rem;
      color: var(--slate);
      display: flex;
      align-items: center;
      gap: 4px;
    }
    .pkg-meta-item i { color: var(--saffron); font-size: 0.9rem; }

    .pkg-title {
      font-family: 'Poppins', sans-serif;
      font-size: 1.1rem;
      font-weight: 700;
      color: var(--navy);
      margin-bottom: 10px;
      line-height: 1.3;
    }
    .pkg-desc {
      font-size: 0.82rem;
      color: var(--slate);
      line-height: 1.65;
      margin-bottom: 14px;
    }

    .pkg-highlights {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      margin-bottom: 16px;
    }
    .pkg-highlight-tag {
      background: var(--saffron-light);
      color: var(--saffron-dark);
      border: 1px solid rgba(232,160,32,0.25);
      font-size: 0.72rem;
      font-weight: 600;
      padding: 3px 10px;
      border-radius: 50px;
    }

    .pkg-footer {
      margin-top: auto;
      padding-top: 16px;
      border-top: 1px solid var(--border);
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 8px;
    }
    .pkg-price .from { font-size: 0.68rem; color: var(--slate); text-transform: uppercase; letter-spacing: 0.5px; display: block; }
    .pkg-price .amount {
      font-family: 'PoppinsNumbers', 'Playfair Display', serif;
      font-size: 1.3rem;
      font-weight: 700;
      color: var(--navy);
      line-height: 1;
    }
    .pkg-price .per { font-size: 0.7rem; color: var(--slate); }
    .btn-view {
      background: var(--navy);
      color: var(--white);
      font-size: 0.78rem;
      font-weight: 600;
      border: none;
      padding: 9px 18px;
      border-radius: 5px;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      transition: background 0.2s;
    }
    .btn-view:hover { background: var(--saffron); color: var(--white); }
    .btn-view-outline {
      background: transparent;
      color: var(--navy);
      font-size: 0.78rem;
      font-weight: 600;
      border: 1.5px solid var(--navy);
      padding: 8px 18px;
      border-radius: 5px;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      transition: all 0.2s;
    }
    .btn-view-outline:hover { background: var(--navy); color: var(--white); }

    /* ── FEATURED CARD (wide) ── */
    .featured-card {
      background: var(--white);
      border-radius: 14px;
      border: 1.5px solid var(--border);
      overflow: hidden;
      transition: transform 0.25s, box-shadow 0.25s;
    }
    .featured-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 16px 40px rgba(26,39,68,0.12);
    }
    .featured-card .img-side {
      max-height: 280px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }
    .featured-card .featured-badge {
      position: absolute;
      top: 16px; left: 16px;
      background: var(--saffron);
      color: var(--white);
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      padding: 5px 12px;
      border-radius: 3px;
    }
    .featured-card .content-side { padding: 32px; }
    .featured-card .pkg-title { font-size: 1.45rem; }

    /* ── CATEGORY TABS ── */
    .cat-tabs { border-bottom: 2px solid var(--border); margin-bottom: 36px; }
    .cat-tab {
      font-size: 0.85rem;
      font-weight: 600;
      color: var(--slate);
      padding: 12px 24px;
      border: none;
      background: transparent;
      cursor: pointer;
      border-bottom: 3px solid transparent;
      margin-bottom: -2px;
      transition: all 0.2s;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }
    .cat-tab:hover { color: var(--navy); }
    .cat-tab.active { color: var(--saffron); border-bottom-color: var(--saffron); }

    /* ── PAGINATION ── */
    .page-link { color: var(--navy); border-color: var(--border); font-size: 0.85rem; }
    .page-link:hover { background: var(--saffron-light); color: var(--saffron-dark); border-color: var(--saffron); }
    .page-item.active .page-link { background: var(--saffron); border-color: var(--saffron); color: var(--white); }

    /* ── CTA STRIP ── */
    .cta-strip {
      background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
      padding: 60px 0;
      color: var(--white);
      position: relative;
      overflow: hidden;
    }
    .cta-strip::after {
      content: '\f1d9';
      font-family: 'Bootstrap-Icons';
      position: absolute;
      right: 8%;
      top: 50%;
      transform: translateY(-50%);
      font-size: 9rem;
      color: rgba(232,160,32,0.08);
      pointer-events: none;
    }
    .cta-strip h2 {
      font-family: 'Poppins', sans-serif;
      color: var(--white);
      font-size: clamp(1.5rem, 3vw, 2.1rem);
    }
    .cta-strip p { color: #fff; font-size: 0.95rem; }
    .btn-cta-light {
      background: var(--white);
      color: var(--navy);
      font-weight: 700;
      font-size: 0.88rem;
      border: none;
      padding: 13px 28px;
      border-radius: 5px;
    }
    .btn-cta-light:hover { background: var(--saffron-light); color: var(--navy); }
    .btn-cta-outline {
      background: transparent;
      color: var(--white);
      font-weight: 700;
      font-size: 0.88rem;
      border: 1.5px solid rgba(255,255,255,0.35);
      padding: 13px 28px;
      border-radius: 5px;
    }
    .btn-cta-outline:hover { background: rgba(255,255,255,0.1); color: var(--white); border-color: var(--white); }


    /* ── STICKY WHATSAPP ── */
    .whatsapp-fab {
      position: fixed;
      right: 18px;
      bottom: 70px;
      z-index: 999;
      background: #25D366;
    }
    .whatsapp-fab:hover { transform: scale(1.1); color: var(--white); }
    .float-call:hover { transform: scale(1.1); color: var(--white); }
    /* ══════════════════════════════
   FLOATING BUTTONS
══════════════════════════════ */
/* .float-whatsapp { position: fixed; right: 18px; bottom: 70px; z-index: 999; } */
.float-call     { position: fixed; right: 18px; bottom: 20px; z-index: 999; }
.float-btn      { width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 22px; color: #fff; box-shadow: 0 4px 12px rgba(0,0,0,0.2); text-decoration: none; }
/* .float-wa-btn   { background: #25D366; } */
.float-call-btn { background: var(--amber); }

    /* ── UTILITY ── */
    .divider-saffron {
      height: 2px;
      background: linear-gradient(90deg, var(--saffron), transparent);
      border: none;
      margin: 0;
    }
    .included-item {
      font-size: 0.8rem;
      color: var(--slate);
      display: flex;
      align-items: flex-start;
      gap: 7px;
      margin-bottom: 6px;
    }
    .included-item i { color: var(--navy); margin-top: 1px; flex-shrink: 0; }
    .not-included i { color: #E74C3C; }

    .package-most-rated-img{
        background-position: center;
        background-size: cover;
        height: 465px;
    }

    @media (max-width: 767px) {
      .hero-packages { padding: 48px 0 40px; }
      .hero-visual { margin-top: 32px; }
      .filter-bar { position: static; }
      .hero-stat .num { font-size: 1.5rem; }
      .featured-card .img-side { min-height: 200px; }
      .cat-tab { padding: 10px 14px; font-size: 0.75rem; }
    }