@media screen and (min-width: 1336px) and (max-width: 1599px) {
  .glow-card {
    width: 100%;
    text-align: center;
    color: #fff;
    max-width: 400px;
    margin-top: 11%;
  }

  .onboarding-section,
  .onboarding-parking-section {
    background-size: cover;
  }

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

  .glow-title {
    font-size: clamp(1.8rem, 3vw, 1.8rem);
    font-weight: 600;
  }

  img.dec-logo.mb-5 {
    margin-bottom: 2rem !important;
  }

  a.mt-4 img {
    margin-top: 10px;
    width: 30px;
  }

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

  .web-landing .card .p-5 {
    padding: 2rem !important;
  }

  .web-landing .card .row.p-5.pb-0 {
    padding: 0px 0 0 !important;
  }

  .web-landing .col-md-5.text-start.pb-5 {
    width: 30%;
  }

  .web-landing .col-md-7.line-content {
    width: 70%;
    text-align: right !important;
  }

  .col-md-5.text-start.pb-5 {
    padding-bottom: 2rem !important;
  }

  .line-content {
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 500;
    color: #fff;
    text-align: left;
  }

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

  .section-shuttle .col-md-6.my-auto.text-center img {
    width: 100%;
  }

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

  .section-shuttle .card.p-5.pt-4 {
    padding: 2.1rem 1.5rem 2.1rem !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1330px) {
  .dec-logo {
    max-width: 160px;
  }

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

  .onboarding-section,
  .onboarding-parking-section {
    background-size: cover;
  }

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

  img.dec-logo.mb-5 {
    margin-bottom: 2rem !important;
  }

  a.mt-4 img {
    margin-top: 10px;
  }

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

  .web-landing .card .p-5 {
    padding: 1.5rem !important;
  }

  .web-landing .card .col-md-5.text-start.pb-5 img {
    width: 80%;
  }

  .card.p-5.pt-4 {
    padding: 1.5rem !important;
  }

  .web-landing .card .row.p-5.pb-0 {
    padding: 20px 0 0 !important;
  }

  .col-md-5.text-start.pb-5 {
    padding-bottom: 1rem !important;
  }

  .line-content {
    font-size: 1.1rem;
    line-height: 1.3;
    font-weight: 500;
    color: #fff;
    text-align: left;
  }

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

  .section-shuttle .col-md-6.my-auto.text-center img {
    width: 100%;
  }



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

  .shuttle-info-blue {
    font-size: 1.5rem;
    color: #581d1a;
  }

  .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: #a8a8a8;
  }

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

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

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

  .pro-tip h5 {
    font-size: 1.6rem;
    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;
  }

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

  .power-logo {
    width: 200px;
    position: absolute;
    left: 1%;
    bottom: 5%;
    right: unset;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .dec-logo {
    max-width: 160px;
  }

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

  .onboarding-section,
  .onboarding-parking-section {
    background-size: cover;
  }

  .glow-title {
    font-size: 1.5rem;
    font-weight: 600;
  }

  img.dec-logo.mb-5 {
    margin-bottom: 1.5rem !important;
  }

  a.mt-4 img {
    margin-top: 10px;
  }

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

  .web-landing .card .p-5 {
    padding: 1.5rem !important;
  }

  .web-landing .card .col-md-5.text-start.pb-5 img {
    width: 100%;
  }

  .card.p-5.pt-4 {
    padding: 1.5rem !important;
  }

  .web-landing .card .row.p-5.pb-0 {
    padding: 10px 0 0 !important;
  }

  .col-md-5.text-start.pb-5 {
    padding-bottom: 0.8rem !important;
  }

  .line-content {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 500;
    color: #fff;
    text-align: left;
  }

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

  .section-shuttle .col-md-6.my-auto.text-center img {
    width: 100%;
  }


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

  .shuttle-info-blue {
    font-size: 1.5rem;
    color: #581d1a;
  }

  .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: #a8a8a8;
  }

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

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

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

  .pro-tip h5 {
    font-size: 1.6rem;
    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;
  }

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

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

  .inner-logo {
    background: url(../img/logo-bg.png) no-repeat center top;
    background-size: cover;
    padding: 16px 0px;
    margin-bottom: 30px;
  }

  .web-landing .col-md-5.text-start.pb-5 {
    width: 25%;
  }

  .web-landing .col-md-7.line-content {
    width: 75%;
  }

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

  .shuttle-detailed .col-md-6.text-center {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 30px;
  }

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

@media screen and (min-width: 560px) and (max-width: 767.99px) {
  .hero-section {
    min-height: 100vh;
    background: url(../img/web-intro-bg-mobile.png) no-repeat center top;
    background-size: cover;
  }

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

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

  .glow-card p {
    padding-bottom: 0rem;
  }

  h1.glow-title {
    margin-bottom: 5px;
  }

  .glow-title {
    font-size: 1.3rem;
    font-weight: 600;
  }

  img.dec-logo.mb-5 {
    margin-bottom: 1rem !important;
  }

  a.mt-4 img {
    margin-top: 5px;
    width: 40px;
  }

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

  .web-landing .card .p-5 {
    padding: 1.5rem !important;
  }

  .web-landing .card .col-md-5.text-start.pb-5 img {
    width: 90%;
  }

  .card.p-5.pt-4 {
    padding: 2.2rem 1.5rem 3.2rem !important;
  }

  .web-landing .card .row.p-5.pb-0 {
    padding: 10px 0 0 !important;
  }

  .col-md-5.text-start.pb-5 {
    padding-bottom: 0.8rem !important;
  }

  .line-content {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 500;
    color: #fff;
    text-align: left;
  }

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

  .section-shuttle .col-md-6.my-auto.text-center img {
    width: 100%;
  }



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

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

  .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: #581d1a;
  }

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

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

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

  .pro-tip h5 {
    font-size: 1.6rem;
    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;
  }

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

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

  .web-landing .col-md-5.text-start.pb-5 {
    width: 30%;
  }

  .web-landing .col-md-7.line-content {
    width: 70%;
  }

  .inner-logo {
    background: url(../img/logo-bg.png) no-repeat center top;
    background-size: cover;
    padding: 16px 0px;
    margin-bottom: 30px;
    overflow-x: hidden;
  }

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

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

  .onboarding-section {
    background: url(../img/web-onboarding-bg-mobile.png) no-repeat center top;
    background-size: cover;
  }

  .onboarding-parking-section {
    background: url(../img/Parking_Solution_web_Onboarding-bg-mobile.png) no-repeat center top;
    background-size: cover;
  }

  .section-shuttle {
    margin: 0 auto;
  }

  .section-shuttle img.mw-90 {
    max-width: 100% !important;
  }

  .available-shuttle {
    width: 95%;
  }

  .available-shuttle a.search {
    float: right;
    position: relative;
    top: -50px;
    z-index: 9;
  }

  .shuttle-detailed .col-md-6.text-center img.mw-90 {
    max-width: 100% !important;
  }

  .navigation-card-blue .header h5 img {
    width: 50px;
    font-size: 1.5rem;
  }

  .hero-section .row.align-items-center {
    min-height: calc(50vh - 100px) !important;
  }

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

  .hero-title {
    font-size: clamp(2rem, 5vw, 5.5rem);
    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: 1rem;
    font-size: 2rem;
  }

  .available-shuttle .row.pb-5 {
    padding-bottom: 0px !important;
  }

  .available-shuttle a.search {
    float: right;
    position: relative;
    top: -40px;
    z-index: 9;
  }

  .available-shuttle a.search img {
    width: 40px;
  }


  .power-logo {
    width: 200px;
    position: absolute;
    left: 1%;
    bottom: 5%;
    right: unset;
  }
}

