@media only screen and (min-width: 992px) {
  .hero h1 {
    font-size: 3rem;
  }

  .how-we-works .section-header {
    border-bottom: 0.25rem solid var(--clr-primary);
    margin-bottom: 0 !important;
    padding-bottom: 4rem;
  }

  .how-we-works .row {
    padding-top: 4rem;
  }

  .our-journey .intro-heading {
    font-size: 1.5rem;
    font-weight: 600;
  }

  .card.process::after {
    content: "";
    position: absolute;
    top: -4.3rem;
    left: 50%;
    transform: translateX(-50%);
    height: 4rem;
    width: 0.25rem;
    background: linear-gradient(var(--clr-primary), transparent);
  }
}

@media only screen and (max-width: 1440px) {
  .fullwidth-cta::before {
    bottom: 0;
    top: auto;
    left: 62.5%;
    height: 13rem;
    width: 13rem;
  }
}

@media only screen and (max-width: 1200px) {
  .fullwidth-cta::before {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .site-header .navbar-nav .nav-link {
    padding: 0.75rem;
  }

  .tour-video-container {
    height: auto;
  }
}

@media (max-width: 991px) {}

/* Mobile */
@media only screen and (max-width: 991px) {
  .site-header .navbar-nav .nav-link {
    padding: 0.75rem;
  }

  .announcement-bar .action.login::before {
    display: none;
  }

  .hero-image-container::before {
    display: none;
  }

  .car {
    transform: scale(1);
  }

  .datetime {
    font-size: 0.875rem;
  }

  .hero .separator {
    height: 0.25rem;
    bottom: 1.25rem;
  }

  .moving-car {
    max-width: 6rem;
    bottom: 0.75rem;
  }

  .why-choose-us .icon-box::before,
  .why-choose-us .icon-box::after,
  .why-choose-us .panel.left .icon-box::before,
  .why-choose-us .panel.left .icon-box::after {
    display: none;
  }

  .our-journey .journey {
    padding-left: 3rem;
  }

  .subpage-banner-img {
    display: none;
  }

  .map-container {
    padding-bottom: 0;
  }

  .map-container iframe {
    height: 14rem;
  }

  .our-locations {
    margin-top: 0;
  }

  .footer .footer-inner {
    padding-block: 2rem;
  }

  .copyright-bar {
    padding-block: 1.5rem;
  }

  .blogs-intro {
    align-self: auto;
  }

  .career-header .row {
    gap: 1rem;
  }

  .job-layout {
    grid-template-columns: repeat(2, 1fr);
  }

  .masonary-grid {
    column-count: 2;
  }
}

@media only screen and (max-width: 767px) {
  .site-header .announcement-bar {
    max-height: var(--announcement-height, 3.3125rem);
  }

  .site-header .announcement-bar li,
  .site-header .announcement-bar li a {
    display: flex;
    font-size: 0.75rem;
  }

  .service-strip .service-marquee__group {
    gap: 1.5rem;
    padding-inline: 1rem;
  }

  .service-strip .service-marquee__group i {
    height: 0.8rem;
    width: 0.8rem;
  }

  .about .contact-handle {
    width: 100%;
  }

  .video-control-btn.btn[data-size="fit"] {
    height: 2.5rem;
    width: 2.5rem;
  }

  .popular-car-item h3 {
    margin-bottom: -1rem;
  }

  .popular-car-item__image {
    min-height: 12rem;
  }

  .popular-car-item__amount {
    right: 0;
    bottom: 0.25rem;
  }

  .trusted-partners__track {
    animation-duration: 18s;
  }

  .trusted-partners__group {
    min-height: 5rem;
    gap: 1.5rem;
  }

  .service-statistics {
    margin-right: auto;
    max-height: 8rem;
  }

  .career-header .row>div,
  .career-header .row>div:last-child .d-flex {
    width: 100%;
  }

  .career-header .row>div:last-child .d-flex {
    justify-content: stretch;
  }

  .career-header .row>div:last-child button {
    flex: 1;
  }

  .careers>.container>.row {
    display: block;
  }

  .careers>.container>.row>.col-3,
  .careers>.container>.row>.col-9 {
    width: 100%;
  }

  .job-filters {
    margin-bottom: 1.5rem;
  }

  .job-layout {
    grid-template-columns: 1fr;
  }

  .masonary-grid {
    column-count: 1;
  }
}

.section,
.site-header .announcement-bar,
.navbar,
.footer {
  padding-inline: 1rem;
}

@media (min-width: 48rem) {

  .section,
  .site-header .announcement-bar,
  .navbar,
  .footer {
    padding-inline: 2rem;
  }
}

@media (min-width: 64rem) {

  .section,
  .site-header .announcement-bar,
  .navbar,
  .footer {
    padding-inline: 2rem;
  }
}

@media (min-width: 80rem) {

  .section,
  .site-header .announcement-bar,
  .navbar,
  .foote {
    padding-inline: 2rem;
  }
}

@media (min-width: 96rem) {

  .section,
  .site-header .announcement-bar,
  .navbar,
  .footer {
    padding-inline: 3rem;
  }
}

@media (prefers-reduced-motion: reduce) {

  .service-marquee__track,
  .trusted-partners__track {
    animation-play-state: paused;
  }
}