/* ===============================
   HERO SECTION – HOME PAGE MATCH
================================ */

.heli-hero,
.heli-hero * {
  font-family: 'Poppins', sans-serif;
}

.heli-hero {
  position: relative;
  padding: 50px 0;
  background: linear-gradient(
    to right,
    rgba(255,255,255,0.92),
    rgba(255,255,255,0.7)
  );
  overflow: hidden;
  color: #ffffff;
}

/* DARK CINEMATIC OVERLAY */
.heli-hero-overlay {
  position: absolute;
  inset: 0;
   background:  url(../new-image/bgs.jpg) center / cover no-repeat;
  z-index: 1;
      opacity: 0.08;
}

/* GRID */
.heli-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 50px;
  align-items: center;
}

/* ===============================
   LEFT CONTENT
================================ */

.heli-hero-content {
  text-align: left;
}

.hero-pill {
  display: inline-block;
  background: #e8680c; /* home page orange */
  color: #ffffff;
  padding: 7px 16px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 18px;
}

.heli-hero-content h1 {
  /*font-size: 44px;*/
  line-height: 1.25;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 18px;
}

.hero-sub {
  font-size: 16px;
  font-weight: 400;
 color: #334155;
  margin-bottom: 24px;
  /*max-width: 580px;*/
}

.hero-points {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.hero-points li {
  font-size: 14.5px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 8px;
}

/* CTA buttons */
.hero-cta {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-primary {
  background: #e8680c;
  color: #ffffff;
  padding: 13px 28px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s ease;
}

.btn-primary:hover {
  background: #e8680c;
}

.btn-outline {
  border: 1px solid #31496c;
    color: #ffffff;
    padding: 13px 28px;
    background: #31496c;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s ease;
}

.btn-outline:hover {
  background: rgba(255,255,255,0.15);
  color: #586d56;
}

/* ===============================
   RIGHT SOFT CARD (LIGHT CONTRAST)
================================ */

.heli-hero-soft {
  display: flex;
  justify-content: center;
}

.soft-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  max-width: 360px;
  width: 100%;
      box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  color: #0b2c3d;
}

.soft-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: #0b2c3d;
  text-align: center;
  margin-bottom: 2px;
}

/* soft card image */
.soft-image {
  width: 100%;
  height: 180px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 18px;
}

.soft-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* price box */
.soft-price {
  text-align: center;
  background: #f4f6fb;
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 20px;
}

.soft-price span {
  font-size: 12.5px;
  color: #6c757d;
}

.soft-price strong {
  display: block;
  font-size: 26px;
  font-weight: 600;
  color: #cc6735;
}

.soft-price small {
  font-size: 12px;
  color: #6c757d;
}

.soft-btn {
  display: block;
  text-align: center;
      border: 1px solid #cc6735;
    color: #000000;
  padding: 12px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s ease;
}

.soft-btn:hover {
  background: #e8680c;
  color:#ffffff;
}

/* ===============================
   MOBILE – LEFT ALIGNED
================================ */

@media (max-width: 991px) {

  .heli-hero {
    padding: 70px 0;
  }

  .heli-hero-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: left;
  }

  .heli-hero-content {
    text-align: left;
     max-width: 620px;  
  }

  .hero-sub {
    max-width: 100%;
  }

  .hero-cta {
    justify-content: flex-start;
  }

  .heli-hero-soft {
    justify-content: flex-start;
    margin-top: 20px;
  }

  .soft-card {
    max-width: 100%;
     box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
  }
}

.hero-audience {
  margin-top: 12px;
  font-weight: 500;
  color:#000;
}

.hero-rating {
  margin: 20px 0 22px;
  font-size: 14px;
  color: #000000;
}

 /* LOGOS */
.trust-logos2 {
  display: flex;
  justify-content: center;
  gap: 45px;
  padding: 20px 0 0 0;
}

