:root {
  /* font families */
  --montserrat-font: "Montserrat", serif;
  --rubic-font: "Rubik", serif;
  /* font size */
  --one-px: 0.06rem;
  --two-px: 0.13rem;
  --three-px: 0.19rem;
  --four-px: 0.3rem;
  --five-px: 0.3rem;
  --six-px: 0.4rem;
  --eight-px: 0.5rem;
  --ten-px: 0.6rem;
  /* 12 */
  --twelve-px: 0.8rem;
  /* 14 */
  --forteen-px: 0.9rem;
  /* 15 */
  --fifteen-px: 0.9rem;
  /* 16 */
  --sixteen-px: 1rem;
  /* 18 */
  --eighteen-px: 1.1rem;
  /* 20 */
  --twenty-px: 1.3rem;
  /* 22 */
  --twenty-two-px: 1.375rem;
  /* 24 */
  --twenty-four-px: 1.5rem;
  /* 25 */
  --twenty-five-px: 1.6rem;
  /* 26 */
  --twenty-six-px: 1.625rem;
  /* 28 */
  --twenty-eight-px: 1.8rem;
  /* 30 */
  --thirty-px: 1.875rem;
  /* 32 */
  --thirty-two-px: 2rem;
  /* 36 */
  --thirty-six-px: 2rem;
  /* 38 */
  --thirty-eight-px: 2.375rem;
  /* 40 */
  --forty-px: 3rem;
  /* 44 */
  --forty-four-px: 3rem;
  /* 48 */
  --forty-eight-px: 3rem;
  /* 50 */
  --fifty-px: 3rem;
  /* 54 */
  --fifty-four-px: 3.375rem;
  /* 56 */
  --fifty-six-px: 4rem;
  /* 60 */
  --sixty-px: 3.75rem;
  /* 64 */
  --sixty-four-px: 4rem;
  /* 70 */
  --seventy-px: 4.375rem;
  /* 72 */
  --seventy-two-px: 5rem;
  /* 75 */
  --sevety-five-px: 5rem;
  /* 80 */
  --eighty-px: 5rem;
  /* 90 */
  --ninty-px: 6rem;
  /* 100 */
  --hundred-px: 6rem;
  /* font-weight */
  --black-bold: 900;
  --extra-bold: 800;
  --bold: 700;
  --semi-bold: 600;
  --medium: 500;
  --normal: 400;
  --thin: 300;
  /* colors */
  --black: black;
  --white: white;
  --mix-black: #535353;
  --dark-black: #1c3340;
  --red: #dc291e;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}
a {
  text-decoration: none !important;
}

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

.primary-heading {
  font-family: var(--montserrat-font);
  /* 48 px */
  font-size: var(--forty-eight-px);
  /* black */
  color: var(--black);
  font-weight: var(--bold);
}
.secondary-heading {
  font-family: var(--montserrat-font);
  /* 40 px */
  font-size: var(--forty-px);
  /* #1C3340 */
  color: var(--dark-black);
  font-weight: var(--medium);
}
.secondary-heading2 {
  font-family: var(--montserrat-font);
  /* 40 px */
  font-size: var(--forty-px);
  /* white */
  color: var(--white);
  font-weight: var(--medium);
}
.tertiary-heading {
  font-family: var(--montserrat-font);
  /* 20 px */
  font-size: var(--twenty-px);
  /* black */
  color: var(--black);
  font-weight: var(--semi-bold);
}
.tertiary-heading2 {
  font-family: var(--montserrat-font);
  /* 20 px */
  font-size: var(--twenty-px);
  /* white */
  color: var(--white);
  font-weight: var(--semi-bold);
}
.tertiary-heading3 {
  font-family: var(--montserrat-font);
  /* 20 px */
  font-size: var(--twenty-px);
  /* #DC291E */
  color: var(--red);
  font-weight: var(--semi-bold);
}
.tertiary-heading4 {
  font-family: var(--montserrat-font);
  /* 20 px */
  font-size: var(--twenty-px);
  /* white */
  color: var(--white);
  font-weight: var(--normal);
}
.quaternary-heading {
  font-family: var(--montserrat-font);
  /* 31 px */
  font-size: 31px;
  /* #DC291E */
  color: var(--red);
  font-weight: var(--medium);
}

.primary-para {
  font-family: var(--montserrat-font);
  /* 20 px */
  font-size: var(--twenty-px);
  /* #535353 */
  color: var(--mix-black);
  font-weight: var(--normal);
}
.primary-para2 {
  font-family: var(--montserrat-font);
  /* 20 px */
  font-size: var(--twenty-px);
  /* black */
  color: var(--black);
  font-weight: var(--normal);
}
.secondary-para {
  font-family: var(--montserrat-font);
  /* 16 px */
  font-size: var(--sixteen-px);
  /* black */
  color: var(--black) !important;
  font-weight: var(--medium);
}
.secondary-para2 {
  font-family: var(--montserrat-font);
  /* 16 px */
  font-size: var(--sixteen-px);
  /* black */
  color: var(--black);
  font-weight: var(--normal);
}
.secondary-para3 {
  font-family: var(--montserrat-font);
  /* 16 px */
  font-size: var(--sixteen-px);
  /* white */
  color: var(--white);
  font-weight: var(--normal);
}
.tertiary-para {
  font-family: var(--montserrat-font);
  /* 17 px */
  font-size: 17px;
  /* black */
  color: var(--black);
  font-weight: var(--normal);
}
.quaternary-para {
  font-family: var(--rubic-font);
  /* 16 px */
  font-size: var(--sixteen-px);
  /* white */
  color: var(--white);
  font-weight: var(--medium);
}
.quaternary-para2 {
  font-family: var(--rubic-font);
  /* 16 px */
  font-size: var(--sixteen-px);
  /* black */
  color: var(--black);
  font-weight: var(--normal);
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 0 !important;
  align-items: center;
}
header .navbar {
  min-height: 96px;
  padding: 16px 0;
  background: #fff;
}
header .navbar > .container {
  align-items: center;
}
.navbar-brand {
  margin-right: 3.25rem !important;
}
.logoImg {
  display: block;
  width: 280px;
  height: auto;
}
.navbar .nav-link {
  padding: 0.55rem 0.5rem !important;
  color: #000 !important;
  font-family: var(--montserrat-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
.navbar .nav-link:hover,
.navbar .nav-link:focus-visible,
.navbar .nav-link.active {
  color: var(--red) !important;
}
.navGap {
  column-gap: 0.35rem;
}
.nav-contact-item {
  margin-left: 1.25rem;
}
.navbar .nav-contact-link {
  display: inline-flex;
  min-width: 90px;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1rem !important;
  border-radius: 9px;
  background: var(--red);
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
}
.navbar .nav-contact-link:hover,
.navbar .nav-contact-link:focus-visible {
  background: #bd2118;
  color: #fff !important;
}
#services,
#technology,
#about,
#industries,
#contact {
  scroll-margin-top: 20px;
}
.contactBtn {
  background: #dc291e;
  border: none;
  padding: 0.6rem 1.3rem;
  border-radius: 0.6rem;
}
/* hero section start */
.hero-main {
  padding: 1.25rem 0 1rem;
}
.hero-h1 {
  margin: 0;
  color: #000;
  font-family: var(--montserrat-font);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}
.hero-h1 span {
  color: var(--red);
}
.hero-description {
  max-width: 460px;
  margin: 0.6rem 0 0.75rem;
  color: var(--mix-black);
  font-family: var(--montserrat-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.hero-row {
  min-height: 420px;
}
.hero-copy {
  position: relative;
  z-index: 1;
}
.hero-artwork-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
}
.hero-artwork {
  display: block;
  width: min(100%, 580px);
  max-height: 620px;
  object-fit: contain;
}
.track-bg {
  display: flex;
  align-items: center;
  width: min(100%, 520px);
  height: 60px;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 12px;
}
.track-input {
  min-width: 0;
  height: 100%;
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  padding: 0 14px;
  color: #535353;
  font-family: var(--montserrat-font);
  font-size: 14px;
}
.track-input::placeholder {
  color: #a5abb4;
}
.track-button {
  height: 40px;
  padding: 0 22px;
  border: 0;
  border-radius: 6px;
  background: var(--red);
  color: #fff;
  font-family: var(--montserrat-font);
  font-size: 13px;
  font-weight: 600;
}
.tracking-help {
  margin: 8px 0 14px;
  color: #747474;
  font-family: var(--montserrat-font);
  font-size: 13px;
  line-height: 1.4;
}
.hero-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  height: 48px;
  padding: 0 36px;
  margin-bottom: 16px;
  border-radius: 8px;
  background: #000;
  box-shadow: 3.12px 9.37px 21.85px rgba(0, 0, 0, 0.06);
  color: #fff !important;
  font-family: var(--montserrat-font);
  font-size: 17px;
  font-weight: 600;
}
.hero-service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  max-width: 550px;
  margin-top: 16px;
}
.hero-service-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: fit-content;
  min-height: 40px;
  padding: 8px 18px;
  border: 1px solid #ffb3a8;
  border-radius: 25px;
  background: #ffdfdd;
  color: var(--red);
  font-family: var(--montserrat-font);
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.hero-service-tags img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.hero-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 88px 0 0;
  padding: 28px 28px;
  min-height: 180px;
  border-radius: 9px;
  background: var(--red);
  box-shadow: 3px 10px 22px rgba(0, 0, 0, 0.12);
  color: #fff;
}
.hero-benefits > div {
  min-width: 0;
  padding: 0 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.hero-benefits > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.85);
}
.hero-benefits h2,
.hero-benefits p {
  margin: 0;
  color: #fff;
  font-family: var(--montserrat-font);
}
.hero-benefits h2 {
  margin-bottom: 6px;
  font-size: 17px;
  font-weight: 700;
}
.hero-benefits p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}
/* hero section end */
/* trusted section start */
.hubs-section {
  padding: 3.5rem 0 5.5rem;
}
.hubs-heading {
  margin: 0 auto 1.25rem;
  color: #1c3340;
  font-family: var(--montserrat-font);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}
