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


body {
  font-family: Arial, sans-serif;
  background: #ffffff;
}

@media (max-width: 576px) {
  .date-time-picker {
    /* left: 0 !important; */
    right: 0 !important;
    top: auto !important;
    width: 100% !important;
    max-width: 100%;
  }
}

.navbar-link {
  font-size: 16px !important;
}

.hero-section {
  position: relative;

  background: url("../img/background/hero.png") no-repeat;

  /* height: 100vh; */

  display: flex;

  /* align-items: center; */

  /* justify-content: start;  */

  color: white;

  background-size: 100% 100%;
}



* {
  -webkit-font-smoothing: antialiased;

  text-rendering: optimizeLegibility;
}

.lax-title {
  font-family: "DELIGHT Regular", "DELIGHT", sans-serif;
  font-weight: 600; /* SemiBold */
  font-size: 54px;
  line-height: 160%;
  letter-spacing: 1px; /* % is invalid; use px */

  color: #ffffff;
}

.lax-content {
  font-family: "Inter", sans-serif;

  /* font-weight: 500; */
  font-weight: 400;

  font-style: Medium;

  /* font-size: 31px; */

  font-size: 23px;

  leading-trim: NONE;

  line-height: 160%;

  letter-spacing: -1%;

  color: #ffffff;
  margin-bottom: 20px;
}

.hero-overlay {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.4);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 40px;
  max-width: 636px;
  /* background: rgba(0, 0, 0, 0.7); */
  border-radius: 24px;
  gap: 64px;
  background: #00000080;
  backdrop-filter: blur(100px);
  /* margin-bottom: 50; */
}

.hero-content h1 {
  font-size: 2rem;

  font-weight: bold;
}

.form-control {
  font-size: 14px;
}

.btn-custom {
  background: #6533ff;

  color: #fff;

  font-weight: 600;
}

.partners {
  margin-top: 20px;

  display: flex;

  gap: 20px;

  justify-content: center;

  align-items: center;

  flex-wrap: wrap;
}

.partners img {
  height: 30px;

  object-fit: contain;
}

@media (max-width: 768px) {
  .hero-content {
    max-width: 100%;
  }

  .hero-section {
    height: auto;

    padding: 40px 0;
  }

  .slider-main-section {
    margin-top: 65px;
    margin-bottom: 50px;
  }
}

.nav-link {
  font-family: "Inter", sans-serif;

  font-weight: 400;

  font-style: normal;

  /* font-size: 20px; */

  line-height: 160%;

  letter-spacing: -0.01em; /* -1% letter-spacing */

  text-align: center; /* If you want all text centered */

  color: #4a4a4a;
}

.loginBtn {
  width: 129px !important;

  padding-top: 16px !important;

  padding-right: 24px !important;

  padding-bottom: 16px !important;

  padding-left: 24px !important;

  border-radius: 12px !important;

  background: #f5f5f5 !important;

  font-family: "Inter", sans-serif;

  font-weight: 400;

  font-style: Regular;

  /* font-size: 20px; */

  line-height: 160%;

  letter-spacing: -1%;

  text-align: center;

  color: #000000;
}

.signUpBtn {
  /* width: 129px; */

  padding-top: 16px;

  padding-right: 24px;

  padding-bottom: 16px;

  padding-left: 24px;

  border-radius: 12px;

  background: #6533ff !important;

  font-family: "Inter", sans-serif;

  font-weight: 400;

  font-style: Regular;

  /* font-size: 20px; */

  line-height: 160%;

  letter-spacing: -1%;

  text-align: center;

  color: #ffffff !important;
}

.navbar {
  border: 0.5px;

  border-bottom: 0.5px solid #4a4a4a;
  padding-top: 25px;
  padding-bottom: 25px;
}

.form-label {
  font-family: "DELIGHT Regular", "DELIGHT", sans-serif;

  font-weight: 500;

  font-style: Medium;

  /* font-size: 25px; */

  leading-trim: NONE;

  line-height: 160%;

  letter-spacing: 1%;

  color: #ffffff;
}

/* ========== DEPARTURE AIRPORT INPUT (WITH ICON) ========== */

.form-control.los-angles-input {
  border: 1px solid #ffffff;
  background: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 16px 12px; */
  padding: 22px 12px;
  box-shadow: none;
  color: #ffffff;
}

.form-control.los-angles-input input.form-control {
  border: none;
  background: transparent;
  padding: 0;
  color: #ffffff;
  font-size: 14px;
  box-shadow: none;
}

.form-control.los-angles-input img {
  width: 20px;
  height: auto;
}

.code-input-promo {
  display: none;
  border-radius: 0.5rem;
  border: 1px solid lightgray;
  padding: 8px 10px;
}
.code-input-promo-btn {
  background: #6533ff;
  padding: 9px 20px;
  border-radius: 11px;
}
.Click-to-enter {
  color: #6533ff;
  cursor: pointer;
}

