@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=Poppins:wght@300;400;500;600;700&family=Dancing+Script:wght@700&display=swap"); 
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css"); 
 :root {
    --saffron: #FF6B00;
    --gold: #FFB300;
    --deep-red: #C0392B;
    --royal-blue: #1A237E;
    --teal: #00897B;
    --cream: #FFF8F0;
    --dark: #1C1C2E;
    --light-gold: #FFF3CD;
    --pink: #E91E8C;
    --purple: #6A1B9A;
    --green: #2E7D32;
    --gradient1: linear-gradient(135deg, #FF6B00, #FFB300);
    --gradient2: linear-gradient(135deg, #1A237E, #00897B);
    --gradient3: linear-gradient(135deg, #C0392B, #E91E8C);
    --shadow: 0 10px 40px rgba(0,0,0,0.15);
    --radius: 16px;
  }
  :root {
  --gold: #C9A84C;
  --gold-light: #E8C96A;
  --saffron: #E67E22;
  --deep-teal: #1A5276;
  --teal: #21618C;
  --cream: #FDF6E3;
  --warm-white: #FFFBF2;
  --text-dark: #1C1C1C;
  --text-mid: #444;
  --text-soft: #777;
  --border: #E8D9B5;
  --wa-green: #25D366;
  --shadow: 0 4px 24px rgba(0,0,0,0.10);
  --radius: 14px;
}
:root{
  --red:#c0392b;--red2:#e74c3c;--blue:#1a237e;--blue2:#1565c0;--blue3:#1976d2;
  --gold:#f39c12;--white:#fff;--light:#f8f9ff;--dark:#0d1440;
  --grad:linear-gradient(135deg,#c0392b 0%,#8e1a0e 30%,#1a237e 70%,#0d1440 100%);
  --grad2:linear-gradient(90deg,#c0392b,#e74c3c,#1565c0,#1a237e);
  --shadow:0 8px 32px rgba(26,35,126,.18);
}

  * { margin: 0; padding: 0; box-sizing: border-box; }
  
  /* CUSTOM CURSOR */
  body { font-family: 'Poppins', sans-serif; background: #fff; overflow-x: hidden; }
  .cursor { width: 20px; height: 20px; background: var(--saffron); border-radius: 50%; position: fixed; pointer-events: none; z-index: 99999; transform: translate(-50%,-50%); transition: transform 0.1s, background 0.3s; mix-blend-mode: multiply; }
  .cursor-follower { width: 40px; height: 40px; border: 2px solid var(--saffron); border-radius: 50%; position: fixed; pointer-events: none; z-index: 99998; transform: translate(-50%,-50%); transition: all 0.15s ease; opacity: 0.6; }
  .cursor.hover { transform: translate(-50%,-50%) scale(2); background: var(--gold); }

.lang-switcher{display:flex;gap:6px}
.lang-switcher button{background:transparent;border:1px solid rgba(201,168,76,.4);color:var(--gold-light);font-size:11px;padding:3px 2px;border-radius:20px;font-family:'Lato',sans-serif}
.lang-switcher button a {background:transparent;text-decoration: none;color:var(--gold-light);font-size:11px;padding:3px 8px;border-radius:20px;font-family:'Lato',sans-serif}

.lang-switcher button:hover,.lang-switcher button.active{background:var(--gold);color:var(--deep);border-color:var(--gold)}
.lang-switcher button a:hover,.lang-switcher button.active{background:var(--gold);color:#fff;border-color:var(--gold)}

.btn-sm-wa{background:var(--wa-green);color:#fff;border-radius:20px;font-size:12px;padding:7px 14px;text-decoration:none;display:inline-flex;align-items:center;gap:5px;font-weight:700;transition:all .2s;}
.btn-sm-wa:hover{background:#1da851;}
.btn-sm-more{background:var(--deep-teal);color:#fff;border-radius:20px;font-size:12px;padding:7px 14px;text-decoration:none;display:inline-flex;align-items:center;gap:5px;font-weight:700;transition:all .2s;}
.btn-sm-more:hover{background:var(--teal);}

  /* TOP BAR */
  .topbar { background: var(--grad); color: #fff; padding: 8px 0; font-size: 13px; }
  .topbar-inner { max-width: 1400px; margin: 0 auto; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
  .topbar-left { display: flex; gap: 20px; flex-wrap: wrap; }
  .topbar-left a { color: #ccc; text-decoration: none; display: flex; align-items: center; gap: 6px; transition: color 0.3s; }
  .topbar-left a:hover { color: var(--gold); }
  .topbar-right { display: flex; gap: 12px; }
  .topbar-right a { color: #fff; width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; transition: all 0.3s; }
  .topbar-right a.wa { background: #25D366; }
  .topbar-right a.fb { background: #1877F2; }
  .topbar-right a.ig { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); }
  .topbar-right a.yt { background: #FF0000; }
  .topbar-right a.tw { background: #000; }
  .topbar-right a:hover { transform: scale(1.2) rotate(10deg); }

  /* HEADER */
  header { background: #fff; box-shadow: 0 2px 20px rgba(0,0,0,0.1); position: sticky; top: 0; z-index: 1000; }
  .header-inner { max-width: 1400px; margin: 0 auto; padding: 2px 20px; display: flex; justify-content: space-between; align-items: center; }
  .logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
  .logo-icon { width: 55px; height: 55px; background: var(--gradient1); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; color: #fff; box-shadow: 0 4px 15px rgba(255,107,0,0.4); }
  .logo-text h1 { font-family: 'Dancing Script', cursive; font-size: 26px; color: var(--saffron); line-height: 1; }
  .logo-text span { font-size: 11px; color: #888; letter-spacing: 2px; text-transform: uppercase; }

  nav ul { list-style: none; display: flex; gap: 5px; align-items: center; }
  nav ul li a { text-decoration: none; color: var(--dark); font-weight: 500; font-size: 14px; padding: 8px 14px; border-radius: 25px; transition: all 0.3s; }
  nav ul li a:hover, nav ul li a.active { background: var(--gradient1); color: #fff; }
  .nav-cta {     background: var(--gradient1) !important;
    color: #fff !important;
    padding: 10px 13px !important;
    border-radius: 25px !important;
    font-weight: 300 !important; }
  .hamburger { display: none; background: none; border: none; font-size: 24px;  color: var(--dark); }
  .mobile-nav { display: none; background: #fff; padding: 20px; border-top: 2px solid var(--saffron); }
  .mobile-nav ul { list-style: none; display: flex; flex-direction: column; gap: 5px; }
  .mobile-nav ul li a { display: block; padding: 12px 15px; color: var(--dark); text-decoration: none; border-radius: 8px; font-weight: 500; transition: all 0.3s; }
  .mobile-nav ul li a:hover { background: var(--light-gold); color: var(--saffron); }

  /* HERO SLIDER */
  #home{padding: 0px 0px; }
  .slider { position: relative; height: 92vh; overflow: hidden; }
  .slides { display: flex; transition: transform 0.8s cubic-bezier(0.77,0,0.175,1); height: 100%; }
  .slide { min-width: 100%; height: 100%; position: relative; }
  .slide-bg { width: 100%; height: 100%; background-size: cover; background-position: center; position: relative; }
  .slide-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(28,28,46,0.75) 0%, rgba(255,107,0,0.3) 100%); }
  .slide-content { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; text-align: center; padding: 20px; }
  .slide-content-inner { color: #fff; max-width: 800px; }
  .slide-eyebrow { font-size: 13px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; display: block; }
  .slide-content-inner h2 { font-family: 'Playfair Display', serif; font-size: clamp(36px,6vw,80px); font-weight: 900; line-height: 1.1; margin-bottom: 20px; text-shadow: 0 4px 20px rgba(0,0,0,0.5); }
  .slide-content-inner p { font-size: 18px; opacity: 0.9; margin-bottom: 35px; max-width: 600px; margin-left: auto; margin-right: auto; }
  .slide-btns { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }
  .btn-primary { background: var(--gradient1); color: #fff; padding: 15px 35px; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 15px; transition: all 0.3s; display: inline-flex; align-items: center; gap: 8px; box-shadow: 0 8px 25px rgba(255,107,0,0.5); }
  .btn-primary:hover { transform: translateY(-3px); box-shadow: 0 15px 35px rgba(255,107,0,0.6); }
  .btn-outline { border: 2px solid #fff; color: #fff; padding: 13px 33px; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 15px; transition: all 0.3s; display: inline-flex; align-items: center; gap: 8px; }
  .btn-outline:hover { background: #fff; color: var(--dark); }
  .slider-nav { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); display: flex; gap: 10px; z-index: 10; }
  .slider-dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.5); transition: all 0.3s; }
  .slider-dot.active { width: 30px; border-radius: 5px; background: var(--gold); }
  .slider-arrow { position: absolute; top: 73%; transform: translateY(-50%); background: rgba(255,255,255,0.2); border: none; color: #fff; width: 55px; height: 55px; border-radius: 50%; font-size: 20px; z-index: 10; transition: all 0.3s; display: flex; align-items: center; justify-content: center; backdrop-filter: blur(5px); }
  .slider-arrow:hover { background: var(--saffron); transform: translateY(-50%) scale(1.1); }
  .slider-prev { left: 25px; } .slider-next { right: 25px; }

  /* SECTION STYLES */
  section { padding: 80px 20px; }
  .container { max-width: 1400px; margin: 0 auto; }
  .section-header { text-align: center; margin-bottom: 55px; }
  .section-eyebrow { display: inline-block; background: var(--gradient1); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-size: 13px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; margin-bottom: 12px; }
  .section-title { font-family: 'Playfair Display', serif; font-size: clamp(28px,4vw,48px); color: var(--dark); font-weight: 900; line-height: 1.2; }
  .section-title span { color: var(--saffron); }
  .section-line { width: 70px; height: 4px; background: var(--gradient1); border-radius: 2px; margin: 20px auto; }
  .section-desc { color: #666; font-size: 16px;margin: 0 auto; line-height: 1.8;text-align: justify; }

  /* ABOUT US */
  .about-section { background: linear-gradient(135deg, #FFF8F0 0%, #fff 100%); }
  .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
  .about-img-wrap { position: relative; }
  .about-img { width: 100%; height: 480px; object-fit: cover; border-radius: 20px; }
  .about-img-wrap img { width: 100%;  border-radius: 20px; box-shadow: var(--shadow); }
  .about-badge { position: absolute; bottom: -20px; right: -20px; background: var(--gradient1); color: #fff; padding: 20px 25px; border-radius: 15px; text-align: center; box-shadow: 0 10px 30px rgba(255,107,0,0.4); }
  .about-badge .num { font-family: 'Playfair Display', serif; font-size: 42px; font-weight: 900; line-height: 1; }
  .about-badge .lbl { font-size: 12px; letter-spacing: 1px; }
  .about-content h2 { font-family: 'Playfair Display', serif; font-size: 38px; color: var(--dark); font-weight: 900; margin-bottom: 20px; }
  .about-content p { color: #666; font-size: 15px; line-height: 1.9; margin-bottom: 15px; text-align: justify; }
  .about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin: 25px 0; }
  .about-feat { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--dark); font-weight: 500; }
  .about-feat i { color: var(--saffron); font-size: 16px; }

  /* TRIPADVISOR MARQUEE */
  .tripadvisor-section { background: var(--dark); padding: 50px 0; overflow: hidden; }
  .tripadvisor-title { text-align: center; color: var(--gold); font-family: 'Playfair Display', serif; font-size: 24px; margin-bottom: 30px; }
  .marquee-wrap { overflow: hidden; position: relative; }
  .marquee-track { display: flex; gap: 20px; animation: marqueeScroll 25s linear infinite; width: max-content; }
  .marquee-track:hover { animation-play-state: paused; }
  .ta-card { background: #fff; border-radius: 12px; padding: 20px; min-width: 200px; text-align: center; }
  .ta-card .year { font-weight: 700; color: var(--saffron); font-size: 18px; }
  .ta-card .stars { color: #34E0A1; font-size: 14px; margin: 5px 0; }
  .ta-card .label { font-size: 11px; color: #666; font-weight: 600; }
  .ta-img { width: 100%; height: 160px;  margin: 0 auto 8px; }
  @keyframes marqueeScroll { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }

  /* RAJASTHAN PACKAGES */
  .packages-section { background: #f8f9ff; }
  .packages-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; }
  .packages-grid1 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
  .pkg-card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: 0 5px 20px rgba(0,0,0,0.08); transition: all 0.4s; position: relative; }
  .pkg-card:hover { transform: translateY(-10px); box-shadow: 0 20px 50px rgba(0,0,0,0.15); }
  .pkg-img { height: 381px; background-size: cover; background-position: center; position: relative; overflow: hidden; }
  .pkg-img::after { content:''; position:absolute; inset:0; background:linear-gradient(to top, rgba(0,0,0,0.7), transparent); }
.pkg-img img {
  width: 100%;
  object-fit: cover; height: 302px;
  display: block;
  transition: transform .4s;
}

  .pkg-badge { position: absolute; top: 15px; right: 15px; background: var(--gradient1); color: #fff; padding: 5px 12px; border-radius: 20px; font-size: 11px; font-weight: 700; z-index: 2; }
  .pkg-duration { position: absolute; bottom: 15px; left: 15px; color: #fff; font-size: 13px; font-weight: 600; z-index: 2; display: flex; align-items: center; gap: 5px; }
  .pkg-body { padding: 20px; }
  .pkg-dest { text-align: justify; align-items: center; gap: 6px; color: var(--teal); font-size: 12px; font-weight: 500; margin-bottom: 8px; }
  .pkg-title { font-family: 'Playfair Display', serif; font-size: 17px; font-weight: 700; color: var(--dark); margin-bottom: 8px; line-height: 1.3; }
  .pkg-desc { font-size: 13px; color: #636363; margin-bottom: 12px; line-height: 1.6; }
  .pkg-price { font-size: 16px; font-weight: 700; color: var(--saffron); margin-bottom: 15px; display:none; }
  .pkg-btns { display: flex; gap: 8px; }
  .btn-wa { background: #25D366; color: #fff; border: none; padding: 9px 15px; border-radius: 25px; font-size: 12px; font-weight: 600; display: flex; align-items: center; gap: 5px; transition: all 0.3s; text-decoration: none; }
  .btn-wa:hover { background: #128C7E; transform: scale(1.05); }
  .btn-more { background: var(--gradient1); border: 2px solid var(--saffron); color: #fff; padding: 7px 15px; border-radius: 25px; font-size: 12px; font-weight: 600; display: flex; align-items: center; gap: 5px; transition: all 0.3s; text-decoration: none; }
  .btn-more:hover { background: var(--saffron); color: #fff; }

/* GRID BOXES */
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;}

/* DEST CARD */
.dest-card{position:relative;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);}
.dest-card img{width:100%;object-fit:cover;display:block;transition:transform .4s;}
.dest-card:hover img{transform:scale(1.08);}
.dest-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.75) 0%,transparent 60%);}
.dest-info{position:absolute;bottom:0;left:0;right:0;padding:16px;}
.dest-info h3{color:#fff;font-family:'Playfair Display',serif;font-size:16px;font-weight:700;margin-bottom:8px;}
.dest-btns{display:flex;gap:6px;flex-wrap:wrap;}
.dest-btns a{font-size:11px;padding:5px 11px;}

  /* TOP DESTINATIONS */
  .destinations-section { background: #fff; }
  .dest-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
  .dest-card { border-radius: var(--radius); overflow: hidden; position: relative; box-shadow: 0 5px 20px rgba(0,0,0,0.1); transition: all 0.4s; }
  .dest-card:hover { transform: scale(1.03); box-shadow: 0 15px 40px rgba(0,0,0,0.2); }
  .dest-bg { width: 100%; height: 100%; background-size: cover; background-position: center; transition: transform 0.5s; }
  .dest-card:hover .dest-bg { transform: scale(1.1); }
  .dest-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 60%); }
  .dest-info { position: absolute; bottom: 0; left: 0; right: 0; padding: 20px; color: #fff; }
  .dest-name { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; margin-bottom: 4px; }
  .dest-state { font-size: 12px; opacity: 0.8; margin-bottom: 10px; }
  .dest-btns { display: flex; gap: 8px; }
  .dest-btn { background: rgba(255,255,255,0.2); color: #fff; border: none; padding: 6px 14px; border-radius: 20px; font-size: 11px; font-weight: 600; backdrop-filter: blur(5px); display: flex; align-items: center; gap: 5px; transition: all 0.3s; text-decoration: none; }
  .dest-btn.wa { background: #25D366; } .dest-btn:hover { transform: scale(1.05); opacity: 0.9; }


  /* FESTIVALS */
  .festivals-section { background: linear-gradient(135deg, #1C1C2E, #2D1B69); }
  .festivals-section .section-title { color: #fff; }
  .festivals-section .section-eyebrow { color: var(--gold); -webkit-text-fill-color: var(--gold); }
  .festivals-section .section-desc { color: rgba(255,255,255,0.7); }
  .fest-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
  .fest-card { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius); overflow: hidden; transition: all 0.4s; backdrop-filter: blur(10px); }
  .fest-card:hover { background: rgba(255,255,255,0.15); transform: translateY(-8px); }
  .fest-img { width: 100%; background-size: cover; background-position: center; position: relative; }
  .fest-img img {
  width: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s;
}
  .fest-icon { position: absolute; bottom: -20px; right: 20px; width: 45px; height: 45px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; box-shadow: 0 5px 15px rgba(0,0,0,0.3); }
  .fest-body { padding: 25px 20px 20px; }
  .fest-title { font-family: 'Playfair Display', serif; font-size: 17px; color: #fff; font-weight: 700; margin-bottom: 6px; }
  .fest-month { font-size: 12px; color: var(--gold); font-weight: 600; margin-bottom: 8px; }
  .fest-desc { font-size: 13px; color: rgba(255,255,255,0.65); line-height: 1.6; margin-bottom: 15px; }
  .fest-btns { display: flex; gap: 8px; }

  /* CAR RENTAL */
  .rental-section { background: #f0f4ff; }
  .car-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
  .car-card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: 0 5px 20px rgba(0,0,0,0.08); transition: all 0.4s; }
  .car-card:hover { transform: translateY(-8px); box-shadow: 0 20px 50px rgba(0,0,0,0.12); }
  .car-img { height: 383px; background-size: cover; background-position: center; position: relative; overflow: hidden; }
  .car-tag { position: absolute; top: 12px; left: 12px; background: var(--royal-blue); color: #fff; padding: 4px 12px; border-radius: 20px; font-size: 11px; font-weight: 700; z-index: 2; }
  .car-body { padding: 18px; }
  .car-name { font-family: 'Playfair Display', serif; font-size: 17px; font-weight: 700; color: var(--dark); margin-bottom: 4px; }
  .car-type { font-size: 12px; color: var(--teal); font-weight: 600; margin-bottom: 10px; }
  .car-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 15px; }
  .car-spec { display: flex; align-items: center; gap: 5px; font-size: 12px; color: #666; }
  .car-spec i { color: var(--saffron); font-size: 11px; }
  .car-price { font-size: 15px; font-weight: 700; color: var(--royal-blue); margin-bottom: 12px; }
  .car-btns { display: flex; gap: 8px; }

  /* GUEST REVIEWS */
  .reviews-section { background: linear-gradient(135deg, #FFF8F0, #fff3e0); }
  .reviews-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
  .review-card { background: #fff; border-radius: var(--radius); padding: 25px; box-shadow: 0 5px 20px rgba(0,0,0,0.07); transition: all 0.4s; position: relative; }
  .review-card:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0,0,0,0.12); }
  .review-card::before { content: '\201C'; font-family: 'Playfair Display', serif; font-size: 80px; color: var(--light-gold); position: absolute; top: 10px; left: 20px; line-height: 1; color: #FFB300; opacity: 0.3; }
  .review-stars { color: #FFB300; font-size: 14px; margin-bottom: 12px; }
  .review-text { font-size: 14px; color: #555; line-height: 1.7; margin-bottom: 15px; font-style: italic; }
  .review-author { display: flex; align-items: center; gap: 12px; }
  .review-avatar { width: 45px; height: 45px; border-radius: 50%; background: var(--gradient1); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 16px; }
  .review-name { font-weight: 700; color: var(--dark); font-size: 14px; }
  .review-country { font-size: 12px; color: #999; }
  .review-flag { font-size: 18px; }

  /* GALLERY MARQUEE */
  .gallery-section { background: var(--dark); padding: 60px 0; overflow: hidden; }
  .gallery-title { text-align: center; color: #fff; font-family: 'Playfair Display', serif; font-size: 32px; margin-bottom: 8px; }
  .gallery-sub { text-align: center; color: rgba(255,255,255,0.6); margin-bottom: 35px; }
  .gallery-marquee { overflow: hidden; margin-bottom: 15px; }
  .gallery-track { display: flex; gap: 15px; width: max-content; }
  .gallery-track.row1 { animation: marqueeScroll 30s linear infinite; }
  .gallery-track.row2 { animation: marqueeScroll 25s linear infinite reverse; }
  .gallery-track:hover { animation-play-state: paused; }
  .gallery-item { width: 220px; height: 160px; border-radius: 12px; overflow: hidden; flex-shrink: 0; }
  .gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
  .gallery-item:hover img { transform: scale(1.1); }

/* SECTIONS */
section{padding:70px 20px;}
.container{max-width:1300px;margin:auto;}
.section-tag{display:inline-block;background:linear-gradient(90deg,var(--gold),var(--saffron));color:#fff;font-size:12px;font-weight:700;letter-spacing:3px;text-transform:uppercase;padding:5px 16px;border-radius:20px;margin-bottom:14px;}
.section-title{font-family:'Playfair Display',serif;font-size:clamp(26px,4vw,42px);font-weight:900;color:var(--deep-teal);margin-bottom:10px;line-height:1.2;}
.section-sub{color:var(--text-soft);font-size:16px;max-width:600px;margin-bottom:40px;}
.text-center{text-align:center;}
.text-center .section-sub{margin-left:auto;margin-right:auto;}


  /* ITINERARY SECTION */
  .itinerary-section { background: #f8f9ff; }
  .itinerary-layout { display: grid; grid-template-columns: 920px 1fr; gap: 40px; }
  .itin-sidebar { position: sticky; top: 100px; height: fit-content; }
  .itin-sidebar-card { background: #fff; border-radius: var(--radius); padding: 25px; box-shadow: var(--shadow); margin-bottom: 20px; }
  .itin-sidebar-card h3 { font-family: 'Playfair Display', serif; font-size: 20px; color: var(--dark); margin-bottom: 15px; }
  .pkg-list { list-style: none; }
  .pkg-list li { padding: 10px 0; border-bottom: 1px solid #f0f0f0; display: flex; align-items: center; gap: 10px; font-size: 14px; color: #555; transition: color 0.3s; }
    .pkg-list li a{ padding: 10px 0; text-decoration:none; border-bottom: 1px solid #f0f0f0; display: flex; align-items: center; gap: 10px; font-size: 14px; color: #000; transition: color 0.3s; }

  .pkg-list li:hover { color: var(--saffron); }
  .pkg-list li i { color: var(--saffron); font-size: 12px; width: 20px; }
  .itin-main h2 { font-family: 'Playfair Display', serif; font-size: 32px; color: var(--dark); margin-bottom: 10px; }
  .itin-meta { display: flex; gap: 20px; flex-wrap: wrap; margin-bottom: 30px; }
  .itin-meta-item { display: flex; align-items: center; gap: 8px; font-size: 14px; color: #666; background: #fff; padding: 8px 16px; border-radius: 20px; box-shadow: 0 2px 10px rgba(0,0,0,0.07); }
  .itin-meta-item i { color: var(--saffron); }
  .itin-hero { width: 100%; height: 350px; object-fit: cover; border-radius: var(--radius); margin-bottom: 30px; box-shadow: var(--shadow); }
  .itin-hero-img { width: 100%; height: 350px; background-size: cover; background-position: center; border-radius: var(--radius); margin-bottom: 30px; box-shadow: var(--shadow); }
  .day-card { background: #fff; border-radius: 12px; padding: 25px; margin-bottom: 20px; box-shadow: 0 3px 15px rgba(0,0,0,0.07); display: flex; gap: 20px; border-left: 4px solid var(--saffron); }
  .day-num { min-width: 55px; height: 55px; background: var(--gradient1); border-radius: 14%; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 14px; text-align: center; line-height: 1.2; }
  .day-content h4 { font-family: 'Playfair Display', serif; font-size: 18px; color: var(--dark); font-weight: 700; margin-bottom: 5px; }
  .day-content p { font-size: 14px; color: #666; line-height: 1.7; text-align: justify;}
  .day-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 10px; }
  .day-tag { background: var(--light-gold); color: var(--saffron); padding: 3px 10px; border-radius: 12px; font-size: 11px; font-weight: 600; }

  .day-content p img { width: 100%; background-size: cover; background-position: center; border-radius: var(--radius); margin-bottom: 30px; box-shadow: var(--shadow); }

  /* FOOTER */
  footer { background: var(--dark); color: #ccc; }
  .footer-top { padding: 60px 20px 40px; }
  .footer-grid { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; }
  .footer-brand .logo { margin-bottom: 15px; display: flex; align-items: center; gap: 10px; }
  .footer-brand p { font-size: 14px; line-height: 1.8; margin-bottom: 20px; color: #999; }
  .footer-social { display: flex; gap: 10px; }
  .footer-social a { width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; color: #fff; transition: all 0.3s; }
  .footer-social a.wa { background: #25D366; }
  .footer-social a.fb { background: #1877F2; }
  .footer-social a.ig { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366); }
  .footer-social a.yt { background: #FF0000; }
  .footer-social a:hover { transform: scale(1.2) rotate(10deg); }
  .footer-col h4 { color: #fff; font-size: 16px; font-weight: 700; margin-bottom: 20px; position: relative; padding-bottom: 10px; }
  .footer-col h4::after { content:''; position:absolute; bottom:0; left:0; width:35px; height:3px; background:var(--gradient1); border-radius:2px; }
  .footer-col ul { list-style: none; }
  .footer-col ul li { margin-bottom: 10px; }
  .footer-col ul li a { color: #999; text-decoration: none; font-size: 14px; transition: all 0.3s; display: flex; align-items: center; gap: 8px; }
  .footer-col ul li a:hover { color: var(--gold); padding-left: 5px; }
  .footer-col ul li a i { font-size: 10px; color: var(--saffron); }
  .footer-contact-item { display: flex; gap: 12px; margin-bottom: 15px; align-items: flex-start; }
  .footer-contact-icon { width: 35px; height: 35px; background: rgba(255,107,0,0.2); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--saffron); font-size: 14px; flex-shrink: 0; }
  .footer-contact-text { font-size: 13px; color: #999; line-height: 1.6; }
  .footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 20px; text-align: center; }
  .footer-bottom-inner { max-width: 1400px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; font-size: 13px; color: #777; }

  /* FIXED FOOTER BUTTONS */
  .fixed-actions { position: fixed;
  bottom: 5px;
  right: 1%; }
  .fixed-btn { margin: 0px 0px 7px;display: flex; align-items: center; gap: 8px; padding: 13px 22px; border-radius: 50px; font-size: 14px; font-weight: 700; color: #fff; text-decoration: none; box-shadow: 0 8px 25px rgba(0,0,0,0.25); transition: all 0.3s; }
  .fixed-btn.wa { background: #25D366; box-shadow: 0 8px 25px rgba(37,211,102,0.4); }
  .fixed-btn.call { background: var(--saffron); box-shadow: 0 8px 25px rgba(255,107,0,0.4); }
  .fixed-btn.mail { background: var(--royal-blue); box-shadow: 0 8px 25px rgba(26,35,126,0.4); }
  .fixed-btn:hover { transform: translateY(-4px) scale(1.05); }
  .fixed-btn span { display: inline; }

  /* BACKGROUND IMAGES (using gradient placeholders with emojis) */
  .bg-tajmahal { background: linear-gradient(135deg, #f4a261, #e76f51), url('') center/cover; background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('https://images.unsplash.com/photo-1564507592333-c60657eea523?w=1400'); }
  .bg-jaipur { background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('https://images.unsplash.com/photo-1599661046289-e31897846e41?w=1400'); }
  .bg-kerala { background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('https://images.unsplash.com/photo-1602216056096-3b40cc0c9944?w=1400'); }


  /* PULSE ANIMATION */
  @keyframes pulse { 0%,100%{transform:scale(1)} 50%{transform:scale(1.05)} }
  .pulse { animation: pulse 2s infinite; }

  /* RESPONSIVE */
  @media (max-width: 1200px) {
    .packages-grid, .dest-grid, .fest-grid, .car-grid { grid-template-columns: repeat(3,1fr); }
	    .packages-grid1, .dest-grid, .fest-grid, .car-grid { grid-template-columns: repeat(3,1fr); }

    .reviews-grid { grid-template-columns: repeat(2,1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 900px) {
    .packages-grid, .dest-grid, .fest-grid, .car-grid { grid-template-columns: repeat(2,1fr); }
	.packages-grid1, .dest-grid, .fest-grid, .car-grid { grid-template-columns: repeat(2,1fr); }
    .about-grid, .itinerary-layout { grid-template-columns: 1fr; }
    .itin-sidebar { position: static; }
    nav { display: none; }
    .hamburger { display: block; }
    .mobile-nav.open { display: block; }
    .footer-grid { grid-template-columns: 1fr; }
    .fixed-btn span { display: none; }
    .fixed-btn { padding: 13px 16px; }
  }
  @media (max-width: 600px) {
    .packages-grid, .dest-grid, .fest-grid, .car-grid, .reviews-grid { grid-template-columns: 1fr; }
	.packages-grid1, .dest-grid, .fest-grid, .car-grid, .reviews-grid { grid-template-columns: 1fr; }
    .topbar-left { font-size: 11px; gap: 12px; }
    section { padding: 50px 15px; }
    .slider { height: 75vh; }
  }
  .payment-section{border-top:1px solid rgba(255,255,255,.08);padding-top:28px;text-align:center;max-width:1200px;margin:0 auto 24px;}
.payment-section p{font-size:.8rem;color:#aaa;margin-bottom:14px;}
.payment-icons{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;}
.pay-icon{background:#fff;border-radius:8px;padding:6px 12px;font-size:.75rem;font-weight:700;color:var(--dark);display:flex;align-items:center;gap:5px;}
.pay-icon.visa{color:#1a1f71;}.pay-icon.mc{color:#eb001b;}
.pay-icon.upi{color:#5f259f;}.pay-icon.pp{color:#003087;}
.pay-icon.gpay{color:#4285f4;}.pay-icon.net{color:var(--teal);}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:16px;text-align:center;font-size:.78rem;color:#666;max-width:1200px;margin:0 auto;}


/* RESPONSIVE */
@media(max-width:1100px){
  .grid-4{grid-template-columns:repeat(2,1fr);}
  .reviews-grid{grid-template-columns:repeat(2,1fr);}
  .footer-grid{grid-template-columns:1fr 1fr;}
  .itinerary-layout{grid-template-columns:1fr;}
  .itinerary-sidebar{position:static;}
}
@media(max-width:768px){
  nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:16px;box-shadow:0 8px 20px rgba(0,0,0,.1);gap:4px;}
  .nav-toggle{display:block;}
  .header-inner{flex-wrap:wrap;gap:10px;}
  .about-grid{grid-template-columns:1fr;}
  .about-badge{right:10px;bottom:-10px;}
  .grid-3,.grid-4{grid-template-columns:repeat(2,1fr);}
  .reviews-grid{grid-template-columns:1fr 1fr;}
  .footer-grid{grid-template-columns:1fr;}
  .day-card{grid-template-columns:1fr;}
  .about-features{grid-template-columns:1fr;}
}
@media(max-width:520px){
  .grid-3,.grid-4,.grid-2{grid-template-columns:1fr;}
  .reviews-grid{grid-template-columns:1fr;}
  .slider{height:75vh;}
  .topbar-left{gap:10px;font-size:11px;}
  section{padding:50px 16px;}
  .topbar-right {
  display: none;
  gap: 12px;
}
}
/* VIEW MORE ROW */
.view-more-row{text-align:center;margin-top:36px;}
.btn{padding:13px 28px;border-radius:50px;font-weight:700;font-size:15px;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:all .25s;border:2px solid transparent;}
.btn-gold{background:var(--gold);color:#fff;border-color:var(--gold);}
.btn-gold:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 8px 24px rgba(201,168,76,.5);}


<style>
  :root {
    --gold: #C9A84C;
    --gold-light: #F2D98B;
    --gold-dark: #8B6914;
    --maroon: #7B1C2E;
    --maroon-light: #A8294A;
    --cream: #FDF6EC;
    --cream-dark: #F5E8D0;
    --terracotta: #C4552A;
    --teal: #1A6B6B;
    --text-dark: #1A1209;
    --text-mid: #4A3728;
    --text-light: #7A6555;
    --shadow: 0 8px 40px rgba(0,0,0,0.13);
    --shadow-hover: 0 16px 60px rgba(0,0,0,0.2);
    --radius: 18px;
  }

  .hero1 {
    position: relative;
    background: linear-gradient(135deg, #7B1C2E 0%, #3B0A18 40%, #1A1209 100%);
    padding: 3rem 1.5rem 2.5rem;
    text-align: center;
    overflow: hidden;
  }

  .hero1::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='%23C9A84C' fill-opacity='0.06'%3E%3Cpath d='M30 0l4 8h8l-6 5 2 8-8-5-8 5 2-8-6-5h8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.6;
  }

  .hero1-badge {
    display: inline-block;
    background: rgba(201,168,76,0.18);
    border: 1px solid rgba(201,168,76,0.45);
    color: var(--gold-light);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 1rem;
    position: relative;
  }

  .hero1 h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 700;
    color: #FDF6EC;
    line-height: 1.15;
    position: relative;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 20px rgba(0,0,0,0.4);
  }

  .hero1 h1 span { color: var(--gold-light); }

  .hero1-sub {
    font-size: 15px;
    color: rgba(253,246,236,0.7);
    font-weight: 300;
    letter-spacing: 0.5px;
    position: relative;
    margin-bottom: 1.5rem;
  }

  .hero1-ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
  }

  .hero1-ornament::before,
  .hero1-ornament::after {
    content: '';
    flex: 1;
    max-width: 80px;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(201,168,76,0.5));
  }

  .hero1-ornament::after {
    background: linear-gradient(to left, transparent, rgba(201,168,76,0.5));
  }

  .ornament-diamond {
    width: 8px; height: 8px;
    background: var(--gold);
    transform: rotate(45deg);
    border-radius: 1px;
  }

  .packages-section {
    padding: 2.5rem 1.2rem 2rem;
    margin: 0 auto;
  }

  .section-label {
    text-align: center;
    font-size: 12px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--terracotta);
    font-weight: 600;
    margin-bottom: 0.4rem;
  }

  .section-title {
    font-family: 'Playfair Display', serif;
    text-align: center;
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    color: var(--text-dark);
    font-weight: 700;
    margin-bottom: 2rem;
  }

  .cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 1.6rem;
  }

  .card {
    background: #fff;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-hover);
  }

  .card-img-wrap {
    position: relative;
    overflow: hidden;
  }
   .card-img-wrap img {
    width: 100%;
  }

  .palace-bg, .city-tour-bg {
    position: absolute;
    bottom: 0; left: 0;
    width: 100%; height: 100%;
  }

  .card-badge-top {
    position: absolute;
    top: 14px; left: 14px;
    background: var(--maroon);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 5px 14px;
    border-radius: 50px;
    text-transform: uppercase;
    z-index: 2;
    border: 1px solid rgba(255,255,255,0.2);
  }

  .card-night-badge {
    position: absolute;
    top: 14px; right: 14px;
    background: rgba(201,168,76,0.92);
    color: var(--text-dark);
    font-size: 11px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 50px;
    z-index: 2;
    letter-spacing: 0.5px;
  }

  .card-body {
    padding: 1.3rem 1.4rem 0.8rem;
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .card-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.18rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.3rem;
    line-height: 1.3;
  }

  .card-subtitle {
    font-size: 12.5px;
    color: var(--text-light);
    font-weight: 400;
    margin-bottom: 1rem;
    letter-spacing: 0.2px;
  }

  .card-divider {
    height: 1px;
    background: linear-gradient(to right, var(--cream-dark), transparent);
    margin-bottom: 1rem;
  }

  .highlights {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 1.1rem;
    flex: 1;
  }

  .highlights li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-size: 13.5px;
    color: var(--text-mid);
    line-height: 1.4;
  }

  .hl-icon {
    width: 20px; height: 20px;
    flex-shrink: 0;
    margin-top: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--cream-dark);
    border-radius: 50%;
    font-size: 10px;
  }

  .card-price-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1.1rem;
    padding: 10px 14px;
    background: var(--cream);
    border-radius: 10px;
    border: 1px solid var(--cream-dark);
  }

  .price-label {
    font-size: 12px;
    color: var(--text-light);
    font-weight: 400;
    flex: 1;
  }

  .price-value {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    color: var(--maroon);
    font-weight: 700;
  }

  .price-per {
    font-size: 11px;
    color: var(--text-light);
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
    margin-left: 2px;
  }

  .card-actions {
    display: flex;
    gap: 9px;
    padding: 0 1.4rem 1.4rem;
  }

  .btn {
    flex: 1;
    padding: 11px 10px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.22s ease;
    letter-spacing: 0.2px;
  }

  .btn-whatsapp { background: #25D366; color: #fff; }
  .btn-whatsapp:hover { background: #1ebe5c; transform: scale(1.02); }
  .btn-view { background: var(--maroon); color: #fff; }
  .btn-view:hover { background: var(--maroon-light); transform: scale(1.02); }

  .contact-bar {
    background: linear-gradient(135deg, #1A6B6B, #0D4A4A);
    padding: 1.6rem 1.2rem;
    text-align: center;
  }

  .contact-bar p {
    color: rgba(255,255,255,0.75);
    font-size: 13px;
    margin-bottom: 0.8rem;
    font-weight: 300;
  }

  .contact-bar strong { color: #fff; }

  .contact-btns {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  .contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.22s;
    border: none;
  }

  .contact-btn.wa { background: #25D366; color: #fff; }
  .contact-btn.wa:hover { background: #1ebe5c; transform: translateY(-2px); }
  .contact-btn.call {
    background: rgba(255,255,255,0.12);
    color: #fff;
    border: 1.5px solid rgba(255,255,255,0.35);
  }
  .contact-btn.call:hover { background: rgba(255,255,255,0.22); transform: translateY(-2px); }

  @media (max-width: 600px) {
    .packages-section { padding: 2rem 1rem; }
    .card-actions { flex-direction: column; }
    .btn { flex: unset; width: 100%; }
    .contact-btns { flex-direction: column; align-items: center; }
    .contact-btn { width: 90%; max-width: 280px; justify-content: center; }
  }
</style>





