 body { font-family: 'Poppins', sans-serif; }
    .hero {
      background: url('images/munnar-outstation-taxi.jpg') center/cover no-repeat;
      color: #fff;
      text-align: center;
      padding: 120px 15px;
      position: relative;
    }
    .hero::before {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.5);
    }
    .hero-content { position: relative; z-index: 2; }
    .card { border: none; border-radius: 15px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); }
    .booking-form { background: #f8f9fa; border-radius: 15px; padding: 25px; }