*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  display: block;
}

.slick-slider .slick-arrow.slick-next {
  right: 0;
  z-index: 999;
}
.slick-slider .slick-arrow.slick-prev {
  left: 0;
  z-index: 999;
}

.mb-banner-overlap {
  display: block;
  background: #be1111;
  height: 207px;
  position: relative;
}
.mb-banner-overlap .banner-image {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 195px;
  height: 28px;
}
.mb-banner-overlap .banner-details {
  position: absolute;
  bottom: 25px;
  max-width: 200px;
  left: 50%;
  transform: translateX(-50%);
  display: contents;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mb-banner-overlap .banner-details ol.bredcrumbs {
  display: flex;
  list-style: none;
  padding: 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25vw;
  letter-spacing: 0.1875vw;
  text-transform: uppercase;
}
.mb-banner-overlap .banner-tag {
  background: #be1111;
  position: absolute;
  width: 325px;
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  transform: translateX(-50%);
  top: -70px;
  padding-top: 30px;
}
.mb-banner-overlap .banner-tag .banner-title {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
}
.mb-banner-overlap .banner-tag .banner-title .bredcrumbs {
  display: flex;
  list-style: none;
  padding: 0;
}
.mb-banner-overlap .banner-tag .banner-title .bredcrumbs li:not(:last-child)::after {
  content: "|";
  margin: 0 10px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.mb-banner-overlap .banner-tag .banner-title .bredcrumbs li a {
  color: #fff;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  text-decoration: none;
}
.mb-banner-overlap .banner-tag .banner-title .bredcrumbs li a:hover {
  color: #ffc107;
}
.mb-banner-overlap .banner-tag .banner-title .bredcrumbs li a span {
  color: #fff;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.mb-banner-overlap .banner-tag .banner-title .bredcrumbs li a span:hover {
  color: #ffc107;
}
.mb-banner-overlap .page-name {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: -2px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 20px;
}
.mb-banner-overlap .banner-para {
  color: #fff;
  text-align: center;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.26px;
  padding-left: 25px;
  padding-right: 25px;
}
.mb-banner-overlap .underline {
  text-decoration: none;
}

@media only screen and (min-width: 1200px) {
  .hide-image {
    display: none;
  }
  /* When video is enabled, ensure it is displayed */
  /* When video is disabled, ensure the image is displayed */
  .image-enable img {
    display: block;
  }
  /* Ensure video is hidden when not enabled */
  .image-enable video {
    display: none;
  }
  .link {
    text-decoration: none;
  }
  .image-wrapper {
    border-radius: 2.6041666667vw;
    padding-bottom: 0vw;
    margin-top: 0vw;
    margin-bottom: 0vw;
    height: 100%;
  }
  .countdown-icon-bg {
    width: 6.25vw;
    height: 6.25vw;
  }
  .underline {
    text-decoration: none;
  }
}
.link {
  text-decoration: none;
}

.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-up-active {
  opacity: 1;
  transform: translateY(0);
}

/* Hide scrollbar arrows in WebKit browsers */
::-webkit-scrollbar-button {
  display: none;
}

/* Optional: Customize scrollbar width or background */
::-webkit-scrollbar {
  width: 8px;
  background-color: #f1f1f1;
}

/* Optional: Customize scrollbar track */
::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

/* Optional: Customize scrollbar handle */
::-webkit-scrollbar-thumb {
  background-color: #888;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

@keyframes scaleDown {
  from {
    transform: scale(1.5);
  }
  to {
    transform: scale(1);
  }
}
.slick-dots li:nth-child(n+5) {
  display: none;
}

html {
  scroll-behavior: smooth;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.underline {
  text-decoration: none;
}

.pg-technology .cmp-section--cmp-cards-with-popup .cmp-cards-with-popup,
.pg-safety .cmp-section--cmp-cards-with-popup .cmp-cards-with-popup,
.pg-compliance .cmp-section--cmp-cards-with-popup .cmp-cards-with-popup {
  padding-bottom: 60px;
}
@media only screen and (min-width: 1200px) {
  .pg-technology .cmp-section--cmp-cards-with-popup .cmp-cards-with-popup,
  .pg-safety .cmp-section--cmp-cards-with-popup .cmp-cards-with-popup,
  .pg-compliance .cmp-section--cmp-cards-with-popup .cmp-cards-with-popup {
    padding-bottom: 3.125vw;
  }
}

.pg-sustainability .main-banner .video-enable video {
  object-position: bottom !important;
}

.wpcf7-response-output {
  color: white !important;
}

/* ==========================================================================
   Page loader
   A small lorry travelling forward: the road markings run backwards beneath a
   silhouette that only bobs on its suspension, which costs one short animation
   instead of moving the vehicle itself. Inline SVG, so no extra request.

   Markup sits at the top of header.php just after wp_body_open(), driven by
   the inline script there: .is-hidden fades it out on window load (or after a
   6s safety timeout) and html.is-loading holds the scroll meanwhile. It lives
   in common.scss because style.css is the only stylesheet every template
   loads.
   ========================================================================== */
.site-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.45s ease, visibility 0s linear 0s;
}
.site-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  /* visibility is delayed by the length of the fade, so the overlay is not
     pulled out of the paint on the first frame. */
  transition: opacity 0.45s ease, visibility 0s linear 0.45s;
}
.site-loader__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Tight: the lorry carries its own ground shadow, so a wide gap would
     leave it floating above the road rather than sitting on it. */
  gap: 6px;
}
.site-loader {
  /* Positioning context for the gusts, sized to the lorry so they can be
     pinned relative to it rather than to the overlay. */
}
.site-loader__stage {
  position: relative;
  width: 92px;
}
.site-loader {
  /* Sits in the gutter to the left of the lorry - right: 100% puts it entirely
     behind the vehicle, which is where a slipstream belongs. */
}
.site-loader__gusts {
  position: absolute;
  top: 14%;
  bottom: 32%;
  right: 100%;
  width: 54px;
  margin-right: 5px;
  pointer-events: none;
}
.site-loader__gusts span {
  position: absolute;
  right: 0;
  height: 2px;
  border-radius: 2px;
  background: rgba(35, 31, 32, 0.32);
  animation: site-loader-gust 0.9s linear infinite;
}
.site-loader__gusts {
  /* Different lengths, heights and delays: three identical streaks pulsing
     together read as a blinking pattern, not as moving air. */
}
.site-loader__gusts span:nth-child(1) {
  top: 8%;
  width: 30px;
}
.site-loader__gusts span:nth-child(2) {
  top: 46%;
  width: 19px;
  animation-delay: 0.3s;
}
.site-loader__gusts span:nth-child(3) {
  top: 80%;
  width: 37px;
  animation-delay: 0.55s;
}
.site-loader__lorry {
  display: block;
  width: 100%;
  height: auto;
  /* Suspension bob only, barely over a pixel. Anything larger reads as
     hitting a bump rather than as travelling. */
  animation: site-loader-bob 0.46s ease-in-out infinite alternate;
}
.site-loader {
  /* Asphalt band with a painted centre line, rather than the bare hairline of
     dashes this replaced - the surface gives the markings something to sit on.
     Wider than the lorry so the road arrives before it and carries on past. */
}
.site-loader__road {
  position: relative;
  overflow: hidden;
  width: 168px;
  height: 5px;
  border-radius: 1px;
  background: rgba(35, 31, 32, 0.16);
  /* Faded at both ends instead of stopping dead, so the road reads as a
     stretch of a longer one - the mask does the tapering, the 1px radius
     above only softens the asphalt edge. */
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 18%, #000 82%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, #000 18%, #000 82%, transparent 100%);
  /* Centre line, painted white on the asphalt and running backwards under
     the lorry - moving the ground rather than the vehicle is what sells
     travel and keeps the lorry centred. */
}
.site-loader__road::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1.6px;
  margin-top: -0.8px;
  /* One dash period wider than the road, so the reset is never visible. */
  width: calc(100% + 30px);
  background-image: repeating-linear-gradient(to right, #fff 0 12px, transparent 12px 30px);
  animation: site-loader-tarmac 0.38s linear infinite;
}

/* Without this the document scrolls behind the overlay while it is up. */
html.is-loading,
html.is-loading body {
  overflow: hidden;
}

@keyframes site-loader-bob {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-1.2px);
  }
}
/* Shifts by exactly one dash period (12px mark + 18px gap) so the markings
   line back up on every cycle. Negative, so the road runs backwards under a
   lorry facing right. */
@keyframes site-loader-tarmac {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-30px);
  }
}
/* Each streak starts just off the cab, stretches away and fades out. Fading at
   both ends is what keeps it reading as air rather than as a solid dash. */
@keyframes site-loader-gust {
  0% {
    transform: translateX(14px);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    transform: translateX(-34px);
    opacity: 0;
  }
}
/* Motion-sensitive visitors keep the overlay and its fade-out. A parked lorry
   on a marked road still reads correctly, so nothing needs substituting. */
