@import url(https://db.onlinewebfonts.com/c/b0d2255de98a514a438ebfd67e546e1c?family=DELIGHT+Regular);

/***************************************/
/***************************************/
/***************************************/
/***************************************/

/* =====================================
   GLOBAL RESET
===================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background: #ffffff;
}

/* =====================================
   CARD BASE
===================================== */
.ps-home-style {
  background: #fff;
  border-radius: 16px;
  padding: 14px;
  width: 100%;
}

.parking-card {
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  overflow: hidden;
}

/* =====================================
   CARD INNER STRUCTURE
===================================== */
.parking-search-parking-card-inner {
  display: flex;
}

/* =====================================
   IMAGE
===================================== */
.ps-img-wrap {
  flex: 0 0 38%;
}

.ps-home-img {
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
  border-radius: 14px;
}

.parking-card-image {
  border-radius: 12px;
}
/* =====================================
   CONTENT BODY
===================================== */
.ps-home-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* =====================================
   TITLE + PRICE ROW (DESKTOP & MOBILE SAME)
===================================== */
.ps-home-body > .d-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}

/* TITLE */
.ps-title-main {
  font-family: "DELIGHT Regular", "DELIGHT", sans-serif;
  font-size: 25px;
  margin: 0 0 6px 0;
  line-height: 160%;
  /* letter-spacing: 1% ip !important; */
  max-height: 75px;
  max-width: 300px;
  overflow: hidden;
}

/* BADGE */
.ps-home-badge {
  background: #16b57f;
  color: #fff;
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 15px;
}

.ps-home-badge .sold {
  background: #e2e2e2;
  padding: 10px 15px !important;
  color: #555;
}

/* PRICE BLOCK */
.ps-home-price {
  text-align: right;
}

.ps-home-amount {
  font-size: 18px;
  font-weight: 600;
}

.ps-home-day {
  font-size: 14px;
  color: #777;
}

.ps-home-total {
  font-size: 14px;
  color: #777;
  text-decoration: underline;
  cursor: pointer;
}

/* =====================================
   META ROW (MILES + RATING SAME LINE)
===================================== */
.ps-home-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 12px 0;
  font-size: 14px;
  color: #555;
}

