/* ===============================
   TRANSPARENT PRICING & WHY US
================================= */

.pricing-why-section {
  padding: 30px 20px;
  background: #ffffff;
  font-family: 'Inter', sans-serif;
}

.pricing-why-section .container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

/* COMMON BOX */
.pricing-box,
.why-choose-box {
  background: #f8fafc;
  border-radius: 20px;
  padding: 40px 35px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

/* HEADINGS */
.pricing-box h2,
.why-choose-box h2 {
  font-size: 26px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 18px;
}

/* INTRO TEXT */
.pricing-intro {
  font-size: 16px;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 28px;
}

/* PRICING POINTS */
.pricing-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 24px;
}

.pricing-item {
  background: #ffffff;
  padding: 18px 15px;
  border-radius: 14px;
  text-align: center;
  border: 1px solid #e5e7eb;
}

.pricing-icon {
  font-size: 26px;
  display: block;
  margin-bottom: 8px;
}

.pricing-item p {
  font-size: 14.5px;
  color: #0f172a;
  font-weight: 500;
}

/* NOTE */
.pricing-note {
  font-size: 15px;
  line-height: 1.6;
  color: #334155;
}

/* WHY LIST */
.why-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 22px;
}

.why-list li {
  font-size: 15.5px;
  color: #0f172a;
  font-weight: 500;
  margin-bottom: 12px;
}

/* SERVICE SUITABLE */
.service-suitable {
  font-size: 15.5px;
  line-height: 1.7;
  color: #475569;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .pricing-why-section .container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .pricing-why-section {
    padding: 60px 15px;
  }

  .pricing-box,
  .why-choose-box {
    padding: 30px 22px;
  }

  .pricing-points {
    grid-template-columns: 1fr;
  }

  .pricing-box h2,
  .why-choose-box h2 {
    font-size: 22px;
  }
}
.pricing-trust {
  padding: 30px 20px;
  background: linear-gradient(180deg, #f8fafc, #ffffff);
  font-family: 'Inter', sans-serif;
}

/* HEADER */
.pricing-trust-header {
  max-width: 900px;
  margin: 0 auto 60px;
  text-align: center;
}

.trust-badge {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  background: linear-gradient(135deg, #16a34a, #22c55e);
  border-radius: 30px;
}

.pricing-trust-header h2 {
  font-size: 30px;
  font-weight: 800;
  color: #020617;
  margin-bottom: 14px;
}

.pricing-trust-header p {
  font-size: 16px;
  line-height: 1.75;
  color: #475569;
}

/* GRID */
.pricing-trust-grid {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
}

/* LEFT CARD */
.pricing-factor-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 40px 35px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 15px 40px rgba(0,0,0,0.07);
}

.pricing-factor-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 30px;
}

.factor {
  display: flex;
  gap: 18px;
  margin-bottom: 24px;
}

.factor:last-child {
  margin-bottom: 0;
}

.factor-icon {
  font-size: 28px;
  line-height: 1;
}

.factor strong {
  font-size: 16px;
  color: #020617;
}

.factor p {
  font-size: 14.5px;
  color: #475569;
  margin-top: 4px;
  line-height: 1.6;
}

/* RIGHT CARD */
.pricing-guarantee-card {
  background: linear-gradient(135deg, #ecfeff, #f0fdf4);
  border-radius: 22px;
  padding: 45px 35px;
  border: 1px solid #86efac;
  text-align: center;
  box-shadow: 0 18px 45px rgba(34,197,94,0.18);
}

.guarantee-icon {
  font-size: 46px;
  margin-bottom: 14px;
}

.pricing-guarantee-card h3 {
  font-size: 22px;
  font-weight: 800;
  color: #065f46;
  margin-bottom: 14px;
}

.pricing-guarantee-card p {
  font-size: 15.5px;
  line-height: 1.75;
  color: #064e3b;
  margin-bottom: 12px;
}

.highlight-text {
  font-weight: 700;
  color: #14532d;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .pricing-trust-grid {
    grid-template-columns: 1fr;
  }

  .pricing-trust-header h2 {
    font-size: 26px;
  }
}
.travel-info-section {
  padding: 30px 20px;
  background: linear-gradient(180deg, #f8fafc, #ffffff);
  font-family: 'Inter', sans-serif;
}

.travel-info-card {
  max-width: 1100px;
  margin: auto;
  background: #ffffff;
  border-radius: 28px;
  padding: 50px 40px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}

/* HEADER */
.travel-info-header {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 45px;
}

.route-badge {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 18px;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  background: linear-gradient(135deg, #0ea5e9, #2563eb);
  border-radius: 30px;
}

.travel-info-header h2 {
  font-size: 30px;
  font-weight: 800;
  color: #020617;
  margin-bottom: 14px;
}

.travel-info-header p {
  font-size: 16px;
  color: #475569;
  line-height: 1.7;
}

/* GRID */
.travel-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.travel-info-box {
  background: #f9fafb;
  border-radius: 20px;
  padding: 34px 26px;
  text-align: center;
  border: 1px solid #e5e7eb;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.travel-info-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.1);
}

.info-icon {
  font-size: 40px;
  margin-bottom: 12px;
  display: block;
}

.travel-info-box h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
}

.travel-info-box p {
  font-size: 15px;
  color: #475569;
  line-height: 1.6;
}

/* NOTE */
.travel-info-note {
  margin-top: 40px;
  padding: 20px 26px;
  background: #f1f5f9;
  border-left: 4px solid #2563eb;
  border-radius: 12px;
}

.travel-info-note p {
  font-size: 14.5px;
  color: #334155;
  line-height: 1.6;
}

/* MOBILE */
@media (max-width: 900px) {
  .travel-info-grid {
    grid-template-columns: 1fr;
  }

  .travel-info-header h2 {
    font-size: 26px;
  }

  .travel-info-card {
    padding: 40px 24px;
  }
}
/* GRID */
.manali-tempo-grid {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
}

/* LEFT CARD */
.manali-tempo-factor-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 40px 35px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 15px 40px rgba(0,0,0,0.07);
}