@media (prefers-reduced-motion: reduce) {
  .site-loader__lorry,
  .site-loader__road::after,
  .site-loader__gusts span {
    animation: none;
  }
  /* Streaks only exist as motion, so with the animation off they would sit
     frozen mid-air. Hidden outright instead. */
  .site-loader__gusts {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .site-loader__inner {
    gap: 0.4166666667vw;
  }
  .site-loader__stage {
    width: 6.4583333333vw;
  }
  .site-loader__gusts {
    width: 3.75vw;
    margin-right: 0.3645833333vw;
  }
  .site-loader__gusts span:nth-child(1) {
    width: 2.0833333333vw;
  }
  .site-loader__gusts span:nth-child(2) {
    width: 1.3541666667vw;
  }
  .site-loader__gusts span:nth-child(3) {
    width: 2.6041666667vw;
  }
  .site-loader__road {
    width: 11.7708333333vw;
    height: 0.3645833333vw;
  }
}
/* ==========================================================================
   Editor content pages
   The fallback page.php renders when a page has no ACF components, plus the
   Privacy Policy / Terms templates. Nothing styled .page-content before, so
   this content arrived at browser defaults - Times, no spacing, full-bleed
   measure. Legal copy is long, so the measure is capped for readability.
   ========================================================================== */
.page-content {
  padding: 40px 0 70px;
}
.page-content .section-wrapper {
  width: 83%;
  margin-left: auto;
  margin-right: auto;
}
.page-content__title {
  color: #BE1111;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -1.6px;
  text-transform: capitalize;
  margin: 0 0 24px;
}
.page-content__body,
.page-content .pp-page-content-wrap {
  /* ~70 characters a line. Long legal copy set the full width of the page is
     hard to track back from one line to the next. */
  max-width: 760px;
  color: #231F20;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.28px;
  /* The editor emits a flat run of headings, paragraphs and lists, so these
     are styled by element rather than by class. */
}
.page-content__body h1,
.page-content__body h2,
.page-content__body h3,
.page-content__body h4,
.page-content__body h5,
.page-content__body h6,
.page-content .pp-page-content-wrap h1,
.page-content .pp-page-content-wrap h2,
.page-content .pp-page-content-wrap h3,
.page-content .pp-page-content-wrap h4,
.page-content .pp-page-content-wrap h5,
.page-content .pp-page-content-wrap h6 {
  color: #1B1B1B;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: -0.4px;
  /* Tighter below than above, so a heading groups with the text it
     introduces instead of floating between blocks. */
  margin: 34px 0 10px;
}
.page-content__body h1:first-child,
.page-content__body h2:first-child,
.page-content__body h3:first-child,
.page-content__body h4:first-child,
.page-content__body h5:first-child,
.page-content__body h6:first-child,
.page-content .pp-page-content-wrap h1:first-child,
.page-content .pp-page-content-wrap h2:first-child,
.page-content .pp-page-content-wrap h3:first-child,
.page-content .pp-page-content-wrap h4:first-child,
.page-content .pp-page-content-wrap h5:first-child,
.page-content .pp-page-content-wrap h6:first-child {
  margin-top: 0;
}
.page-content__body h1,
.page-content__body h2,
.page-content .pp-page-content-wrap h1,
.page-content .pp-page-content-wrap h2 {
  font-size: 22px;
  line-height: 30px;
}
.page-content__body h3,
.page-content__body h4,
.page-content .pp-page-content-wrap h3,
.page-content .pp-page-content-wrap h4 {
  font-size: 18px;
  line-height: 26px;
}
.page-content__body h5,
.page-content__body h6,
.page-content .pp-page-content-wrap h5,
.page-content .pp-page-content-wrap h6 {
  font-size: 15px;
  line-height: 24px;
}
.page-content__body ul,
.page-content__body ol,
.page-content .pp-page-content-wrap ul,
.page-content .pp-page-content-wrap ol {
  margin: 0 0 16px;
  padding-left: 22px;
}
.page-content__body li,
.page-content .pp-page-content-wrap li {
  margin-bottom: 8px;
}
.page-content__body,
.page-content .pp-page-content-wrap {
  /* Nested lists carry their own bottom margin already. */
}
.page-content__body li > ul,
.page-content__body li > ol,
.page-content .pp-page-content-wrap li > ul,
.page-content .pp-page-content-wrap li > ol {
  margin: 8px 0 0;
}
.page-content__body strong,
.page-content__body b,
.page-content .pp-page-content-wrap strong,
.page-content .pp-page-content-wrap b {
  color: #1B1B1B;
  font-weight: 600;
}
.page-content__body a,
.page-content .pp-page-content-wrap a {
  color: inherit;
  text-decoration: none;
  -webkit-text-fill-color: currentColor;
  /* Long addresses and URLs in legal text would otherwise push the page
     sideways on a phone. */
  overflow-wrap: break-word;
  transition: color 0.25s ease;
}
.page-content__body a:hover, .page-content__body a:focus-visible,
.page-content .pp-page-content-wrap a:hover,
.page-content .pp-page-content-wrap a:focus-visible {
  color: #E11837;
}
.page-content__body table,
.page-content .pp-page-content-wrap table {
  width: 100%;
  margin: 0 0 16px;
  border-collapse: collapse;
}
.page-content__body table th,
.page-content__body table td,
.page-content .pp-page-content-wrap table th,
.page-content .pp-page-content-wrap table td {
  padding: 10px 12px;
  border: 1px solid rgba(35, 35, 36, 0.2);
  text-align: left;
  vertical-align: top;
}
.page-content__body table th,
.page-content .pp-page-content-wrap table th {
  color: #1B1B1B;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.page-content__body img,
.page-content .pp-page-content-wrap img {
  max-width: 100%;
  height: auto;
}
.page-content__body > *:last-child,
.page-content .pp-page-content-wrap > *:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
  .page-content {
    padding: 3.6458333333vw 0 7.2916666667vw;
  }
  .page-content__title {
    font-size: 2.5vw;
    line-height: 3.0208333333vw;
    letter-spacing: -0.125vw;
    margin-bottom: 1.7708333333vw;
  }
  .page-content__body,
  .page-content .pp-page-content-wrap {
    max-width: 46.875vw;
    font-size: 0.9375vw;
    line-height: 1.6666666667vw;
    letter-spacing: -0.01875vw;
  }
  .page-content__body h1,
  .page-content__body h2,
  .page-content .pp-page-content-wrap h1,
  .page-content .pp-page-content-wrap h2 {
    font-size: 1.5625vw;
    line-height: 2.0833333333vw;
  }
  .page-content__body h3,
  .page-content__body h4,
  .page-content .pp-page-content-wrap h3,
  .page-content .pp-page-content-wrap h4 {
    font-size: 1.25vw;
    line-height: 1.7708333333vw;
  }
  .page-content__body h5,
  .page-content__body h6,
  .page-content .pp-page-content-wrap h5,
  .page-content .pp-page-content-wrap h6 {
    font-size: 1.0416666667vw;
    line-height: 1.5625vw;
  }
  .page-content__body h1,
  .page-content__body h2,
  .page-content__body h3,
  .page-content__body h4,
  .page-content__body h5,
  .page-content__body h6,
  .page-content .pp-page-content-wrap h1,
  .page-content .pp-page-content-wrap h2,
  .page-content .pp-page-content-wrap h3,
  .page-content .pp-page-content-wrap h4,
  .page-content .pp-page-content-wrap h5,
  .page-content .pp-page-content-wrap h6 {
    margin: 2.5vw 0 0.7291666667vw;
  }
  .page-content__body h1:first-child,
  .page-content__body h2:first-child,
  .page-content__body h3:first-child,
  .page-content__body h4:first-child,
  .page-content__body h5:first-child,
  .page-content__body h6:first-child,
  .page-content .pp-page-content-wrap h1:first-child,
  .page-content .pp-page-content-wrap h2:first-child,
  .page-content .pp-page-content-wrap h3:first-child,
  .page-content .pp-page-content-wrap h4:first-child,
  .page-content .pp-page-content-wrap h5:first-child,
  .page-content .pp-page-content-wrap h6:first-child {
    margin-top: 0;
  }
  .page-content__body ul,
  .page-content__body ol,
  .page-content .pp-page-content-wrap ul,
  .page-content .pp-page-content-wrap ol {
    padding-left: 1.4583333333vw;
  }
  .page-content__body li,
  .page-content .pp-page-content-wrap li {
    margin-bottom: 0.5208333333vw;
  }
}
.pg-privacy-policy .navbar-conatiner {
  display: flex;
  width: 100%;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08) !important;
}
.pg-privacy-policy .pp-page {
  padding-top: 10px !important;
  padding-bottom: 70px !important;
}
@media only screen and (min-width: 1200px) {
  .pg-privacy-policy .navbar-conatiner {
    display: flex;
    width: 100%;
    box-shadow: 0 0.1041666667vw 0.625vw rgba(0, 0, 0, 0.08) !important;
  }
  .pg-privacy-policy .pp-page {
    padding-top: 2.0833333333vw !important;
    padding-bottom: 7.2916666667vw !important;
    width: 51% !important;
  }
}

/* The footer / overlap-card CTA heading is one <h2> whose second line is a
   <span class="section-title-two">. It used to be an <h4>, which skipped a
   heading level; as a span it needs telling to take its own line. Single-class
   so the nested rules that set its type keep winning. */
.section-title-two {
  display: block;
}

.banner-overlap {
  display: block;
  background: #be1111;
  height: 207px;
  position: relative;
  top: unset;
}
.banner-overlap .banner-image {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 53px;
  left: 50%;
  transform: translateX(-50%);
  width: 195px;
  height: 28px;
}
.banner-overlap .banner-details {
  position: absolute;
  bottom: 25px;
  max-width: 200px;
  left: 50%;
  transform: translateX(-50%);
  display: contents;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner-overlap .banner-tag {
  background: #be1111;
  position: absolute;
  width: 325px;
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  transform: translateX(-50%);
  top: -99px;
  padding-top: 30px;
}
.banner-overlap .banner-tag .banner-title {
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -2.4px;
  text-transform: uppercase;
  max-width: 326px;
}
.banner-overlap .banner-para {
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: 5.28px;
  text-transform: uppercase;
  padding-top: 65px;
  width: 310px;
  margin-left: auto;
  margin-right: auto;
}
.banner-overlap .success-btn {
  border-radius: 30px;
  background: #E11837;
  box-shadow: 0px 5px 20px 0px rgba(237, 28, 36, 0.5);
  color: #fff;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  border: none;
  width: 147px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
}
.banner-overlap .success-btn::before {
  content: "";
  background-image: url("../images/button-icon.png");
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 20px;
}

.section-wrapper {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
}
.section-wrapper .image-wrapper {
  border-radius: 25px;
}
.section-wrapper .transportation-mb {
  display: block;
}
.section-wrapper .transportation-mb .section-title {
  color: #BE1111;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -2px;
  text-transform: capitalize;
}
.section-wrapper .transportation-mb .section-title--highlight {
  color: #1B1B1B;
}
.section-wrapper .transportation-section {
  display: block;
  padding-top: 30px;
}
.section-wrapper .transportation-section .transportation-img .image-wrapper {
  width: 100%;
  height: 310px;
  object-fit: cover;
}
.section-wrapper .transportation-section .section-details {
  display: block;
}
.section-wrapper .transportation-section .section-details .transportation-desktop {
  display: none;
}
.section-wrapper .transportation-section .section-details .transportation-desktop .section-title {
  color: #BE1111;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -2px;
  text-transform: capitalize;
}
.section-wrapper .transportation-section .section-details .transportation-desktop .section-title--highlight {
  color: #1b1b1b;
}
.section-wrapper .transportation-section .section-details .wrapper-with-image {
  flex-direction: column-reverse;
  display: flex;
  text-align: center;
}
.section-wrapper .transportation-section .section-details .wrapper-with-image .transportation-details-mb {
  display: block;
  padding-top: 20px;
}
.section-wrapper .transportation-section .section-details .wrapper-with-image .image-wrapper {
  margin-top: 20px;
  border-radius: 25px;
  width: 100%;
  height: 310px;
  object-fit: cover;
}
.section-wrapper .transportation-section .section-details .wrapper-with-image .section-para {
  color: #231F20;
  text-align: center;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.26px;
}
.section-wrapper .transportation-section .section-details .wrapper-with-image .success-btn {
  border-radius: 30px;
  background: #E11837;
  box-shadow: 0px 5px 20px 0px rgba(237, 28, 36, 0.5);
  color: #fff;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  border: none;
  width: 149px;
  height: 46px;
}

.why-image {
  width: 325px;
  height: 250px;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}
.why-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(75, 76, 77, 0) 0.12%, rgba(19, 19, 19, 0.9) 113.75%);
}
.why-image .image-wrapper {
  width: 325px;
  height: 250px;
  object-fit: cover;
  border-radius: inherit;
}
.why-image .image-wrapper .image-wrapper {
  margin-top: 3.125vw;
  margin-bottom: 2.6041666667vw;
}

