/* ===============================
   TRANSPARENT TAXI RATES for Spiti
   =============================== */

.transparent-rate {
  padding: 25px 0;
  background: #f9fafb;
}

/* HEADER */
.rate-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
}

.rate-header h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111827;
}

.rate-header p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

/* GRID */
.rate-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
}

/* CARD */
.rate-card {
  background: #ffffff;
  padding: 30px 25px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.rate-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.1);
}

/* ICON */
.card-icon {
  font-size: 40px;
  display: inline-block;
  margin-bottom: 15px;
}

/* TEXT */
.rate-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1f2937;
}

.rate-card p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}

/* FOOTER NOTE */
.rate-footer {
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
  color: #333;
}


.card-icon {
  font-size: 40px;
  display: inline-block;
  margin-bottom: 15px;
}

.pricing-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.pricing-card p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}

.pricing-footer {
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
  color: #333;
}

.right-choose-spiti {
  padding: 30px 0;
  background: #ffffff;
}

.right-header {
  max-width: 850px;
  margin: 0 auto 50px;
  text-align: center;
}

.right-header h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.right-header p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

.right-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
}

.right-card {
  background: #f9fafb;
  padding: 30px 25px;
  border-radius: 16px;
  transition: all 0.3s ease;
}

.right-card:hover {
  background: #ffffff;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  transform: translateY(-5px);
}

.right-icon {
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.right-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.right-card p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}

.right-footer {
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.right-card:hover .right-icon {
  transform: scale(1.05);
  background: #f3f4f6;
}

/* =========================
   MOBILE – WHY CHOOSE SPITI
   ========================= */

@media (max-width: 768px) {

  .why-choose-spiti {
    padding: 40px 0;
  }

  .why-header {
    padding: 0 16px;
    margin-bottom: 26px;
    text-align: center;
  }

  .why-header h2 {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 12px;
  }

  .why-header p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
  }

  .why-grid {
    grid-template-columns: 1fr; /* single column */
    gap: 16px;
    padding: 0 16px;
  }

  .why-card {
    padding: 20px 18px;
    border-radius: 14px;
    text-align: center;
  }

  .why-icon {
    font-size: 2rem;
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .why-card h3 {
    font-size: 1.05rem;
    margin-bottom: 8px;
  }

  .why-card p {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .why-footer {
    padding: 0 16px;
    margin-top: 24px;
    text-align: center;
  }

  .why-footer p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #444;
  }

}

@media (max-width: 480px) {

  .why-header h2 {
    font-size: 1.45rem;
  }

  .why-card {
    padding: 18px 16px;
  }

  .why-icon {
    font-size: 1.9rem;
  }
}
/* ===============================
   SPITI VALLEY CABS – MODERN UI
   =============================== */

.spiti-cabs {
  padding: 30px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
}

/* HEADER */
.cabs-header {
  max-width: 880px;
  margin: 0 auto 50px;
  text-align: center;
}

.cabs-header h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 14px;
}

.cabs-header p {
  font-size: 1.02rem;
  line-height: 1.75;
  color: #475569;
}

/* GRID */
.cabs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* CARD */
.cab-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 30px 26px;
  text-align: center;
  border: 1px solid #e5e7eb;
  transition: all 0.35s ease;
}

.cab-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
  border-color: #ff4d00;
}