.Click-to-enter::after {
  color: #6533ff;
  cursor: pointer;
}
.Click-to-enter:hover {
  color: #6533ff;
  cursor: pointer;
}

.los-angles-input:hover,
.los-angles-input:active,
.los-angles-input:focus {
  color: #ffffff;

  border: 1px solid #ffffff;

  background: none;

  box-shadow: none;
}

/* -------------------------how it works ------------------- */

.how-it-works {
  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 60px 0px;

  /* max-width: 1100px; */

  margin: auto;

  flex-wrap: wrap;
}

/* Left side steps */

.steps {
  flex: 1;
}

.steps h2 {
  font-size: 25px;

  font-weight: 700;

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

  line-height: 160%;

  letter-spacing: 1%;
}

.steps h2 span {
  color: #6533ff;
}

.step {
  margin-top: 30px;

  border-left: 3px solid #ddd;

  padding-left: 15px;

  margin-bottom: 25px;
}

.step.active {
  border-color: #6533ff;
}

.step h5 {
  font-family: "DELIGHT Regular", "DELIGHT", sans-serif;

  font-size: 20px;

  font-weight: 500;

  margin-bottom: 8px;
}

.step .find-your-spot {
  font-family: "DELIGHT Regular", "DELIGHT", sans-serif;

  font-size: 20px;

  font-weight: 500;

  margin-bottom: 20px;
}

.step p {
  font-size: 15px !important;

  color: #666;

  margin: 0;

  font-family: "Inter", sans-serif;

  font-weight: 400;

  font-style: Regular;

  /* font-size: 25px; */

  leading-trim: NONE;

  line-height: 160%;

  letter-spacing: -1%;

  color: #4a4a4a;

  /* max-width: 800px; */
}

.step.inactive h5,
.step.inactive p {
  color: #aaa;
}

/* Right side searching */

.searching-area {
  flex: 1;

  position: relative;

  display: flex;

  justify-content: center;

  align-items: center;

  flex-direction: column;
}

.orbit {
  position: relative;

  width: 350px;

  height: 160px;

  display: flex;

  justify-content: center;

  align-items: center;
}

/* Searching text */

.searching-section {
    margin: auto 10px;
    display: flex;
    max-width: 600px;
    width: 95%;
    justify-content: center;
    align-items: center;
    padding: 60px 30px;
    position: relative;
    border-radius: 18.53px;
    box-shadow: 0px 6px 0px 0px #0000001a inset;
    color: #ffffff;
}

.wave {
  /* display: flex; */

  align-items: center;

  gap: 20px;

  position: relative;

  width: 100%;
}

.circle img {
  width: 92.63999938964844 !important;

  height: 92.63999938964844 !important;

  object-fit: cover;
}

.circle .small {
  width: 67.93599700927734 !important;

  height: 67.93599700927734 !important;

  object-fit: cover;
}