.section-nowrapper {
  width: 83%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  top: 47px;
  margin-top: unset;
}
.section-nowrapper .since-container {
  position: relative;
  display: block;
  justify-content: right;
  margin-right: -1.875vw;
}
.section-nowrapper .since-container .image-wrapper {
  border-radius: 25px;
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.section-nowrapper .since-container .since-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: -70%;
  transform: translatex(-50%);
  border-radius: 2.6041666667vw;
  background: rgba(238, 238, 238, 0.6);
  backdrop-filter: blur(20px);
  width: 275px;
  height: 234px;
  padding: 1.0416666667vw 2.6041666667vw;
  flex-shrink: 0;
}
.section-nowrapper .since-container .since-wrapper .since-box {
  width: unset;
  height: unset;
  justify-content: center;
  gap: 20px;
}
.section-nowrapper .since-container .since-wrapper .since-box .since-title {
  color: #1b1b1b;
  font-family: "Be Vietnam Pro", sans-serif;
  font-style: normal;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 400;
  line-height: 70px;
  letter-spacing: -1.2px;
}
.section-nowrapper .since-container .since-wrapper .since-box .since-year {
  color: #1b1b1b;
  font-family: "Be Vietnam Pro", sans-serif;
  font-style: normal;
  text-transform: capitalize;
  font-size: 48px;
  font-weight: 500;
  line-height: 70px;
  letter-spacing: -4.8px;
}
.section-nowrapper .since-container .since-wrapper .section-para {
  color: #231f20;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.26px;
  text-align: center;
}
.section-nowrapper .since-container .since-wrapper .image-wrapper {
  flex: 1;
  max-width: 50%;
  object-fit: cover;
  border-radius: 1.3020833333vw;
  display: block;
  width: 100%;
  height: 100%;
}

.section-wrapper {
  width: 83%;
  margin-right: auto;
  margin-left: auto;
}
.section-wrapper .section-title {
  color: #BE1111;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -2px;
  text-transform: capitalize;
}
.section-wrapper .section-title--highlight {
  color: #1B1B1B;
}
.section-wrapper .section-para {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  color: #231F20;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625vw;
  letter-spacing: -0.01875vw;
  text-align: center;
  padding-top: 1.5625vw;
  margin-bottom: 10px;
  padding-bottom: 4.1666666667vw;
}
.section-wrapper .operate-cards {
  display: flex;
  justify-content: space-around;
}
.section-wrapper .operate-cards .operate-card {
  border-radius: 25px;
  border: 1px solid rgba(35, 35, 36, 0.5);
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
  width: 325px;
  height: 321px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.section-wrapper .operate-cards .operate-card .operate-icon-cover {
  position: relative;
}
.section-wrapper .operate-cards .operate-card .operate-icon-cover .operate-icon {
  position: relative;
  width: auto;
  height: auto;
  object-fit: cover;
  z-index: 1;
  top: 26%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-wrapper .operate-cards .operate-card .card-title {
  color: rgba(27, 27, 27, 0.8);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4583333333vw;
  text-transform: uppercase;
  padding-bottom: 1.8229166667vw;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
.section-wrapper .operate-cards .operate-card .crad-pra {
  color: #231f20;
  text-align: center;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625vw;
  letter-spacing: -0.0166666667vw;
  padding-bottom: 2.6041666667vw;
  margin-bottom: 0vw;
  padding-left: 1.0416666667vw;
  padding-right: 1.0416666667vw;
}

.section-wrapper-single {
  width: 83%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
  margin-top: unset;
}
.section-wrapper-single .section-title {
  color: #BE1111;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -2px;
  text-transform: capitalize;
}
.section-wrapper-single .section-title--highlight {
  color: #1b1b1b;
}
.section-wrapper-single .section-para {
  color: #231F20;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.26px;
  padding-left: 0;
  margin: 0px;
  width: 100%;
  text-align: center;
  padding-top: 30px;
}

.operate-container {
  position: relative;
}
.operate-container .section-wrapper {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
}
.operate-container .section-wrapper .operate-cards {
  justify-content: space-around;
  gap: 55px;
  display: flex;
  flex-direction: column;
}
.operate-container .section-wrapper .operate-cards .operate-card {
  border-radius: 25px;
  border: 1px solid rgba(35, 35, 36, 0.5);
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
  width: 325px;
  height: 321px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin: auto;
}
.operate-container .section-wrapper .operate-cards .operate-card .card-title {
  color: rgba(27, 27, 27, 0.8);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  text-transform: uppercase;
  padding-bottom: 1.5625vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0vw;
}
.operate-container .section-wrapper .operate-cards .operate-card .crad-pra {
  color: #231f20;
  text-align: center;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.28px;
  padding-bottom: 30px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.operate-container .operate-cover-container {
  width: 100%;
  display: none;
}
.operate-container .operate-cover-container .operate-cover {
  width: 100%;
  position: absolute;
  top: 15.625vw;
  z-index: -1;
  height: 15.625vw;
}

.leader-containetr {
  padding-top: 70px;
  margin-top: 80px;
}
.leader-containetr .section-title {
  color: #BE1111;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  /* 125% */
  letter-spacing: -2px;
  text-transform: capitalize;
}
.leader-containetr .section-title--highlight {
  color: #1B1B1B;
  padding-bottom: 50px;
}
.leader-containetr .leaders-row {
  width: 100%;
  margin: 0 auto;
}
.leader-containetr .leaders-row .leaders-cards {
  display: flex;
}
.leader-containetr .leaders-row .leaders-cards .leaders-card {
  border-radius: 25px;
  background: #fff;
  box-shadow: 0px 4px 20.4px 0px #dee2e6;
  height: 120px;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  overflow: hidden;
  margin-bottom: 25px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.leader-containetr .leaders-row .leaders-cards .leaders-card .brand-icon {
  width: 100px;
  height: auto;
  object-fit: contain;
}
.leader-containetr .leaders-row .leaders-cards .slick-list {
  padding: 0 20% 0 20% !important;
  padding-top: 20px !important;
}
.leader-containetr .slick-dots {
  display: none !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  bottom: -40px;
}
.leader-containetr .slick-dots li {
  width: 1.5625vw;
  height: 3px;
  background-color: #e8c2bd;
  border-radius: 0.5208333333vw;
  transition: background-color 0.3s, width 0.3s;
}
.leader-containetr .slick-dots li.slick-active {
  width: 2.0833333333vw;
  background-color: #be1111;
}
.leader-containetr .slick-dots li button {
  opacity: 0;
}

.section-certification {
  width: 100%;
  padding-top: 30px;
  justify-content: space-between;
}
.section-certification .mb-certification {
  display: block;
}
.section-certification .mb-certification .section-title {
  color: #BE1111;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -2.4px;
  text-transform: capitalize;
}
.section-certification .mb-certification .section-title--highlight {
  color: #1B1B1B;
}
.section-certification .industry-wrapper-one {
  position: relative;
  width: 100%;
}
.section-certification .industry-wrapper-one img.certification-img {
  object-fit: contain;
  height: 100%;
}
.section-certification .industry-wrapper-one .whywe {
  position: absolute;
  top: 160px;
  left: 0px;
  object-fit: contain;
}
.section-certification .industry-wrapper-two {
  width: 100%;
  padding-top: 40px;
}
.section-certification .industry-wrapper-two .mb-certification {
  display: block;
}
.section-certification .industry-wrapper-two .mb-certification .section-title {
  color: #BE1111;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 700;
  line-height: 3.125vw;
  letter-spacing: -0.125vw;
  text-transform: capitalize;
}
.section-certification .industry-wrapper-two .mb-certification .section-title--highlight {
  color: #1B1B1B;
  padding-bottom: 4.1666666667vw;
}
.section-certification .industry-wrapper-two .desktop-certification {
  display: none;
  padding-left: 0px;
}
.section-certification .industry-wrapper-two .certification-row .certifications_cards .certifications_card {
  border: 0.0520833333vw solid rgba(35, 35, 36, 0.5);
  background: #fff;
  width: 325px;
  height: 356px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 25px;
}
.section-certification .industry-wrapper-two .certification-row .certifications_cards .certifications_card .card-title {
  color: rgba(27, 27, 27, 0.8);
  text-align: center;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  text-transform: uppercase;
  padding-top: 40px;
  padding-bottom: 30px;
}
.section-certification .industry-wrapper-two .certification-row .certifications_cards .certifications_card .crad-pra {
  color: #231f20;
  text-align: center;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.28px;
  padding-bottom: 2.6041666667vw;
  margin-bottom: 0vw;
  padding-left: 20px;
  padding-right: 20px;
}
.section-certification .industry-wrapper-two .certification-row .certifications_cards .slick-list {
  padding: 0 90px !important;
}
.section-certification .section-title {
  color: #BE1111;
  text-align: start;
  font-family: "Poppins", sans-serif;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 700;
  line-height: 3.125vw;
  letter-spacing: -0.125vw;
  text-transform: capitalize;
}
.section-certification .section-title--highlight {
  color: #1B1B1B;
  padding-bottom: 2.96875vw;
}
.section-certification .slick-certificate-back,
.section-certification .slick-certificate-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  width: 46px;
  height: 46px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  font-size: 0;
}
.section-certification .slick-certificate-back::before,
.section-certification .slick-certificate-next::before {
  display: none;
}
.section-certification .slick-certificate-back {
  top: 116%;
  right: 53%;
  background-image: url("../images/back.png");
}
.section-certification .slick-certificate-next {
  top: 116%;
  right: 34%;
  background-image: url("../images/next.png");
}

.section-wrapper {
  width: 83%;
  margin-right: auto;
  margin-left: auto;
}
.section-wrapper .instergram-container {
  align-items: center;
  flex-direction: column;
}
.section-wrapper .instergram-container .instergram-text-wrapper {
  padding-left: 1.0416666667vw;
}
.section-wrapper .instergram-container .instergram-text-wrapper .inster-img {
  width: 60px;
  height: 60px;
  margin: auto;
}
.section-wrapper .instergram-container .instergram-text-wrapper .section-title {
  color: #BE1111;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -2px;
  text-transform: capitalize;
  text-align: center;
  padding-bottom: 30px;
}
.section-wrapper .instergram-container .instergram-text-wrapper .section-title--highlight {
  color: #1B1B1B;
  padding-bottom: 2.96875vw;
}
.section-wrapper .instergram-container .email {
  color: #1b1b1b;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 15.84px;
  letter-spacing: -0.72px;
  text-transform: lowercase;
  text-decoration: none;
  text-align: center;
  padding-bottom: 30px;
}
.section-wrapper {
  /* Instagram feed ([instagram-feed feed=1]) - replaces the old .gallery-cards
     slider. Mobile/tablet base: 2 up, tablet bumps to 3 up. */
}
.section-wrapper .instagram-feed-wrapper {
  width: 100%;
}
.section-wrapper .instagram-feed-wrapper #sb_instagram {
  width: 100% !important;
  padding: 0 !important;
  background: none !important;
}
.section-wrapper .instagram-feed-wrapper #sbi_images {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  width: 100% !important;
  padding: 0 !important;
}
.section-wrapper .instagram-feed-wrapper .sbi_item {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  aspect-ratio: 1/1;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 6px 11px 17px 0 rgba(0, 0, 0, 0.13);
}
.section-wrapper .instagram-feed-wrapper .sbi_photo_wrap {
  width: 100%;
  height: 100%;
}
.section-wrapper .instagram-feed-wrapper .sbi_photo {
  display: block;
  width: 100% !important;
  height: 100% !important;
  background-size: cover !important;
  background-position: center center !important;
  border-radius: inherit;
}
.section-wrapper .instagram-feed-wrapper .sbi_photo > div,
.section-wrapper .instagram-feed-wrapper .sbi_photo img,
.section-wrapper .instagram-feed-wrapper .sbi_item img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  background-size: cover !important;
  background-position: center center !important;
  border-radius: inherit;
}
.section-wrapper .instagram-feed-wrapper #sbi_header,
.section-wrapper .instagram-feed-wrapper .sb_instagram_header,
.section-wrapper .instagram-feed-wrapper #sbi_load,
.section-wrapper .instagram-feed-wrapper #sbi_load_btn,
.section-wrapper .instagram-feed-wrapper .sbi_follow_btn {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .section-wrapper .instagram-feed-wrapper #sbi_images {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .section-wrapper .instagram-feed-wrapper .sbi_item {
    border-radius: 20px;
  }
}