@media screen and (min-width: 460px) and (max-width: 567.99px) {
  .hero-section {
    min-height: 100vh;
    background: url(../img/web-intro-bg-mobile.png) no-repeat center top;
    background-size: cover;
  }

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

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

  .glow-card p {
    padding-bottom: 0rem;
  }

  h1.glow-title {
    margin-bottom: 5px;
  }

  .glow-title {
    font-size: 1rem;
    font-weight: 600;
  }

  img.dec-logo.mb-5 {
    margin-bottom: 1rem !important;
  }

  a.mt-4 img {
    margin-top: 5px;
    width: 30px;
  }

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

  .web-landing .card .p-5 {
    padding: 1.5rem !important;
  }

  .web-landing .card .col-md-5.text-start.pb-5 img {
    width: 90%;
  }

  .card.p-5.pt-4 {
    padding: 1.5rem 1rem 1.2rem !important;
  }

  .web-landing .card .row.p-5.pb-0 {
    padding: 10px 0 0 !important;
  }

  .col-md-5.text-start.pb-5 {
    padding-bottom: 0.8rem !important;
  }

  .line-content {
    font-size: 0.9rem;
    line-height: 1.2;
    font-weight: 500;
    color: #fff;
    text-align: left;
  }

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

  .section-shuttle .col-md-6.my-auto.text-center img {
    width: 100%;
  }



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

  .shuttle-header .d-flex.align-items-center.gap-3 img {
    width: 50px;
  }

  .shuttle-header .next-arrow img {
    width: 15px !important;
  }

  span.arrow img {
    width: 20px !important;
    display: inline;
  }

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

  .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: #581d1a;
  }

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

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

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

  .pro-tip h5 {
    font-size: 1.6rem;
    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;
  }

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

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

  .web-landing .col-md-5.text-start.pb-5 {
    width: 30%;
  }

  .web-landing .col-md-7.line-content {
    width: 70%;
  }

  .web-landing .col-md-7.line-content img.mx-3 {
    width: 26px;
  }

  .inner-logo {
    background: url(../img/logo-bg.png) no-repeat center top;
    background-size: cover;
    padding: 16px 0px;
    margin-bottom: 30px;
    overflow-x: hidden;
  }

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

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

  .onboarding-section {
    background: url(../img/web-onboarding-bg-mobile.png) no-repeat center top;
    background-size: cover;
  }

  .onboarding-parking-section {
    background: url(../img/Parking_Solution_web_Onboarding-bg-mobile.png) no-repeat center top;
    background-size: cover;
  }

  .section-shuttle {
    margin: 0 auto;
  }

  .section-shuttle img.mw-90 {
    max-width: 100% !important;
  }

  .available-shuttle {
    width: 95%;
  }

  .available-shuttle a.search {
    float: right;
    position: relative;
    top: -50px;
    z-index: 9;
  }

  .shuttle-detailed .col-md-6.text-center img.mw-90 {
    max-width: 100% !important;
  }

  .navigation-card-blue .header h5 img {
    width: 50px;
    font-size: 1.5rem;
  }

  img.pe-4 {
    width: 60px;
  }

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

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

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

  .stepby-step-directions br {
    display: none;
  }

  .hero-section .row.align-items-center {
    min-height: calc(50vh - 100px) !important;
  }

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

  .hero-title {
    font-size: clamp(1.8rem, 5vw, 5.5rem);
    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: 0.5rem;
    font-size: 1.5rem;
  }

  .available-shuttle .row.pb-5 {
    padding-bottom: 0px !important;
  }

  .available-shuttle a.search {
    float: right;
    position: relative;
    top: -40px;
    z-index: 9;
  }

  .available-shuttle a.search img {
    width: 40px;
  }

  .power-logo {
    width: 200px;
    position: absolute;
    left: 1%;
    bottom: 5%;
    right: unset;
  }

  .locations .text-start img {
    width: 40px;
    float: left;
  }

  .locations .text-end img {
    width: 50px;
    float: right;
  }

  .locations .col-2.my-auto.text-center img {
    width: 2dvh;
  }

  .f-25 {
    font-size: 18px;
  }
  .topLogoContainer{
    width: 100%;
  }
}

