    :root {
      --ih-color-brand-primary: #D45C12;
      --ih-color-brand-secondary: #0E6F8E;
      --ih-color-brand-accent: #C8A24A;
      --ih-color-text-primary: #21241B;
      --ih-color-text-muted: #616359;
      --ih-color-border-default: #E6E7E9;
      --ih-color-bg-page: #F6F7F8;
      --ih-color-surface-default: #FFFFFF;
      --ih-color-dark: #182027;
      --ih-radius-sm: 12px;
      --ih-radius-md: 18px;
      --ih-radius-lg: 28px;
      --ih-radius-xl: 36px;
      --ih-shadow-sm: 0 8px 24px rgba(0, 0, 0, 0.06);
      --ih-shadow-md: 0 16px 44px rgba(0, 0, 0, 0.10);
      --ih-container: 1200px;
      --ih-font-sans: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
      --ih-font-serif: "Fraunces", Georgia, serif;
    }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: var(--ih-font-sans);
      color: var(--ih-color-text-primary);
      background: var(--ih-color-bg-page);
      line-height: 1.6;
    }

    img { max-width: 100%; display: block; }
    a { color: inherit; text-decoration: none; }
    button, input, select { font: inherit; }

    .container-home-1 {
      width: min(var(--ih-container), calc(100% - 32px));
      margin: 0 auto;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 14px;
      border-radius: 999px;
      background: rgba(255,255,255,0.14);
      border: 1px solid rgba(255,255,255,0.22);
      color: #fff;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: .12em;
      text-transform: uppercase;
    }

    .section-eyebrow {
      display: inline-block;
      margin-bottom: 10px;
      color: var(--ih-color-brand-secondary);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .12em;
      text-transform: uppercase;
    }

    .btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px !important;
    border-radius: 999px !important;
    border: 1px solid transparent !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    transition: .25s ease;
    cursor: pointer !important;
}

    .btn:hover { transform: translateY(-1px);color:#fff !important; }
    .btn-primary {
      background: var(--ih-color-brand-primary) !important;
      color: #fff;
      box-shadow: 0 10px 24px rgba(212, 92, 18, 0.22) !important;
    }
    .btn-secondary {
      background: rgba(255,255,255,0.12);
      color: #fff;
      border-color: rgba(255,255,255,0.28);
      backdrop-filter: blur(10px);
    }
    .btn-ghost {
      background: #fff !important;
      color: var(--ih-color-brand-secondary) !important;
      border-color: var(--ih-color-border-default);
    }
	.btn-ghost:hover {
      color: var(--ih-color-brand-secondary) !important;
    }

    .hero {
      position: relative;
      overflow: hidden;
      background:
        linear-gradient(180deg, rgba(10,17,24,0.18) 0%, rgba(10,17,24,0.56) 48%, rgba(10,17,24,0.82) 100%),
        url('/wordpress/wp-content/uploads/2026/03/taj-mahal.avif') center/cover;
      color: #fff;
    }

    .hero::after {
      content: "";
      position: absolute;
      inset: auto auto -120px -120px;
      width: 280px;
      height: 280px;
      border-radius: 50%;
      background: rgba(200, 162, 74, 0.16);
      filter: blur(8px);
    }

    .hero-grid {
      position: relative;
      z-index: 1;
      display: grid;
      gap: 28px;
      padding: 25px 0 10px;
    }

    .hero-copy h1 {
    margin: 18px 0 14px;
    font-size: clamp(3.6rem, 6vw, 7.2rem);
    line-height: 1.05;
    letter-spacing: -0.03em;
    max-width: 16ch;
    font-family: "Poppins", sans-serif !important;
    }

    .hero-copy p {
      margin: 0 0 22px;
      max-width: 660px;
      font-size: 16px;
      color: rgba(255,255,255,0.88);
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-bottom: 20px;
    }

    .hero-panel {
      background: rgba(255,255,255,0.12);
      border: 1px solid rgba(255,255,255,0.18);
      backdrop-filter: blur(14px);
      border-radius: var(--ih-radius-lg);
      padding: 22px;
      box-shadow: var(--ih-shadow-md);
      align-self: end;
    }

    .hero-panel h2 {
      margin: 0 0 8px;
      font-size: 22px;
      line-height: 1.2;
    }

    .hero-panel p {
      margin: 0 0 16px;
      color: rgba(255,255,255,0.82);
      font-size: 14px;
    }

    .panel-list { display: grid; gap: 12px; }

    .panel-item {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      padding: 14px;
      border-radius: 18px;
      background: rgba(255,255,255,0.10);
    }

    .panel-item b {
      display: block;
      font-size: 14px;
    }

    .panel-item span {
      display: block;
      color: rgba(255,255,255,0.78);
      font-size: 12px;
    }

    .section { padding: 30px 0; }

    .section-head {
      max-width: 760px;
      margin-bottom: 30px;
    }

    .section-head h2 {
    margin: 0 0 10px;
    font-size: clamp(3.2rem, 3vw, 4.8rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    }

    .section-head p {
      margin: 0;
      font-size: 16px;
      color: var(--ih-color-text-muted);
    }

    .positioning {
      display: grid;
      gap: 20px;
      grid-template-columns: 1fr;
    }

    .card {
      background: var(--ih-color-surface-default);
      border: 1px solid var(--ih-color-border-default);
      border-radius: var(--ih-radius-lg);
      box-shadow: var(--ih-shadow-sm);
    }

    .positioning-card,
    .mini-card,
    .trust-card,
    .process-card,
    .signature-card,
    .seo-card,
    .cta-card {
      padding: 22px;
      border-radius: 22px;
      background: #fff;
      border: 1px solid var(--ih-color-border-default);
      box-shadow: var(--ih-shadow-sm);
    }

    .positioning-card strong {
      display: block;
      margin-bottom: 8px;
      font-size: 18px;
    }

    .positioning-card p,
    .mini-card p,
    .signature-card p,
    .process-card p,
    .trust-card p {
      margin: 0;
      color: var(--ih-color-text-muted);
      font-size: 14px;
    }

    .routing-grid {
      display: grid;
      gap: 16px;
      grid-template-columns: 1fr;
    }

    .path-card {
      position: relative;
      overflow: hidden;
      min-height: 300px;
      border-radius: var(--ih-radius-lg);
      color: #fff;
      display: flex;
      align-items: flex-end;
      padding: 22px;
      border: 1px solid rgba(255,255,255,0.14);
      box-shadow: var(--ih-shadow-md);
      isolation: isolate;
    }

    .path-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgb(18 32 39 / 45%) 12%, rgba(18, 32, 39, 0.82) 100%);
      z-index: -1;
    }

    .path-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background-size: cover;
      background-position: center;
      z-index: -2;
      transform: scale(1.03);
    }

    .path-card.inbound::after { background-image: url('/wordpress/wp-content/uploads/2026/03/culture-img.avif?auto=format&fit=crop&w=1200&q=80'); }
    .path-card.outbound::after { background-image: url('/wordpress/wp-content/uploads/2026/03/bali-img-2.avif?auto=format&fit=crop&w=1200&q=80'); }
    .path-card.domestic::after { background-image: url('/wordpress/wp-content/uploads/2026/03/seven-sister.avif?auto=format&fit=crop&w=1200&q=80'); }
    .path-card.trains::after { background-image: url('/wordpress/wp-content/uploads/2026/03/maharaja-express-3.avif?auto=format&fit=crop&w=1200&q=80'); }

    .path-tag {
      display: inline-flex;
      align-items: center;
      padding: 7px 10px;
      border-radius: 999px;
      background: #a1a1a175;
      border: 1px solid rgba(255,255,255,0.18);
      font-size: 10px;
      font-weight: 800;
      letter-spacing: .12em;
      text-transform: uppercase;
      margin-bottom: 12px;
    }

    .path-card h3 {
      margin: 0 0 8px;
      font-size: 28px;
      line-height: 1.08;
      letter-spacing: -0.02em;
    }

    .path-card p {
      margin: 0 0 18px;
      font-size: 14px;
      color: rgba(255,255,255,0.88);
      max-width: 34ch;
    }

    .path-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
    }

    .path-chip, .path-chip:visited {
      display: inline-flex;
      align-items: center;
      padding: 8px 12px;
      border-radius: 999px;
      background: rgba(255,255,255,0.92);
      color: #1a2931;
      font-size: 12px;
      font-weight: 800;
    }

    .revenue-strip,
    .trending-grid,
    .seasonal-grid,
    .signature-grid,
    .trust-grid,
    .process-grid,
    .footer-grid {
      display: grid;
      gap: 16px;
    }

    .package-card,
    .trending-card {
      overflow: hidden;
      border-radius: 22px;
      background: #fff;
      border: 1px solid var(--ih-color-border-default);
      box-shadow: var(--ih-shadow-sm);
    }

    .package-card img,
    .trending-card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }

    .package-body,
    .trending-body {
      padding: 20px;
    }

    .package-body .meta {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 12px;
    }

    .badge,
    .badge-premium {
      display: inline-flex;
      align-items: center;
      padding: 7px 10px;
      border-radius: 999px;
      font-size: 11px;
      font-weight: 700;
    }

    .badge {
      background: #f1f3f5;
      color: var(--ih-color-text-primary);
    }

    .badge-premium {
      background: rgba(200, 162, 74, 0.15);
      color: #8a6a15;
    }

    .package-body h3,
    .trending-body h3,
    .mini-card h3,
    .signature-card h3,
    .process-card h3,
    .trust-card h3 {
      margin: 0 0 8px;
      font-size: 18px;
      line-height: 1.25;
    }

    .package-body p,
    .trending-body p {
      margin: 0;
      font-size: 14px;
      color: var(--ih-color-text-muted);    padding: 0px;
    }

    .mini-card .link,
    .signature-card .link,
    .package-card .link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--ih-color-brand-secondary);
      font-weight: 700;
      font-size: 14px;
      margin-top: 16px;
    }

    .trust-card strong {
      display: block;
      margin-bottom: 10px;
      font-size: 34px;
      line-height: 1;
      color: var(--ih-color-brand-primary);
    }

    .seo-card {
      background: linear-gradient(180deg, #fff 0%, #fafbfc 100%);
    }

    .seo-card p {
      margin: 0;
      font-size: 16px;
      color: var(--ih-color-text-muted);
    }

    .seo-card p + p { margin-top: 14px; }

    .cta-shell {
      padding: 72px 0;
      background: linear-gradient(180deg, #13212a 0%, #1d2f39 100%);
      color: #fff;
    }

    .cta-wrap {
      display: grid;
      gap: 22px;
      align-items: start;
    }

    .cta-intro h2 {
      margin: 0 0 12px;
      font-size: clamp(3.2rem, 4vw, 5.4rem);
      line-height: 1.2;
      letter-spacing: -0.03em;
    }
.container-home-1.cta-wrap {
    display: block;
}
    .cta-intro p {
      margin: 0;
      color: rgba(255,255,255,0.84);
      font-size: 16px;
    }

   
    .selector-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;margin-top: 20px;
    }


    @media (min-width: 768px) {
      .hero-grid,
      .positioning,
      .cta-wrap {
        grid-template-columns: 1.1fr .9fr;
      }

      .routing-grid,
      .revenue-strip,
      .trending-grid,
      .seasonal-grid,
      .signature-grid,
      .trust-grid,
      .process-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .selector-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    }

    @media (min-width: 1024px) {
      .hero-grid { grid-template-columns: 1.15fr .85fr; gap: 44px; }
      .routing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .revenue-strip,
      .trending-grid,
      .seasonal-grid,
      .process-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
		.signature-grid{grid-template-columns: repeat(4, minmax(0, 1fr)); }
      .trust-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); 
        line-height: 1.25;
		}
    }