.section-wrapper .section-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.section-wrapper .section-row .why-mb {
  display: block;
}
.section-wrapper .section-row .why-mb .section-title {
  color: #be1111;
  text-align: center;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -2px;
  text-transform: capitalize;
}
.section-wrapper .section-row .why-mb .section-title--highlight {
  color: #1B1B1B;
}
.section-wrapper .section-row .why-details {
  width: 100%;
  padding-bottom: 235px;
}
.section-wrapper .section-row .why-details .why-dektop {
  display: none;
}
.section-wrapper .section-row .why-details .why-dektop .section-title {
  color: #be1111;
  text-align: center;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -2px;
  text-transform: capitalize;
}
.section-wrapper .section-row .why-details .why-dektop .section-title--highlight {
  color: #1B1B1B;
}
.section-wrapper .section-row .countdown-slider .countdown-item {
  width: 100%;
}
.section-wrapper .section-row .countdown-slider .countdown-item .countdown-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-wrapper .section-row .countdown-slider .countdown-item .countdown-inner .countdown-icon-bg {
  stroke: rgba(71, 71, 72, 0.5);
  filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.15));
  border-radius: 50%;
  justify-content: center;
  display: flex;
  align-items: center;
}
.section-wrapper .section-row .countdown-slider .countdown-item .countdown-inner .countdown-rowset {
  display: block;
}
.section-wrapper .section-row .countdown-slider .countdown-item .countdown-inner .countdown-rowset .counter {
  color: #1b1b1b;
  text-align: center;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 70px;
  letter-spacing: -3.6px;
  text-transform: capitalize;
  justify-content: center;
}
.section-wrapper .section-row .countdown-slider .countdown-item .countdown-inner .countdown-rowset .value-name {
  color: rgba(27, 27, 27, 0.8);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  max-width: 108px;
  text-align: center;
}
.section-wrapper .section-row .countdown-slider .slick-prev,
.section-wrapper .section-row .countdown-slider .slick-next {
  position: absolute;
  top: 122%;
  transform: translateY(-50%);
  background: none;
  border: none;
  width: 47px;
  height: 47px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  font-size: 0;
}
.section-wrapper .section-row .countdown-slider .slick-prev::before,
.section-wrapper .section-row .countdown-slider .slick-next::before {
  display: none;
}
.section-wrapper .section-row .countdown-slider .slick-prev {
  left: 90px;
  background-image: url("../images/back.png");
}
.section-wrapper .section-row .countdown-slider .slick-next {
  right: 100px;
  background-image: url("../images/next.png");
}