.hubs-intro {
  max-width: 760px;
  margin: 0 auto 2.35rem;
  color: #535353;
  font-family: var(--montserrat-font);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.hubs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 24px;
  row-gap: 24px;
}
.hub-card {
  appearance: none;
  min-height: 190px;
  padding: 28px 20px;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
  color: #000;
  font-family: var(--montserrat-font);
  text-align: left;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}
.hub-card img {
  display: block;
  width: 30px;
  height: 30px;
  margin-bottom: 14px;
  object-fit: contain;
  object-position: left center;
  transition: filter 180ms ease;
}
.hub-card .temperature-icon {
  filter: brightness(0) saturate(100%) invert(20%) sepia(86%) saturate(2904%) hue-rotate(347deg) brightness(91%) contrast(93%);
}
.hub-card strong,
.hub-card span {
  display: block;
}
.hub-card strong {
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.15;
}
.hub-card span {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
}
.hub-card:hover,
.hub-card:focus-visible,
.hub-card.is-active {
  position: relative;
  z-index: 1;
  border-color: var(--red);
  border-radius: 8px;
  background: var(--red);
  box-shadow: 0 6px 15px rgba(220, 41, 30, 0.22);
  color: #fff;
  outline: 0;
}
.hub-card:hover strong,
.hub-card:hover span,
.hub-card:focus-visible strong,
.hub-card:focus-visible span,
.hub-card.is-active strong,
.hub-card.is-active span {
  color: #fff;
}
.hub-card:hover img,
.hub-card:focus-visible img,
.hub-card.is-active img {
  filter: brightness(0) invert(1);
}
/* trusted section end */
/* streaming section start */
.streaming-container {
  margin: 0 0 7rem;
}
.journey-section {
  position: relative;
  min-height: 650px;
  overflow: visible;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.14) 42%, rgba(0, 0, 0, 0) 56%),
    linear-gradient(270deg, rgba(25, 25, 25, 0.82) 29.01%, rgba(25, 25, 25, 0.73) 125.26%),
    url("../static/updated_images/sec2/BGimage.svg");
  background-position: center, center, right center;
  background-size: cover, cover, cover;
  color: #fff;
}
.journey-inner {
  position: relative;
  min-height: 720px;
  padding-top: 52px;
  padding-bottom: 100px;
}
.journey-heading {
  position: relative;
  z-index: 2;
  margin: 0 0 42px;
  color: #fff;
  font-family: var(--montserrat-font);
  font-size: 40px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
}
.journey-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(3, auto);
  gap: 58px 64px;
}
.journey-step {
  color: #fff;
}
.journey-step img {
  display: block;
  width: 28px;
  height: 28px;
  margin-bottom: 15px;
}
.journey-step h3,
.journey-step p {
  margin: 0;
  color: #fff;
  font-family: var(--montserrat-font);
}
.journey-step h3 {
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
.journey-step p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}
.journey-pickup {
  grid-column: 1;
  grid-row: 1;
}
.journey-origin {
  grid-column: 2;
  grid-row: 1;
}
.journey-long-distance {
  grid-column: 3;
  grid-row: 1;
}
.journey-hub {
  grid-column: 2;
  grid-row: 2;
}
.journey-last-mile {
  grid-column: 3;
  grid-row: 2;
}
.journey-delivery {
  grid-column: 3;
  grid-row: 3;
}
.journey-truck {
  position: absolute;
  z-index: 3;
  left: calc((100vw - 100%) / -2 - 14px);
  top: auto;
  bottom: -78px;
  width: min(57vw, 550px);
  height: auto;
  pointer-events: none;
}
.journey-note {
  position: absolute;
  z-index: 4;
  right: auto;
  left: 52%;
  bottom: -22px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 380px;
  min-height: 48px;
  padding: 8px 14px;
  border-radius: 7px;
  background: #ffdfdd;
  color: var(--red);
}
.journey-note img {
  width: 23px;
  height: 28px;
  flex: 0 0 auto;
}
.journey-note p {
  margin: 0;
  color: var(--red);
  font-family: var(--montserrat-font);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
}
/* streaming section end */
/* feature section start */
.feature-container {
  margin: 0;
}
.capability-section {
  padding: 6.5rem 0 7rem;
  background: #fff;
}
.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.capability-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.capability-image {
  display: block;
  width: 100%;
  aspect-ratio: 1.36 / 1;
  border-radius: 9px;
  object-fit: cover;
}
.capability-content {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 23px 10px 0;
  color: #191919;
  font-family: var(--montserrat-font);
}
.capability-content h2 {
  margin: 0 0 14px;
  color: #191919;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.25;
}
.capability-content > p {
  min-height: 78px;
  margin: 0 0 12px;
  color: #353535;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
}
.capability-content ul {
  display: grid;
  gap: 8px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}
