@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

body {
  margin: 0px;
  padding: 0px;
  background: #06142f;
  font-family: "Inter Tight", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: normal;
  overflow-x: hidden;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

* {
  margin: 0px;
  padding: 0px;
}

h1 {
  font-weight: 700;
}

.mw-100,
.mw-97 {
  max-width: 100%;
}

.mw-97 {
  width: 97%;
}

.mw-95 {
  max-width: 95%;
}

.mw-90 {
  max-width: 90%;
}

.mw-80 {
  max-width: 80%;
}

.mw-70 {
  max-width: 75%;
}

.mw-60 {
  max-width: 60%;
}

.mw-50 {
  max-width: 50%;
}

.mw-40 {
  max-width: 40%;
}

.mw-35 {
  max-width: 35%;
}

.mw-30 {
  max-width: 30%;
}

.mw-25 {
  max-width: 25%;
}

.mw-20 {
  max-width: 20%;
}

.mw-10 {
  max-width: 10%;
}

.hide {
  display: none;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.absolute-bottom {
  position: absolute;
  width: 90%;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
}

.show-on-mobile {
  display: none;
}

@media (max-width: 768px) {
  .show-on-mobile {
    display: block;
  }
}

@media (min-width: 769px) {
  .show-on-desktop {
    display: block;
  }
}

@media (max-width: 768px) {
  .show-on-desktop {
    display: none;
  }
}

.home-bg p a {
  text-decoration: none;
  color: #fff;
}

.hero-section {
  min-height: 100vh;
  background: url(../img/web-intro-bg.png) no-repeat center top;
  background-size: cover;
}

.hero-tagline {
  color: #ff0f00;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 2.1rem;
  text-transform: uppercase;
}

.hero-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  color: #8447FF;
}

.explore-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  margin-top: 1.5rem;
  font-size: 2rem;
}

.explore-link img {
  width: 30px;
}

.explore-link:hover {
  text-decoration: underline;
}

.dec-logo {
  max-width: 250px;
}

@media (max-width: 768px) {
  .dec-logo {
    max-width: 110px;
  }
}

/*** onboarding ****/