@media screen and (min-width: 320px) and (max-width: 459.99px) {
  .hero-section {
    min-height: 100vh;
    background: url(../img/web-intro-bg-mobile.png) no-repeat center bottom;
    background-size: 100% auto;
  }
  .home-bg{
    background: #040718;
  }

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

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

  .glow-card p {
    padding-bottom: 0rem;
  }

  h1.glow-title {
    margin-bottom: 5px;
  }

  .glow-title {
    font-size: 1rem;
    font-weight: 600;
  }

  img.dec-logo.mb-5 {
    margin-bottom: 1rem !important;
  }

  a.mt-4 img {
    margin-top: 5px;
    width: 30px;
  }

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

  .web-landing .card .p-5 {
    padding: 1.5rem !important;
  }

  .web-landing .card .col-md-5.text-start.pb-5 img {
    width: 120%;
  }

  .card.p-5.pt-4 {
    padding: 1.5rem 1rem 1.2rem !important;
  }

  .web-landing .card .row.p-5.pb-0 {
    padding: 10px 0 0 !important;
  }

  .col-md-5.text-start.pb-5 {
    padding-bottom: 0.8rem !important;
  }

  .line-content {
    font-size: 0.8rem;
    line-height: 1.2;
    font-weight: 500;
    color: #fff;
    text-align: left;
  }

  .btn-find {
    background: #e08811;
    color: #fff;
    font-weight: 600;
    border-radius: 43px;
    padding: 0.5rem 1rem;
    border: none;
    font-size: 1.3rem;
    width: 100%;
  }

  .section-shuttle .col-md-6.my-auto.text-center img {
    width: 100%;
  }


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

  .shuttle-header .d-flex.align-items-center.gap-3 img {
    width: 40px;
  }

  .shuttle-header .next-arrow img {
    width: 10px !important;
  }

  span.arrow img {
    width: 15px !important;
    display: inline;
  }

  .shuttle-info-blue {
    font-size: 1rem;
    color: #a8a8a8;
  }

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

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

  .shuttle-info-gray {
    font-size: 1rem;
    color: #581d1a;
  }

  #linenavigationcard .header h5 {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
  }

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

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

  .pro-tip h5 {
    font-size: 1.6rem;
    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;
  }

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

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

  .web-landing .col-md-5.text-start.pb-5 {
    width: 30%;
  }

  .web-landing .col-md-7.line-content {
    width: 70%;
  }

  .web-landing .col-md-7.line-content img.mx-3 {
    width: 20px;
  }

  .web-landing img.mx-3 {
    margin: 0px 5px !important;
  }

  .inner-logo {
    background: url(../img/logo-bg.png) no-repeat center top;
    background-size: cover;
    padding: 16px 0px;
    margin-bottom: 30px;
    overflow-x: hidden;
  }

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

  .section-shuttle .card {
    background: url(../img/card-bg.png) no-repeat center top;
    background-size: cover;
    margin-top: 30px;
  }

  .onboarding-section {
    background: url(../img/web-onboarding-bg-mobile.png) no-repeat center top;
    background-size: cover;
  }

  .onboarding-parking-section {
    background: url(../img/Parking_Solution_web_Onboarding-bg-mobile.png) no-repeat center top;
    background-size: cover;
  }

  .section-shuttle {
    margin: 0 auto;
  }

  .section-shuttle img.mw-90 {
    max-width: 100% !important;
  }

  .available-shuttle h1 {
    font-size: 1.2rem;
  }

  .available-shuttle {
    width: 95%;
  }

  .available-shuttle .row.pb-5 {
    padding-bottom: 0px !important;
  }

  .available-shuttle a.search {
    float: right;
    position: relative;
    top: -40px;
    z-index: 9;
  }

  .available-shuttle a.search img {
    width: 40px;
  }

  .shuttle-detailed .col-md-6.text-center img.mw-90 {
    max-width: 100% !important;
  }

  #linenavigationcard .header h5 img {
    width: 35px !important;
    font-size: 1.2rem !important;
  }

  .locations img.pe-4 {
    width: 45px;
    padding-right: 10px !important;
  }

  .locations .col-4 {
    padding: 5px 5px;
  }

  .locations .col-4.my-auto.text-center img {
    width: 15px;
  }

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

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

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

  .stepby-step-directions br {
    display: none;
  }

  .hero-section .row.align-items-center {
    min-height: calc(40vh - 90px) !important;
  }

  .hero-tagline {
    color: #ff0f00;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-top: 90px;
  }

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

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

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

  .info-box img {
    height: 20px;
  }

  .shuttle-header .next-arrow {
    position: absolute;
    top: 27px;
    right: 10px;
  }



  .navigation-card-yellow .header h5 img {
    width: 35px;
    font-size: 1.2rem;
  }

  .navigation-card-yellow .locations img.pe-4 {
    width: 45px;
    padding-right: 10px !important;
  }


  .navigation-card-yellow .locations .col-4 {
    padding: 5px 5px;
  }

  .navigation-card-yellow .locations .col-4.my-auto.text-center img {
    width: 15px;
  }

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

  .navigation-card-yellow .numbers {

    border-radius: 10px;
    text-align: center;
    color: #000;
    padding: 5px 5px;
    width: 40px;
    height: 40px;
    vertical-align: top;
    position: relative;
    margin-bottom: 25px;
  }

  .navigation-card-yellow .numbers::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50px;
    height: 100%;
    width: 2px;
    opacity: 0.6;
  }


  .navigation-card-yellow .header h5 img {
    width: 35px;
    font-size: 1.2rem;
  }

  .navigation-card-yellow .locations img.pe-4 {
    width: 45px;
    padding-right: 10px !important;
  }


  .navigation-card-red .locations .col-4 {
    padding: 5px 5px;
  }

  .navigation-card-red .locations .col-4.my-auto.text-center img {
    width: 15px;
  }

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

  .navigation-card-red .numbers {

    border-radius: 10px;
    text-align: center;
    color: #000;
    padding: 5px 5px;
    width: 40px;
    height: 40px;
    vertical-align: top;
    position: relative;
    margin-bottom: 25px;
  }

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



  .navigation-card-yellow .header h5 img {
    width: 35px;
    font-size: 1.2rem;
  }

  .navigation-card-yellow .locations img.pe-4 {
    width: 45px;
    padding-right: 10px !important;
  }


  .navigation-card-red .locations .col-4 {
    padding: 5px 5px;
  }

  .navigation-card-green .locations .col-4.my-auto.text-center img {
    width: 15px;
  }

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

  .navigation-card-green .numbers {

    border-radius: 10px;
    text-align: center;
    color: #000;
    padding: 5px 5px;
    width: 40px;
    height: 40px;
    vertical-align: top;
    position: relative;
    margin-bottom: 25px;
  }

  .navigation-card-green .numbers::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50px;
    height: 100%;
    width: 2px;
    opacity: 0.6;
  }

  .power-logo {
        position: absolute;
        
        z-index: 999;
        bottom: 10%;
        left: 0%;
        right: 0%;
        margin: auto;
  }
  .power-logo img{
    width: 100%;
  }


  .locations .text-start img {
    width: 40px;
    float: left;
  }

  .locations .text-end img {
    width: 50px;
    float: right;
  }

  .locations .col-2.my-auto.text-center img {
    width: 2dvh;
  }

  .f-25 {
    font-size: 18px;
  }
  .countdown-timer{
    right: 65px;
  }
  .topLogoContainer{
    width: 100%;
  }
}