.manali-tempo-factor-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 30px;
}

.factor {
  display: flex;
  gap: 18px;
  margin-bottom: 24px;
}

.factor:last-child {
  margin-bottom: 0;
}

.factor-icon {
  font-size: 28px;
  line-height: 1;
}

.factor strong {
  font-size: 16px;
  color: #020617;
}

.factor p {
  font-size: 14.5px;
  color: #475569;
  margin-top: 4px;
  line-height: 1.6;
}

/* RIGHT CARD */
.manali-tempo-guarantee-card {
  background: linear-gradient(135deg, #ecfeff, #f0fdf4);
  border-radius: 22px;
  padding: 45px 35px;
  border: 1px solid #86efac;
  text-align: center;
  box-shadow: 0 18px 45px rgba(34,197,94,0.18);
}

.guarantee-icon {
  font-size: 46px;
  margin-bottom: 14px;
}

.manali-tempo-guarantee-card h3 {
  font-size: 22px;
  font-weight: 800;
  color: #065f46;
  margin-bottom: 14px;
}

.manali-tempo-guarantee-card p {
  font-size: 15.5px;
  line-height: 1.75;
  color: #064e3b;
  margin-bottom: 12px;
}

.highlight-text {
  font-weight: 700;
  color: #14532d;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .manali-tempo-grid {
    grid-template-columns: 1fr;
  }

  .manali-tempo-header h2 {
    font-size: 26px;
  }
}
/* OWN CABS – PREMIUM STYLE */
.own-cabs-premium {
  padding: 70px 20px;
  background: linear-gradient(180deg, #f8fbff, #eef6ff);
  font-family: 'Poppins', sans-serif;
}

/* HEADER */
.own-cabs-head {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px;
}

.section-badge {
  display: inline-block;
  background: #e0f2fe;
  color: #0369a1;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 30px;
  margin-bottom: 14px;
}

.own-cabs-head h2 {
  font-size: 34px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 14px;
}

.own-cabs-head p {
  font-size: 16.5px;
  color: #475569;
  line-height: 1.7;
}

/* CAB GRID */
.cab-options-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
  margin-bottom: 45px;
}

/* CAB CARD */
.cab-option {
  background: #ffffff;
  border-radius: 22px;
  padding: 34px 26px;
  text-align: center;
  border: 1px solid #e5e7eb;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.cab-option:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 45px rgba(0,0,0,0.15);
}

.cab-icon {
  font-size: 46px;
  margin-bottom: 16px;
}

.cab-option h3 {
  font-size: 22px;
  font-weight: 700;
  color: #020617;
  margin-bottom: 10px;
}

.cab-option p {
  font-size: 15.5px;
  color: #475569;
  line-height: 1.6;
}

/* FEATURED CARD */
.cab-option.featured {
  border: 2px solid #22c55e;
  background: linear-gradient(145deg, #f0fdf4, #ecfeff);
}

/* TRUST BOX */
.cab-trust-box {
  max-width: 760px;
  margin: auto;
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 34px;
  border-left: 6px solid #22c55e;
  box-shadow: 0 15px 40px rgba(0,0,0,0.07);
}

.cab-trust-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cab-trust-box li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 14px;
  font-size: 16px;
  color: #064e3b;
  line-height: 1.6;
}

.cab-trust-box li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  color: #16a34a;
  font-size: 18px;
  font-weight: bold;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .own-cabs-head h2 {
    font-size: 26px;
  }

  .cab-option {
    padding: 28px 20px;
  }
}
/* OWN CABS SECTION */
.own-cabs-section {
  padding: 60px 20px;
  background: linear-gradient(135deg, #f0f8ff, #e0f7ff);
  font-family: 'Poppins', sans-serif;
}

.own-cabs-section .own-cabs-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px;
}

.own-cabs-section h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #0a3d62;
  margin-bottom: 15px;
}

.own-cabs-section p {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}

/* CAB TYPES GRID */
.own-cabs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-bottom: 40px;
}

.cab-card {
  background: linear-gradient(145deg, #ffffff, #f1f9ff);
  border-radius: 18px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
}

.cab-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.15);
  background: linear-gradient(145deg, #d0efff, #e8f7ff);
}