.trust-logos2 img {
  height: 70px;
   filter: grayscale(100%);
  opacity: 0.85;
}
  .trust-strip {
  background: #f9fafc;
  padding: 28px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.trust-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

.trust-point {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #222;
}

.trust-point .dot {
  width: 8px;
  height: 8px;
  background: #f26a21;
  border-radius: 50%;
}

/* MOBILE */
@media (max-width: 768px) {
  .trust-row {
    gap: 18px;
  }

  .trust-point {
    font-size: 14px;
  }
}

 .heli-overview-section {
  
  background: #fff;
}

.overview-layout {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 60px;
  align-items: start;
}

/* OVERVIEW TEXT */
.overview-content h2 {
  font-size:24px;
  color: #0b1c39;
}

.overview-content p {
  font-size: 15.5px;
  line-height: 1.7;
  color: #444;
}

/* TOC CARD */
.toc-card {
  position: sticky;
  top: 110px;
  background: #fff9f4;
  border-radius: 16px;
  padding: 22px;
  
  border: 1px solid #02010147;
}

/* SCROLLABLE LIST */
.toc-scroll {
  max-height: 350px;
  overflow-y: auto;
  padding-right: 6px;
}

/* SCROLLBAR */
.toc-scroll::-webkit-scrollbar {
  width: 5px;
}
.toc-scroll::-webkit-scrollbar-thumb {
  background: #f26a21;
  border-radius: 10px;
}
.toc-scroll::-webkit-scrollbar-track {
  background: #f3f3f3;
}

/* LIST STYLE */
.toc-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.toc-list li {
  margin-bottom: 10px;
}

.toc-list a {
  text-decoration: none;
  font-size: 13.5px;
  color: #333;
  font-weight: 500;
  padding-left: 18px;
  position: relative;
  display: block;
  transition: 0.25s ease;
}

.toc-list a::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #f26a21;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}

.toc-list a:hover,
.toc-list a.active {
  color: #f26a21;
  font-weight: 600;
  transform: translateX(4px);
}

/* MOBILE */
@media (max-width: 991px) {
  .toc-card {
    position: relative;
    top: 0;
    margin-top: 30px;
  }

  .toc-scroll {
    max-height: none;
  }
}

.pill1{
  background: #000; color: #fff; padding: 2px 10px; border-radius: 100px;
}

/* SECTION BASE */
.heli-who-strip {
  background: #f9fafc;
 
}

/* HEADING */
.who-heading h3 {
  font-size: 28px;
  color: #0b1c39;
  margin-bottom: 6px;
}

.who-heading p {
  font-size: 15px;
  color: #555;
  max-width: 750px;
  line-height: 1.6;
}

/* STRIP INNER */
.who-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 18px 0 10px;
  flex-wrap: wrap;
}

/* ITEM */
.who-item {
  min-width: 180px;
  line-height: 1.4;
}

/* PILL LABEL */
.who-label {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 600;
  color: #31496c;
  background: #ebf5ff;
  border: 1px solid #1f3a5f7a;
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 6px;
  letter-spacing: 0.4px;
}

/* TEXT */
.who-item strong {
  display: block;
  font-size: 16px;
  color: #111;
}

.who-item small {
  font-size: 12.5px;
  color: #666;
}

/* DIVIDER */
.divider {
  width: 1px;
  height: 40px;
  background: linear-gradient(
    to bottom,
    transparent,
    #f26a21,
    transparent
  );
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .divider {
    display: none;
  }

  .who-item {
    width: 48%;
  }

  .who-heading h3 {
    font-size: 24px;
  }
}


/* SECTION */
.heli-packages-list {
  background: #ffffff;
}

.section-intro {
  font-size: 15.5px;
  color: #555;
  max-width: 750px;
}

/* CARD */
.heli-tour-card {
  display: flex;
  background: #fff;
  border: 1px solid #02010147;
  border-radius: 18px;
  overflow: hidden;
  transition: 0.3s ease;
   
}

.heli-tour-card:hover {
     box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

/* IMAGE */
.tour-img {
  position: relative;
  width: 38%;
  height: auto;
}

.tour-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* TAG */
.tour-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #f26a21;
  color: #ffffff;
  font-weight: 600;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 999px;
}

