.parking-card {
      border-radius: 12px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
      padding: 16px;
      margin-bottom: 20px;
    }
    .parking-image {
      border-radius: 12px;
      overflow: hidden;
    }
    .info-icons {
      display: flex;
      justify-content: space-between;
      margin-top: 16px;
      text-align: center;
    }
    .info-icons div {
      font-size: 14px;
      color: #555;
    }
    .info-icons i {
      display: block;
      font-size: 18px;
      margin-bottom: 5px;
      color: #555;
    }
    .rating {
      color: #f4c430;
      font-weight: bold;
    }
    .booking-card {
      border-radius: 16px 12px;
      padding: 20px;
      
      background: #FFFFFF;
      

      border: 1px solid #D1D1D1;
      box-shadow: 0px 0px 8px 0px #0000001A;

    }
    .booking-card .price {
      font-size: 20px;
      font-weight: bold;
    }
    .btn-book {
      background-color: #6a00f5;
      color: #fff;
      font-weight: 500;
      width: 100%;
      border-radius: 12px;
      /* padding: 16px 12px; */
      padding: 10px;
      margin-top: 12px;
    }
    .btn-book:hover ,.btn-book:active  , .btn-book:focus-visible{
      background-color: #5300c9 !important;
      color: #fff !important;
    }
    .change-link {
       
      color: #6533FF !important;
      cursor: pointer;
      font-family: 'Inter', sans-serif !important;
    }

    .miless-text{
        font-family: 'Inter';
font-weight: 400;
font-style: Regular;
font-size: 1rem;
leading-trim: NONE;
line-height: 160%;
letter-spacing: -1%;
/* text-align: center; */
text-decoration: underline;
text-decoration-style: solid;
text-decoration-offset: 0%;
text-decoration-thickness: 0%;
text-decoration-skip-ink: auto;
color:#0A84FF;

    }



 .section-title {
      /* font-weight: 600;
      font-size: 16px;
      margin-bottom: 8px;
      margin-top: 24px; */

      /* font-family: Delight; */
font-weight: 600 !important;
font-style: Medium;
font-size: 1.3rem;
leading-trim: NONE;
line-height: 160%;
letter-spacing: 1%;
color: #000000;

    }
    .info-text {
      /* font-size: 14px;
      color: #555; */


      font-family: 'Inter', sans-serif;
font-weight: 400;
font-style: Regular;
font-size: 0.9rem;
leading-trim: NONE;
line-height: 160%;
letter-spacing: -1%;

    }
    .shuttle-img, .map-img {
      border-radius: 10px;
      overflow: hidden;
      margin: 12px 0;
    }
    .things-list {
      font-size: 14px;
      color: #333;
    }
    .things-list li {
      margin-bottom: 6px;
    }
    /* .amenities {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 12px;
      margin-top: 16px;
    } */
    .amenity-card {
      /* border: 1px solid #e1e1e1;
      border-radius: 10px;
      padding: 12px;
      text-align: center;
      font-size: 14px;
      color: #444;
      background: #fafafa; */

      background: #F5F5F5;
      box-shadow: 0px 0px 10px 0px #0000001A;
      border-radius: 12px;
      /* padding: 50px 20px; */
      border-radius: 12px;
      text-align: center;
      width: 150px;
      height: 150px;
      align-items: center;
      



    }
    .amenity-card i {
      font-size: 20px;
      display: block;
      margin-bottom: 6px;
      color: #333;
    }

    .info-hour{
        /* font-family: Delight; */
font-weight: 500;
font-style: Medium;
font-size: 1rem;
leading-trim: NONE;
line-height: 160%;
letter-spacing: 1%;
color: #000000;


    }


    .Anim-text{
      /* font-family: Delight; */
font-weight: 500;
font-style: Medium;
font-size: 1.2rem;
leading-trim: NONE;
line-height: 160%;
letter-spacing: 1%;

    }

  .radeen-text, .redeem-list {
    font-family: "Inter", sans-serif;
font-weight: 400;
font-style: Regular;
font-size: 1.1rem;
leading-trim: NONE;
line-height: 160%;
letter-spacing: -1%;
color: #000000;

  }

       
.booking-date{
  font-family: "Inter", sans-serif;
}



.carousel-control-prev-icon{
   background-image: url("/img/icon/left.svg");
     height: 44px;
  width: 44px;
}

.carousel-control-next-icon{
  background-image: url("/img/icon/right.svg");
  height: 44px;
  width: 44px;

}

.carousel-indicators [data-bs-target]{
  width: 13px !important;
height: 13px !important;
 
/* background: #6533FF; */
background: #999999;
border-radius: 13px;
border-top: 0px;
box-sizing: border-box !important;

}

.carousel-indicators .active{
  background: #6533FF;

}