.cab-card .cab-icon {
  font-size: 3rem;
  margin-bottom: 15px;
  display: inline-block;
  transition: transform 0.3s ease;
}

.cab-card:hover .cab-icon {
  transform: scale(1.2) rotate(10deg);
}

.cab-card h3 {
  font-size: 1.35rem;
  color: #0a3d62;
  margin-bottom: 10px;
  font-weight: 600;
}

.cab-card p {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}

/* CAB FEATURES LIST */
.cab-features {
  max-width: 700px;
  margin: 0 auto;
  padding-top: 20px;
  border-top: 2px solid #d0f0ff;
}

.cab-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cab-features ul li {
  font-size: 1rem;
  line-height: 1.8;
  padding-left: 24px;
  position: relative;
  margin-bottom: 10px;
  color: #065f46;
}

.cab-features ul li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #16a34a;
  font-weight: bold;
}

/* Highlight specific card if needed */
.cab-card.highlight {
  border: 2px solid #16a34a;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
  .own-cabs-section {
    padding: 40px 15px;
  }
  .own-cabs-section h2 {
    font-size: 1.7rem;
  }
  .cab-card h3 {
    font-size: 1.25rem;
  }
  .cab-card p {
    font-size: 0.95rem;
  }
}
/* FLEXIBLE TRANSFER SECTION */
.flexible-transfer {
  padding: 70px 20px;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}

/* HEADER */
.flexible-head {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 45px;
}

.flexible-head h2 {
  font-size: 34px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 14px;
}

.flexible-head p {
  font-size: 16.5px;
  color: #475569;
  line-height: 1.7;
}

/* GRID */
.transfer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
  margin-bottom: 40px;
}

/* CARD */
.transfer-card {
  background: linear-gradient(145deg, #f8fbff, #eef6ff);
  border-radius: 20px;
  padding: 32px 26px;
  text-align: center;
  border: 1px solid #e5e7eb;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.transfer-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 45px rgba(0,0,0,0.15);
}

.transfer-icon {
  font-size: 42px;
  display: inline-block;
  margin-bottom: 16px;
}

.transfer-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #020617;
  margin-bottom: 10px;
}

.transfer-card p {
  font-size: 15.5px;
  color: #475569;
  line-height: 1.6;
}

/* NOTE */
.transfer-note {
  max-width: 760px;
  margin: auto;
  background: #f0fdf4;
  border-left: 6px solid #22c55e;
  border-radius: 18px;
  padding: 26px 30px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(34,197,94,0.18);
}

.transfer-note p {
  font-size: 16px;
  font-weight: 600;
  color: #065f46;
  line-height: 1.7;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .flexible-head h2 {
    font-size: 26px;
  }

  .transfer-card {
    padding: 26px 20px;
  }
}
/* JOURNEY CONFIDENCE SECTION */
.journey-confidence {
  padding: 90px 20px;
  background: #0f172a;
  color: #e5e7eb;
  font-family: 'Poppins', sans-serif;
}

/* HEADER */
.journey-header {
  max-width: 900px;
  margin: 0 auto 60px;
  text-align: center;
}

.journey-tag {
  display: inline-block;
  background: #22c55e;
  color: #052e16;
  font-weight: 700;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.journey-header h2 {
  font-size: 38px;
  font-weight: 800;
  color: #f8fafc;
  margin-bottom: 14px;
}

.journey-header p {
  font-size: 17px;
  color: #cbd5f5;
}

/* GRID */
.journey-grid {
  max-width: 1150px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
}

/* STEPS */
.journey-steps {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.step-card {
  display: flex;
  gap: 18px;
  background: #020617;
  padding: 24px 26px;
  border-radius: 18px;
  border-left: 4px solid #22c55e;
}

.step-icon {
  font-size: 30px;
  line-height: 1;
}

.step-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #f8fafc;
  margin-bottom: 6px;
}

.step-card p {
  font-size: 15px;
  color: #cbd5e1;
  line-height: 1.65;
}

/* TRUST PANEL */
.journey-trust {
  background: linear-gradient(135deg, #f0fdf4, #dcfce7);
  color: #052e16;
  border-radius: 26px;
  padding: 45px 38px;
  box-shadow: 0 25px 60px rgba(34,197,94,0.35);
}

.journey-trust h3 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 22px;
}

/* METRICS */
.trust-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 22px;
}

.metric {
  background: #ffffff;
  border-radius: 14px;
  padding: 14px 10px;
  text-align: center;
}

.metric strong {
  display: block;
  font-size: 20px;
  color: #14532d;
}

.metric span {
  font-size: 13px;
  font-weight: 600;
  color: #166534;
}

/* NOTE */
.trust-note {
  font-size: 15.5px;
  line-height: 1.7;
  margin-bottom: 26px;
}

/* CTA */
.journey-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .journey-grid {
    grid-template-columns: 1fr;
  }

  .journey-header h2 {
    font-size: 28px;
  }

  .journey-confidence {
    padding: 70px 18px;
  }
}
.group-travel-section {
  padding: 80px 20px;
  background: #f8fafc;
  font-family: 'Poppins', sans-serif;
}