.searching-text {
  position: relative;

  right: 10px;

  top: 20;

  color: #6533ff;

  font-weight: 600;

  font-size: 16px;

  /* font-size: 23.93px; */

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

.circle:nth-child(1) {
  top: 100px;

  left: 0px;
}

.circle:nth-child(2) {
  top: 70px;

  left: 70px;
}

.circle:nth-child(3) {
  top: 40px;

  left: 150px;
}

.circle:nth-child(4) {
  top: 20px;

  left: 240px;
}

.circle:nth-child(5) {
  top: 40px;

  left: 330px;
}

.circle:nth-child(6) {
  top: 70px;

  left: 410px;
}

.circle:nth-child(7) {
  top: 100px;

  left: 480px;
}

/* ------------------------------parking lots ----------------------- */

.home-parking-start-end-div {
  margin-top: 30px;
}

.parking-title {
  font-family: "DELIGHT Regular", "DELIGHT", sans-serif;

  font-weight: 600;

  font-style: Semi Bold;

  font-size: 39px;

  leading-trim: NONE;

  line-height: 160%;

  letter-spacing: 1%;

  /* text-align: center; */

  color: #000000;
}

.faq-right-div {
  margin-top: 8px;
}
.faq-left-div {
  margin-top: 20px;
}

.parking-subtitle {
  font-family: "Inter", sans-serif;

  font-size: 32px;
}

.highlight {
  color: #6533ff;
}

.parking-card {
  border-radius: 12px;

  overflow: hidden;

  border-radius: 32px;

  border: 0.5px solid #d1d1d1;

  /* box-shadow: 0px 0px 10px 0px #0000001a; */
}

.home-parking-card {
  border-radius: 12px;
  overflow: hidden;
  border-radius: 32px;
  border: 0.5px solid #d1d1d1;
  box-shadow: 0px 0px 10px 0px #0000001a;
  /* height: 515px;
    width: 375px; */
}
.home-parking-card-img {
  width: 100%;
  /* card ke look ke liye */
  height: 230px;
  object-fit: cover;
  display: block;
}

.home-parking-card-img {
  min-height: 232px;
  /* width: 342px; */
  object-fit: cover;
  border-radius: 12px;
}

.card-title {
  font-family: "DELIGHT Regular", "DELIGHT", sans-serif;

  font-weight: 500;

  font-style: Medium;

  /* font-size: 25px; */

  font-size: 1.2rem;

  leading-trim: NONE;

  line-height: 160%;

  letter-spacing: 1%;

  color: #000000;
}

.booking-details-side-card-img {
  height: 310px;
  border-radius: 12px;
}

.price {
  text-align: right;

  font-size: 14px;
}

.price strong {
  font-size: 18px;

  color: #000;
}

.price-total {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 1rem;
  leading-trim: NONE;
  line-height: 160%;
  letter-spacing: -1%;
  text-align: right;
  text-decoration: underline;
  text-decoration-style: solid;
  color: #4a4a4a;
}

.home-price-total {
  color: #000000 !important;
  text-decoration: none !important;
  display: flex !important;
  justify-content: end !important;
  text-decoration: underline black !important;
}

.price .day {
  font-family: "Inter", sans-serif;

  font-weight: 400;

  font-style: Regular;

  font-size: 16px;

  leading-trim: NONE;

  line-height: 160%;

  letter-spacing: -1%;
}

.miles-text {
  font-family: "Inter", sans-serif;

  font-weight: 400;

  font-style: Regular;

  /* font-size: 20px; */

  leading-trim: NONE;

  line-height: 160%;

  letter-spacing: -1%;

  /* text-align: center; */

  color: #000000;
}

.light-btn {
  gap: 4px;

  border-radius: 8px;

  padding: 8px;

  background-color: #f5f5f5;

  font-family: "Inter", sans-serif;

  font-weight: 400;

  font-style: Regular;

  font-size: 13px;

  leading-trim: NONE;

  line-height: 160%;

  letter-spacing: -1%;

  color: #4a4a4a;

  display: flex;

  align-items: center;
}

.view-btn {
  background-color: #6533ff;
  border: none;
  border-radius: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: Regular;
  /* font-size: 20px; */
  leading-trim: NONE;

  line-height: 160%;

  letter-spacing: -1%;

  text-align: center;
}

.view-btn:hover {
  background-color: #672edc;
}

.price-badge {
  background: #16b57f;

  font-family: "Inter", sans-serif;

  font-weight: 400;

  font-style: Regular;

  /* font-size: 20px; */

  font-size: 15px;

  leading-trim: NONE;

  line-height: 160%;

  letter-spacing: -1%;

  color: #ffffff;

  border-radius: 8px;
}

/* {{-- Trusted by 50,000+ LAX Travelers --}} */
.trusted-by-section {
  margin-top: -50px;
}

/* ---------------------------------testimonany section----------------- */


.testimonial-text {
  font-family: "DELIGHT Regular", "DELIGHT", sans-serif;

  font-weight: 500 !important;

  font-size: 1.05rem;

  /* font-size: 31px; */

  line-height: 160%;

  letter-spacing: 1%;

  color: #000000;
}

.reviewer {
  display: flex;
  align-items: center;
  gap: 7px;
}

.reviewer img {
  width: 40px;

  height: 40px;

  border-radius: 50%;
}

.reviewer-info {
  font-size: 0.9rem;
  position: relative;
  bottom: 0;
}

.reviewer-info strong {
  display: block;

  font-weight: 500;

  color: #000;

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

.reviewer-info small {
  color: gray;

  font-family: "Inter", sans-serif;
}

/* ---------------------------------------faq section-------------- */

.faq-section {
  /* padding: 60px 0; */
}

.faq-title {
  font-weight: 700;

  font-size: 28px;
}

.faq-title span {
  color: #6c63ff; /* Purple color */
}

.faq-subtitle {
  color: #6c757d;

  margin-bottom: 30px;
}



.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

.accordion-item {
  border: none;

  margin-bottom: 10px;
}

.accordion-button {
  font-weight: 500;

  background: none;

  box-shadow: none;

  padding-left: 50px;

  position: relative;
}

.accordion-button::before {
  content: attr(data-number);

  position: absolute;

  left: 15px;

  background: #f3f3f3;

  color: #000;

  /* width: 25px;

      height: 25px; */

  width: 24px;

  height: 24px;

  border-radius: 50%;

  text-align: center;

  line-height: 25px;

  font-size: 14px;
}

.accordion-button[aria-expanded="true"]::before {
  background: #6533ff;

  color: #fff;
}

.view-more {
  margin-top: 20px;

  font-weight: 500;

  cursor: pointer;

  /* color: #6c63ff; */

  /* font-family: Delight; */

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

  font-weight: 500;

  color: #4a4a4a;
}

.accordion-button:not(.collapsed) {
  color: #000000 !important;

  background-color: #ffffff !important;

  box-shadow: none !important;
}

.accordion-button {
  font-weight: 500;

  color: #000000;
}

.accordion-button:focus {
  z-index: 3;

  border-color: none !important;

  box-shadow: none !important;
}

.accordion-body {
  font-family: "Inter", sans-serif;

  font-weight: 400;

  font-style: Regular;

  /* font-size: 25px; */

  leading-trim: NONE;

  line-height: 160%;

  letter-spacing: -1%;

  color: #4a4a4a;

  margin-left: 2rem;

  color: #4a4a4a !important;
}

/* -------------------------------------------Qr Code section----------------- */

.download-section {
  background: #6533ff;

  border-radius: 24px;

  padding: 60px 40px;

  color: white;

  display: flex;

  align-items: center;

  justify-content: space-between;
}

.download-text {
  margin-top: -20px;
}

.download-text h4 {
  /* font-weight: bold; */

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

  font-weight: 600;

  font-style: Medium;

  font-size: 30px;

  leading-trim: NONE;

  line-height: 160%;

  letter-spacing: 1%;
}

.download-text ul {
  margin-top: 15px;
}

.store-buttons img {
  height: 50px;

  margin-right: 15px;

  cursor: pointer;
}

.qr-code img {
  /* width: 150px;

      height: 150px; */

  background: white;

  padding: 30px;

  border-radius: 8px;
}

.qr-test {
  color: #f5f5f5;

  font-weight: 400;

  font-family: "Inter", sans-serif;
  margin-bottom: 7px;
}

/* ---------------------------------footer ---------------------------- */

.footer {
  background-color: #fff;

  border-top: 1px solid #ddd;
}

.footer .logo-text {
  font-weight: bold;

  font-size: 20px;
}

.footer .logo-text span {
  color: #5a2dff; /* Purple LAX */
}

.footer a {
  /* color: #000; */

  text-decoration: none !important;
}


.footer hr {
  margin: 1.5rem 0;
}

/* ---------------------------------date and Time picker style ----------------------- */

.input-box {
  background: #ffffff;

  border: 1px solid #d3b8b8 !important;

  border-radius: 8px;
  color: black;

  /* height: 64px; */

  /* width: 300px; */
}

.parkingInput {
  font-family: "Inter", sans-serif;

  font-weight: 400;

  font-size: 20px;

  line-height: 160%;

  padding: 0px 0.75rem !important;
}

.input-group-text {
  background: none;
}

.date-time-picker {
  width: 350px;

  border-radius: 12px;

  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);

  padding: 15px;

  background: #fff;

  position: absolute;

  top: 90px;

  left: 50%;

  transform: translateX(-50%);

  display: none;

  z-index: 1000;
}

.calendar-header {
  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-bottom: 15px;

  font-weight: 600;

  font-size: 16px;

  color: #000000;
}

.calendar-header button {
  background: none;

  border: none;

  font-size: 20px;

  cursor: pointer;

  font-weight: 400;

  color: #6533ff;
}

.calendar {
  display: grid;

  grid-template-columns: repeat(7, 1fr);

  text-align: center;

  gap: 3px;

  margin-bottom: 10px;

  font-family: "Inter";

  font-weight: 500;

  font-size: 14px !important;

  color: #999999 !important;

  text-transform: capitalize;
}

.calendar div {
  /* padding: 8px; */

  border-radius: 50%;

  cursor: pointer;

  font-size: 16px;

  color: #4a4a4a;
}

.calendar div:hover {
  background: #f0f0f0;

  border-radius: 50% !important;
}

.calendar .active {
  background: #6c3cff !important;

  color: #fff;

  font-weight: 600;

  border-radius: 50% !important;
}

.footer {
  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-top: 12px;

  border-top: 1px solid #eee;

  padding-top: 10px;
}

.footer label {
  font-weight: 500;

  font-size: 16px;

  color: #4a4a4a;
}

.time-box {
  border-radius: 8px;

  padding: 10px;

  background: #fff;

  border: 0.5px solid #d1d1d1;

  color: #4a4a4a;

  font-weight: 500;
}

.btn-done {
  background: #6533ff;

  color: #fff;

  border-radius: 12px;

  padding: 10px 16px;

  border: none;

  font-weight: 500;

  font-size: 14px;
}

.form-control:focus {
  box-shadow: none !important;
}

/* ----------------------footer------------------------------------ */

.social-links {
  color: #4a4a4a;

  font-family: "Inter" sans-serif;

  font-weight: 400;

  font-style: Regular;

  font-size: 1.1rem;

  line-height: 160%;

  letter-spacing: -1%;

  color: #4a4a4a;
}

.contact-text {
  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: #4a4a4a;
}

.signup-mobile {
  /* width: 64px; */

  height: 44px;

  gap: 4.25px;

  border-radius: 4px;

  padding: 8px;

  background: #6533ff;

  color: #ffffff;

  font-family: "Inter", sans-serif;

  font-weight: 400;

  font-style: Regular;

  font-size: 13px;

  line-height: 160%;

  letter-spacing: -1%;

  text-align: center;
}

.login-mobile {
  /* width: 64; */

  height: 44px !important;

  gap: 4.25px;

  border-radius: 4px;

  padding: 8px;

  background: #f5f5f5;

  border-color: #f5f5f5;

  font-family: "Inter", sans-serif;

  font-weight: 400;

  font-style: Regular;

  font-size: 13px;

  line-height: 160%;

  letter-spacing: -1%;

  text-align: center;

  color: #000000;

  background: #f5f5f5;
}

/* ---------------------------------------responsiveness------------------ */

.navbar-toggler {
  border: 0px !important;

  color: #000000;
}

.navbar-toggler-icon {
  background-image: url("../img/logo/navbar-toggle.svg");

  height: 20px;

  width: 20px;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

@media (min-width: 768px) and (max-width: 992px) {
  .store-buttons-as {
    margin-top: 5px;
  }
}

@media screen and (max-width: 768px) {
  .lax-title {
    font-size: 31px;
    font-weight: 500;
    /* display: flex;
  justify-content: center; */
  }

  .lax-content {
    font-weight: 400;

    font-size: 16px;
  }

  .hero-section {
    height: auto;

    padding: 100px 0px;

    margin-bottom: 0px !important;

    margin-top: 0px !important;

    background-image: url("../img/background/hero-mobile.png");

    width: 100%;

    height: 100%;
  }

  .hero-content {
    background: #000000;

    border-radius: 0px;

    padding: 0px 20px;
  }


  .form-label {
    font-size: 16px;
  }

  .los-angles-input,
  .parkingStartInput,
  .form-control {
    font-size: 13px;

    border-radius: 4px;
  }

  /* .lax-logo{

  width: 95px;

  height: 100px;

} */

  h2,
  h3,
  .parking-title {
    /* font-size: 25px !important; */

    font-size: 20px !important;

    text-align: center;
  }

  .parking-subtitle {
    font-size: 16px !important;

    text-align: center;
  }

  .home-parking-card {
    border-radius: 12px;
    overflow: hidden;
    border: 0.5px solid #d1d1d1;
    box-shadow: 0px 0px 10px 0px #0000001a;
    /* height: 585px;
    width: 351px; */
  }

  .home-parking-card-img {
    /* min-height: 300px; */
    /* width: 334px; */
    object-fit: cover;
    border-radius: 12px;
  }

  .home-price-badge {
    padding: 9px 22px 9px 22px !important;
  }

  .store-buttons img {
    width: 122px;

    height: 40px;
  }

  .store-buttons {
    display: flex;

    justify-content: space-between;
  }

  .qr-code img {
    width: 150px;

    height: 150px;

    background: white;

    padding: 20px;

    border-radius: 8px;
  }

  .qr-code {
    display: flex !important;

    justify-content: center !important;

    margin-top: 30px;
  }
}

@media (max-width: 576px) {
  .shuttle-wrapper {
    flex-direction: column;
    gap: 10px;
  }

  .shuttle-wrapper .shuttle-item {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: flex-start; /* LEFT align */
    text-align: left;
  }

  .shuttle-wrapper .shuttle-item img {
    margin-right: 8px;
  }
}

@media screen and (max-width: 400px) {
  .input-box,
  .form-control {
    /* height: 40px; */
    height: 46px;

    font-size: 13px;

    border-radius: 4px;

    /* padding: 8px; */
  }

  .parkingStartInput,
  .input-group-text {
    padding: 8px;
  }

  .meta {
    width: 119px !important;

    height: 24px !important;
  }

  /* .lax-logo{

    width: 95px;

  height: 40px;



  } */

  .footer-link-gap {
    gap: 1rem !important;
  }
}

/* ------------------------------- ----infinity Carousal------------------------*/

.slider-main-section {
  margin-top: 65px;
  margin-bottom: 50px;
}

#sliderContainer {
  overflow: hidden;

  width: 100%;
}

#sliderTrack {
  display: flex;

  gap: 22px;

  animation: scroll 25s linear infinite;
}