.capability-content li {
  position: relative;
  min-height: 16px;
  padding-left: 23px;
  color: #353535;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
}
.capability-content li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background: url("../static/updated_images/sec3/tickmark.svg") center / contain no-repeat;
  content: "";
}
/* feature section end */
/* about section start */
.about-container {
  padding-bottom: 6rem;
}
/* about section end */
/* services section start */
.services-container {
  background-color: #f9f9f9;
}
.services-container {
  padding-top: 4rem;
}
.services-container {
  padding-bottom: 4rem;
}
.service-card {
  margin-top: 5rem;
}
.service-p {
  max-width: 850px;
  margin: 3rem auto;
}
/* services section end */
/* industry section start */
.industries-showcase {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  padding: 90px 0 80px;
  background-color: #e92b21;
  background-image: url("../static/updated_images/sec4/BGkangaroo.svg");
  background-position: right center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  color: #fff;
}
.industries-inner {
  position: relative;
  z-index: 1;
}
.industries-showcase h2 {
  max-width: 650px;
  margin: 0 auto 48px;
  color: #fff;
  font-family: var(--montserrat-font);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: 0;
  text-align: center;
}
.industries-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px 45px;
  max-width: 950px;
  margin: 0 auto;
}
.industry-item {
  display: flex;
  min-width: 0;
  flex: 0 0 150px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}