/* ICON */
.cab-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  background: linear-gradient(135deg, #ff4d00, #ff7a18);
  color: #ffffff;
  border-radius: 50%;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* FEATURED CARD */
.cab-card.featured {
  border: 2px solid #ff4d00;
  background: linear-gradient(180deg, #fff7f3, #ffffff);
}

.cab-card.featured .cab-icon {
  background: linear-gradient(135deg, #0f172a, #1e293b);
}

/* TEXT */
.cab-card h3 {
  font-size: 1.18rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 10px;
}

.cab-card p {
  font-size: 0.96rem;
  line-height: 1.65;
  color: #4b5563;
}

/* TRUST NOTE */
.cabs-note {
  max-width: 880px;
  margin: 50px auto 0;
  text-align: center;
  padding: 18px 24px;
  background: #ffffff;
  border-radius: 14px;
  border-left: 4px solid #ff4d00;
}

.cabs-note p {
  font-size: 0.95rem;
  color: #334155;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .cabs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .spiti-cabs {
    padding: 50px 0;
  }

  .cabs-header h2 {
    font-size: 1.65rem;
  }

  .cabs-grid {
    grid-template-columns: 1fr;
    padding: 0 16px;
  }
}
HEADER
.valley {
  height: 60vh;
  background-size: cover;
  background-position: center;
}

@media (max-width: 768px) {
  .valley {
    height: 45vh;
  }
}
.valley {
  height: 60vh;        /* change from 85vh → 50–65vh */
  min-height: 400px;  /* optional: prevents too small height */
}
.valley {
  background-size: contain;   /* shows full image */
  background-repeat: no-repeat;
  background-position: center;
}
.valley-hero {
  height: 55vh;
}
/* Spiti page hero image */
.valley-hero {
  background-image:
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,-0.5)),
    url('../images/spiti-ban.webp');
}

HEADER
.traveller {
  height: 60vh;
  background-size: cover;
  background-position: center;
}

@media (max-width: 768px) {
  .traveller {
    height: 45vh;
  }
}
.traveller {
  height: 60vh;        /* change from 85vh → 50–65vh */
  min-height: 400px;  /* optional: prevents too small height */
}
.traveller {
  background-size: contain;   /* shows full image */
  background-repeat: no-repeat;
  background-position: center;
}
.traveller-hero {
  height: 55vh;
}
/* Tempo Traveller page hero image */
.traveller-hero {
  background-image:
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,-0.5)),
    url('../images/tempo-traveller-manali.webp');
}
/* NOT AN AGENT – PREMIUM TRUST SECTION */
.not-agent-pro {
  padding: 80px 0;
  background: linear-gradient(180deg, #f8fafc, #ffffff);
}

/* GRID */
.not-agent-grid {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 45px;
  align-items: center;
}

/* LEFT CONTENT */
.not-agent-text h2 {
  font-size: 32px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 18px;
  line-height: 1.3;
}

.trust-label {
  display: inline-block;
  background: #e0f2fe;
  color: #0369a1;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 14px;
}

.not-agent-text .lead {
  font-size: 16px;
  line-height: 1.7;
  color: #334155;
  margin-bottom: 20px;
}

.trust-points {
  list-style: none;
  padding: 0;
  margin: 0;
}

.trust-points li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #1e293b;
}

.trust-points li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #16a34a;
  font-weight: 700;
}

/* RIGHT TRUST CARD */
.trust-card {
  background: linear-gradient(135deg, #ecfeff, #f0fdf4);
  border-radius: 22px;
  padding: 36px 32px;
  border: 1px solid #86efac;
  box-shadow: 0 18px 45px rgba(34,197,94,0.18);
  text-align: center;
}

.trust-badge {
  display: inline-block;
  background: #16a34a;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 14px;
}

.trust-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #064e3b;
  margin-bottom: 20px;
}

/* TRUST STATS */
.trust-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.trust-stats div {
  background: #ffffff;
  border-radius: 12px;
  padding: 12px 8px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}

.trust-stats strong {
  display: block;
  font-size: 18px;
  color: #14532d;
}

.trust-stats span {
  font-size: 13px;
  color: #166534;
}

/* ✅ MOBILE OPTIMIZATION */
@media (max-width: 900px) {
  .not-agent-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .not-agent-pro {
    padding: 55px 0;
  }

  .not-agent-text h2 {
    font-size: 26px;
  }

  .trust-card {
    padding: 30px 24px;
  }

  .trust-stats {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .trust-stats {
    grid-template-columns: 1fr;
  }

  .not-agent-text .lead {
    font-size: 15px;
  }
}


/* ==============================
   ONE-WAY & ROUND-TRIP TAXI OPTIONS
   PREMIUM STYLE
================================ */

.trip-options {
  padding: 90px 0;
  background:
    radial-gradient(circle at top, #eef2f7, #ffffff 70%);
  position: relative;
}

/* HEADER */
.trip-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px;
}

.trip-header h2 {
  font-size: 38px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 14px;
  letter-spacing: -0.5px;
}

.trip-header p {
  font-size: 17px;
  color: #475569;
  line-height: 1.7;
}

/* GRID */
.trip-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
  margin-bottom: 60px;
}