body article p {
    padding: 0px;
}
 article.process-card img {
    float: left;
    width: 40px;
    margin-bottom: 0px;
    margin-right: 10px;
    margin-top: -11px;
}
		span.duration {
    background: var(--ih-color-brand-secondary);
    padding: 5px 10px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 100px;
    color: #fff;
}
article.signature-card {
    padding: 0px;
    overflow: hidden;
    border-radius: 22px;
    background: #fff;
    border: 1px solid var(--ih-color-border-default);
    box-shadow: var(--ih-shadow-sm);
}	
article.signature-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}	
.signature-body {
    padding: 20px;
}

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  min-height: 560px;
}
.hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,17,24,.22) 0%, rgba(10,17,24,.58) 48%, rgba(10,17,24,.84) 100%);
}
.hero-grid {
  position: relative;
  z-index: 1;
}
@media(max-width:767px){
.hero-media{display:none !important;}
.hero-copy h1, .section-head h2{    line-height: 1.3;}
.hero-copy p {
    line-height: 1.6;
}
a.btn.btn-secondary, a.btn.btn-primary, a.btn.btn-ghost {
    width: 100%;
}
.hero {
    background-position: 70%;
}	
}
a.btn {
    color: inherit !important;
}
.signature-slider-section {
  position: relative;
}