/* WISHLIST */
.wishlist {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
}

/* CONTENT */
.tour-content {
  padding: 12px 20px;
  width: 62%;
}

.tour-title {
  font-size: 18px;
  margin-bottom: 20px;
      font-family: 'Poppins', sans-serif;
}

/* META */
.tour-meta {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
  margin-top: 12px;
}

.meta-pill {
  background: #f1f5ff;
    color: #1f3a5f;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 999px;
}

/* STATS */
.tour-stats {
  display: flex;
  gap: 26px;
   margin-bottom: 12px;
  margin-top: 12px;
}

.stat-label {
  font-size: 12px;
      font-family: 'Poppins', sans-serif;
  color: #777;
}

.stat-days {
  font-size: 12px;
  color: #000;
      font-family: 'Poppins', sans-serif;
  font-weight: 600;
}



/* PRICE */
.tour-price {
  display: flex;
  gap: 20px;
  align-items: center;
   margin-bottom: 12px;
  margin-top: 12px;
}

.emi {
  font-size: 12px;
  color: #444;
}

.price {
  font-size: 14px;
}

.price strong {
  font-size: 16px;
      font-family: 'Poppins', sans-serif;
}

/* CTA */
.tour-actions {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

/* MOBILE */
@media (max-width: 768px) {
  .heli-tour-card {
    flex-direction: column;
  }

  .tour-img,
  .tour-content {
    width: 100%;
  }

  .tour-img {
    min-height: 180px;
  }
}

  /* SECTION */
.chardham-form-section {
  background: #f5f7fb;
}

/* CARD */
.chardham-form-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #02010147;
}

/* HEADER */
.form-header {
  background: #1f3a5f;
  color: #fff;
  padding: 22px;
}

.form-header h3 {
  font-size: 22px;
  margin-bottom: 6px;
}

.form-header p {
  font-size: 13.5px;
  opacity: 0.9;
  margin: 0;
  color: #fff;
}

/* BODY */
.form-body {
  padding: 22px;
}

.form-control,
.form-select {
  height: 44px;
  font-size: 14px;
}

.form-label {
  font-size: 13px;
  margin-bottom: 4px;
  color: #444;
}

/* BUTTON */
.btn-submit {
  width: 100%;
  height: 46px;
  background: #1f3a5f;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s ease;
}

.btn-submit:hover {
  background: #1f3a5f;
}

/* FOOTER */
.form-footer {
  padding: 18px 22px;
  border-top: 1px solid #eee;
  text-align: center;
}

.form-footer p {
  font-size: 13px;
  color: #555;
  margin-bottom: 8px;
}

.rating {
  font-size: 13px;
  color: #333;
}

.rating span {
  color: #f4b400;
  margin: 0 4px;
}

/* MOBILE */
@media (max-width: 576px) {
  .form-header h3 {
    font-size: 20px;
  }
}




/* INTRO */
.section-intro {
  font-size: 15.5px;
  color: #555;
  max-width: 750px;
}

/* TABLE */
.comparison-table {
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
}

.comparison-table thead {
  background: #f6f8fc;
}

.comparison-table th {
  font-size: 14px;
  font-weight: 600;
  padding: 16px;
  color: #333;
  border-bottom: 1px solid #eee;
}

.comparison-table td {
  font-size: 14.5px;
  padding: 16px;
  border-bottom: 1px solid #f0f0f0;
}

/* MODE TEXT */
.mode-title {
  font-size: 15px;
}

.mode-sub {
  color: #777;
}

/* HIGHLIGHT HELICOPTER */
.highlight-row {
  background: #f4fff8;
}

.preferred-badge {
  display: inline-block;
  margin-top: 6px;
  background: #1f3a5f;
  color: #fff;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 999px;
}

/* STARS */
.stars {
  color: #f4b400;
  letter-spacing: 1px;
  font-size: 15px;
}