.industry-item img {
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: 14px;
  object-fit: contain;
}
.industry-item p {
  margin: 0;
  color: #fff;
  font-family: var(--montserrat-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  white-space: nowrap;
}
/* industry section end */
/* work section start */
.work-bg {
  background: linear-gradient(to bottom, rgba(220, 41, 30, 1) 0%, rgba(220, 41, 30, 1) 50%, rgba(249, 249, 249, 1) 50%);
  height: 115vh;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.work-container {
  padding-top: 3rem;
  max-width: 1150px;
  margin: 0 auto;
}
.work-card {
  background-color: #ffffff;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  padding: 2rem 1.2rem;
}
.work-card img {
  max-width: 232px;
}
/* work section end */
/* choose section start */
.choose-container {
  margin-top: 6rem;
  margin-bottom: 4rem;
}
.choose-container p {
  padding-bottom: 1rem;
  max-width: 400px;
}
/* choose section end */
/* testimonial section start */
swiper-container {
  width: 100%;
  height: 100%;
}

swiper-slide div {
  background: #fff;
  border-radius: 12px !important;
}

swiper-slide img {
  display: block;
  /* width: 100%;
  height: 100%; */
  object-fit: cover;
}

.testimonial-container {
  background-color: #f9f9f9;
  padding: 4rem 0rem;
}
.test-card {
  background-color: white;
  padding: 2rem 1.5rem;
}
.test-p {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  border-top: 2px solid #d9d9d9;
  margin-top: 2rem;
}
/* testimonial section end */
/* contact section start */
.input {
  outline: none;
  border: 1px solid black;
  border-radius: 12px;
  width: 90%;
  padding: 1rem;
  margin-bottom: 1rem;
}
.field .input {
  width: 100%;
  margin-bottom: 0;
}
.field {
  width: 90%;
  margin-bottom: 1rem;
}
.field .input:focus {
  border-color: var(--red);
}
.field-error {
  display: none;
  margin-top: 6px;
  color: var(--red);
  font-family: var(--montserrat-font);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}
.field.has-error .input {
  border-color: var(--red);
}
.field.has-error .field-error {
  display: block;
}
.contact-container {
  padding-top: 6rem;
  padding-bottom: 4rem;
}
.sendBtn {
  width: 90%;
  margin-bottom: 0rem;
}
.sendBtn:disabled {
  cursor: wait;
  opacity: 0.72;
}
.contact-status {
  min-height: 20px;
  margin: 10px 0 0;
  font-family: var(--montserrat-font);
  font-size: 13px;
  font-weight: 500;
}
.contact-status.is-loading {
  color: #666;
}
.contact-status.is-success {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  color: #16844b;
}
.contact-status.is-success i {
  flex: 0 0 auto;
  margin-top: 2px;
  font-size: 13px;
  line-height: 1.45;
}
.contact-status.is-success span span {
  display: block;
  line-height: 1.45;
}
.contact-status.is-error {
  color: var(--red);
}
/* contact section end */
/* footer start */
.site-footer {
  background: #000;
  color: #fff;
  font-family: var(--montserrat-font);
}
.footer-inner {
  padding-top: 58px;
  padding-bottom: 32px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1.15fr 0.62fr 0.72fr 1.45fr;
  gap: 38px;
  min-height: 285px;
}
.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
.footer-brand p {
  max-width: 260px;
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
}
.footer-logo {
  display: block;
  width: 225px;
  height: auto;
  flex-shrink: 0;
}
.footer-socials {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-socials a,
.footer-socials img {
  display: block;
  width: 20px;
  height: 20px;
}
.footer-column {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}
.footer-column h2 {
  margin: 0 0 18px;
  color: var(--red);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}
.footer-column > a {
  margin-bottom: 14px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
  transition: color 160ms ease;
}
.footer-column > a:hover,
.footer-bottom a:hover {
  color: var(--red);
}
.footer-contact > a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 19px;
}
.footer-contact img {
  width: 16px;
  height: 20px;
  flex: 0 0 auto;
  object-fit: contain;
}
.footer-contact span {
  min-width: 0;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 27px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.65);
}
.footer-bottom p,
.footer-bottom a {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  font-weight: 400;
}
.footer-bottom > div {
  display: flex;
  gap: 18px;
}
/* footer end */
#backToTop {
  min-width: unset;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #dc291e;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
}
#backToTop:hover {
  background-color: #a8a8a8;
}
#backToTop img {
  width: 25px;
  height: 25px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(6349%) hue-rotate(36deg) brightness(99%)
    contrast(111%);
}
@media all and (max-width: 992px) {
  .tertiary-heading {
    font-size: 1.2rem;
  }
  .quaternary-heading {
    font-size: 1.4rem;
  }
  .secondary-heading2 {
    font-size: 1.5rem;
  }
  .logoImg {
    max-width: 150px;
  }
  header .navbar {
    min-height: 76px;
    padding: 10px 0;
  }
  .navbar-brand {
    margin-right: 1rem !important;
  }
  .navbar-collapse {
    padding: 14px 0 8px;
  }
  .navGap {
    row-gap: 5px;
  }
  .navbar .nav-link {
    padding: 0.7rem 0 !important;
  }
  .nav-contact-item {
    margin-top: 6px;
    margin-left: 0;
  }
  .navbar .nav-contact-link {
    padding-right: 1.15rem !important;
    padding-left: 1.15rem !important;
  }
  /* hero section start mq */
  .hero-h1 {
    padding-top: 0;
    font-size: clamp(2rem, 6vw, 3rem);
    line-height: 1.2;
  }
  .hero-main {
    padding: 2rem 0;
  }
  .hero-row {
    min-height: 0;
  }
  .hero-description {
    font-size: 1rem;
  }
  .hero-artwork-wrap {
    margin-top: 2rem;
  }
  .hero-artwork {
    width: min(100%, 430px);
    max-height: 430px;
  }
  .hero-service-tags {
    max-width: none;
    margin-top: 1.5rem;
  }
  .hero-benefits {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 0;
    margin-top: 2rem;
  }
  .hero-benefits > div:nth-child(3) {
    border-left: 0;
  }
  /* hero section end mq */
  /* trusted section mq start */
  .hubs-section {
    padding: 2.5rem 0 3rem;
  }
  .hubs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  /* trusted section mq end */
  /* streaming section mq start */
  .streaming-container {
    margin: 0 0 5rem;
  }
  .journey-section,
  .journey-inner {
    min-height: 780px;
  }
  .journey-heading {
    font-size: 34px;
  }
  .journey-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, auto);
    gap: 36px 45px;
  }
  .journey-pickup,
  .journey-origin,
  .journey-long-distance,
  .journey-hub,
  .journey-last-mile,
  .journey-delivery {
    grid-column: auto;
    grid-row: auto;
  }
  .journey-truck {
    left: calc((100vw - 100%) / -2 - 10px);
    top: auto;
    bottom: -70px;
    width: min(61vw, 505px);
  }
  .journey-note {
    left: auto;
    right: 12px;
  }
  /* streaming section mq end */
  /* feature section mq start */
  .capability-section {
    padding: 4.5rem 0;
  }
  .capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 22px;
  }
  .capability-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 11px);
    justify-self: center;
  }
  /* feature section mq end */
  /* about section mq start */
  .about-container {
    padding-bottom: 3rem;
  }
  /* about section mq end */

  /* services section mq start */
  .service-card {
    max-width: unset;
  }
  .service-card {
    margin-top: 2rem;
  }
  .service-p {
    margin: 1rem auto;
  }
  /* services section mq end */
  /* industry section mq start */
  .industries-showcase {
    min-height: 380px;
    padding: 52px 0;
    background-position: 65% center;
  }
  .industries-grid {
    gap: 36px 16px;
    max-width: 650px;
  }
  /* industry section mq end */
  /* work section mq start */
  .work-bg {
    height: unset;
  }
  /* work section mq end */
  /* choose section mq start */
  .choose-container {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  /* choose section mq end */
  /* testimonial section mq start */
  .swiper-wrapper {
    display: block;
  }
  .swiper-slide {
    width: 100% !important;
  }
  swiper-slide.swiper-slide-active {
    /* width: 350px !important; */
    width: 100% !important;
  }
  swiper-slide.swiper-slide-next {
    width: 100% !important;
  }
  swiper-slide {
    width: 100% !important;
  }
  .testimonial-container {
    padding: 1rem 0rem;
  }
  .input,
  .field {
    width: 100%;
  }
  .sendBtn {
    width: 100%;
    margin-bottom: 2rem;
  }
  .contact-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  /* testimonial section mq end */
  /* footer mq start mq  */
  .footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 38px 28px;
  }
  .footer-contact {
    grid-column: 2 / 4;
  }
  /* footer mq end */
}
.contactUsMap {
  width: 100%;
  min-height: 850px;
}
@media (max-width: 767px) {
  .hero-main {
    padding-top: 1rem;
  }
  .hero-description {
    font-size: 0.95rem;
    line-height: 1.55;
  }
  .hero-title-break {
    display: none;
  }
  .track-bg {
    width: 100%;
  }
  .hero-service-tags {
    gap: 7px;
  }
  .hero-service-tags span {
    font-size: 10px;
  }
  .hero-benefits {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .hero-benefits > div,
  .hero-benefits > div + div,
  .hero-benefits > div:nth-child(3) {
    padding: 0;
    border-left: 0;
  }
  .hero-benefits > div + div {
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.85);
  }
  .hubs-heading {
    font-size: 25px;
  }
  .hubs-intro {
    font-size: 14px;
  }
  .hub-card {
    min-height: 145px;
  }
  .streaming-container {
    margin-bottom: 3rem;
  }
  .journey-section,
  .journey-inner {
    min-height: 0;
  }
  .journey-inner {
    padding-top: 36px;
    padding-bottom: 0;
  }
  .journey-heading {
    margin-bottom: 32px;
    font-size: 30px;
  }
  .journey-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .journey-step {
    max-width: 100%;
  }
  .journey-truck {
    position: relative;
    left: -48px;
    top: auto;
    bottom: -32px;
    width: calc(100% + 48px);
    max-width: 550px;
  }
  .journey-note {
    position: relative;
    left: auto;
    right: auto;
    bottom: -18px;
    width: 100%;
  }
  .capability-section {
    padding: 3.5rem 0;
  }
  .capability-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .capability-card:last-child {
    grid-column: auto;
    width: 100%;
  }
  .capability-image {
    aspect-ratio: 1.45 / 1;
  }
  .capability-content {
    padding: 20px 4px 0;
  }
  .capability-content > p {
    min-height: 0;
  }
  .industries-showcase {
    min-height: 0;
    padding: 44px 0;
    background-position: center;
    background-size: auto 100%;
  }
  .industries-showcase h2 {
    margin-bottom: 38px;
    font-size: 26px;
  }
  .industries-grid {
    gap: 34px 12px;
  }
  .industry-item p {
    white-space: normal;
  }
  .footer-inner {
    padding-top: 44px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 38px 24px;
    min-height: 0;
  }
  .footer-brand,
  .footer-contact {
    grid-column: 1 / -1;
  }
  .footer-contact {
    max-width: 420px;
  }
  .footer-services {
    grid-column: 1 / -1;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }
  .contactUsMap {
    min-height: 500px;
  }
}
.contactDetailItem {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  margin-top: 50px;
}
.contactDetailItem .iconBox {
  align-self: center;
}
.contactDetailItem .contentBox p {
  margin: 0;
}
.contactDetailItem .contentBox strong {
  display: block;
}
.contactDetailItem .contentBox span {
  display: block;
  color: #dc291e;
}
.contactDetailItem .contentBox span a {
  color: #dc291e;
}
@media (max-width: 1024px) {
  .contactDetailItem {
    margin: 20px 0 30px 0;
  }
}