.testimonial-card {
  flex: 0 0 270px; /* fixed width per card */
  height: 210px; /* fixed height */
  width: Hug (491px);
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0px 0px 10px 0px #0000001a;
  border: 0.5px solid #d1d1d1;

  display: flex;
  flex-direction: column; /* text on top, reviewer at bottom */
  justify-content: space-between; /* push reviewer to bottom */
  box-sizing: border-box; /* include padding in height */
}

.testimonial-text-div {
  overflow: hidden; /* prevent text overflow */
  flex: 1; /* take remaining space */
}

.testimonial-text {
  /* font-size: 14px; */
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* limit number of lines */
  -webkit-box-orient: vertical;
}

.reviewer {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0; /* prevent shrinking */
}

.reviewer img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
}

.reviewer-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.btn-close,
.mobile-close-header {
  --bs-btn-close-bg: url("../img/icon/mobile-clsoe.svg") !important;

  background: transparent var(--bs-btn-close-bg) center/1.23em auto no-repeat !important;

  opacity: 1 !important;

  color: #000 !important;
}

.mobile-nav-title {
  /* font-family: Delight; */

  font-weight: 500;

  font-style: Medium;

  font-size: 16px;

  /* leading-trim: NONE; */

  line-height: 160%;

  letter-spacing: 1%;

  color: #000000;
}