/* SIMPLE INTRO TEXT */
.group-intro-text {
  max-width: 900px;
  margin: 0 auto 50px;
  text-align: center;
}

.group-intro-text p {
  font-size: 17px;
  color: #334155;
  line-height: 1.8;
}

/* GRID */
.group-usage-grid {
  max-width: 1150px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

/* CARD */
.usage-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 30px 26px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
  text-align: center;
}

.usage-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 60px rgba(0,0,0,0.14);
}

.usage-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  font-size: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e0f2fe, #f0f9ff);
  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.usage-card:hover .usage-icon {
  transform: scale(1.12);
}

.usage-card h3 {
  font-size: 19px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
}

.usage-card p {
  font-size: 15.5px;
  color: #475569;
  line-height: 1.7;
}

/* EXPERIENCE BOX */
.group-experience-box {
  max-width: 950px;
  margin: 70px auto 0;
  background: linear-gradient(135deg, #ecfeff, #f0f9ff);
  border-radius: 26px;
  padding: 40px 36px;
  box-shadow: 0 22px 55px rgba(14,165,233,0.25);
}

.group-experience-box h3 {
  font-size: 24px;
  font-weight: 800;
  color: #075985;
  margin-bottom: 18px;
}

.group-experience-box ul {
  list-style: none;
  padding: 0;
  margin-bottom: 18px;
}

.group-experience-box li {
  font-size: 16px;
  color: #0c4a6e;
  margin-bottom: 8px;
  font-weight: 600;
}

.group-experience-box p {
  font-size: 15.5px;
  color: #075985;
  line-height: 1.75;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .group-travel-section {
    padding: 65px 16px;
  }
}
/* LOCAL SEO TEXT SECTION */
.local-seo {
  background: #f8f9fb;
  padding: 30px 20px;
  margin-top: 40px;
  border-radius: 10px;
}

.local-seo p {
  max-width: 900px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  text-align: center;
}

.local-seo strong {
  color: #e63946;
  font-weight: 600;
}

/* MOBILE OPTIMIZATION */
@media (max-width: 768px) {
  .local-seo {
    padding: 25px 15px;
  }

  .local-seo p {
    font-size: 15px;
    line-height: 1.7;
  }
}
/* WHY CHOOSE US SECTION */
.why-us-section {
  background-color: #f9f9f9; /* Soft, readable background */
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
  color: #333;
  line-height: 1.7;
}

.why-us-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.why-us-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
  text-align: center;
}

.why-us-section .section-intro {
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto 30px auto;
  text-align: center;
}

.why-us-section .benefits-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.why-us-section .benefits-list li {
  background-color: #fff;
  padding: 20px 25px;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-us-section .benefits-list li::before {
  content: "✔";
  color: #ff6600; /* Highlight color */
  font-weight: bold;
  margin-right: 10px;
}

.why-us-section .benefits-list li:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.12);
}

.why-us-section .cta-text {
  text-align: center;
  font-size: 1.15rem;
  font-weight: 500;
  color: #1a1a1a;
}

@media (max-width: 768px) {
  .why-us-section .section-title {
    font-size: 2rem;
  }

  .why-us-section .section-intro {
    font-size: 1rem;
  }

  .why-us-section .benefits-list {
    grid-template-columns: 1fr;
  }
}
/* WHY CHOOSE OUR TAXI SERVICE */
.choose-taxi-section {
  background-color: #fdf7f0; /* soft, premium background */
  padding: 70px 20px;
  font-family: 'Poppins', sans-serif;
  color: #333;
}

.choose-taxi-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.choose-taxi-section .section-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #000000;
  text-align: center;
  margin-bottom: 60px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}

/* Features Grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.feature-card {
  background: #fff;
  border-radius: 15px;
  padding: 30px 25px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.feature-card .feature-icon {
  font-size: 3rem;
  color: #ff6600;
  margin-bottom: 15px;
}

.feature-card h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.feature-card p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .choose-taxi-section .section-title {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
}

.atal-hero {
  height: 50vh;
}
/* atal page hero image */
.atal-hero {
  background-image:
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,-0.5)),
    url('../images/atal-tunnel-taxi.jpg');
}
.atal {
  height: 60vh;
  background-size: cover;
  background-position: center;
}

@media (max-width: 768px) {
  .atal {
    height: 45vh;
  }
}
.atal {
  height: 60vh;        /* change from 85vh → 50–65vh */
  min-height: 400px;  /* optional: prevents too small height */
}
.atal {
  background-size: contain;   /* shows full image */
  background-repeat: no-repeat;
  background-position: center;
}
.atal-hero {
  height: 50vh;
}

.atal-tunnel-comfort {
  padding: 70px 0;
  background: linear-gradient(180deg, #f8fafc, #ffffff);
}

.comfort-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 40px;
}

.comfort-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
}

.comfort-header p {
  font-size: 16px;
  color: #475569;
  line-height: 1.6;
}

.comfort-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.comfort-card {
  background: #ffffff;
  padding: 28px 22px;
  border-radius: 18px;
  text-align: center;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 28px rgba(0,0,0,0.06);
  transition: all 0.35s ease;
}