/* NOTE */
.comparison-note {
  background: #f9fafb;
  border-left: 4px solid #1f3a5f;
  padding: 14px 18px;
}

.comparison-note p {
  margin: 0;
  font-size: 14px;
  color: #444;
}

/* MOBILE */
@media (max-width: 768px) {
  .comparison-table td,
  .comparison-table th {
    white-space: nowrap;
  }
}


/* SECTION BG */
.heli-route-map-section {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

/* INTRO */
.section-intro {
  font-size: 15.5px;
  color: #555;
  max-width: 750px;
}

/* MAP */
.route-map-box {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #eee;
  background: #fff;
  padding: 20px;
}

.route-map-box img {
  width: 100%;
  display: block;
}

/* ROUTE STEPS */
.animate-route {
  position: relative;
  padding-left: 28px;
}

.route-line {
  position: absolute;
  left: 8px;
  top: 0;
  width: 2px;
  height: 0;
  background: linear-gradient(to bottom, #1f3a5f, #f26a21);
  transition: height 1.4s ease;
}

/* STEP */
.route-step {
  display: flex;
  gap: 14px;
  margin-bottom: 26px;
  opacity: 0;
  transform: translateY(12px);
  transition: all 0.6s ease;
}

.route-step strong {
  font-size: 15px;
  color: #111;
}

.route-step p {
  font-size: 13.5px;
  color: #666;
  margin: 4px 0 0;
}

/* DOT */
.step-dot {
  width: 14px;
  height: 14px;
  background: #1f3a5f;
  border-radius: 50%;
  margin-top: 4px;
  flex-shrink: 0;
}

.route-step.end .step-dot {
  background: #f26a21;
}

/* ACTIVE STATE */
.animate-route.active .route-line {
  height: 100%;
}

.animate-route.active .route-step {
  opacity: 1;
  transform: translateY(0);
}

/* STAGGER ANIMATION */
.animate-route.active .route-step:nth-child(2) { transition-delay: 0.2s; }
.animate-route.active .route-step:nth-child(3) { transition-delay: 0.4s; }
.animate-route.active .route-step:nth-child(4) { transition-delay: 0.6s; }
.animate-route.active .route-step:nth-child(5) { transition-delay: 0.8s; }
.animate-route.active .route-step:nth-child(6) { transition-delay: 1s; }

/* NOTE */
.route-note {
  background: #f9fafb;
  border-left: 4px solid #1f3a5f;
  padding: 14px 18px;
}

.route-note p {
  margin: 0;
  font-size: 14px;
  color: #444;
}

/* MOBILE */
@media (max-width: 768px) {
  .route-line {
    display: none;
  }

  .animate-route {
    padding-left: 0;
  }
}


.route-line {
  transition: height 1.8s ease;
}


/* INTRO */
.section-intro {
  font-size: 15.5px;
  color: #555;
  max-width: 750px;
}

/* CARDS */
.inclusion-card{
  background: #e5e7eb42;
  border-radius: 16px;
  padding: 22px;
  height: 100%;
  border: 1px solid #eee;
}


.exclusion-card {
  background: #fffcf9;
  border-radius: 16px;
  padding: 22px;
  height: 100%;
  border: 1px solid #eee;
}

/* TITLES */
.card-title {
  display: flex;
  /*align-items: center;*/
  gap: 10px;
  font-size: 18px;
  margin-bottom: 16px;
}

/* ICONS */
.icon {
  display: inline-flex;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
}

.icon.green {
  background: #e9f8f0;
  color: #147d3a;
}

.icon.red {
  background: #fdecec;
  color: #c62828;
}

/* LIST */
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 14.5px;
  color: #333;
}

.feature-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #1f3a5f;   /* green for inclusion */
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}

/* NOTE */
.inclusion-note {
  background: #f9fafb;
  border-left: 4px solid #147d3a;
  padding: 14px 18px;
}

.inclusion-note p {
  margin: 0;
  font-size: 14px;
  color: #444;
}

