  body {
    background-color: #f8f9fa;
  }

  .search-box {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }

  .promo-card img {
    width: 100%;
    border-radius: 10px;
  }

  .hero-section {
    background-image: url(/assets/front/images/december-banner_desktop.webp);
    min-height: 470px;
    padding: 60px 0;
    position: relative;
  }

  .hero-title {
    font-size: 2.8rem;
    font-weight: 900;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  }

  .booking-card {
    background: #fff;
    border-radius: 20px;
    max-width: 1000px;
    padding: 24px 24px 40px 24px !important;
  }



  .booking-card .btn-group .btn {
    border-radius: 0;
  }

  .booking-card .btn-primary {
    background-color: #00AEEF;
    border-color: #00AEEF;
  }

  .btn-warning {
    background-color: #f36c21;
    border: none;
  }

  .ratings-box img {
    height: 40px;
    display: block;
    margin: auto;
  }

  .rating-item p {
    margin-top: 5px;
    font-size: 0.9rem;
    color: black;
    display: grid;
  }

  .section-title {
    color: #00AEEF;
    font-weight: 700;
  }

  .feature-wrapper {
    background-color: #00AEEF;
    border-radius: 12px;
  }

  .feature-item img {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  }

  .feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
  }

  .feature-item p {
    color: #fff;
    font-size: 0.95rem;
  }


  .review-box {
    background: #fff;
    border-radius: 50px;
    padding: 10px 0px;
    gap: 40px;
  }

  .review-icon {
    width: 50px;
    height: 50px;
  }

  .review-section {
    width: 660px;
    margin: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -70px;
  }

  .explore-cabs {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .review-box .text-warning {
    letter-spacing: 1px;
  }

  .booking-card label {
    text-align: left;
  }

  .booking-card input, .booking-card .v-field__outline__end, .booking-card .v-field__outline__start {
    border-right: 0 !important;
    border-left: 0 !important;
    border-top: 0 !important;
    border-radius: 0 !important;
  }
  .booking-card input[type="search"]::before {
    content: "Rahul";
    color: #000;
    font-weight: 600;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

   .booking-card .v-field__input {
    min-height: 37px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .svg-inline--fa.fa-w-16 {
    width: 38px;
    margin-top: auto;
    background-color: #f5f5f5;
    border-radius: 50%;
    padding: 7px;
    color: #20a8d9;
    margin-left: 0 !important;
    margin-right: 0 !important;
        position: absolute;
    right: 0;
    top: 27px;
  }

  /* .service-bottom {
position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
} */

  @media (max-width: 768px) {
    .review-box {
      gap: 0;
      font-size: 12px;
    }
    .review-box .review-icon {
      height: 35px;
      width: 35px;
    }

    .review-section {
      width: 100%;
      bottom: -100px;
    }

    .feature-item {
      display: block;
      text-align: center;
    }

    .svg-inline--fa.fa-w-16 {
      margin-left: auto;
      margin-top: 10px;
    }
  }