.comfort-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.comfort-icon {
  font-size: 40px;
  display: inline-block;
  margin-bottom: 14px;
}

.comfort-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #020617;
  margin-bottom: 8px;
}

.comfort-card p {
  font-size: 14.5px;
  color: #475569;
  line-height: 1.65;
}

/* Highlight Card */
.comfort-card.highlight {
  background: #f0fdf4;
  border: 1px solid #86efac;
}

.comfort-card.highlight:hover {
  box-shadow: 0 22px 45px rgba(34,197,94,0.25);
}

/* Responsive */
@media (max-width: 900px) {
  .comfort-grid {
    grid-template-columns: 1fr;
  }

  .comfort-header h2 {
    font-size: 26px;
  }
}
.atal-content {
  padding: 70px 0;
  background: #ffffff;
}

.atal-content .container {
  max-width: 900px;
  margin: 0 auto;
}

/* MAIN HEADING */
.atal-content h2 {
  font-size: 30px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
}

/* SUB HEADING */
.atal-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1e293b;
  margin-top: 28px;
  margin-bottom: 10px;
}

/* PARAGRAPHS */
.atal-content p {
  font-size: 16px;
  line-height: 1.75;
  color: #475569;
  margin-bottom: 16px;
}

/* HIGHLIGHT BLOCK */
.atal-highlight {
  margin-top: 36px;
  padding: 28px 26px;
  background: linear-gradient(135deg, #f8fafc, #f0f9ff);
  border-left: 5px solid #2563eb;
  border-radius: 14px;
}

.atal-highlight h3 {
  margin-top: 0;
  color: #0f172a;
}

.atal-highlight p {
  margin-bottom: 0;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .atal-content {
    padding: 50px 0;
  }

  .atal-content h2 {
    font-size: 26px;
  }

  .atal-content h3 {
    font-size: 18px;
  }

  .atal-content p {
    font-size: 15px;
  }
}
.trusted-taxi-section {
  background: linear-gradient(180deg, #f9fbff, #ffffff);
  padding: 70px 0;
}

.trusted-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
}

.trusted-header h2 {
  font-size: 28px;
  font-weight: 700;
  color: #0b1f33;
  margin-bottom: 12px;
}

.trusted-header p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

.trusted-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 30px;
}

.trusted-card {
  background: #fff;
  border-radius: 16px;
  padding: 26px 20px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.trusted-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.trusted-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #111;
}

.trusted-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.trusted-icon {
  font-size: 34px;
  display: inline-block;
  margin-bottom: 12px;
}

.trusted-card.highlight {
  border: 2px solid #00bfff;
  background: linear-gradient(180deg, #f4fbff, #ffffff);
}

.trusted-footer {
  margin-top: 40px;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.trusted-footer p {
  font-size: 15px;
  color: #444;
  line-height: 1.8;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .trusted-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .trusted-grid {
    grid-template-columns: 1fr;
  }

  .trusted-header h2 {
    font-size: 24px;
  }
}
.ideal-travelers-section {
  padding: 80px 20px;
  background: #f5f7fb;
  color: #1e293b;
  font-family: 'Poppins', sans-serif;
}

.ideal-header {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 60px;
}

.ideal-header h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #0f172a;
}

.ideal-header p {
  font-size: 16px;
  color: #475569;
  line-height: 1.7;
}

/* Timeline List */
.ideal-timeline {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 900px;
  list-style: none;
}

/* Animated dotted line */
.ideal-timeline::before {
  content: '';
  position: absolute;
  left: 30px;
  top: 0;
  width: 4px;
  height: 100%;
  background: repeating-linear-gradient(
    to bottom,
    #22c55e,
    #22c55e 6px,
    transparent 6px,
    transparent 12px
  );
  border-radius: 2px;
  animation: moveDots 2s linear infinite;
}

@keyframes moveDots {
  0% { background-position: 0 0; }
  100% { background-position: 0 12px; }
}

.ideal-timeline li {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
  padding-left: 70px;
  transition: all 0.3s ease;
}

.timeline-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: #22c55e;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.timeline-icon:hover {
  transform: scale(1.1);
}

.timeline-content h3 {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 600;
  color: #0f172a;
}

.timeline-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #334155;
  margin: 0;
}

.ideal-footer {
  text-align: center;
  margin-top: 40px;
  font-size: 15px;
  color: #475569;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 1024px) {
  .ideal-timeline::before {
    left: 25px;
  }
  .ideal-timeline li {
    padding-left: 65px;
  }
  .timeline-icon {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
}

@media (max-width: 600px) {
  .ideal-timeline {
    padding-left: 20px;
  }
  .ideal-timeline::before {
    left: 20px;
  }
  .ideal-timeline li {
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 40px;
  }
  .timeline-icon {
    position: relative;
    margin-bottom: 10px;
  }
}

.manikaran-content {
  padding: 70px 0;
  background: #ffffff;
}

.manikaran-content .container {
  max-width: 900px;
  margin: 0 auto;
}

/* MAIN HEADING */
.manikaran-content h2 {
  font-size: 30px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
}

/* SUB HEADING */
.manikaran-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1e293b;
  margin-top: 28px;
  margin-bottom: 10px;
}