.onboarding-section {
  min-height: 100vh;
  background: url(../img/web-onboarding-bg.png) no-repeat center top;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.onboarding-parking-section {
  min-height: 100vh;
  background: url(../img/Parking_Solution_web_Onboarding-bg.png) no-repeat center top;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.glow-card {
  width: 100%;
  text-align: center;
  color: #fff;
  max-width: 450px;
  margin-top: 8%;
}

.glow-title {
  font-size: clamp(2.5rem, 3vw, 2rem);
  font-weight: 600;
  margin-bottom: 1rem;
}

.glow-text {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 0px 20px;
}

@media (max-width: 576px) {
  .glow-card {
    padding: 2.2rem 1.8rem;
    border-radius: 20px;
  }
}

.section-shuttle {
  min-height: 100vh;
  padding: 0rem 0rem;
  display: flex;
  align-items: center;
  margin-top: -11%;
  z-index: 0;
  position: relative;
}

.section-shuttle .card {
  background: url(../img/card-bg.png) no-repeat center top;
  background-size: 100%;
  margin-top: 15%;
}

.col-md-6.text-center.map-container.order-1.order-md-2.relative {
  margin-top: -5%;
}

.btn-find {
  background: #e08811;
  color: #fff;
  font-weight: 600;
  border-radius: 43px;
  padding: 0.9rem 2.5rem;
  border: none;
  font-size: 2.3rem;
  width: 40%;
}

.btn-find a {
  text-decoration: none;
  color: #fff;
}

.btn-find:hover {
  background: #e08811;
}

.line-content {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 500;
  color: #fff;
  text-align: right;
}

.line-content p {
  vertical-align: middle;
  line-height: 1;
}

.inner-logo {
  background: url(../img/logo-bg.png) no-repeat center top;
  background-size: 100%;
  padding: 15px 0px;
  margin-bottom: 25px;
}


.search {
  float: right;
}

.available-shuttle {
  margin-bottom: 50px;
}

.available-shuttle .card .bg-blue hr {
  border-top: 1px solid #8aa3bc;
}

.available-shuttle .card .bg-yellow hr {
  border-top: 1px solid #74700a;
}

.available-shuttle .card .bg-green hr {
  border-top: 1px solid #cef3db;
}

.available-shuttle .card .bg-darkc hr {
  border-top: 1px solid #939393;
}

.shuttle-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  font-weight: 600;
  font-size: 1.8rem;
  position: relative;
}

.shuttle-header .next-arrow {
  position: absolute;
  top: 25px;
  right: 20px;
}

.shuttle-info-blue {
  font-size: 1.5rem;
  color: #8aa3bc;
}

.shuttle-info-yellow {
  font-size: 1.5rem;
  color: #74700a;
}

.shuttle-info-green {
  font-size: 1.5rem;
  color: #044e1d;
}

.shuttle-info-gray {
  font-size: 1.5rem;
  color: #5b1f1c;
}

.shuttle-footer {
  padding: 0px 16px 16px;
}

.info-box {
  background: #fff;
  color: #333333;
  border-radius: 10px;
  padding: 15px;
  font-size: 1.2rem;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-weight: 500;
}

.info-box img {
  margin-bottom: 5px;
}

.bg-blue {
  background: #144779;
  border: solid 1px #3e77af;
  border-radius: 16px;
  padding: 5px;
  margin-bottom: 50px;
  color: #fff;
}

.bg-yellow {
  background: #eae215;
  color: #000;
  border: solid 1px #c2b505;
  border-radius: 16px;
  padding: 5px;
  color: #000;
  margin-bottom: 50px;
}

.bg-green {
  background: #0bc449;
  color: #000;
  border: solid 1px #0bc448;
  border-radius: 16px;
  padding: 5px;
  color: #000;
  margin-bottom: 50px;
}

.bg-darkc {
  background: #e04d44;
  border: solid 1px #5f5f5f;
  border-radius: 16px;
  padding: 5px;
  color: #fff;
}

.navigation-card-blue {
  background: #0d3a67;
  border-radius: 26px;
  overflow: hidden;
  max-width: 100%;
  margin: auto;
  border: solid 1px #1e8fff;
  padding-bottom: 20px;
}

.navigation-card-blue .header {
  background: #1e8fff;
  border-radius: 26px 26px 0px 0px;
  padding: 10px;
}

.navigation-card-blue .header h5 {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}

.navigation-card-yellow {
  background: #eae215;
  border-radius: 26px;
  overflow: hidden;
  max-width: 100%;
  margin: auto;
  border: solid 1px #b4ae12;
  padding-bottom: 20px;
}

.navigation-card-yellow .header {
  background: #cfc80d;
  border-radius: 26px 26px 0px 0px;
  padding: 10px;
}

.navigation-card-yellow .header h5 {
  color: #000000;
  font-size: 2rem;
  font-weight: 700;
}

.navigation-card-green {
  background: #2e7d32;
  border-radius: 26px;
  overflow: hidden;
  max-width: 100%;
  margin: auto;
  border: solid 1px #0bc448;
  padding-bottom: 20px;
}

.navigation-card-green .header {
  background: #0bc449;
  border-radius: 26px 26px 0px 0px;
  padding: 10px;
}

.navigation-card-green .header h5 {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}

.navigation-card-red {
  background: #570707;
  border-radius: 26px;
  overflow: hidden;
  max-width: 100%;
  margin: auto;
  border: solid 1px #5f5f5f;
  padding-bottom: 20px;
}

.navigation-card-red .header {
  background: #FC3A3A;
  border-radius: 26px 26px 0px 0px;
  padding: 10px;
}

.navigation-card-red .header h5 {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}

.shuttle-detailed {
  width: 95%;
  margin: auto;
}

.body-detailed {
  text-align: left;
  color: #fff;
  width: 90%;
  margin: auto;
}

.body-detailed h5 {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  padding: 10px 0px;
}

.body-detailed .locations {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 5% 0% 2%;
  text-align: center;
}

.stepby-step-directions {
  text-align: left;
  font-size: 1.25rem;
  font-weight: 700;
}

.numbers {
  background: #1e8fff;
  border-radius: 18px;
  text-align: center;
  color: #fff;
  padding: 15px 5px;
  width: 70px;
  height: 70px;
  vertical-align: top;
  position: relative;
  margin-bottom: 25px;
}

.numbers::before {
  content: "";
  position: absolute;
  left: 35px;
  top: 73px;
  height: 100%;
  width: 2px;
  background: url(../img/line-bg.svg) no-repeat center top;
  opacity: 0.6;
}

.stepby-step-directions .numbers:last-of-type::before {
  background: none;
}

.navigation-card-yellow .body-detailed .locations {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 5% 0% 2%;
  text-align: center;
  color: #000;
}

.navigation-card-yellow .body-detailed h5 {
  font-size: 1.6rem;
  color: #000;
  font-weight: 700;
  line-height: 1.5;
  padding: 10px 0px;
}

.navigation-card-yellow .stepby-step-directions {
  color: #000;
}

.navigation-card-yellow .numbers {
  background: #cfc80d;
  border-radius: 18px;
  text-align: center;
  color: #000;
  padding: 15px 5px;
  width: 70px;
  height: 70px;
  vertical-align: top;
  position: relative;
  margin-bottom: 25px;
}

.navigation-card-yellow .numbers::before {
  content: "";
  position: absolute;
  left: 35px;
  top: 73px;
  height: 100%;
  width: 2px;
  background: url(../img/line-bg-yellow.svg) no-repeat center top;
  opacity: 0.6;
}

.navigation-card-yellow .body-detailed .locations {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 5% 0% 2%;
  text-align: center;
  color: #000;
}

.navigation-card-green .body-detailed .locations {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 5% 0% 2%;
  text-align: center;
  color: #fff;
}

.navigation-card-green .pro-tip h5 {
  color: #000 !important;
}

.navigation-card-green .body-detailed h5 {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  padding: 10px 0px;
}

.navigation-card-green .stepby-step-directions {
  color: #fff;
}

.navigation-card-green .numbers {
  background: #0bc449;
  border-radius: 18px;
  text-align: center;
  color: #000;
  padding: 15px 5px;
  width: 70px;
  height: 70px;
  vertical-align: top;
  position: relative;
  margin-bottom: 25px;
}

.navigation-card-green .numbers::before {
  content: "";
  position: absolute;
  left: 35px;
  top: 73px;
  height: 100%;
  width: 2px;
  background: url(../img/line-bg-green.svg) no-repeat center top;
  opacity: 0.6;
}

.navigation-card-green .body-detailed .locations {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 5% 0% 2%;
  text-align: center;
  color: #fff;
}

.navigation-card-red .numbers {
  background: #FC3A3A;
  border-radius: 18px;
  text-align: center;
  color: #000;
  padding: 15px 5px;
  width: 70px;
  height: 70px;
  vertical-align: top;
  position: relative;
  margin-bottom: 25px;
}

.navigation-card-red .numbers::before {
  content: "";
  position: absolute;
  left: 35px;
  top: 73px;
  height: 100%;
  width: 2px;
  background: url(../img/line-bg-red.svg) no-repeat center top;
  opacity: 0.6;
}

.navigation-card-red .body-detailed .locations {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 5% 0% 2%;
  text-align: center;
  color: #fff;
}

.pro-tip {
  background: #fffdd0;
  color: #000;
  margin-top: 20px;
  border-radius: 18px;
  padding: 10px 20px;
}

.pro-tip h5 {
  font-size: 1.8rem;
  color: #000;
  font-weight: 700;
  line-height: 1.5;
  padding: 5px 0px 5px;
}

.pro-tip p {
  text-align: left;
  font-size: 1.2rem;
  font-weight: 500;
}

.blue-line-navigation-card {}

.power-logo {
  width: 200px;
  position: absolute;
  right: 0%;
  bottom: 4%;
}

.f-25 {
  font-size: 25px;
}

.distance-container {
  display: flex;
  justify-content: space-around;
  /* margin-top: 0px; */
}

.line-divider {
  border-right: 1px solid #4c4c4c;
}

.bi-direction-arrow-inside {
  width: 50%;
  opacity: 0.5;
}

.explore-link {
  background: #e08811;
  color: #fff;
  font-weight: 600;
  border-radius: 43px;
  padding: 0.5rem 1rem;
  border: none;
  font-size: 1.3rem;
  width: fit-content;
}
.topLogoContainer{
  width: 50%;
}
.flex{
  display: flex;
}