
    body { font-family: 'Poppins', sans-serif; }
    .hero {
      background: url('images/kochi-to-munnar-taxi.jpg') center/cover no-repeat;
      color: #fff;
      padding: 100px 0;
      text-align: center;
      position: relative;
    }
    .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0,0,0,0.55);
    }
    .hero .content {
      position: relative;
      z-index: 2;
    }
    .btn-main {
      background: #fe5b29;
      color: #fff;
      padding: 12px 28px;
      border-radius: 30px;
      text-decoration: none;
      transition: 0.3s;
    }
    .btn-main:hover { background: #d84315; color:#fff; }