/* CARD */
.trip-card {
  background: linear-gradient(180deg, #ffffff, #f9fafb);
  border-radius: 20px;
  padding: 36px 30px;
  position: relative;
  box-shadow:
    0 10px 25px rgba(15, 23, 42, 0.08),
    inset 0 0 0 1px rgba(15, 23, 42, 0.04);
  transition: all 0.35s ease;
}

.trip-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(34, 197, 94, 0.12),
    transparent
  );
  opacity: 0;
  transition: opacity 0.35s ease;
}

.trip-card:hover::before {
  opacity: 1;
}

.trip-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 25px 50px rgba(15, 23, 42, 0.15),
    inset 0 0 0 1px rgba(34, 197, 94, 0.35);
}

/* ICON */
.trip-icon {
  font-size: 40px;
  margin-bottom: 18px;
  display: inline-block;
  filter: drop-shadow(0 4px 6px rgba(0,0,0,0.15));
}

/* TITLE */
.trip-card h3 {
  font-size: 21px;
  font-weight: 700;
  color: #020617;
  margin-bottom: 12px;
}

/* TEXT */
.trip-card p {
  font-size: 15.5px;
  color: #475569;
  line-height: 1.65;
}

/* CTA BOX */
.trip-cta {
  background: linear-gradient(135deg, #020617, #0f172a);
  border-radius: 22px;
  padding: 45px 40px;
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
  box-shadow: 0 30px 60px rgba(0,0,0,0.25);
}

.trip-cta p {
  font-size: 17px;
  color: #e5e7eb;
  line-height: 1.7;
  margin-bottom: 24px;
}

/* CTA BUTTON */
.trip-cta .btn.primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #ffffff;
  padding: 16px 34px;
  border-radius: 60px;
  font-size: 16.5px;
  font-weight: 700;
  text-decoration: none;
  box-shadow:
    0 12px 25px rgba(34, 197, 94, 0.45);
  transition: all 0.35s ease;
}

.trip-cta .btn.primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow:
    0 20px 40px rgba(34, 197, 94, 0.6);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .trip-options {
    padding: 70px 0;
  }

  .trip-header h2 {
    font-size: 30px;
  }

  .trip-header p {
    font-size: 16px;
  }

  .trip-card {
    padding: 30px 24px;
  }

  .trip-cta {
    padding: 35px 25px;
  }
}
.trip-icon {
  font-size: 40px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(34, 197, 94, 0.4);
}

.adventure-taxi-pro {
  background: linear-gradient(180deg, #f2f9ff, #ffffff);
  padding: 70px 0;
}

.adventure-pro-header {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 45px;
}

.pro-badge {
  display: inline-block;
  background: rgba(0,123,255,0.1);
  color: #007bff;
  padding: 7px 18px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 14px;
}

.adventure-pro-header h2 {
  font-size: 30px;
  margin-bottom: 14px;
  line-height: 1.3;
}

.adventure-pro-header p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

.adventure-pro-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.adventure-pro-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 28px 22px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
}

.adventure-pro-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}

.pro-icon {
  font-size: 36px;
  margin-bottom: 14px;
}

.adventure-pro-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.adventure-pro-card p {
  font-size: 14.5px;
  color: #555;
  line-height: 1.6;
}

.adventure-pro-footer {
  margin-top: 40px;
  text-align: center;
}

.adventure-pro-footer p {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .adventure-pro-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .adventure-pro-grid {
    grid-template-columns: 1fr;
  }
}