.step {
  cursor: pointer;
}

/* -----------------------------layout--------------------------- */

@media (min-width: 1100px) {
  .container {
    max-width: 1150px;
  }
}

@media (min-width: 1150px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

.modal-backdrop.show {
  opacity: 0 !important;
}

#startCalendarDays > div:first-child {
  display: none;
}

#endCalendarDays > div:first-child {
  display: none;
}


.faq-questions {
  font-family: "DELIGHT Regular", "DELIGHT", sans-serif;

  font-weight: 500;

  font-style: Medium;

  font-size: 20px;

  leading-trim: NONE;

  line-height: 160%;

  letter-spacing: 1%;
}

.footer-mainLinks {
  font-family: "DELIGHT Regular", "DELIGHT", sans-serif;

  font-weight: 500;

  font-style: Medium;

  /* font-size: 20px; */

  leading-trim: NONE;

  line-height: 160%;

  letter-spacing: 1%;

  color: #000000;
}

.helping-drivers-text {
  font-family: "Inter", sans-serif;

  font-weight: 400;

  font-style: Regular;

  leading-trim: NONE;

  line-height: 160%;

  letter-spacing: -1%;

  font-size: 15px;

  color: #4a4a4a !important;
}

.code_label {
  font-family: "Inter", sans-serif;
}