/* MOBILE */
@media (max-width: 768px) {
  .card-title {
    font-size: 17px;
  }
}


.heli-safety-editorial {
  background:#ffffff;
}

.section-intro {
  max-width:720px;
  font-size:15.5px;
  color:#555;
  margin-bottom:30px;
}

/* STRIPS */
.safety-strip,
.weight-strip {
  display:flex;
  gap:16px;
  align-items:center;
  padding:18px 22px;
  border-radius:10px;
  margin-bottom:18px;
  font-size:14.5px;
}

.safety-strip {
  background:#eef8f2;
  color:#147d3a;
}

.weight-strip {
  background:#fff6ee;
  color:#f26a21;
}

.safety-strip strong,
.weight-strip strong {
  white-space:nowrap;
  font-size:15px;
}

/* WEATHER */
.weather-panel {
  margin-top:40px;
  padding-top:30px;
  border-top:1px solid #eee;
}

.weather-panel h5 {
  font-size:18px;
  margin-bottom:10px;
}

.weather-panel p {
  font-size:14.5px;
  color:#555;
  max-width:700px;
}

.weather-points {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:18px 0;
}

.weather-points span {
  background:#f5f7f9;
  padding:8px 14px;
  border-radius:20px;
  font-size:13px;
  color:#333;
}

.weather-note {
  font-size:13.5px;
  color:#444;
}

/* MOBILE */
@media(max-width:768px){
  .safety-strip,
  .weight-strip {
    flex-direction:column;
    align-items:flex-start;
  }
}


.best-time-heli {
  
  
}

.best-time-head {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px;
}

.best-time-head .pill {
  display: inline-block;
  background: #e6f0ff;
  color: #0a4bff;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
}

.best-time-head h2 {
  font-size: 40px;
  margin: 15px 0;
  color: #111;
}

.best-time-head p {
  color: #666;
  font-size: 16px;
}

/* Grid */
.time-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

/* Card */
.time-card {
  background: #fff;
  border-radius: 18px;
  padding: 30px 30px 0 30px;
      border: 1px solid #eee;
  position: relative;
  transition: 0.4s ease;
}

.time-card:hover {
box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.time-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.time-card p {
  color: #555;
  margin-bottom: 15px;
  line-height: 1.6;
}

.time-card ul {
  padding: 0;
  list-style: none;
}

.time-card ul li {
  font-size: 15px;
  margin-bottom: 8px;
}

/* Tags */
.time-card .tag {
  position: absolute;
  top: -20px;
  right: 20px;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
}

/* Color themes */
.time-card.best {
  border-top: 5px solid #0a4bff;
}

.time-card.best .tag {
  background: #0a4bff;
  color: #fff;
}

.time-card.good {
  border-top: 5px solid #22c55e;
}

.time-card.good .tag {
  background: #22c55e;
  color: #fff;
}

.time-card.avoid {
  border-top: 5px solid #ef4444;
}

.time-card.avoid .tag {
  background: #ef4444;
  color: #fff;
}


.why-heli-section {
  background:#f9fbfd;
}

.section-intro {
  font-size:15.5px;
  color:#555;
  max-width:720px;
}

.why-heli-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
  margin-top:30px;
}

.why-item {
  padding:26px;
  background:#ffffff;
  border-radius:14px;
  border:1px solid #eee;
  transition:all .3s ease;
}

.why-item strong {
  display:block;
  font-size:17px;
  margin-bottom:10px;
  color:#111;
}

.why-item p {
  font-size:14.5px;
  color:#555;
  margin:0;
}