.signature-slider-wrap {
  position: relative;
  width: 100%;
}

.signature-slider {
  overflow: hidden;
  width: 100%;
}

.signature-track {
  display: flex;
  gap: 16px;
  will-change: transform;
}

.signature-card {
  flex: 0 0 calc((100% - 32px) / 3);
  background: #fff;
  border: 1px solid #e6e7e9;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.signature-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.signature-body {
  padding: 20px;
}

.signature-body h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.25;
}

.signature-body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #616359;
}

.signature-body .link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 700;
  color: #0E6F8E;
  text-decoration: none;
}

.signature-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #182027;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  transition: 0.25s ease;
}

.signature-nav:hover {
  transform: translateY(-50%) scale(1.05);
}

.signature-nav.prev {
  left: -10px;
}

.signature-nav.next {
  right: -10px;
}

.signature-nav:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 1024px) {
  .signature-card {
    flex: 0 0 calc((100% - 16px) / 2);
  }

  .signature-nav.prev {
    left: 6px;
  }

  .signature-nav.next {
    right: 6px;
  }
}

@media (max-width: 767px) {
  .signature-card {
    flex: 0 0 100%;
  }

  .signature-card img {
    height: 220px;
  }

  .signature-nav {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }
}
.revenue-slider-wrap {
  position: relative;
}