/* PARAGRAPHS */
.manikaran-content p {
  font-size: 16px;
  line-height: 1.75;
  color: #475569;
  margin-bottom: 16px;
}

/* HIGHLIGHT BLOCK */
.manikaran-highlight {
  margin-top: 36px;
  padding: 28px 26px;
  background: linear-gradient(135deg, #f8fafc, #f0f9ff);
  border-left: 5px solid #2563eb;
  border-radius: 14px;
}

.manikaran-highlight h3 {
  margin-top: 0;
  color: #0f172a;
}

.manikaran-highlight p {
  margin-bottom: 0;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .manikaran-content {
    padding: 50px 0;
  }

  .manikaran-content h2 {
    font-size: 26px;
  }

  .manikaran-content h3 {
    font-size: 18px;
  }

  .manikaran-content p {
    font-size: 15px;
  }
}
.manikaran-hero {
  height: 50vh;
}
/* manikaran page hero image */
.manikaran-hero {
  background-image:
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,-0.5)),
    url('../images/kullu-manikaran.webp');
}
/* ITINERARY FLOW */
.itinerary-flow {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  position: relative;
  padding-left: 20px;
}

/* Connecting vertical lines */
.itinerary-flow::before {
  content: '';
  position: absolute;
  left: 38px; /* Align with step-count */
  top: 0;
  bottom: 0;
  width: 3px;
  background: #2563eb33; /* Subtle blue line */
  border-radius: 2px;
  z-index: 0;
}

/* ITINERARY CARD */
.itinerary-card {
  position: relative;
  padding: 28px 20px 20px 70px; /* space for step-count and line */
  border-radius: 20px;
  background: linear-gradient(145deg, #f0f9ff, #e0f2fe);
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  z-index: 1;
}

.itinerary-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(0,0,0,0.15);
}

/* STEP COUNT */
.itinerary-card .step-count {
  position: absolute;
  top: 28px;
  left: 20px;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  background: #2563eb;
  padding: 10px 14px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  z-index: 2;
}

/* ICON */
.itinerary-card .icon-wrapper {
  font-size: 36px;
  margin-bottom: 12px;
}

/* HEADINGS & TEXT */
.itinerary-card h3 {
  font-size: 20px;
  color: #1e3a8a;
  margin-bottom: 12px;
}

.itinerary-card p {
  font-size: 15.8px;
  line-height: 1.7;
  color: #475569;
}

/* FEATURED CARD */
.itinerary-card.featured {
  background: linear-gradient(145deg, #e0f2fe, #dbeafe);
  border-left: 5px solid #2563eb;
}

/* TRUST LINE */
.trust-line {
  margin-top: 50px;
  padding-left: 18px;
  border-left: 5px solid #2563eb;
}

.trust-line p {
  font-size: 16px;
  line-height: 1.7;
  color: #334155;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .itinerary-flow {
    grid-template-columns: repeat(2, 1fr);
  }
  .itinerary-flow::before {
    left: 28px;
  }
}

@media (max-width: 768px) {
  .itinerary-flow {
    grid-template-columns: 1fr;
  }
  .itinerary-flow::before {
    left: 28px;
  }
}
/* hampta.css */

/* Container */
.best-hampta-taxi {
  padding: 60px 20px;
  background-color: #f9f9f9;
  font-family: 'Poppins', sans-serif;
  color: #333;
}

.best-hampta-taxi .container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Heading */
.best-hampta-taxi h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: #007acc;
}

/* Intro paragraph */
.best-hampta-taxi .intro-text {
  font-size: 16px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 30px auto;
  line-height: 1.6;
  color: #555;
}

/* Features list */
.best-hampta-taxi .best-points {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.best-hampta-taxi .best-points li {
  background: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 250px;
  max-width: 300px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.best-hampta-taxi .best-points li span {
  color: #00bfff;
  font-weight: bold;
  font-size: 18px;
}

/* Hover effect for feature cards */
.best-hampta-taxi .best-points li:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

/* Closing paragraph */
.best-hampta-taxi .closing-text {
  font-size: 16px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
  color: #555;
}

/* Responsive */
@media (max-width: 768px) {
  .best-hampta-taxi .best-points {
    flex-direction: column;
    align-items: center;
  }

  .best-hampta-taxi .best-points li {
    max-width: 90%;
  }
}
.hampta {
  height: 60vh;
  background-size: cover;
  background-position: center;
}

@media (max-width: 768px) {
  .hampta {
    height: 45vh;
  }
}
.hampta {
  height: 60vh;        /* change from 85vh → 50–65vh */
  min-height: 400px;  /* optional: prevents too small height */
}
.hampta {
  background-size: contain;   /* shows full image */
  background-repeat: no-repeat;
  background-position: center;
}
.hampta-hero {
  height: 55vh;
}
/* Rohtang page hero image */
.hampta-hero {
  background-image:
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,-0.5)),
    url('../images/hampta.jpg');
}
/* OUR OWN FLEET SECTION */
.own-fleet-section {
  padding: 70px 20px;
  background: linear-gradient(135deg, #f4fbff, #ffffff);
  font-family: 'Poppins', sans-serif;
}

.own-fleet-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

/* HEADINGS */
.own-fleet-section h2 {
  font-size: 2.2rem;
  text-align: center;
  color: #083d77;
  margin-bottom: 16px;
}

.own-fleet-section .fleet-intro {
  max-width: 850px;
  margin: 0 auto 45px;
  text-align: center;
  font-size: 1.05rem;
  color: #444;
  line-height: 1.7;
}

/* VEHICLE GRID */
.fleet-vehicles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 25px;
  margin-bottom: 50px;
}

