
    .hero-taxi {
      background: url('../img/taxi/munnar-taxi-service.jpg') center center/cover no-repeat;
      height: 60vh;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .hero-text {
      background-color: rgba(0, 0, 0, 0.6);
      padding: 2rem;
      border-radius: 1rem;
    }
    .card:hover {box-shadow: 0 5px 15px rgba(0,0,0,0.2);
      transform: scale(1.03);
      transition: 0.4s ease;
    }
   
   
    .btn-style {
      border-radius: 50px;
    }
   
    .section-title {
      font-size: 2rem;
      margin-bottom: 20px;
      color: #2c3e50;
    }
    .taxi-type{
      padding:1.5%;
    }
    .card-box {
      border-left: 5px solid #0d6efd;
      transition: 0.3s ease;
    }
    .card-box:hover {
      background-color: #eef6ff;
      transform: scale(1.01);
    }
    .price {
      font-size: 1.1rem;
      font-weight: bold;
      color: #198754;
    }
    select.form-select {
      max-width: 250px;
    }
    .whatsapp-btn {
      background-color: #25D366;
      color: white;
      border: none;
      padding: 8px 16px;
      font-weight: bold;
      border-radius: 5px;
      margin-top: 10px;
      text-decoration: none;
      display: inline-block;
    }
    .whatsapp-btn:hover {
      background-color: #1ebe5d;
      color: white;
    }.small-heading {
  font-size: 0.95rem;
  color: #333;
}