local-taxi-intro/* ================================
   LOCAL TAXI INTRO – MANALI
================================ */

.local-taxi-intro {
  padding: 30px 0;
  background: #f9f9f9;
}

.local-taxi-intro .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Section Header */
.local-taxi-intro .section-header {
  text-align: center;
  margin-bottom: 40px;
}

.local-taxi-intro .section-header h2 {
  font-size: 2.5rem;
  color: #1a1a1a;
  margin-bottom: 15px;
  font-weight: 700;
}

.local-taxi-intro .section-header p {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}

/* WHY CHOOSE US GRID */
.why-choose-us {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

/* Feature Card */
.feature-card {
  flex: 1 1 300px;
  background: #ffffff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

.feature-card h3 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #111;
  font-weight: 600;
}

.feature-card p {
  color: #555;
  line-height: 1.6;
  font-size: 15px;
}

/* ================================
   MOBILE RESPONSIVE
================================ */

@media (max-width: 768px) {

  .local-taxi-intro {
    padding: 20px 0;
  }

  .local-taxi-intro .section-header h2 {
    font-size: 1.9rem;
  }

  .local-taxi-intro .section-header p {
    font-size: 1rem;
  }

  .feature-card {
    padding: 20px;
  }

  .feature-card h3 {
    font-size: 1.1rem;
  }
}

.about-section {
  padding: 70px 0;
  background: #f9fafb;
}

.about-container {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: center;
}

/* LEFT */
.about-left .section-badge {
  display: inline-block;
  background: #fff3cd;
  color: #8a6d00;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 15px;
}

.about-left h2 {
  font-size: 34px;
  line-height: 1.3;
  margin-bottom: 18px;
}

.about-intro {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 22px;
}

/* CHECK LIST */
.check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

.check-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  color: #2e7d32;
  font-weight: bold;
}

/* LOCATION TEXT */
.local-signal {
  font-size: 15px;
  color: #333;
  margin-bottom: 25px;
}

/* CTA */
.about-actions .btn {
  padding: 14px 28px;
  font-size: 16px;
}

/* RIGHT IMAGE */
.about-right img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .about-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .check-list li {
    padding-left: 0;
  }

  .check-list li::before {
    display: none;
  }

  .about-actions {
    display: flex;
    justify-content: center;
  }
}
/* Header */
.manali {
  height: 60vh;
  background-size: cover;
  background-position: center;
}

@media (max-width: 768px) {
  .manali {
    height: 45vh;
  }
}
.manali {
  height: 60vh;        /* change from 85vh → 50–65vh */
  min-height: 400px;  /* optional: prevents too small height */
}
.manali {
  background-size: contain;   /* shows full image */
  background-repeat: no-repeat;
  background-position: center;
}
.manali-hero {
  height: 55vh;
}
/* local taxi page hero image */
.manali-hero {
  background-image:
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,-0.5)),
    url('../images/spiti-ban.webp');
}