.fleet-item {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px 22px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  position: relative;
}

.fleet-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #00bfff, #4facfe);
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 0;
}

.fleet-item:hover::before {
  opacity: 0.08;
}

.fleet-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
}

.fleet-item h3 {
  font-size: 1.25rem;
  color: #0a3d62;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.fleet-item p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}

/* BENEFITS */
.fleet-benefits {
  background: linear-gradient(135deg, #083d77, #0a4fa3);
  border-radius: 20px;
  padding: 40px 30px;
  color: #ffffff;
}

.fleet-benefits h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.fleet-benefits ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fleet-benefits li {
  font-size: 1rem;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.fleet-benefits li::before {
  content: "✔";
  margin-right: 10px;
  color: #7cffb2;
  font-weight: bold;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .own-fleet-section {
    padding: 50px 15px;
  }

  .own-fleet-section h2 {
    font-size: 1.85rem;
  }

  .fleet-benefits {
    padding: 30px 22px;
  }
}
/* WHY CHOOSE SHINKULA PASS TAXI */
.why-choose-shinkula {
  padding: 35px 20px;
  background: linear-gradient(135deg, #f4fbff, #eef6ff);
  font-family: 'Poppins', sans-serif;
}

.why-choose-shinkula .container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

/* Heading */
.why-choose-shinkula h2 {
  font-size: 2.2rem;
  color: #0a3d62;
  margin-bottom: 14px;
  font-weight: 700;
}

.why-intro {
  max-width: 820px;
  margin: 0 auto 45px;
  font-size: 1.05rem;
  color: #444;
  line-height: 1.7;
}

/* Grid */
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
}

/* Items */
.why-item {
  background: #ffffff;
  border-radius: 18px;
  padding: 28px 22px;
  text-align: left;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.why-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

/* Icon */
.why-icon {
  font-size: 2.2rem;
  line-height: 1;
  flex-shrink: 0;
}

/* Text */
.why-item p {
  font-size: 0.98rem;
  color: #333;
  line-height: 1.6;
}

.why-item p strong {
  color: #0a3d62;
  font-weight: 600;
}

/* Mobile Optimization */
@media (max-width: 768px) {
  .why-choose-shinkula {
    padding: 50px 15px;
  }

  .why-choose-shinkula h2 {
    font-size: 1.7rem;
  }

  .why-intro {
    font-size: 0.98rem;
    margin-bottom: 35px;
  }

  .why-item {
    padding: 24px 18px;
  }

  .why-icon {
    font-size: 2rem;
  }
}
/* Trusted Local Taxi Service – Shinkula Pass */
.trusted-local-shinkula {
  padding: 25px 20px;
  background: linear-gradient(135deg, #f7fbff, #eef6ff);
  font-family: 'Poppins', sans-serif;
}

.trusted-local-shinkula .container {
  max-width: 1150px;
  margin: 0 auto;
}

.trusted-local-shinkula h2 {
  text-align: center;
  font-size: 2.1rem;
  color: #0a3d62;
  margin-bottom: 18px;
  font-weight: 700;
}

.trusted-local-shinkula .intro-text {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 45px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #444;
}

/* Grid Layout */
.trusted-local-shinkula .local-points {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 25px;
}

/* Individual Item */
.trusted-local-shinkula .local-item {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px 22px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.trusted-local-shinkula .local-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
}

/* Icons */
.trusted-local-shinkula .local-icon {
  font-size: 2.6rem;
  display: inline-block;
  margin-bottom: 14px;
  transition: transform 0.35s ease;
}

.trusted-local-shinkula .local-item:hover .local-icon {
  transform: scale(1.2) rotate(8deg);
}

/* Text */
.trusted-local-shinkula .local-item p {
  font-size: 0.98rem;
  color: #333;
  line-height: 1.6;
}

.trusted-local-shinkula .local-item strong {
  display: block;
  font-size: 1.05rem;
  color: #0a3d62;
  margin-bottom: 6px;
}

/* Closing Text */
.trusted-local-shinkula .closing-text {
  max-width: 900px;
  margin: 45px auto 0;
  text-align: center;
  font-size: 1.05rem;
  color: #444;
  line-height: 1.7;
}

/* Mobile Optimization */
@media (max-width: 768px) {
  .trusted-local-shinkula {
    padding: 50px 15px;
  }

  .trusted-local-shinkula h2 {
    font-size: 1.75rem;
  }

  .trusted-local-shinkula .intro-text,
  .trusted-local-shinkula .closing-text {
    font-size: 0.98rem;
  }

  .trusted-local-shinkula .local-item {
    padding: 22px 18px;
  }

  .trusted-local-shinkula .local-icon {
    font-size: 2.3rem;
  }
}
/* BOOK WITH CONFIDENCE SECTION */
.book-confidence {
  padding: 25px 20px;
  background: linear-gradient(135deg, #f8fbff, #aed4f5);
  font-family: 'Poppins', sans-serif;
}

.book-confidence .container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

/* Heading */
.book-confidence h2 {
  font-size: 2.1rem;
  color: #0a3d62;
  margin-bottom: 18px;
  font-weight: 700;
}

/* Paragraph text */
.book-confidence .confidence-text {
  font-size: 1.05rem;
  color: #333;
  line-height: 1.7;
  margin-bottom: 16px;
}

/* CTA buttons */
.book-confidence .confidence-cta {
  margin: 30px 0;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.book-confidence .btn {
  display: inline-block;
  padding: 14px 26px;
  border-radius: 40px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Primary button */
.book-confidence .btn.primary {
  background: #007bff;
  color: #fff;
  box-shadow: 0 6px 18px rgba(0,123,255,0.3);
}

.book-confidence .btn.primary:hover {
  background: #005fd1;
  transform: translateY(-2px);
}

/* WhatsApp button */
.book-confidence .btn.whatsapp {
  background: #25d366;
  color: #fff;
  box-shadow: 0 6px 18px rgba(37,211,102,0.3);
}

.book-confidence .btn.whatsapp:hover {
  background: #1ebc59;
  transform: translateY(-2px);
}

/* Closing line */
.book-confidence .confidence-closing {
  margin-top: 22px;
  font-size: 1rem;
  color: #444;
  font-weight: 500;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .book-confidence {
    padding: 50px 15px;
  }

  .book-confidence h2 {
    font-size: 1.7rem;
  }

  .book-confidence .confidence-text {
    font-size: 0.98rem;
  }

  .book-confidence .btn {
    width: 100%;
    max-width: 280px;
    text-align: center;
  }
}
/* SHINKULA PASS VEHICLES SECTION */
.shinkula-vehicles {
  padding: 70px 20px;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.shinkula-vehicles .container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

/* Heading */
.shinkula-vehicles h2 {
  font-size: 2.1rem;
  color: #0a3d62;
  margin-bottom: 12px;
  font-weight: 700;
}

/* Description */
.shinkula-vehicles .section-desc {
  font-size: 1.05rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

/* Grid */
.vehicles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 26px;
}

/* Card */
.vehicle-card {
  background: #f8fbff;
  padding: 30px 22px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.vehicle-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}

/* Icon */
.vehicle-icon {
  font-size: 2.5rem;
  margin-bottom: 14px;
}

/* Title */
.vehicle-card h3 {
  font-size: 1.25rem;
  color: #007bff;
  margin-bottom: 10px;
  font-weight: 600;
}

/* Text */
.vehicle-card p {
  font-size: 0.98rem;
  color: #444;
  line-height: 1.6;
}

/* Mobile */
@media (max-width: 768px) {
  .shinkula-vehicles {
    padding: 50px 15px;
  }

  .shinkula-vehicles h2 {
    font-size: 1.7rem;
  }

  .vehicle-card {
    padding: 26px 18px;
  }
}
.not-agent-pro {
  padding: 90px 0;
  background: radial-gradient(circle at top, #0f172a, #020617);
  color: #fff;
}

.not-agent-pro .container {
  max-width: 1200px;
  margin: auto;
  padding: 0 16px;
}

.not-agent-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
  align-items: center;
}

/* LEFT TEXT */
.trust-label {
  display: inline-block;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #022c22;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 14px;
}

.not-agent-text h2 {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 18px;
}

.not-agent-text .lead {
  font-size: 17px;
  color: #cbd5f5;
  line-height: 1.7;
  margin-bottom: 28px;
}

.trust-points {
  list-style: none;
  padding: 0;
  margin: 0;
}

.trust-points li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 14px;
  font-size: 16px;
}

.trust-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #22c55e;
  font-weight: 800;
}

/* RIGHT CARD */
.trust-card {
  background: linear-gradient(180deg, #020617, #020617);
  border-radius: 20px;
  padding: 36px;
  box-shadow: 0 30px 70px rgba(0,0,0,0.6);
  border: 1px solid rgba(255,255,255,0.08);
}

.trust-badge {
  display: inline-block;
  background: rgba(34,197,94,0.15);
  color: #22c55e;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
}

.trust-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #e5e7eb;
  margin-bottom: 30px;
}

/* STATS */
.trust-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.trust-stats div {
  text-align: center;
  background: rgba(255,255,255,0.05);
  padding: 16px 10px;
  border-radius: 14px;
}

.trust-stats strong {
  display: block;
  font-size: 22px;
  font-weight: 800;
  color: #22c55e;
}

.trust-stats span {
  font-size: 13px;
  color: #cbd5f5;
}

/* MOBILE */
@media (max-width: 900px) {
  .not-agent-grid {
    grid-template-columns: 1fr;
  }

  .not-agent-text h2 {
    font-size: 30px;
  }

  .trust-card {
    margin-top: 30px;
  }
}