/* highlight */
.why-item.highlight {
  background:linear-gradient(135deg,#147d3a,#0f5f2c);
  color:#fff;
  border:none;
}

.why-item.highlight strong,
.why-item.highlight p {
  color:#fff;
}

.why-item:hover {
  transform:translateY(-5px);
  box-shadow:0 10px 28px rgba(0,0,0,.06);
}

/* mobile */
@media(max-width:992px){
  .why-heli-grid {
    grid-template-columns:1fr;
  }
}

.why-trust-inner {
  background:#ffffff;
}

.trust-badge-inner {
  display:inline-block;
  padding:6px 14px;
  background:#eef8f2;
  color:#147d3a;
  border-radius:20px;
  font-size:12px;
  margin-bottom:10px;
}

.trust-heading-inner {
  font-size:28px;
  margin-bottom:10px;
}

.trust-desc-inner {
  font-size:15px;
  color:#555;
  max-width:520px;
}

/* Logos */
.trust-logos-inner {
  display:flex;
  gap:18px;
  align-items:center;
  margin:20px 0;
}

.trust-logos-inner img {
  height:34px;
  opacity:0.85;
}

/* Stats */
.trust-stats-inner {
  display:flex;
  gap:40px;
  margin-top:10px;
}

.trust-stats-inner strong {
  font-size:22px;
  display:block;
  color:#111;
}

.trust-stats-inner span {
  font-size:13px;
  color:#666;
}

/* Right box */
.trust-box-inner {
  background:#f9fafb;
  padding:28px;
  border-radius:16px;
}

.trust-box-inner h5 {
  font-size:18px;
  margin-bottom:14px;
}

.trust-box-inner ul {
  list-style:none;
  padding:0;
  margin:0 0 18px;
}

.trust-box-inner li {
  padding-left:18px;
  margin-bottom:10px;
  position:relative;
  font-size:14.5px;
}

.trust-box-inner li::before {
  content:"";
  width:6px;
  height:6px;
  background:#147d3a;
  border-radius:50%;
  position:absolute;
  left:0;
  top:9px;
}

.rating-box-inner {
  background:#ffffff;
  padding:14px;
  border-radius:10px;
  margin-bottom:16px;
  text-align:center;
}

.rating-box-inner strong {
  font-size:18px;
  display:block;
}

.rating-box-inner span {
  font-size:13px;
  color:#666;
}

.trust-btn-inner {
  display:block;
  text-align:center;
  background:#147d3a;
  color:#fff;
  padding:12px;
  border-radius:10px;
  text-decoration:none;
  font-weight:600;
}

.trust-btn-inner:hover {
  background:#0f5f2c;
}

/* Mobile */
@media(max-width:768px){
  .trust-stats-inner {
    gap:20px;
  }

  .trust-heading-inner {
    font-size:24px;
  }
}


.heli-vs-road {
  background:#ffffff;
}

.section-intro {
  font-size:15.5px;
  color:#555;
  max-width:720px;
}

/* GRID */
.compare-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  margin-top:30px;
}

/* BOX */
.compare-box {
  padding:28px;
  border-radius:18px;
  background:#f9fafb;
}

.compare-box h5 {
  font-size:20px;
  margin-bottom:16px;
}

.compare-box ul {
  list-style:none;
  padding:0;
  margin:0;
}

.compare-box li {
  font-size:14.5px;
  padding:10px 0;
  border-bottom:1px solid #eaeaea;
}

/* HELI highlight */
.compare-box.heli {
  background:#eef8f2;
  border:2px solid #147d3a;
}

.compare-box.heli h5 {
  color:#147d3a;
}

/* ROAD */
.compare-box.road h5 {
  color:#444;
}

/* PRICE */
.compare-price {
  margin-top:18px;
  font-size:22px;
  font-weight:700;
}

.compare-price span {
  font-size:13px;
  color:#666;
  display:block;
}

/* NOTE */
.compare-note {
  margin-top:40px;
  padding:16px 22px;
  background:#f5f7f9;
  border-left:4px solid #147d3a;
  font-size:14.5px;
  color:#333;
}

/* MOBILE */
@media(max-width:768px){
  .compare-grid {
    grid-template-columns:1fr;
  }
}

.heli-road-compare {
  background:#ffffff;
}

.section-intro {
  max-width:720px;
  font-size:15.5px;
  color:#555;
  margin-bottom:30px;
}