@media only screen and (min-width: 768px) {
  .section-wrapper .section-row .why-details {
    padding-bottom: 175px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-wrapper {
    width: 83%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 7.2916666667vw;
  }
  .section-wrapper .transportation-mb {
    display: none;
  }
  .section-wrapper .transportation-mb .section-title {
    color: #BE1111;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 2.0833333333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 2.6041666667vw;
    letter-spacing: -2px;
    text-transform: capitalize;
  }
  .section-wrapper .transportation-mb .section-title--highlight {
    color: #1B1B1B;
  }
  .section-wrapper .transportation-section {
    display: flex;
    width: 100%;
    padding-top: 0vw;
  }
  .section-wrapper .transportation-section .transportation-img {
    width: 70%;
  }
  .section-wrapper .transportation-section .transportation-img .image-wrapper {
    border-radius: 2.6041666667vw;
    padding-bottom: 0vw;
    margin-top: 0vw;
    margin-bottom: 0vw;
    height: 100%;
  }
  .section-wrapper .transportation-section .section-details {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .section-wrapper .transportation-section .section-details .transportation-desktop {
    display: block;
    width: 56%;
  }
  .section-wrapper .transportation-section .section-details .transportation-desktop .section-title {
    color: #BE1111;
    text-align: start;
    font-family: "Poppins", sans-serif;
    font-size: 3.3333333333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 3.6458333333vw;
    letter-spacing: -0.1666666667vw;
    text-transform: capitalize;
    padding-left: 3.125vw;
  }
  .section-wrapper .transportation-section .section-details .transportation-desktop .section-title--highlight {
    color: #1b1b1b;
  }
  .section-wrapper .transportation-section .section-details .transportation-desktop .transportation-details-desktop .section-para {
    color: #231F20;
    text-align: start;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5625vw;
    letter-spacing: -0.01875vw;
    padding-left: 3.125vw;
    margin: 0vw;
    width: 100%;
  }
  .section-wrapper .transportation-section .section-details .transportation-desktop .transportation-details-desktop .success-btn {
    position: relative;
    border-radius: 1.5625vw;
    background: #E11837;
    box-shadow: 0vw 0.2604166667vw 1.0416666667vw 0vw rgba(237, 28, 36, 0.5);
    color: #fff;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4583333333vw;
    border: none;
    width: 9.375vw;
    height: 2.8125vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.0416666667vw;
    margin-left: 3.125vw;
  }
  .section-wrapper .transportation-section .section-details .transportation-desktop .transportation-details-desktop .success-btn::before {
    content: "";
    background-image: url("../images/button-icon.png");
    position: absolute;
    top: 50%;
    right: 0.5208333333vw;
    transform: translateY(-50%);
    width: 2.2916666667vw;
    height: 2.2916666667vw;
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 1.0416666667vw;
  }
  .section-wrapper .transportation-section .section-details .wrapper-with-image {
    flex-direction: row;
    display: flex;
    text-align: center;
    width: 38%;
  }
  .section-wrapper .transportation-section .section-details .wrapper-with-image .transportation-details-mb {
    display: none;
    padding-top: 0vw;
  }
  .section-wrapper .transportation-section .section-details .wrapper-with-image .image-wrapper {
    margin-top: 0vw;
    border-radius: 1.3020833333vw;
    object-fit: fill;
    height: 100%;
  }
  .section-wrapper .transportation-section .section-details .wrapper-with-image .section-para {
    color: #231F20;
    text-align: center;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 0.6770833333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1979166667vw;
    letter-spacing: -0.0135416667vw;
  }
  .section-wrapper .transportation-section .section-details .wrapper-with-image .success-btn {
    position: relative;
    border-radius: 1.5625vw;
    background: #E11837;
    box-shadow: 0vw 0.2604166667vw 1.0416666667vw 0vw rgba(237, 28, 36, 0.5);
    color: #fff;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4583333333vw;
    border: none;
    width: 9.375vw;
    height: 2.8125vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-wrapper .transportation-section .section-details .wrapper-with-image .success-btn::before {
    content: "";
    background-image: url("../images/button-icon.png");
    position: absolute;
    top: 50%;
    left: 0.5208333333vw;
    transform: translateY(-50%);
    width: 1.25vw;
    height: 1.25vw;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 1200px) {
  .section-nowrapper {
    width: 83%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    top: 126px;
  }
  .section-wrapper {
    width: 83%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 7.2916666667vw;
  }
  .section-wrapper .transportation-mb {
    display: none;
  }
  .section-wrapper .transportation-mb .section-title {
    color: #BE1111;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 2.0833333333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 2.6041666667vw;
    letter-spacing: -2px;
    text-transform: capitalize;
  }
  .section-wrapper .transportation-mb .section-title--highlight {
    color: #1B1B1B;
  }
  .section-wrapper .transportation-section {
    display: flex;
    width: 100%;
    padding-top: 0vw;
  }
  .section-wrapper .transportation-section .transportation-img {
    width: 70%;
  }
  .section-wrapper .transportation-section .transportation-img .image-wrapper {
    border-radius: 2.6041666667vw;
    padding-bottom: 0vw;
    margin-top: 0vw;
    margin-bottom: 0vw;
    height: 100%;
  }
  .section-wrapper .transportation-section .section-details {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .section-wrapper .transportation-section .section-details .transportation-desktop {
    display: block;
    width: 56%;
  }
  .section-wrapper .transportation-section .section-details .transportation-desktop .section-title {
    color: #BE1111;
    text-align: start;
    font-family: "Poppins", sans-serif;
    font-size: 3.3333333333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 3.6458333333vw;
    letter-spacing: -0.1666666667vw;
    text-transform: capitalize;
    padding-left: 3.125vw;
  }
  .section-wrapper .transportation-section .section-details .transportation-desktop .section-title--highlight {
    color: #1b1b1b;
  }
  .section-wrapper .transportation-section .section-details .transportation-desktop .transportation-details-desktop .section-para {
    color: #231F20;
    text-align: start;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5625vw;
    letter-spacing: -0.01875vw;
    padding-left: 3.125vw;
    margin: 0vw;
    width: 100%;
  }
  .section-wrapper .transportation-section .section-details .transportation-desktop .transportation-details-desktop .success-btn {
    position: relative;
    border-radius: 1.5625vw;
    background: #E11837;
    box-shadow: 0vw 0.2604166667vw 1.0416666667vw 0vw rgba(237, 28, 36, 0.5);
    color: #fff;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4583333333vw;
    border: none;
    width: 9.375vw;
    height: 2.8125vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.0416666667vw;
    margin-left: 3.125vw;
  }
  .section-wrapper .transportation-section .section-details .transportation-desktop .transportation-details-desktop .success-btn::before {
    content: "";
    background-image: url("../images/button-icon.png");
    position: absolute;
    top: 50%;
    right: 0.5208333333vw;
    transform: translateY(-50%);
    width: 2.2916666667vw;
    height: 2.2916666667vw;
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 1.0416666667vw;
  }
  .section-wrapper .transportation-section .section-details .wrapper-with-image {
    flex-direction: row;
    display: flex;
    text-align: center;
    width: 38%;
  }
  .section-wrapper .transportation-section .section-details .wrapper-with-image .transportation-details-mb {
    display: none;
    padding-top: 0vw;
  }
  .section-wrapper .transportation-section .section-details .wrapper-with-image .image-wrapper {
    margin-top: 0vw;
    border-radius: 1.3020833333vw;
    object-fit: fill;
    height: 100%;
  }
  .section-wrapper .transportation-section .section-details .wrapper-with-image .section-para {
    color: #231F20;
    text-align: center;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 0.6770833333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1979166667vw;
    letter-spacing: -0.0135416667vw;
  }
  .section-wrapper .transportation-section .section-details .wrapper-with-image .success-btn {
    position: relative;
    border-radius: 1.5625vw;
    background: #E11837;
    box-shadow: 0vw 0.2604166667vw 1.0416666667vw 0vw rgba(237, 28, 36, 0.5);
    color: #fff;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4583333333vw;
    border: none;
    width: 9.375vw;
    height: 2.8125vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-wrapper .transportation-section .section-details .wrapper-with-image .success-btn::before {
    content: "";
    background-image: url("../images/button-icon.png");
    position: absolute;
    top: 50%;
    left: 0.5208333333vw;
    transform: translateY(-50%);
    width: 1.25vw;
    height: 1.25vw;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .section-wrapper {
    width: 83%;
    margin-right: auto;
    margin-left: auto;
  }
  .section-wrapper .section-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
  }
  .section-wrapper .section-row .why-mb {
    display: none;
  }
  .section-wrapper .section-row .why-image {
    width: 25%;
    height: 23.2291666667vw;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 2.6041666667vw;
  }
  .section-wrapper .section-row .why-image .image-wrapper {
    height: 23.2291666667vw;
    object-fit: cover;
  }
  .section-wrapper .section-row .why-image .image-wrapper .image-wrapper {
    margin-top: 3.125vw;
    margin-bottom: 2.6041666667vw;
  }
  .section-wrapper .section-row .why-details {
    width: 70%;
    padding-top: 1.3541666667vw;
    padding-bottom: 0vw;
  }
  .section-wrapper .section-row .why-details .why-dektop {
    display: block;
    padding-bottom: 2.4479166667vw;
  }
  .section-wrapper .section-row .why-details .why-dektop .section-title {
    color: #BE1111;
    text-align: start;
    font-family: "Poppins", sans-serif;
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 700;
    line-height: 3.125vw;
    letter-spacing: -0.125vw;
    text-transform: capitalize;
  }
  .section-wrapper .section-row .why-details .why-dektop .section-title--highlight {
    color: #1B1B1B;
  }
  .section-wrapper .section-row .countdown-slider .countdown-item {
    width: 33% !important;
  }
  .section-wrapper .section-row .countdown-slider .countdown-item .countdown-inner {
    display: flex;
    flex-direction: row;
  }
  .section-wrapper .section-row .countdown-slider .countdown-item .countdown-inner .countdown-icon-bg {
    width: 6.25vw;
    height: 6.25vw;
  }
  .section-wrapper .section-row .countdown-slider .countdown-item .countdown-inner .countdown-icon-bg img {
    width: 6.25vw;
    height: 6.25vw;
  }
  .section-wrapper .section-row .countdown-slider .countdown-item .countdown-inner .countdown-rowset {
    position: relative;
    right: -1.3020833333vw;
    display: block;
  }
  .section-wrapper .section-row .countdown-slider .countdown-item .countdown-inner .countdown-rowset .counter {
    color: #1b1b1b;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 500;
    line-height: 3.6458333333vw;
    letter-spacing: -0.25vw;
    text-transform: capitalize;
    justify-content: start;
  }
  .section-wrapper .section-row .countdown-slider .countdown-item .countdown-inner .countdown-rowset .value-name {
    color: rgba(27, 27, 27, 0.8);
    font-size: 1.25vw;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4583333333vw;
    text-align: start;
  }
  .section-wrapper .section-row .countdown-slider .slick-prev,
  .section-wrapper .section-row .countdown-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    font-size: 0;
  }
  .section-wrapper .section-row .countdown-slider .slick-prev::before,
  .section-wrapper .section-row .countdown-slider .slick-next::before {
    display: none;
  }
  .section-wrapper .section-row .countdown-slider .slick-prev {
    left: -2.0833333333vw;
    background-image: url("../images/back.png");
  }
  .section-wrapper .section-row .countdown-slider .slick-next {
    right: -2.0833333333vw;
    background-image: url("../images/next.png");
  }
  .banner-overlap {
    display: block;
    background: #be1111;
    height: 207px;
    position: relative;
    top: -60px;
    margin-bottom: -40px;
  }
  .banner-overlap .banner-image {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 195px;
    height: 28px;
  }
  .banner-overlap .banner-details {
    position: absolute;
    bottom: 25px;
    max-width: 200px;
    left: 50%;
    transform: translateX(-50%);
    display: contents;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .banner-overlap .banner-tag {
    background: #be1111;
    position: absolute;
    width: 325px;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: -99px;
    padding-top: 30px;
  }
  .banner-overlap .banner-tag .banner-title {
    color: #fff;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: -2.4px;
    text-transform: uppercase;
    max-width: 326px;
  }
  .banner-overlap .banner-para {
    color: #fff;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 5.28px;
    text-transform: uppercase;
    padding-top: 70px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner-overlap .success-btn {
    border-radius: 30px;
    background: #E11837;
    box-shadow: 0px 5px 20px 0px rgba(237, 28, 36, 0.5);
    color: #fff;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    border: none;
    width: 147px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
  }
  .banner-overlap .success-btn::before {
    content: "";
    background-image: url("../images/button-icon.png");
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 20px;
  }
  .section-wrapper-single {
    width: 83%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    margin-top: 138px;
  }
  .section-wrapper-single .section-title {
    color: #BE1111;
    text-align: start;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -2px;
    text-transform: capitalize;
  }
  .section-wrapper-single .section-title--highlight {
    color: #1b1b1b;
  }
  .section-wrapper-single .section-para {
    color: #231F20;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -0.26px;
    padding-left: 0;
    margin: 0px;
    width: 100%;
    text-align: center;
    padding-top: 30px;
  }
  .section-certification .slick-certificate-back {
    top: 120%;
    right: 51%;
    background-image: url("../images/back.png");
  }
  .section-certification .slick-certificate-next {
    top: 120%;
    right: 41%;
    background-image: url("../images/next.png");
  }
}
@media only screen and (min-width: 1200px) {
  .banner-overlap {
    display: none;
  }
  .section-wrapper {
    width: 83%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 7.2916666667vw;
  }
  .section-wrapper .transportation-mb {
    display: none;
  }
  .section-wrapper .transportation-mb .section-title {
    color: #BE1111;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 2.0833333333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 2.6041666667vw;
    letter-spacing: -2px;
    text-transform: capitalize;
  }
  .section-wrapper .transportation-mb .section-title--highlight {
    color: #1B1B1B;
  }
  .section-wrapper .transportation-section {
    display: flex;
    width: 100%;
    padding-top: 0vw;
  }
  .section-wrapper .transportation-section .transportation-img {
    width: 70%;
  }
  .section-wrapper .transportation-section .transportation-img .image-wrapper {
    border-radius: 2.6041666667vw;
    padding-bottom: 0vw;
    margin-top: 0vw;
    margin-bottom: 0vw;
    height: 100%;
  }
  .section-wrapper .transportation-section .section-details {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .section-wrapper .transportation-section .section-details .transportation-desktop {
    display: block;
    width: 56%;
  }
  .section-wrapper .transportation-section .section-details .transportation-desktop .section-title {
    color: #BE1111;
    text-align: start;
    font-family: "Poppins", sans-serif;
    font-size: 3.3333333333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 3.6458333333vw;
    letter-spacing: -0.1666666667vw;
    text-transform: capitalize;
    padding-left: 3.125vw;
  }
  .section-wrapper .transportation-section .section-details .transportation-desktop .section-title--highlight {
    color: #1b1b1b;
  }
  .section-wrapper .transportation-section .section-details .transportation-desktop .transportation-details-desktop .section-para {
    color: #231F20;
    text-align: start;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5625vw;
    letter-spacing: -0.01875vw;
    padding-left: 3.125vw;
    margin: 0vw;
    width: 100%;
    padding-bottom: 2.6041666667vw;
  }
  .section-wrapper .transportation-section .section-details .transportation-desktop .transportation-details-desktop .success-btn {
    position: relative;
    border-radius: 1.5625vw;
    background: #E11837;
    box-shadow: 0vw 0.2604166667vw 1.0416666667vw 0vw rgba(237, 28, 36, 0.5);
    color: #fff;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4583333333vw;
    border: none;
    width: 9.375vw;
    height: 2.8125vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.0416666667vw;
    margin-left: 3.125vw;
  }
  .section-wrapper .transportation-section .section-details .transportation-desktop .transportation-details-desktop .success-btn::before {
    content: "";
    position: absolute;
    background-image: url("../images/button-icon.png");
    top: 50%;
    right: 0.5208333333vw;
    transform: translateY(-50%);
    width: 2.2916666667vw;
    height: 2.2916666667vw;
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 1.0416666667vw;
    transition: transform 0.3s ease;
  }
  .section-wrapper .transportation-section .section-details .transportation-desktop .transportation-details-desktop .success-btn:hover::before {
    transform: translateY(-50%) translateX(5px);
  }
  .section-wrapper .transportation-section .section-details .wrapper-with-image {
    flex-direction: row;
    display: flex;
    text-align: center;
    width: 38%;
    height: 100%;
  }
  .section-wrapper .transportation-section .section-details .wrapper-with-image .transportation-details-mb {
    display: none;
    padding-top: 0vw;
  }
  .section-wrapper .transportation-section .section-details .wrapper-with-image .image-wrapper {
    margin-top: 0vw;
    border-radius: 1.3020833333vw;
    object-fit: fill;
    height: 100%;
  }
  .section-wrapper .transportation-section .section-details .wrapper-with-image .section-para {
    color: #231F20;
    text-align: center;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 0.6770833333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1979166667vw;
    letter-spacing: -0.0135416667vw;
  }
  .section-wrapper .transportation-section .section-details .wrapper-with-image .success-btn {
    position: relative;
    border-radius: 1.5625vw;
    background: #E11837;
    box-shadow: 0vw 0.2604166667vw 1.0416666667vw 0vw rgba(237, 28, 36, 0.5);
    color: #fff;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4583333333vw;
    border: none;
    width: 9.375vw;
    height: 2.8125vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-wrapper .transportation-section .section-details .wrapper-with-image .success-btn::before {
    content: "";
    background-image: url("../images/button-icon.png");
    position: absolute;
    top: 50%;
    left: 0.5208333333vw;
    transform: translateY(-50%);
    width: 1.25vw;
    height: 1.25vw;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .section-wrapper {
    width: 83%;
    margin-right: auto;
    margin-left: auto;
  }
  .section-wrapper .section-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
  }
  .section-wrapper .section-row .why-mb {
    display: none;
  }
  .section-wrapper .section-row .why-image {
    width: 20.8333333333vw;
    height: 23.2291666667vw;
    margin-top: 0vw;
    margin-bottom: 0vw;
    border-radius: 2.6041666667vw;
  }
  .section-wrapper .section-row .why-image .image-wrapper {
    width: 20.8333333333vw;
    height: 23.2291666667vw;
    object-fit: cover;
  }
  .section-wrapper .section-row .why-image .image-wrapper .image-wrapper {
    margin-top: 3.125vw;
    margin-bottom: 2.6041666667vw;
  }
  .section-wrapper .section-row .why-details {
    width: 70%;
    padding-top: 1.3541666667vw;
    padding-bottom: 0;
  }
  .section-wrapper .section-row .why-details .why-dektop {
    display: block;
    padding-bottom: 2.4479166667vw;
  }
  .section-wrapper .section-row .why-details .why-dektop .section-title {
    color: #BE1111;
    text-align: start;
    font-family: "Poppins", sans-serif;
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 700;
    line-height: 3.125vw;
    letter-spacing: -0.125vw;
    text-transform: capitalize;
  }
  .section-wrapper .section-row .why-details .why-dektop .section-title--highlight {
    color: #1B1B1B;
  }
  .section-wrapper .section-row .countdown-slider .countdown-item {
    width: 33% !important;
  }
  .section-wrapper .section-row .countdown-slider .countdown-item .countdown-inner {
    display: flex;
    flex-direction: row;
  }
  .section-wrapper .section-row .countdown-slider .countdown-item .countdown-inner .countdown-icon-bg {
    width: 6.25vw;
    height: 6.25vw;
    margin-top: 0.46875vw;
    margin-bottom: 0.46875vw;
    margin-left: 0.46875vw;
  }
  .section-wrapper .section-row .countdown-slider .countdown-item .countdown-inner .countdown-icon-bg img {
    width: 6.25vw;
    height: 6.25vw;
    filter: drop-shadow(2px 2px 7px rgba(0, 0, 0, 0.15));
  }
  .section-wrapper .section-row .countdown-slider .countdown-item .countdown-inner .countdown-rowset {
    position: relative;
    right: -1.3020833333vw;
    display: block;
  }
  .section-wrapper .section-row .countdown-slider .countdown-item .countdown-inner .countdown-rowset .counter {
    color: #1b1b1b;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 500;
    line-height: 3.6458333333vw;
    letter-spacing: -0.25vw;
    text-transform: capitalize;
    justify-content: start;
  }
  .section-wrapper .section-row .countdown-slider .countdown-item .countdown-inner .countdown-rowset .value-name {
    color: rgba(27, 27, 27, 0.8);
    font-size: 1.25vw;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4583333333vw;
    text-align: start;
    max-width: 6.5104166667vw;
  }
  .section-wrapper .section-row .countdown-slider .slick-prev,
  .section-wrapper .section-row .countdown-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    font-size: 0;
  }
  .section-wrapper .section-row .countdown-slider .slick-prev::before,
  .section-wrapper .section-row .countdown-slider .slick-next::before {
    display: none;
  }
  .section-wrapper .section-row .countdown-slider .slick-prev {
    left: -2.0833333333vw;
    background-image: url("../images/back.png");
  }
  .section-wrapper .section-row .countdown-slider .slick-next {
    right: -2.0833333333vw;
    background-image: url("../images/next.png");
  }
  .section-nowrapper {
    width: 83%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    left: -3.125vw;
    margin-top: unset !important;
    top: -2.6041666667vw;
  }
  .section-nowrapper .since-container {
    position: relative;
    display: flex;
    justify-content: right;
    margin-right: -1.875vw;
  }
  .section-nowrapper .since-container .image-wrapper {
    border-radius: 2.6041666667vw;
    width: 70%;
    height: 100%;
  }
  .section-nowrapper .since-container .since-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 2.96875vw;
    top: 55%;
    transform: translateY(-50%);
    border-radius: 2.6041666667vw;
    background: rgba(238, 238, 238, 0.6);
    backdrop-filter: blur(20px);
    width: 35.6770833333vw;
    height: 15.5729166667vw;
    padding: 1.0416666667vw 2.6041666667vw;
    flex-shrink: 0;
    background-image: url(../images/bg_cover.png);
  }
  .section-nowrapper .since-container .since-wrapper .since-box {
    justify-content: start;
    align-items: baseline;
  }
  .section-nowrapper .since-container .since-wrapper .since-box .since-title {
    color: #1b1b1b;
    font-family: "Be Vietnam Pro", sans-serif;
    font-style: normal;
    text-transform: capitalize;
    font-size: 3.3333333333vw;
    font-weight: 400;
    line-height: 3.6458333333vw;
    letter-spacing: -0.1666666667vw;
  }
  .section-nowrapper .since-container .since-wrapper .since-box .since-year {
    color: #1b1b1b;
    font-family: "Be Vietnam Pro", sans-serif;
    font-style: normal;
    text-transform: capitalize;
    font-size: 5.2083333333vw;
    font-weight: 500;
    line-height: 3.6458333333vw;
    letter-spacing: -0.5208333333vw;
  }
  .section-nowrapper .since-container .since-wrapper .section-para {
    color: #231f20;
    text-align: start;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5625vw;
    letter-spacing: -0.01875vw;
  }
  .section-nowrapper .since-container .since-wrapper .image-wrapper {
    flex: 1;
    max-width: 50%;
    object-fit: cover;
    border-radius: 1.3020833333vw;
    display: block;
    width: 100%;
    height: 100%;
  }
  .section-wrapper {
    width: 83%;
    margin-right: auto;
    margin-left: auto;
  }
  .section-wrapper .section-title {
    color: #BE1111;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 3.3333333333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 3.6458333333vw;
    letter-spacing: -0.1041666667vw;
    text-transform: capitalize;
  }
  .section-wrapper .section-title--highlight {
    color: #1B1B1B;
  }
  .section-wrapper .section-para {
    width: 77%;
    margin-right: auto;
    margin-left: auto;
    color: #231F20;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5625vw;
    letter-spacing: -0.01875vw;
    text-align: center;
    padding-top: 1.5625vw;
    margin-bottom: 0vw;
    padding-bottom: 4.1666666667vw;
  }
  .section-wrapper .operate-cards {
    display: flex;
    justify-content: space-around;
  }
  .section-wrapper .operate-cards .operate-card {
    border-radius: 1.5625vw;
    border: 0.0520833333vw solid rgba(35, 35, 36, 0.5);
    background: #fff;
    box-shadow: 0vw 0.5208333333vw 1.5625vw 0vw rgba(0, 0, 0, 0.2);
    width: 20.0520833333vw;
    height: 20.625vw;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
  .section-wrapper .operate-cards .operate-card .operate-icon-cover {
    position: relative;
  }
  .section-wrapper .operate-cards .operate-card .operate-icon-cover .operate-icon {
    position: relative;
    width: auto;
    height: auto;
    object-fit: cover;
    z-index: 1;
    top: 66%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .section-wrapper .operate-cards .operate-card .card-title {
    color: rgba(27, 27, 27, 0.8);
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4583333333vw;
    text-transform: uppercase;
    padding-top: 2.6041666667vw;
    padding-bottom: 1.8229166667vw;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
  .section-wrapper .operate-cards .operate-card .card-title h3 {
    margin-bottom: 0vw;
  }
  .section-wrapper .operate-cards .operate-card .crad-pra {
    color: #231f20;
    text-align: center;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5625vw;
    letter-spacing: -0.0166666667vw;
    padding-bottom: 2.6041666667vw;
    margin-bottom: 0vw;
    padding-left: 1.0416666667vw;
    padding-right: 1.0416666667vw;
  }
  .section-wrapper-single {
    width: 83%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: -6.5104166667vw;
    position: relative;
    padding-top: 8.3333333333vw;
    margin-top: 2.0833333333vw;
  }
  .section-wrapper-single .section-title {
    color: #BE1111;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 3.3333333333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 3.6458333333vw;
    letter-spacing: -0.1666666667vw;
    text-transform: capitalize;
    padding-left: 0vw;
  }
  .section-wrapper-single .section-title--highlight {
    color: #1b1b1b;
  }
  .section-wrapper-single .section-para {
    color: #231F20;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5625vw;
    letter-spacing: -0.01875vw;
    padding-left: 0vw;
    margin: 0vw;
    width: 81%;
    text-align: center;
    padding-top: 1.5625vw;
    padding-bottom: 3.125vw;
  }
  .operate-container {
    position: relative;
    margin-top: -6.40625vw;
  }
  .operate-container .section-wrapper {
    width: 83%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0vw;
  }
  .operate-container .section-wrapper .operate-cards {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 1.0416666667vw;
  }
  .operate-container .section-wrapper .operate-cards .operate-card {
    border-radius: 1.5625vw;
    border: 0.0520833333vw solid rgba(35, 35, 36, 0.5);
    background: #fff;
    box-shadow: 0vw 0.5208333333vw 1.5625vw 0vw rgba(0, 0, 0, 0.2);
    width: 20.0520833333vw;
    min-height: 20.625vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    padding-top: 4.8958333333vw;
    padding-bottom: 2.0833333333vw;
  }
  .operate-container .section-wrapper .operate-cards .operate-card .operate-icon-cover {
    position: absolute;
    top: -2.6041666667vw;
    left: 50%;
    width: 5.7291666667vw;
    height: 5.7291666667vw;
    transform: translateX(-50%);
  }
  .operate-container .section-wrapper .operate-cards .operate-card .operate-icon-cover .operate-icon {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: none;
  }
  .operate-container .section-wrapper .operate-cards .operate-card .card-title {
    color: rgba(27, 27, 27, 0.8);
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4583333333vw;
    text-transform: uppercase;
    padding-top: 0vw;
    padding-bottom: 0vw;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.3020833333vw;
  }
  .operate-container .section-wrapper .operate-cards .operate-card .crad-pra {
    color: #231f20;
    text-align: center;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5625vw;
    letter-spacing: -0.0166666667vw;
    padding-top: 0vw;
    padding-bottom: 0vw;
    margin-bottom: 0vw;
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
  }
  .operate-container .operate-cover-container {
    width: 100%;
    display: block;
  }
  .operate-container .operate-cover-container .operate-cover {
    width: 100%;
    position: absolute;
    top: 15.625vw;
    z-index: -1;
    height: 15.625vw;
  }
  .leader-containetr {
    padding-top: 0vw;
    margin-top: 7.2916666667vw;
  }
  .leader-containetr .section-title {
    color: #BE1111;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 700;
    line-height: 2.6041666667vw;
    letter-spacing: -0.1041666667vw;
    text-transform: capitalize;
  }
  .leader-containetr .section-title--highlight {
    color: #1B1B1B;
    padding-bottom: 2.0833333333vw;
  }
  .leader-containetr .leaders-row {
    width: 100%;
    margin: 0 auto;
  }
  .leader-containetr .leaders-row .leaders-cards {
    display: flex;
    margin-bottom: 0vw;
  }
  .leader-containetr .leaders-row .leaders-cards .leaders-card {
    border-radius: 1.5625vw;
    background: #fff;
    box-shadow: 1px -1px 20px 5px rgba(0, 0, 0, 0.05);
    margin-bottom: 1.5625vw;
    margin-top: 1.5625vw;
    width: 17.9166666667vw;
    height: 9.53125vw;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-left: 1.0416666667vw;
    margin-right: 1.0416666667vw;
    overflow: hidden;
    padding-top: 0vw;
    padding-bottom: 0vw;
  }
  .leader-containetr .leaders-row .leaders-cards .leaders-card .brand-icon {
    width: 10.4166666667vw;
    height: 10.4166666667vw;
    object-fit: contain;
  }
  .leader-containetr .leaders-row .leaders-cards .slick-list {
    padding: 0 12% 0 12% !important;
  }
  .leader-containetr .slick-dots {
    display: none !important;
    justify-content: center;
    align-items: center;
    gap: 0.5208333333vw;
    margin-top: 1.0416666667vw;
    bottom: -4.3229166667vw;
  }
  .leader-containetr .slick-dots li {
    width: 1.5625vw;
    height: 0.2604166667vw;
    background-color: #e8c2bd;
    border-radius: 0.5208333333vw;
    transition: background-color 0.3s, width 0.3s;
  }
  .leader-containetr .slick-dots li.slick-active {
    width: 2.0833333333vw;
    background-color: #be1111;
  }
  .leader-containetr .slick-dots li button {
    opacity: 0;
  }
  .section-certification {
    display: flex;
    width: 100%;
    padding-top: 8.3333333333vw;
    justify-content: space-between;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50.02%, #e5e6e8 100%);
  }
  .section-certification .mb-certification {
    display: none;
  }
  .section-certification .industry-wrapper-one {
    position: relative;
    width: 61.71875vw;
    height: 40.9375vw;
  }
  .section-certification .industry-wrapper-one .certification-img {
    width: 61.71875vw;
    height: 40.9375vw;
  }
  .section-certification .industry-wrapper-one .whywe {
    position: absolute;
    top: 24.1666666667vw;
    left: 2.65625vw;
  }
  .section-certification .industry-wrapper-two {
    width: calc(100% - 61.71875vw);
    display: block;
    padding-top: 5.9895833333vw;
  }
  .section-certification .industry-wrapper-two .mb-certification {
    display: none;
  }
  .section-certification .industry-wrapper-two .desktop-certification {
    display: block;
    padding-left: 2.0833333333vw;
  }
  .section-certification .industry-wrapper-two .desktop-certification .section-title {
    color: #BE1111;
    text-align: left;
    font-family: "Poppins", sans-serif;
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 700;
    line-height: 3.125vw;
    letter-spacing: -0.125vw;
    text-transform: capitalize;
  }
  .section-certification .industry-wrapper-two .desktop-certification .section-title--highlight {
    color: #1B1B1B;
    padding-bottom: 1.5625vw;
  }
  .section-certification .industry-wrapper-two .certification-row .certifications_cards .certifications_card {
    border-radius: 1.5625vw;
    border: 0.0520833333vw solid rgba(35, 35, 36, 0.5);
    background: #fff;
    width: 20.0520833333vw;
    height: 21.71875vw;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 1.5625vw;
    padding-top: 2.6041666667vw;
  }
  .section-certification .industry-wrapper-two .certification-row .certifications_cards .certifications_card .certificate-img {
    width: 8.4895833333vw;
    height: 7.8125vw;
  }
  .section-certification .industry-wrapper-two .certification-row .certifications_cards .certifications_card .card-title {
    color: rgba(27, 27, 27, 0.8);
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4583333333vw;
    text-transform: uppercase;
    padding-top: 2.0833333333vw;
    padding-bottom: 1.5625vw;
  }
  .section-certification .industry-wrapper-two .certification-row .certifications_cards .certifications_card .crad-pra {
    color: #231f20;
    text-align: center;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5625vw;
    letter-spacing: -0.0166666667vw;
    padding-bottom: 2.6041666667vw;
    margin-bottom: 0vw;
    padding-left: 1.0416666667vw;
    padding-right: 1.0416666667vw;
  }
  .section-certification .industry-wrapper-two .certification-row .certifications_cards .slick-list {
    padding: 0px 260px 0px 0px !important;
  }
  .section-certification .industry-wrapper-two .certification-row .certifications_cards .slick-list .slick-track {
    margin-top: 1.0416666667vw;
    margin-bottom: 1.0416666667vw;
  }
  .section-certification .section-title {
    color: #BE1111;
    text-align: start;
    font-family: "Poppins", sans-serif;
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 700;
    line-height: 3.125vw;
    letter-spacing: -0.125vw;
    text-transform: capitalize;
  }
  .section-certification .section-title--highlight {
    color: #1B1B1B;
    padding-bottom: 2.96875vw;
  }
  .section-certification .slick-certificate-back,
  .section-certification .slick-certificate-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    font-size: 0;
  }
  .section-certification .slick-certificate-back::before,
  .section-certification .slick-certificate-next::before {
    display: none;
  }
  .section-certification .slick-certificate-back {
    top: -16%;
    right: 35%;
    background-image: url("../images/back.png");
  }
  .section-certification .slick-certificate-next {
    top: -16%;
    right: 26%;
    background-image: url("../images/next.png");
  }
  .section-wrapper {
    width: 83%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0vw;
    padding-top: 7.2916666667vw;
    margin-top: 0vw;
  }
  .section-wrapper.section-wrapper-ins {
    padding-bottom: 13.9583333333vw;
    padding-top: 5.7291666667vw;
  }
  .section-wrapper .instergram-container {
    flex-direction: row;
    padding-bottom: 2.6041666667vw;
  }
  .section-wrapper .instergram-container .main-instergram {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-bottom: 4.1666666667vw;
  }
  .section-wrapper .instergram-container .main-instergram .instergram-text-wrapper {
    padding-left: 1.0416666667vw;
  }
  .section-wrapper .instergram-container .main-instergram .instergram-text-wrapper .inster-img {
    width: 4.8958333333vw;
    height: 4.8958333333vw;
  }
  .section-wrapper .instergram-container .main-instergram .instergram-text-wrapper .section-title {
    color: #BE1111;
    font-family: "Poppins", sans-serif;
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 700;
    line-height: 2.6041666667vw;
    letter-spacing: -0.1041666667vw;
    text-transform: capitalize;
    text-align: left;
    padding-bottom: 0vw;
  }
  .section-wrapper .instergram-container .main-instergram .instergram-text-wrapper .section-title--highlight {
    color: #1B1B1B;
    padding-bottom: 0vw;
  }
  .section-wrapper .instergram-container .main-instergram .instergram-text-wrapper .section-title .highlight {
    color: #1B1B1B;
    padding-bottom: 0vw;
  }
  .section-wrapper .instergram-container .main-instergram .email {
    color: #1b1b1b;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 1.5625vw;
    font-style: normal;
    font-weight: 300;
    line-height: 1.375vw;
    letter-spacing: -0.0625vw;
    text-transform: lowercase;
    text-decoration: none;
    text-align: right;
    padding-bottom: 0vw;
  }
  .section-wrapper .instagram-feed-wrapper #sbi_images {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.0416666667vw;
  }
  .section-wrapper .instagram-feed-wrapper .sbi_item {
    border-radius: 1.3020833333vw;
    box-shadow: 0.625vw 1.1458333333vw 1.75vw 0 rgba(0, 0, 0, 0.13);
  }
}
/* ==========================================================================
   Mobile + tablet (< 1200px): uniform 60px rhythm between home sections.
   The base styles above are the mobile layout; they now also cover tablet,
   so every top-level section is normalised to a single 60px gap here instead
   of the mixed 30/40/70/80px paddings each section used to set on its own.
   ========================================================================== */
@media only screen and (max-width: 1199px) {
  .transportation-section {
    padding-top: 0;
  }
  .section-wrapper {
    padding-top: 0;
    margin-top: 60px;
  }
  .why-section {
    padding-top: 0;
    margin-top: 60px;
  }
  .why-section .why-image {
    margin-top: 0;
  }
  .section-nowrapper {
    top: 0;
    padding-top: 0;
    margin-top: 60px;
  }
  .section-wrapper-single {
    padding-top: 0;
    margin-top: 60px;
  }
  .operate-container {
    margin-top: 60px;
  }
  .operate-container .section-wrapper {
    padding-top: 0;
    margin-top: 0;
  }
  .section-certification {
    padding-top: 0;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
  }
  .section-certification .industry-wrapper-one {
    order: 1;
  }
  .section-certification .mb-certification {
    order: 2;
    margin-top: 30px;
  }
  .section-certification .industry-wrapper-two {
    order: 3;
  }
  .leader-containetr {
    padding-top: 0;
    margin-top: 140px;
  }
  .section-wrapper-ins {
    padding-top: 0;
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
/* ==========================================================================
   Tablet only (768px - 1199px): the mobile layout above now covers tablet, so
   the blocks that were hard-coded to a 325px phone width are widened here.
   Layout direction is unchanged - this only stops them sitting as a narrow
   strip in the middle of a tablet screen. Slick sliders (countdown,
   certifications, gallery) are left alone; they size themselves.
   ========================================================================== */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .banner-overlap {
    margin-bottom: 0;
  }
  .banner-overlap .banner-tag {
    width: 100%;
    max-width: 600px;
  }
  .banner-overlap .banner-tag .banner-title {
    max-width: none;
  }
  .banner-overlap .banner-para {
    width: 100%;
    max-width: 600px;
  }
  .why-section .why-image {
    width: 100%;
    height: 340px;
  }
  .why-section .why-image .image-wrapper {
    width: 100%;
    height: 340px;
  }
  .operate-container .section-wrapper .operate-cards {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  .operate-container .section-wrapper .operate-cards .operate-card {
    width: calc(50% - 30px);
    max-width: 325px;
    margin: 0;
  }
}
/* ==========================================================================
   Desktop (>= 1200px): same rhythm rule as the inner pages -
   get-vw(140px) between sections (140px at the 1920 design width).

   Most of the desktop block above already used get-vw(140px); the outliers
   were the operate intro (160px + 40px = 200px) and the certifications block
   (160px). They are brought in line here.

   .operate-container keeps its get-vw(-123px) - that negative margin is how
   the operate cards sit over the cover image, not section spacing.
   ========================================================================== */
@media only screen and (min-width: 1200px) {
  .section-nowrapper {
    margin-top: 7.2916666667vw;
  }
  .section-wrapper-single {
    padding-top: 7.2916666667vw;
    margin-top: 0;
  }
  .section-certification {
    padding-top: 7.2916666667vw;
  }
}
/* ==========================================================================
   Site-wide hover / focus states.

   .success-btn alone is declared 27 times across the three stylesheets, nested
   up to 8 classes deep, so authoring a hover at each site would mean writing
   and maintaining the same rule 27 times. This file is imported LAST by every
   entry point (style.scss, front-page.scss, cmps/cmp-mixing.scss) and states
   each hover once.

   That depth is also why the hover declarations below are !important: a global
   .success-btn:hover is specificity (0,2,0) and loses to selectors such as
   .main-banner.inner-banner ... .banner-button .success-btn at (0,8,0).
   !important is confined to the :hover / :focus-visible blocks - every
   resting state is left exactly as its component authored it.

   :focus-visible is paired with :hover throughout so keyboard users get the
   same affordance, matching the convention already used in footer.scss and
   cmp-utility-pages.scss.
   ========================================================================== */
/* ---- primary red CTA ---------------------------------------------------- */
.success-btn,
.fleet-load-more-btn,
.cwp-load-more-btn {
  cursor: pointer;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}
.success-btn:hover, .success-btn:focus-visible,
.fleet-load-more-btn:hover,
.fleet-load-more-btn:focus-visible,
.cwp-load-more-btn:hover,
.cwp-load-more-btn:focus-visible {
  background-color: #ec435d !important;
}

/* Every .success-btn::before in the theme is the arrow icon sitting at
   translateY(-50%) - verified across all 23 compiled declarations - so nudging
   it right on hover generalises what three of them already did on their own. */
.success-btn::before {
  transition: transform 0.25s ease;
}
.success-btn:hover::before, .success-btn:focus-visible::before {
  transform: translateY(-50%) translateX(5px) !important;
}

/* ---- icon / ghost buttons ------------------------------------------------
   These have no fill of their own to shift, so they fade instead. */
.close-btn,
.cwp-popup-close,
.search-btn,
.hamburger,
.fleet-arrow {
  cursor: pointer;
  transition: opacity 0.25s ease;
}
.close-btn:hover, .close-btn:focus-visible,
.cwp-popup-close:hover,
.cwp-popup-close:focus-visible,
.search-btn:hover,
.search-btn:focus-visible,
.hamburger:hover,
.hamburger:focus-visible,
.fleet-arrow:hover,
.fleet-arrow:focus-visible {
  opacity: 0.7;
}

/* The play button is centred with a translate, so its hover transform has to
   restate that translate before adding the scale. */
.play-item-link {
  cursor: pointer;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.play-item-link:hover, .play-item-link:focus-visible {
  transform: translateX(-50%) translateY(-50%) scale(1.08) !important;
}

/* ---- text links ---------------------------------------------------------- */
.nav-links a,
.utility-page .link,
.link a,
.item-content-link {
  transition: color 0.25s ease;
}
.nav-links a:hover, .nav-links a:focus-visible,
.utility-page .link:hover,
.utility-page .link:focus-visible,
.link a:hover,
.link a:focus-visible,
.item-content-link:hover,
.item-content-link:focus-visible {
  color: #ec435d;
}

/* Breadcrumb links sit as white text over the banner image, so $hover-color
   would not read against it - they fade and underline instead. */
.bread-link {
  transition: opacity 0.25s ease;
}
.bread-link:hover, .bread-link:focus-visible {
  opacity: 0.7;
  text-decoration: underline;
}

/* ---- respect reduced-motion preferences ---------------------------------- */
@media (prefers-reduced-motion: reduce) {
  .success-btn,
  .success-btn::before,
  .fleet-load-more-btn,
  .cwp-load-more-btn,
  .close-btn,
  .cwp-popup-close,
  .search-btn,
  .hamburger,
  .fleet-arrow,
  .bread-link,
  .item-content-link,
  .play-item-link {
    transition: none;
  }
  .success-btn:hover::before,
  .success-btn:focus-visible::before {
    transform: translateY(-50%) !important;
  }
  .play-item-link:hover,
  .play-item-link:focus-visible {
    transform: translateX(-50%) translateY(-50%) !important;
  }
}

/*# sourceMappingURL=front-page.css.map */