/* =====================================
   FEATURES
===================================== */
.ps-home-features {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.ps-home-pill {
  background: #f3f3f3;
  padding: 6px 8px;
  border-radius: 8px;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 calc(50% - 5px);
}

/* =====================================
   BUTTON
===================================== */
.ps-home-btn {
  margin-top: auto;
  background: #6a3cff;
  color: #fff;
  border-radius: 12px;
  padding: 8px;
  font-weight: 400;
  width: 100%;
  text-align: center;
}

.ps-home-btn .disabled {
  background: #bdbdbd;
  cursor: not-allowed;
}

/* =====================================
   MAP


   ===================================== */
/* 
.map-section {
  position: sticky;
  height: fit-content;
}

.parking-map {
  height: 820px;
  border-radius: 16px;
 
} */

.map-section {
  position: sticky;
  top: 20px; /* header ke niche gap */
  height: fit-content;
}

.parking-map {
  height: 95vh; /* screen ke hisab se */
  border-radius: 16px;
}

/* =====================================
   MOBILE VIEW (KEEP DESKTOP CONTENT FLOW)
===================================== */
/* =====================================
   EXTRA SMALL DEVICES (≤ 359px)
   Image full card width
===================================== */
@media (max-width: 359px) {
  .parking-search-parking-card-inner {
    flex-direction: column !important;
  }

  .ps-img-wrap {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .ps-home-img {
    width: 100% !important;
    height: auto !important;
    min-height: 180px !important;
    border-radius: 14px;
  }

  .ps-home-body {
    /* padding-left: 0 !important; */
    padding-top: 12px !important;
  }
}

/* =====================================
   MOBILE VIEW (KEEP DESKTOP CONTENT FLOW)
===================================== */
/* @media (max-width: 767px) { */
@media (min-width: 360px) and (max-width: 768px) {
  /* ❗ IMPORTANT: KEEP DESKTOP ALIGNMENT */
  .ps-home-body > .d-flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .ps-home-price {
    text-align: right;
  }

  .ps-home-meta {
    flex-direction: row;
    justify-content: space-between;
  }

  .ps-home-pill {
    flex: 0 0 calc(50% - 5px);
  }

  .parking-map {
    height: 300px;
    margin-top: 20px;
  }
}

/***************************************/
/***************************************/
/***************************************/
/***************************************/

/* =====================================
   MOBILE = DESKTOP SAME CARD LAYOUT
===================================== */
/* @media (max-width: 767px) { */

@media (min-width: 360px) and (max-width: 768px) {
  /* KEEP ROW LAYOUT */
  .parking-search-parking-card-inner {
    display: flex !important;
    flex-direction: row !important;
  }

  /* IMAGE LEFT – SAME AS DESKTOP */
  .ps-img-wrap {
    flex: 0 0 38% !important;
  }

  .ps-home-img {
    min-height: 190px !important;
  }

  /* CONTENT RIGHT – SAME AS DESKTOP */
  .ps-home-body {
    padding-left: 16px !important;
    padding-top: 0 !important;
  }

  /* TITLE + PRICE SAME ROW */
  .ps-home-body > .d-flex {
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
  }

  /* META SAME LINE */
  .ps-home-meta {
    flex-direction: row !important;
    justify-content: space-between !important;
  }

  /* FEATURES 2 COLUMN */
  .ps-home-pill {
    flex: 0 0 calc(50% - 5px) !important;
  }
}

/***************************************/
/***************************************/
/***************************************/
/***************************************/

/* =====================================
   MOBILE POLISH – BADGE + FEATURES
===================================== */

@media (max-width: 767px) {
  /* MOST POPULAR / SOLD OUT BADGE */
  .ps-home-badge {
    display: inline-block !important;
    /* margin-top: 6px !important; */
    padding: 8px 14px !important;
    font-size: 12px !important;
  }

  .ps-home-badge .sold {
    background: #e2e2e2;
    padding: 8px 14px !important;
    color: #555;
  }

  /* TITLE + BADGE SPACING */
  .ps-title {
    margin-bottom: 4px !important;
  }

  /* FEATURES – FULL WIDTH STACK */
  .ps-home-features {
    flex-direction: column !important;
    gap: 8px !important;
  }

  .ps-home-pill {
    width: 100% !important;
    flex: 0 0 100% !important;
    justify-content: flex-start !important;
  }
}

/***************************************/
/***************************************/
/***************************************/
/***************************************/
/* =====================================
   🔥 MOBILE FIX – FEATURES VISIBILITY
===================================== */
@media (max-width: 767px) {
  /* FEATURES CONTAINER RESET */
  .ps-home-features {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    overflow: visible !important;
  }

  /* EACH FEATURE PILL */
  .ps-home-features .ps-home-pill {
    display: flex !important;
    width: 100% !important;
    min-height: 40px !important;
    flex: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
  }
}

/***************************************/
/***************************************/
/***************************************/
/***************************************/

/* ==================================================
   TABLET VIEW (768px – 991px)
   Stack badge, meta & features like mobile
================================================== */
@media (min-width: 768px) and (max-width: 991px) {
  /* TITLE + PRICE BLOCK */
  .ps-home-body > .d-flex {
    align-items: flex-start;
  }

  /* MOST POPULAR / SOLD OUT BADGE */
  .ps-home-badge {
    display: inline-block;
    margin-top: 6px;
    padding: 8px 14px;
    font-size: 12px;
  }

  /* META STACK (Miles & Rating) */
  .ps-home-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  /* FEATURES CONTAINER RESET */
  .ps-home-features {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    overflow: visible !important;
  }

  /* EACH FEATURE PILL */
  .ps-home-features .ps-home-pill {
    display: flex !important;
    width: 100% !important;
    min-height: 40px !important;
    flex: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
  }
}

/***************************************/
/***************************************/
/***************************************/
/***************************************/

.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;
}

.parking-main-image {
  border-radius: 20px;
}

.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-parking {
  font-family: "DELIGHT Regular", "DELIGHT", sans-serif;

  font-weight: 500 !important;

  font-style: Medium;
  font-size: 1.5rem;
  /* font-size: 1.3rem; */
  /* font-size: 31px; */

  leading-trim: NONE;

  line-height: 160%;

  letter-spacing: 1%;

  color: #000000;
}

.section-title {
  /* font-weight: 600;

      font-size: 16px;

      margin-bottom: 8px;

      margin-top: 24px; */

  font-family: "DELIGHT Regular", "DELIGHT", sans-serif;

  font-weight: 500 !important;

  font-style: Medium;

  font-size: 1.3rem;

  leading-trim: NONE;

  line-height: 160%;

  letter-spacing: 1%;

  color: #000000;
}

.booking-section-title {
  margin-top: 25px;
}

.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%;
}

.parking-lot-image {
  border-radius: 24px;
}

.shuttle-img,
.map-img {
  border-radius: 10px;

  overflow: hidden;

  margin: 21px 0;
}

.things-list {
  font-size: 14px;

  color: #333;
}

.things-list li {
  margin-bottom: 6px;
}

/* ===================================================== */
/* AMENITIES */
/* ===================================================== */
.amenity-card {
  /* background: #F5F5F5; */
  /* background: #ffffff1A; */
  background: #aaaaaa40;
  box-shadow: 0px 0px 10px 0px #0000001a;
  border-radius: 12px;
  text-align: center;
  width: 150px;
  height: 150px;
  align-items: center;
  margin-left: 20px;
  /* margin-bottom: 60px; */
  margin-bottom: 20px;
  padding: 20px;

  display: flex; /* important */
  justify-content: center; /* horizontal center */
  align-items: center; /* vertical center */
  text-align: center;
}

.amenity-card > div {
  display: flex;
  flex-direction: column; /* image upar, text neeche */
  align-items: center;
  justify-content: center;
}

.amenity-card i {
  font-size: 20px;
  display: block;
  margin-bottom: 6px;
  color: #333;
  text-align: center;
}

.Anim-text {
  font-weight: 500;
  font-style: Medium;
  font-size: 1rem;
  leading-trim: NONE;
  line-height: 160%;
  letter-spacing: 1%;
}

@media (max-width: 575px) {
  .amenity-card img {
  }
}

.info-hour {
  font-family: "DELIGHT Regular", "DELIGHT", sans-serif;

  font-weight: 500;

  font-style: Medium;

  font-size: 1rem;

  leading-trim: NONE;

  line-height: 160%;

  letter-spacing: 1%;

  color: #000000;
}

.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;
}