.code_click {
  font-family: "DELIGHT Regular", "DELIGHT", sans-serif;
}

/* .parkingStartInput .form-control::placeholder{

    color: #000000 !important;

}



.parkingEndInput .form-control::placeholder{

    color: #000000 !important;

} */

.text-danger {
  font-size: 15px !important;
}

@media screen and (min-width: 1100px) and (max-width: 1300px) {
  .nav-link {
    font-size: 13px !important;

    letter-spacing: 1px;
  }

  .lax-logo {
    height: 30px !important;
  }

  /* .navbar-lax-log{
      height: 20px !important;
} 
      */

  .account-btn {
    padding: 13px 30px !important;

    font-size: 16px !important;
  }

  .form-control {
    height: 47px !important;

    border-radius: 8px !important;
  }

  .signUpBtn {
    height: 47px;

    border-radius: 8px !important;

    align-items: center !important;

    line-height: 100% !important;
  }

  .parkingStartInput,
  .parkingeEndInput {
    color: #000000 !important;
  }

  .steps h2 {
    font-size: 30px !important;
  }

  .parking-title {
    font-size: 30px !important;
  }

  .parking-subtitle {
    font-size: 25px !important;

    color: #4a4a4a !important;
  }

  .price .day {
    font-size: 13px !important;

    letter-spacing: 1px;
  }

  .price-total {
    color: #4a4a4a !important;

    text-decoration: underline !important;

    display: flex;

    justify-content: end !important;
  }

  .light-btn {
    height: 38px;

    font-size: 12px;

    border-radius: 5px;

    width: 48% !important;
  }

  .parking-card {
    border: 0.5px solid #d1d1d1 !important;

    /* box-shadow: 0px 0px 10px 0px #0000001A !important; */

    box-shadow: 0px 1px 15px 0px #00000026 !important;
  }

  .qr-code img {
    width: 250px;
  }
}

/* .los-angles-text::placeholder{



    color:#F5F5F5 !important;



     



} */

.los-angles-text::placeholder {
  color: #f5f5f5 !important;
}

.parkingStartInput::placeholder,
.parkingeEndInput::placeholder {
  color: #000000 !important ;
}

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

/* === FEATURED PARKING CARD FIX === */

.home-parking-card {
  display: flex;
  flex-direction: column;
  /* height: 100%;     auto adjust */
  height: 96%; /* auto adjust */
  width: 100%; /* bootstrap column handle karega */
}

.home-parking-card .card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.home-parking-card .view-btn {
  margin-top: auto; /* button always bottom */
}