.revenue-slider {
  overflow: hidden;
}

.revenue-track {
  display: flex;
  gap: 16px;
  transition: transform 0.45s ease;
}

.revenue-track .package-card {
  flex: 0 0 calc((100% - 32px) / 3);
}

/* tablet */
@media (max-width: 1024px) {
  .revenue-track .package-card {
    flex: 0 0 calc((100% - 16px) / 2);
  }
}

/* mobile */
@media (max-width: 767px) {
  .revenue-track .package-card {
    flex: 0 0 100%;
  }
}

/* arrows */
.revenue-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.2);
  cursor: pointer;
}

.revenue-nav.prev { left: -10px; }
.revenue-nav.next { right: -10px; }
.hero-actions.center {
    justify-content: center;
    margin-top: 30px;
}
.hero-actions.center .btn{color:#fff !important;}
.packages-slider-wrap {
  position: relative;
}

.packages-slider {
  overflow: hidden;
  width: 100%;
}

.packages-track {
  display: flex;
  gap: 16px;
  will-change: transform;
}

.packages-track .package-card {
  flex: 0 0 calc((100% - 32px) / 3);
}

.packages-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #182027;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
}

.packages-nav.prev {
  left: -10px;
}

.packages-nav.next {
  right: -10px;
}

.category-tag{ position: absolute; top: 15px; left: 15px; background:#ff6b6b; color: white;   padding: 5px 12px; border-radius: 20px; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }
.package-image{ height: 250px; overflow: hidden; }
.package-image img{ width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.package-content{ padding: 15px; }
.package-content h3{ font-size:17px; margin-bottom: 15px; color: #333; margin-top:0px; line-height:24px; font-weight: 500; }
.destination{ color: #666; margin-bottom:15px; font-size:14px; height:40px;}
.price-section{ display: flex; align-items: center; gap: 15px; }
.original-price{ text-decoration: line-through; color: #999; font-size:16px; }
.current-price{ color: #FF6B6B; font-size:18px; font-weight:bold; }
.view-detail-btn{ width: 100%; background: linear-gradient(135deg, #FF6B6B 0%, #FF8E53 100%); color: white; border: none; padding: 0px 0; border-radius: 8px; font-size:16px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; margin-top: 15px; box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3); height: 40px; }
@media (max-width: 1024px) {
  .packages-track .package-card {
    flex: 0 0 calc((100% - 16px) / 2);
  }

  .packages-nav.prev {
    left: 6px;
  }

  .packages-nav.next {
    right: 6px;
  }
}

@media (max-width: 767px) {
  .packages-track .package-card {
    flex: 0 0 100%;
  }

  .packages-nav {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {

.flex-hdr-contr .flex-hdr-logo .custom-logo-link {
    margin-top: 15px;
    position: absolute;
}
.menuwrapper {
    padding: 20px 0 0 4px !important;
}
}