/* TABLE */
.compare-table {
  border-top:2px solid #eaeaea;
}

.compare-head {
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr;
  padding:14px 0;
  font-weight:600;
  border-bottom:2px solid #eaeaea;
}

.heli-head {
  color:#147d3a;
}

.compare-row {
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr;
  padding:16px 0;
  border-bottom:1px solid #eee;
  font-size:14.5px;
}

.compare-row .label {
  font-weight:600;
  color:#333;
}

/* Note */
.compare-note {
  margin-top:30px;
  padding:16px 22px;
  background:#f5f7f9;
  border-left:4px solid #147d3a;
  font-size:14.5px;
  color:#333;
}

/* MOBILE */
@media(max-width:768px){
  .compare-head,
  .compare-row {
    grid-template-columns:1fr;
    gap:8px;
  }

  .compare-head div:first-child {
    display:none;
  }
}


.chardham-story {
  background:#ffffff;
}

.story-wrap {
  display:grid;
  grid-template-columns:1.3fr 1fr;
  gap:60px;
}

.story-left h3 {
  font-size:30px;
  margin-bottom:15px;
}

.story-lead {
  font-size:17px;
  color:#444;
  margin-bottom:18px;
}

.story-left p {
  font-size:15.5px;
  color:#555;
  line-height:1.7;
  margin-bottom:16px;
}

.story-points {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:20px;
}

.story-points span {
  background:#f3f5f7;
  padding:8px 14px;
  border-radius:20px;
  font-size:13px;
  color:#333;
}

/* Right side */
.story-right {
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.story-quote {
  font-size:22px;
  font-style:italic;
  color:#147d3a;
  margin-bottom:30px;
  line-height:1.4;
}

.story-highlight {
  padding-left:20px;
  border-left:4px solid #147d3a;
  font-size:15px;
  color:#444;
}

/* Mobile */
@media(max-width:768px){
  .story-wrap {
    grid-template-columns:1fr;
    gap:30px;
  }

  .story-left h3 {
    font-size:24px;
  }
}


.blue-theme {
  background:#ffffff;
}

.section-intro {
  max-width:720px;
  font-size:15.5px;
  color:#555;
  margin-bottom:20px;
}

/* legend */
.compare-legend {
  display:flex;
  gap:14px;
  margin-bottom:30px;
}

.heli-tag {
  background:#eaf2ff;
  color:#1f3b64;
  padding:6px 14px;
  border-radius:20px;
  font-size:13px;
}

.road-tag {
  background:#fff1e6;
  color:#c35600;
  padding:6px 14px;
  border-radius:20px;
  font-size:13px;
}

/* rows */
.compare-item {
  display:grid;
  grid-template-columns:1.3fr 1fr 1fr;
  gap:24px;
  padding:22px 0;
  border-bottom:1px solid #e5e9f0;
}

.compare-label {
  font-weight:600;
  color:#1f3b64;
}

/* columns */
.compare-heli {
  color:#1f3b64;
  font-size:14.5px;
}

.compare-road {
  color:#555;
  font-size:14.5px;
}

/* mini tags */
.mini-tag {
  display:inline-block;
  font-size:11px;
  padding:3px 8px;
  border-radius:10px;
  margin-bottom:6px;
}

.mini-tag.heli {
  background:#eaf2ff;
  color:#1f3b64;
}

.mini-tag.road {
  background:#fff1e6;
  color:#c35600;
}

/* mobile */
@media(max-width:768px){
  .compare-item {
    grid-template-columns:1fr;
    gap:10px;
  }
}

.top-h2{
  font-size: 26px;
}

    .cancellation-policy {
  padding: 45px 0;
  background: #ffffff;
}

.policy-heading {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
}

.policy-intro {
  font-size: 14.5px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 20px;
  max-width: 900px;
}

.policy-points {
  padding-left: 18px;
  margin: 0;
}

.policy-points li {
  font-size: 14.5px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 16px;
}

.policy-points li strong {
  color: #000;
}

.policy-note {
  margin-top: 22px;
  padding: 14px 18px;
  background: #fff7ea;
  border-left: 4px solid #ff9800;
  font-size: 14px;
  color: #444;
}

/* Mobile */
@media (max-width: 576px) {
  .policy-heading {
    font-size: 22px;
  }
}

   .tour-guidelines {
  padding: 50px 0;
  background: #ffffff;
}

.tour-guidelines .main-heading {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
}

.guideline-block {
  margin-bottom: 26px;
}

.guideline-block h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #222;
}