/* Default: mobile, sm, md */
.how-it-woks-para {
  text-align: center;
}

/* LG and above */
@media (min-width: 992px) {
  .how-it-woks-para {
    text-align: left; /* ya start */
  }
  .footer-content {
    font-size: 16px;
  }
}

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

/* ===================================================== */
/* RESPONSIVE BRIDGE: DESKTOP → TABLET → MOBILE          */
/* DOES NOT AFFECT DESKTOP (>992px) OR MOBILE (<576px)  */
/* ===================================================== */

@media (min-width: 576px) and (max-width: 991px) {
  /* ================= HERO SECTION ================= */

  .hero-section {
    /* background-size: cover; */
    padding: 60px 0;
  }

  .hero-content {
    max-width: 100%;
    padding: 30px;
    border-radius: 20px;
  }

  .lax-title {
    font-size: 36px;
    line-height: 140%;
  }

  .lax-content {
    font-size: 18px;
    line-height: 150%;
  }

  /* ================= FORM ================= */

  .form-label {
    font-size: 16px;
  }

  .form-control,
  .los-angles-input {
    font-size: 14px;
    height: 46px;
  }

  .mobile-departure-input input {
    padding-right: 40px;
  }

  /* ================= DATE PICKER ================= */
}
@media (min-width: 576px) and (max-width: 768px) {
  .date-time-picker {
    width: 100%;
    max-width: 360px;
    left: 50% !important;
    transform: translateX(-50%);
    top: 100%;
  }
}
@media (min-width: 768px) {
  .date-time-picker {
    /* width: 100%; */
    max-width: 360px;

    left: 50% !important;
    transform: translateX(-50%);
    top: 0px;
  }
}

/* ================= PARKING CARDS ================= */

.home-parking-card {
  /* width: 100%;
    height: auto; */
}

.home-parking-card-img {
  /* width: 100%; */
  /* min-height: 220px; */
}

.price-total {
  font-size: 14px;
  color: #6c757d !important;

  /* ================= SHUTTLE INFO ================= */

  .shuttle-wrapper {
    flex-wrap: wrap;
    gap: 8px;
  }

  .shuttle-item {
    width: 48%;
    font-size: 14px;
  }

  /* ================= SLIDER ================= */

  #sliderContainer {
    overflow-x: hidden;
  }

  .testimonial-card {
    flex: 0 0 240px;
    height: 200px;
  }

  .testimonial-text {
    font-size: 14px;
  }

  /* ================= FAQ ================= */

  .faq-section {
    padding: 30px 0;
  }

  .parking-title {
    font-size: 26px;
  }

  .parking-subtitle {
    font-size: 18px;
  }

  /* ================= DOWNLOAD APP ================= */

  .download-section {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .download-text h4 {
    font-size: 24px;
  }

  .qr-code {
    justify-content: center;
  }
}

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


/* ================================================= */
/* EXTRA SMALL DEVICES FIX ( < 370px )               */
/* ================================================= */

@media (max-width: 369px) {
  html,
  body {
    overflow-x: hidden;
    max-width: 100%;
  }

  /* ===== HERO ===== */

  .hero-section {
    padding: 60px 0 40px;
  }

  .hero-content {
    padding: 16px;
  }

  .lax-title {
    font-size: 24px;
    line-height: 135%;
  }

  .lax-content {
    font-size: 14px;
    line-height: 150%;
  }

  /* ===== FORM INPUTS ===== */

  .form-label {
    font-size: 14px;
  }

  .form-control,
  .los-angles-input {
    width: 100%;
    font-size: 13px;
    padding: 12px;
  }

  .mobile-departure-input input {
    padding-right: 36px;
  }

  .mobile-airplane-icon img {
    width: 18px;
  }

  /* ===== DATE PICKER ===== */

  .date-time-picker {
    width: 100% !important;
    max-width: 100%;
    left: 0 !important;
    transform: none !important;
    top: auto !important;
  }

  /* ===== PARKING CARDS ===== */

  /* ===== SHUTTLE INFO ===== */

  .shuttle-wrapper {
    flex-direction: column;
    gap: 8px;
  }

  .shuttle-item {
    width: 100% !important;
    font-size: 13px;
  }

  /* ===== SLIDER ===== */

  #sliderContainer {
    overflow-x: hidden;
  }

  .testimonial-card {
    flex: 0 0 220px;
    height: auto;
  }

  .testimonial-text {
    font-size: 13px;
    -webkit-line-clamp: 4;
  }

  /* ===== FAQ ===== */

  .parking-title {
    font-size: 20px;
  }

  .parking-subtitle {
    font-size: 14px;
  }

  /* ===== DOWNLOAD APP ===== */

  .download-section {
    padding: 30px 20px;
  }

  .download-text h4 {
    font-size: 20px;
  }

  .store-buttons img {
    width: 110px;
    height: auto;
  }
}

/* ================================================= */
/* FEATURED PARKING CARDS FIX (954px – 1200px)       */
/* ================================================= */

@media (min-width: 954px) and (max-width: 1200px) {
  /* Grid columns behave nicely */
  .home-parking-card {
    /* remove fixed width */
    /* width: 100% !important;   */
    /* flexible height */
    /* height: auto !important;  */
  }

  .home-parking-card-img {
    /* image full width */
    /* width: 100% !important;    */
    min-height: 220px;
    object-fit: cover;
  }

  /* Reduce inner spacing slightly */
  .home-parking-card .card-body {
    padding: 10px 0;
  }

  /* Price + title alignment */
  .price {
    font-size: 13px;
  }

  .card-title {
    font-size: 1.05rem;
  }

  /* Shuttle buttons wrap cleanly */
  .shuttle-wrapper {
    flex-wrap: wrap;
    gap: 8px;
  }

  .shuttle-item {
    width: 48%;
    font-size: 13px;
  }
}
/* ================================================= */
/* SHUTTLE INFO RESPONSIVE STACKING                  */
/* ================================================= */

/* Large desktop only: side by side */
@media (min-width: 1200px) {
  .shuttle-wrapper {
    flex-direction: row;
  }

  .shuttle-item {
    width: 48%;
  }
}
/* ********************** */
/* ********************** */
/* ********************** */
/* Below desktop: stack one by one */
@media (max-width: 1199px) {
  .shuttle-wrapper {
    flex-direction: column;
    gap: 10px;
  }

  .shuttle-item {
    width: 100% !important;
    justify-content: flex-start;
  }
}

/* =================================================
   EXTEND BOOKING MODAL – MASTER RESPONSIVE LAYOUT
   (HTML & BACKEND SAFE)
================================================= */

/* ---------- MODAL BASE ---------- */
.extend-booking-modal-ui .modal-dialog {
  max-width: 920px;
  margin: 1.5rem auto;
}

.extend-booking-content {
  display: flex;
  flex-direction: column;
  max-height: 85vh;
  overflow: hidden;
  border-radius: 16px;
}

/* ---------- HEADER ---------- */
.extend-booking-content .modal-header {
  flex-shrink: 0;
  justify-content: center;
  position: relative;
}

.extend-booking-content .btn-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

/* ---------- BODY ---------- */
.extend-booking-body {
  flex: 1;
  overflow-y: auto;
  padding: 1rem 1.25rem;
}

/* Grid gap control */
.extend-booking-body .row.g-4 {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0.75rem;
}

/* Input stability */
.extend-booking-body .input-box {
  min-height: 44px;
}

.extend-booking-body .input-group {
  margin-bottom: 0.5rem;
}

/* ---------- FOOTER ---------- */
.extend-booking-content .modal-footer {
  flex-shrink: 0;
  padding: 1rem;
  background: #fff;
  border-top: 1px solid #eee;
  z-index: 2;
}

/* =================================================
   DATE TIME PICKER – SAFE POSITIONING
================================================= */

.date-time-picker {
  position: absolute;
  /* top: calc(100% + 8px); */
  /* left: 0 !important; */
  z-index: 1056;
}

#parkingStartPicker,
#parkingEndPicker {
  /* left: 0 !important; */
}

/* =================================================
   TABLET (≤ 768px)
================================================= */

@media (max-width: 768px) {
  .extend-booking-modal-ui .modal-dialog {
    max-width: 95%;
    margin: 1rem auto;
  }

  .extend-booking-content {
    max-height: 90vh;
  }

  .extend-booking-body {
    padding-bottom: 1.25rem;
  }

  .extend-booking-content .modal-footer {
    padding: 0.75rem;
  }

  #sliderTrack {
    animation: scroll 10s linear infinite; /* Mobile fast */
  }
}

/* =================================================
   MOBILE (≤ 480px)
================================================= */

@media (max-width: 480px) {
  /* Full screen modal feel */
  .extend-booking-modal-ui .modal-dialog {
    margin: 0;
    max-width: 100%;
    height: 100vh;
  }

  .extend-booking-content {
    height: 100vh;
    border-radius: 0;
  }

  /* Stack inputs */
  .extend-booking-body .col-md-6 {
    width: 100%;
  }

  /* Center calendar popup */
  .date-time-picker {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 94%;
    max-width: 360px;
  }

  /* Keep Done button visible */
  .date-time-picker .footer {
    position: relative;
    bottom: 0;
    background: #fff;
    padding-top: 8px;
  }
}

/* =================================================
   EXTRA SMALL DEVICES (≤ 300px)
================================================= */

@media (max-width: 300px) {
  .extend-booking-body {
    padding: 0.75rem;
  }
}