.guideline-block ul {
  padding-left: 18px;
  margin: 0;
}

.guideline-block ul li {
  font-size: 13.5px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 6px;
}

/* Mobile */
@media (max-width: 576px) {
  .tour-guidelines .main-heading {
    font-size: 22px;
  }

  .guideline-block h3 {
    font-size: 16px;
  }
}

/* JS sticky classes */
.is-fixed {
  position: fixed;
  top: 90px;
  width: 480px;
}

.is-bottom {
  position: absolute;
  bottom: 0;
  top: auto;
}

  .travel-expert-section {
  padding: 80px 0;
  background: #fff7e3;
}

 
.section-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 50px;
}

.expert-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 22px;
     border: 1px solid #eee;
}

.expert-left {
  display: flex;
  gap: 25px;
  align-items: flex-start;
}

.expert-image img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #0057ff20;
}

.expert-content h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 6px;
}

.expert-role {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #0057ff;
  margin-bottom: 14px;
}

.expert-desc {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 20px;
}

.expert-btn {
  display: inline-block;
  
 color: #0057ff;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.expert-btn:hover {
  background: #003ecb;
  transform: translateY(-2px);
}

/* Slider */
.dham-slider-wrap img {
  width: 100%;
  border-radius: 14px;
}

/* Mobile */
@media (max-width: 768px) {
  .expert-left {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .expert-image img {
    width: 120px;
    height: 120px;
  }

  .section-title {
    font-size: 28px;
  }
}


.experts-dham-section {
  background: linear-gradient(180deg, #fff8f4, #f8fafc);
}
 

.experts-dham-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* LEFT */
.experts-wrapper {
  text-align: center;
  position: relative;
}

.experts-image-wrap {
  width: 240px;
  height: 240px;
  margin: 0 auto -120px;
  background: #fff6e5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.experts-image-wrap::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border: 2px solid #fff;
  border-radius: 50%;
  top: -20px;
  left: -20px;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.experts-image-wrap img {
  width: 85%;
  border-radius: 50%;
}

/* CARD */
.experts-card {
  background: #fff8eb;
  border: 3px solid #0a3d78;
  border-radius: 16px;
  padding: 130px 30px 25px;
}

.experts-card h2 {
  font-size: 22px;
  font-weight: 800;
  color: #0a3d78;
  margin-bottom: 25px;
}

.experts-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 30px;
  text-align: left;
}

.experts-points ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.experts-points li {
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 18px;
  position: relative;
}

.experts-points li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #0a3d78;
  font-size: 20px;
}

.experts-btn {
  display: inline-block;
  margin-top: 25px;
  background: #18a558;
  color: #fff;
  padding: 12px 28px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
}

.brand-text {
  margin-top: 15px;
  font-size: 12px;
  letter-spacing: 2px;
}

.brand-text span {
  color: red;
}

/* RIGHT SLIDER */
.dham-slider-wrap {
  max-width: 420px;
}

.dhamSwiper {
  border-radius: 18px;
  overflow: hidden;
}

.dhamSwiper .swiper-slide {
  position: relative;
  height: 260px;
}

.dhamSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dhamSwiper span {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0,0,0,0.65);
  color: #fff;
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 600;
}

/* PAGINATION */
.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.7;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .experts-dham-grid {
    grid-template-columns: 1fr;
  }

  .experts-points {
    grid-template-columns: 1fr;
  }

  .dhamSwiper .swiper-slide {
    height: 300px;
  }
}
