@import "/fonts/fonts.css";
.line {
  position: relative;
}
.hide-desktop {
  display: none;
}
#line {
  height: 410vh;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100vh;
  z-index: 1;
}
.sidebar {
  background-color: #112234;
  color: #fff;
  display: none;
  display: block;
  height: 100%;
  padding-top: 5%;
  position: fixed;
  right: -50%;
  text-align: center;
  top: 0;
  transition: right 0.5s ease-in-out;
  width: 50%;
  z-index: 999;
}
.desktop-menu {
  display: flex;
  width: 100%;
}
.hero-section {
  background: linear-gradient(#0003, #0003), url(/images/index-hero.jpg);
  height: 85vh;
}
header {
  height: 120px;
  z-index: 999;
}
.head-left,
.head-right,
header {
  align-items: center;
  display: flex;
  justify-content: center;
}
.head-left,
.head-right {
  width: 40%;
}
.head-mid {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 20%;
}
.head-right {
  align-items: center;
  gap: 20px;
}
.contact-menu img {
  cursor: pointer;
}
header .desktop-menu a {
  color: #112234;
  font-weight: 300;
  letter-spacing: 2px;
  margin: 0 1vh;
  transition: text-shadow 0.2s ease;
}
header .desktop-menu a:hover {
  border-top: 2px solid #e22035;
  color: #e22035;
  padding-top: 42px;
  text-shadow: 0.9px 0 0 #e22035, 0.9px 0 0 #e22035;
}
header .desktop-menu .active-nav:hover {
  text-shadow: none;
}
#desktop-logo:hover {
  border: inherit;
  color: inherit;
  padding: inherit;
}
#logoimg {
  height: auto;
  width: 60%;
}
.head-mid a {
  display: flex;
  justify-content: center;
  width: 100%;
}
.desktop-menu .active-nav {
  border-top: 2px solid #e22035;
  color: #e22035;
  font-weight: 500;
  padding-top: 42px;
}
header ul {
  display: flex;
  gap: 20px;
  list-style-type: none;
}
.language-switch {
  align-items: center;
  border-left: 1px solid #1122343d;
  display: flex;
  padding-left: 10px;
}
.language-select {
  border: none;
  font-family: Oswald;
  font-size: 16px;
  font-weight: 300;
}
#trucking {
  color: #f9001b;
}

#industry, #trucking {
  font-family: 'Oswald';
  font-size: 50px;
  font-weight: 800;
  margin: 10px;
}
.hero-featured {
  align-items: center;
  bottom: 5%;
  color: #fff;
  display: flex;
  gap: 80px;
  justify-content: space-between;
  position: absolute;
  width: 80%;
}
.hero-section h1,
.hero-section span {
  letter-spacing: 8px;
}
.hero-section h1 {
  margin: 0 0 15px 0;
}
.hero-featured p {
  font-weight: 400;
  width: 33%;
  letter-spacing: 3.5px;
  padding-left: 50px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.hero-featured p:before {
  background-image: url(/images/checkmark.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 25px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateX(-5px);
  transform: translate(-5px, -50%);
  width: 40px;
}
.hero-heading {
  margin-top: -15vh;
}
.second-section {
  background-color: #ecedee;
  padding: 5%;
  position: relative;
  text-align: center;
}
.second-section-featured {
  background-color: #fff;
  border-radius: 50px;
  display: flex;
  gap: 50px;
  justify-content: left;
  margin: 5vh 0;
  padding: 80px 50px;
  text-align: left;
}


.second-section-featured-left {
  width: 50%;
}
.second-section-featured-right {
  width: 50%;
}

.second-section-featured-left h3 {
  width: 50%;
}
.second-section-featured-left p{
  width: 100%;
}

.second-section h2 {
  color: #112234;
  margin: 0;
}
.second-section p {
  color: #000;
  letter-spacing: 2px;
  margin: 20px auto;
  max-width: 80%;
}
.second-section-featured p {
  color: #000;
  letter-spacing: 2px;
  margin: 20px 0;
}
.second-section-featured h3 {
  color: #112234;
  letter-spacing: 3.5px;
  margin: 0;
}
.featured-icon {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: left;
}
#learn-more {
  color: #000;
  letter-spacing: 5px;
  padding-right: 70px;
  position: absolute;
  right: 5%;
  text-decoration: none;
}
#learn-more:hover:after {
  transform: translate(5px, -50%);
  transition: 0.3s;
}
#learn-more:after {
  background-image: url(/images/arrowright.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 40px;
  position: absolute;
  right: 0;
  top: 100%;
  transform: translateX(-5px);
  transform: translate(-5px, -50%);
  transition: 0.3s;
  width: 60px;
}
.constant-support {
  align-items: center;
  background: linear-gradient(#0000004d, #0000004d),
    url(/images/constant-support.jpg);
  background-attachment: fixed;
  background-position: 50%;
  background-size: cover;
  display: flex;
  height: 42vh;
  justify-content: center;
  margin: 0;
  text-align: center;
}
.constant-support h3 {
  color: #fff;
  font-weight: 700;
  letter-spacing: 3.5px;
}
.third-section {
  background: linear-gradient(#ffffffe6, #ffffffe6),
    url(/images/america-truck.png);
  background-position: 50%;
  background-size: cover;
  display: flex;
  gap: 30px;
  justify-content: center;
  padding: 3% 5%;
}
.third-section h3 {
  color: #112234;
  letter-spacing: 3.5px;
  margin: 0;
}
.third-section-left {
  align-items: end;
  display: flex;
  margin: 0;
  padding: 0;
  width: 30%;
}
.third-section-left img {
  border-top-left-radius: 150px;
  height: auto;
  width: 100%;
}
.third-section-right {
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 60%;
}
.third-section-right h3 {
  margin: 1vh 0 4vh;
}
.list-section ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.list-section ul li {
  color: #fff;
  letter-spacing: 2px;
  line-height: 31px;
  margin: 4vh 0;
  padding-left: 40px;
  position: relative;
}
.list-section ul li:before {
  background-image: url(/images/checkmark.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.list-section {
  background-color: #112234;
  border-bottom-right-radius: 150px;
  margin-bottom: 4px;
  margin-left: -80px;
  padding: 20px 140px;
  width: 80%;
}
.fourth-section {
  align-items: center;
  background-color: #112234;
  color: #fff;
  display: flex;
  height: 50vh;
  padding: 2% 10%;
}
.fourth-section-right {
  display: flex;
  justify-content: center;
  width: 50%;
}
.fourth-section h2 {
  letter-spacing: 3.5px;
  margin: 0;
}
.fourth-section-right img {
  height: auto;
  width: 80%;
}
.fifth-section {
  background-color: #ecedee;
  display: flex;
  height: auto;
  margin-bottom: 5vh;
  min-height: 60vh;
  padding: 19vh 5%;
}
.swiper-container {
  height: 47vh;
  margin: 8vh auto;
  max-width: 700px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 2;
}
.swiper-slide {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 200px;
  justify-content: center;
}
.swiper-slide p {
  color: #112234;
  letter-spacing: 2px;
  line-height: 31px;
}
/* Swiper pagination dots styles */
.swiper-pagination-bullet {
  background-color: #112234 !important; /* Dark color for pagination dots */
  opacity: 1 !important;
  margin: 0 2vh !important;
  height: 18px !important;
  width: 18px !important;
}
.swiper-pagination {
  display: flex;
  justify-content: end;
}

.swiper-pagination-bullet-active {
  background-color: #ad1929 !important; /* Active dot color (red as in the image) */
  opacity: 1;
}

.fifth-section-left {
  display: flex;
  position: relative;
  width: 50%;
}
.fifth-section-left img {
  height: AUTO;
  left: -12%;
  position: absolute;
  scale: 1;
  top: 5%;
  width: 95%;
  z-index: 2;
}
.swiper-button button {
  background-color: #e22035;
  border: none;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  font-family: Lato;
  font-size: 20px;
  height: 50px;
  transition: 0.3s;
  width: 140px;
  z-index: 10;
}
.swiper-button button:hover {
  border-radius: 15px;
  opacity: 0.8;
  transition: 0.3s;
}
.swiper-button {
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}
.video-section {
  align-items: center;
  display: flex;
  margin-bottom: 3vh;
  padding: 0 5%;
}
.video-section-video {
  display: flex;
  justify-content: end;
  padding-right: 5%;
  position: relative;
  width: 50%;
  z-index: 2;
}
.video-section-video img {
  height: 650px;
  width: auto;
}
.video-section-content p {
  color: #112234;
  max-width: 80%;
}
.video-section-content button {
  background-color: #112234;
  border: none;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  font-family: Lato;
  font-size: 20px;
  height: 51px;
  letter-spacing: 2px;
  margin-top: 5vh;
  transition: 0.3s;
  width: 140px;
}
#hero-invert {
  border-radius: 12px;
  bottom: 5%;
  height: auto;
  position: absolute;
  right: 30%;
  width: 600px;
}
.mobile-ads-section {
  background-color: #ecedee;
  display: flex;
  padding: 11vh 5%;
}
.mobile-ads-section-left img {
  height: auto;
  position: relative;
  width: 46vh;
  z-index: 2;
}
.mobile-ads-section-right ul li {
  color: #112234;
  letter-spacing: 2px;
  line-height: 31px;
  margin: 5vh 0;
  max-width: 65%;
  position: relative;
}
.mobile-ads-section-right ul li:before {
  background-image: url(/images/redcircle.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 20px;
  left: -30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.mobile-ads-section-right button {
  background-color: #112234;
  border: none;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  font-family: Lato;
  font-size: 20px;
  height: 51px;
  letter-spacing: 2px;
  margin-top: 0;
  position: relative;
  transition: 0.3s;
  width: 140px;
  z-index: 2;
}
.promotion-section {
  align-items: center;
  display: flex;
  gap: 40px;
  padding: 5vh 5% 12vh;
}
.promotion-section-right img {
  height: auto;
  position: relative;
  width: 98%;
  z-index: 2;
}
.promotion-section-left span {
  font-weight: 600;
  letter-spacing: 2px;
  margin-left: 35px;
  position: relative;
}

.promotion-section-left a {
  color: #112234;
}
.promotion-section-left h3 {
  letter-spacing: 3.5px;
}
.promotion-section-left span:before {
  background-image: url(/images/redcheckmark.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 20px;
  left: -25px;
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  width: 20px;
}
.promotion-social {
  align-items: center;
  display: flex;
  margin: 5vh 0;
}
.promotion-social span {
  font-weight: 600;
  letter-spacing: 2px;
  margin-left: 5px;
  margin-right: 20px;
}
.promotion-social img {
  height: 24px;
  margin-bottom: -3px;
  margin-right: 8px;
  width: auto;
}
.promotion-usa {
  align-items: center;
  background-color: #ecedee;
  display: flex;
  gap: 40px;
  padding: 3% 5%;
}
.promotion-usa-right {
  margin-top: -10vh;
  width: 35%;
}
.promotion-usa-left {
  width: 65%;
}
.promotion-usa-left img {
  height: auto;
  position: relative;
  width: 90%;
  z-index: 2;
}
.promotion-usa-right-img {
  display: flex;
  flex-direction: column;
  margin: 1vh 0;
}
.img-z {
  z-index: 100;
}
.on-you-section {
  padding: 3% 7%;
  text-align: center;
}
.control-section {
  background: url(/images/control-section.jpg);
  background-position: 50%;
  background-size: cover;
  color: #fff;
  height: auto;
  min-height: 50vh;
}
.control-section-left {
  background-color: #11223486;
  height: 100%;
  padding: 3% 5%;
  width: 40%;
}
.control-section-left p {
  font-weight: 600;
}
.contact-us-section-heading {
  text-align: center;
}
.contact-us-section {
  background: url(/images/contact-bg.jpg);
  background-position: 50%;
  background-size: cover;
  padding: 5%;
  position: relative;
}
#arrow-down {
  left: 46.8%;
  position: absolute;
  top: -30px;
  transform: translateX(45%);
}
.contact-us-section-heading h2 {
  color: #112234;
  letter-spacing: 3.5px;
  margin: 0;
}
.contact-us-section-heading span {
  color: #000;
  letter-spacing: 5px;
  margin: 0;
}
.form-container form {
  padding: 50px 0;
  position: relative;
  width: 1400px;
}
.form-container form input {
  letter-spacing: 2px;
  width: 45%;
}
.form-container form input,
.form-container form textarea {
  background-color: #fff;
  border: none;
  border-radius: 10px;
  color: #112234;
  font-family: Oswald;
  font-size: 20px;
  font-weight: 500;
  margin: 20px 5px;
  padding: 15px 20px;
}
.form-container form textarea {
  height: 300px;
  width: 95.5%;
}
.form-container form input::placeholder,
.form-container form textarea::placeholder {
  color: #112234;
}
form button {
  background-color: #ad1929;
  border: none;
  border-radius: 20px;
  bottom: -50px;
  color: #fff;
  font-family: Lato;
  font-size: 20px;
  height: 50px;
  margin-right: 10px;
  position: absolute;
  right: 0;
  transition: 0.3s;
  width: 180px;
  z-index: 10;
}
form button:hover {
  border-radius: 15px;
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.blog-section {
  padding: 3% 5%;
  text-align: center;
}
.blog-section h2 {
  color: #0c2d51;
  letter-spacing: 3.5px;
  margin: 0;
}
.blog-section span {
  color: #0c2d51;
  letter-spacing: 5px;
}
.blog-single-wrap {
  display: flex;
  gap: 25px;
  margin: 5vh 0;
}
.blog-single {
  text-align: left;
  width: 33%;
}
.blog-single h3 {
  margin-top: 0;
}
.blog-single a:hover {
  color: #0c2d51;
  text-decoration: underline;
}
.blog-single img {
  height: 650px;
  object-fit: cover;
  background-position: center;
  width: 100%;
}
.blog-single-img {
  position: relative;
}
#blog-single-date {
  background-color: #112234;
  border-bottom-left-radius: 20px;
  right: 0;
  top: 0;
}
#blog-single-category,
#blog-single-date {
  color: #fff;
  padding: 10px 20px;
  position: absolute;
}
#blog-single-category {
  background-color: #ad1929;
  border-top-right-radius: 20px;
  bottom: 6px;
  left: 0;
}
footer {
  background-color: #112234;
  padding: 0;
  position: relative;
}
#footer-usa {
  height: auto;
  position: absolute;
  right: 0;
  top: -20vh;
  width: 90vh;
}
.top-footer {
  display: flex;
  height: auto;
}
.top-footer-left {
  display: flex;
  flex-direction: column;
  padding-left: 10%;
}
.top-footer-left img {
  margin-bottom: 2vh;
}
.top-footer-left a {
  color: #fff;
  font-size: 24px;
  letter-spacing: 5px;
  margin: 1vh 0;
  text-decoration: none;
}
.footer-social-icons {
  align-items: center;
  display: flex;
  margin-top: 3vh;
  gap: 40px;
  width: 90%;
}
.icon:hover {
  cursor: pointer;
  filter: invert(41%) sepia(93%) saturate(7450%) hue-rotate(338deg)
    brightness(91%) contrast(107%);
}
.top-footer-mid h3,
.top-footer-right h3 {
  color: #fff;
  font-weight: 700;
  letter-spacing: 3.5px;
  margin-bottom: 5vh;
}
.top-footer-mid ul li{
  color: #fff;
  margin: 2vh 0 2vh -40px;
}
.top-footer-mid ul li a{
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
  font-family: 'Lato', 'Arial';
}
.top-footer-mid ul li a:hover {
  color: #ad1929;
  cursor: pointer;
  font-weight: 600;
}
.top-footer-left,
.top-footer-right {
  padding-top: 5%;
  width: 35%;
}
.top-footer-right {
  padding: 3% 10% 3% 5%;
}
.top-footer-mid {
  border-left: 1px solid #ffffff49;
  border-right: 1px solid #ffffff49;
  padding: 3% 5%;
  width: 30%;
}
.top-footer-right p {
  color: #fff;
  letter-spacing: 2px;
  line-height: 31px;
  margin-bottom: 5vh;
  text-transform: uppercase;
}
.newsletter-form {
  position: relative;
  z-index: 5;
}
.newsletter-form input {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 102px;
  color: #fff;
  font-family: Lato;
  font-size: 20px;
  letter-spacing: 2px;
  padding: 30px 20px;
  width: 100%;
}
.newsletter-form button:hover {
  border-radius: 50px;
}
.newsletter-form input::placeholder {
  color: #fffb;
}
.newsletter-form button {
  background: #fff;
  border-radius: 102px;
  cursor: pointer;
  height: 75px;
  right: -40px;
  top: 5px;
  width: 75px;
}
.bottom-footer {
  border-top: 1px solid #ffffff49;
  display: flex;
  justify-content: space-between;
  padding-left: 10%;
}
.bottom-footer-left a {
  font-family: Lato;
  text-decoration: none;
}
.bottom-footer-left a,
.bottom-footer-left p {
  color: #fff;
  font-size: 14px;
}
.bottom-footer-right {
  align-items: center;
  display: flex;
  padding-right: 10%;
}

.bottom-footer-right ul li {
  color: #fff;
}

.bottom-footer-right ul {
  display: flex;
}
.bottom-footer-right a {
  color: #fff;
  font-family: 'Lato';
  font-size: 14px;
  letter-spacing: 2px;
}
.sidebar-logo {
  border-bottom: 1px solid #ffffff23;
  padding-bottom: 60px;
}
.sidebar.active {
  right: 0;
}
.sidebar-contact {
  border-bottom: 1px solid #ffffff23;
  padding-bottom: 60px;
}
.sidebar-contact a {
  font-size: 26px;
  letter-spacing: 5px;
}
.sidebar-social-icons {
  align-items: center;
  display: flex;
  justify-content:center;
  margin: 4vh auto;
  width: 30%;
}

.sidebar-social-icons img {
  margin: 0 25px;
}
#close-sidebar {
  cursor: pointer;
  left: 40px;
  position: absolute;
  top: 30px;
}
.mobile-header,
.mobile-menu,
.promotion-social span:before {
  display: none;
}
.fourth-section span,
.third-section span {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 4px;
}
.fourth-section span {
  color: #dadada;

}
.third-section span {
  color:#e22035 ;
}
.control-section-right,
.fifth-section-right,
.fourth-section-left,
.mobile-ads-section-left,
.mobile-ads-section-right,
.promotion-section-left,
.promotion-section-right,
.video-section-content {
  width: 50%;
}
.mobile-ads-section-right button:hover,
.video-section-content button:hover {
  border-radius: 15px;
  opacity: 0.9;
  transition: 0.3s;
}
.form-container,
.mobile-ads-section-left {
  display: flex;
  justify-content: center;
}
.control-section h3,
.sidebar-contact a,
.sidebar-contact h3,
.sidebar-social h3 {
  color: #fff;
}

.footer-social-icons img {
  height: 25px;
  width: auto;
}

@media (max-width: 1600px) {
  .sidebar-contact a {
    font-size: 20px;
  }
.sidebar-social-icons a img {
  width: auto;
  height: 25px;
}
  .sidebar-social h3, .sidebar-contact h3 {
    font-size: 24px;
  }

  .sidebar-contact {
    padding-bottom: 40px;
  }
  .footer-social-icons img {
    height: 25px;
    width: auto;
  }
  header {
    height: 100px;
  }
  .active-nav {
    font-weight: 500;
  }
  .desktop-menu .active-nav,
  header .desktop-menu a:hover {
    border-top: 2px solid #e22035;
    color: #e22035;
    padding-top: 35px;
  }
  .contact-menu img {
    cursor: pointer;
  }
  #trucking, #industry {
    font-size: 45px;
  }
  header .desktop-menu a {
    font-size: 16px;
    letter-spacing: 1.5px;
    margin: 0 0.8vh;
  }
  .hero-featured {
    width: 85%;
  }
  .video-section-video img {
    height: 65vh;
  }
  #hero-invert {
    bottom: 5%;
    height: auto;
    position: absolute;
    right: 30%;
    width: 60vh;
  }
  .hero-section h1,
  .hero-section span {
    letter-spacing: 4px;
  }
  .hero-section h1 {
    font-size: 42px;
  }
  .hero-section h1 {
    margin: 10px;
  }
  .swiper-button button {
    height: 45px;
    width: 130px;
  }
  .contact-us-section-heading {
    text-align: center;
  }
  .contact-us-section {
    background: url(/images/contact-bg.jpg);
    background-position: 50%;
    background-size: cover;
    padding: 5%;
  }
  .contact-us-section-heading h2 {
    color: #112234;
    letter-spacing: 3.5px;
    margin: 0;
  }
  .contact-us-section-heading span {
    color: #000;
    letter-spacing: 5px;
    margin: 0;
  }
  .form-container {
    display: flex;
    justify-content: center;
  }
  .swiper-container {
    height: 53vh;
    margin: auto;
    max-width: 700px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
  }
  .form-container form {
    padding: 50px 0;
    position: relative;
    width: 1500px;
  }
  .form-container form input {
    width: 45%;
  }
  .form-container form textarea {
    width: 94.5%;
  }
  form button {
    background-color: #ad1929;
    font-size: 18px;
    height: 45px;
    margin-right: 30px;
    width: 160px;
  }

  .blog-single-img {
    position: relative;
  }
  #blog-single-date {
    background-color: #112234;
    border-bottom-left-radius: 20px;
    color: #fff;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0;
  }
  #blog-single-category {
    bottom: 4px;
  }
  .top-footer-left a {
    font-size: 18px;
    letter-spacing: 5px;
  }
  .newsletter-form input {
    border-radius: 102px;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 20px;
  }
  .newsletter-form input::placeholder {
    color: #fffb;
  }
  .newsletter-form button {
    background: #fff;
    border-radius: 102px;
    cursor: pointer;
    height: 55px;
    right: -65px;
    top: 5px;
    width: 55px;
  }
  .newsletter-form button img {
    height: 1.6vh;
    width: 4vh;
  }
  .head-right,
  header ul {
    gap: 15px;
  }
  .fourth-section span,
  .third-section span,
  .video-section-content button {
    font-size: 16px;
  }
  .bottom-footer-left a,
  .bottom-footer-left p,
  .bottom-footer-right a {
    font-size: 12px;
  }
}
@media (max-width: 1450px) {
  header {
    height: 90px;
  }
  .desktop-menu .active-nav,
  header .desktop-menu a:hover {
    padding-top: 33px;
  }
  header .desktop-menu a {
    font-size: 14px;
    letter-spacing: 1.3px;
  }
  .head-right {
    gap: 15px;
  }
  header ul {
    gap: 12px;
  }
  #trucking, #industry {
    font-size: 42px;
  }
  header a {
    font-size: 14px;
  }
  .hero-featured {
    width: 85%;
  }
  .video-section-video img {
    height: 65vh;
  }
  #hero-invert {
    bottom: 5%;
    height: auto;
    position: absolute;
    right: 30%;
    width: 60vh;
  }
  .hero-section h1,
  .hero-section span {
    letter-spacing: 6px;
  }

  .swiper-button button {
    height: 45px;
    width: 130px;
  }
  .contact-us-section-heading {
    text-align: center;
  }
  .contact-us-section {
    background: url(/images/contact-bg.jpg);
    background-position: 50%;
    background-size: cover;
    padding: 5%;
  }
  .contact-us-section-heading h2 {
    color: #112234;
    letter-spacing: 3.5px;
    margin: 0;
  }
  .contact-us-section-heading span {
    color: #000;
    letter-spacing: 5px;
    margin: 0;
  }
  .form-container {
    display: flex;
    justify-content: center;
  }
  .swiper-container {
    height: 53vh;
    margin: auto;
    max-width: 700px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
  }
  .form-container form {
    padding: 50px 0;
    position: relative;
    width: 1500px;
  }
  .form-container form input {
    width: 45%;
  }
  .form-container form textarea {
    width: 94.5%;
  }
  form button {
    background-color: #ad1929;
    font-size: 18px;
    height: 45px;
    margin-right: 30px;
    width: 160px;
  }

  .blog-single-img {
    position: relative;
  }
  #blog-single-date {
    background-color: #112234;
    border-bottom-left-radius: 20px;
    color: #fff;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0;
  }
  #blog-single-category {
    bottom: 4px;
  }
  .top-footer-left a {
    font-size: 22px;
    letter-spacing: 5px;
  }
  .newsletter-form input {
    border-radius: 102px;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 20px;
  }
  .newsletter-form input::placeholder {
    color: #fffb;
  }
  .newsletter-form button {
    border-radius: 102px;
    height: 55px;
    right: -60px;
    top: 5px;
    width: 55px;
  }
  .newsletter-form button img {
    height: 1.7vh;
    width: 4.2vh;
  }
  .fourth-section span,
  .third-section span,
  .video-section-content button {
    font-size: 16px;
  }
  .bottom-footer-left a,
  .bottom-footer-left p,
  .bottom-footer-right a {
    font-size: 12px;
  }
}
@media (max-width: 1400px) {
  header {
    height: 90px;
  }

  .desktop-menu .active-nav,
  header .desktop-menu a:hover {
    padding-top: 33px;
  }
  header .desktop-menu a:hover {
    font-weight: 300;
  }
  #trucking, #industry {
    font-size: 40px;
  }
  header a {
    font-size: 13px;
    letter-spacing: 2px;
  }
  .swiper-button button {
    height: 45px;
    width: 130px;
  }
  .contact-us-section-heading {
    text-align: center;
  }
  .contact-us-section {
    background: url(/images/contact-bg.jpg);
    background-position: 50%;
    background-size: cover;
    padding: 5%;
  }
  .contact-us-section-heading h2 {
    color: #112234;
    letter-spacing: 3.5px;
    margin: 0;
  }
  .contact-us-section-heading span {
    color: #000;
    letter-spacing: 5px;
    margin: 0;
  }
  .form-container {
    display: flex;
    justify-content: center;
  }
  .form-container form {
    padding: 50px 0;
    position: relative;
    width: 1500px;
  }
  .form-container form input {
    width: 45%;
  }
  .form-container form textarea {
    width: 94.5%;
  }
  form button {
    background-color: #ad1929;
    font-size: 16px;
    height: 45px;
    margin-right: 30px;
    width: 160px;
  }

  .blog-single-img {
    position: relative;
  }
  #blog-single-date {
    background-color: #112234;
    border-bottom-left-radius: 20px;
    color: #fff;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0;
  }
  #blog-single-category {
    bottom: 4px;
  }
  .top-footer-left a {
    font-size: 18px;
    letter-spacing: 5px;
  }
  .newsletter-form input {
    border-radius: 102px;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 20px;
  }
  .newsletter-form input::placeholder {
    color: #fffb;
  }
  .newsletter-form button {
    height: 55px;
    right: -60px;
    top: 5px;
    width: 55px;
  }
  .newsletter-form button img {
    height: 15px;
    width: 40px;
  }
  .head-right,
  header ul {
    gap: 12px;
  }
  .fourth-section span,
  .third-section span,
  .video-section-content button {
    font-size: 14px;
  }
  .bottom-footer-left a,
  .bottom-footer-left p,
  .bottom-footer-right a {
    font-size: 12px;
  }
}
@media (max-width: 1300px) {
  header {
    height: 80px;
  }
  .desktop-menu .active-nav,
  header .desktop-menu a:hover {
    padding-top: 28px;
  }
  #trucking , #industry{
    font-size: 38px;
  }
  header a {
    font-size: 11px;
    letter-spacing: 2px;
  }
  .third-section span {
    font-size: 14px;
  }
  .swiper-button button {
    height: 35px;
    width: 100px;
  }
  .contact-us-section-heading {
    text-align: center;
  }
  .contact-us-section {
    background: url(/images/contact-bg.jpg);
    background-position: 50%;
    background-size: cover;
    padding: 5%;
  }
  .contact-us-section-heading h2 {
    color: #112234;
    letter-spacing: 3.5px;
    margin: 0;
  }
  .contact-us-section-heading span {
    color: #000;
    letter-spacing: 5px;
    margin: 0;
  }
  .form-container {
    display: flex;
    justify-content: center;
  }
  .form-container form {
    padding: 50px 0;
    position: relative;
    width: 1500px;
  }
  .form-container form input {
    width: 45%;
  }
  .form-container form textarea {
    width: 94.5%;
  }
  form button {
    background-color: #ad1929;
    font-size: 16px;
    height: 45px;
    margin-right: 30px;
    width: 160px;
  }

  .blog-single-img {
    position: relative;
  }
  #blog-single-date {
    background-color: #112234;
    border-bottom-left-radius: 20px;
    color: #fff;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0;
  }
  #blog-single-category {
    bottom: 4px;
  }
  .top-footer-left a {
    font-size: 18px;
    letter-spacing: 5px;
  }
  .newsletter-form input {
    border-radius: 102px;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 20px;
  }
  .newsletter-form input::placeholder {
    color: #fffb;
  }
  .newsletter-form button {
    border-radius: 102px;
    height: 55px;
    right: -60px;
    top: 3px;
    width: 55px;
  }
  .newsletter-form button img {
    height: 15px;
    width: 40px;
  }
  .head-right,
  header ul {
    gap: 12px;
  }
  .bottom-footer-left a,
  .bottom-footer-left p,
  .bottom-footer-right a,
  .fourth-section span,
  .video-section-content button {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .desktop-menu {
    display: flex;
    display: none;
    width: 100%;
  }
  .sidebar {
    display: none;
  }
  header {
    height: 0;
  }
  .mobile-header {
    align-items: center;
    background-color: #fff;
    display: flex;
    height: 80px;
    justify-content: space-between;
    margin-bottom: -120px;
    padding: 2vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  .mobile-header img {
    margin-left: 2vw;
  }
  #mobile-menu-close img {
    height: 80px;
    margin: 0;
    width: auto;
  }
  .mobile-menu {
  background-color: #112234;
  display: block;
  height: 100%; /* Full height of the screen */
  max-height: 100vh; /* Limit the height to the viewport height */
  overflow-y: auto; /* Enable scrolling if content exceeds the height */
  opacity: 0;
  padding: 5%;
  position: fixed;
  right: -120%;
  top: 0;
  transition: right 0.5s ease-in-out, opacity 0.5s ease-in-out;
  width: 100%;
  z-index: 999;
}
  .mobile-menu.active {
    opacity: 1;
    right: -5%;
  }
  .mobile-logo {
    border-bottom: 1px solid #ffffff23;
    display: flex;
    justify-content: space-between;
    padding: 0 5%;
  }
  .mobile-logo img {
    height: 80px;
    width: auto;
  }
  .mobile-menu ul {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-left: -20px;
  }
  .mobile-menu nav a {
    color: #fff !important;
    font-size: 38px;
  }
  .mobile-menu nav {
    border-bottom: 1px solid #ffffff23;
    display: flex;
    justify-content: end;
    padding: 5vh 20px;
    text-align: right;
  }
  .mobile-social {
    padding: 6vh 5%;
    width: 90%;
  }
  .mobile-logo button {
    background-color: transparent;
    border: none;
    margin-bottom: 2vh;
  }
  #mobile-menu-toggle {
    position: absolute;
    right: 10vw;
    top: 3.5vh;
  }
  .mobile-contact {
    align-items: end;
    border-bottom: 1px solid #ffffff23;
    display: flex;
    flex-direction: column;
    padding: 5vh 5% 7vh;
    position: relative;
  }
  .mobile-contact a {
    color: #fff;
    font-size: 24px;
  }
  .mobile-language-switch {
    bottom: 5%;
    position: absolute;
  }
  .mobile-social-icons {
    align-items: center;
    display: flex;
    gap: 65px;
    justify-content: start;
    margin: 2vh 0;
  }
  .mobile-social-icons img {
    height: 50px;
    width: auto;
  }

  #trucking, #industry {
    font-size: 45px;
  }
  .hero-section {
    padding: 0 5%;
    position: relative;
    text-align: center;
  }

  .hero-featured,
  .hero-section {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .hero-featured {
    bottom: 0;
    gap: 0;
    position: absolute;
    width: 80%;
  }
  .hero-featured p {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 25px;
    text-align: center;
  }
  .hero-section h1,
  .hero-section span {
    letter-spacing: 10px;
  }
  .hero-section h1 {
    font-size: 45px;
    text-align: center;
  }
  .hero-heading {
    margin-top: -15vh;
  }
  .second-section {
    background-color: #f8f9fa;
    padding: 8vh 5%;
    position: relative;
    text-align: center;
  }
  .second-section-featured {
    background-color: #fff;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    gap: 10%;
    justify-content: left;
    margin: 5vh 0;
    padding: 80px 50px;
    text-align: left;
  }
  .second-section h2 {
    color: #112234;
    margin: 0;
  }
  .second-section p {
    color: #000;
    letter-spacing: 2px;
    margin: 20px auto;
    max-width: 80%;
  }
  .second-section-featured p {
    color: #000;
    letter-spacing: 2px;
    margin: 20px 0;
  }
  .second-section-featured h3 {
    color: #000;
    letter-spacing: 3.5px;
    margin: 0;
  }
  .featured-icon {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: left;
  }
  #learn-more {
    color: #000;
    letter-spacing: 5px;
    padding-right: 70px;
    position: absolute;
    right: 5%;
    text-decoration: none;
  }
  #learn-more:after {
    background-image: url(/images/arrowright.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 40px;
    position: absolute;
    right: 0;
    top: 90%;
    transform: translateX(-5px);
    transform: translate(-5px, -40%);
    width: 60px;
  }
  .constant-support {
    align-items: center;
    background-position: 50%;
    background-size: cover;
    display: flex;
    height: 42vh;
    justify-content: center;
    margin: 0;
    text-align: center;
  }
  .constant-support h3 {
    color: #fff;
    font-weight: 700;
    letter-spacing: 3.5px;
  }
  .third-section {
    background: linear-gradient(#ffffffe6, #ffffffe6),
      url(/images/america-truck.png);
    background-position: 50%;
    background-size: cover;
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
    justify-content: center;
    padding: 10% 0;
  }
  .third-section span {
    color: #ad1929;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 4px;
    padding-left: 5%;
  }
  .third-section h3 {
    color: #112234;
    letter-spacing: 3.5px;
    margin: 0;
    padding-left: 5%;
  }
  .third-section-left {
    align-items: end;
    display: flex;
    margin: 0;
    padding: 0;
    width: 30%;
  }
  .third-section-right {
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 100%;
  }
  .third-section-right h3 {
    margin: 1vh 0 4vh;
  }
  .list-section ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .list-section ul li {
    color: #fff;
    letter-spacing: 2px;
    line-height: 31px;
    margin: 4vh 0;
    padding-left: 40px;
    position: relative;
  }
  .list-section ul li:before {
    background-image: url(/images/checkmark.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
  }
  .list-section {
    background-color: #112234;
    border-bottom-right-radius: 150px;
    margin-left: 0;
    padding: 20px;
    width: 80%;
  }
  .fourth-section {
    align-items: center;
    background-color: #112234;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 50vh;
    padding: 10%;
    text-align: center;
  }
  .fourth-section-right {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .fourth-section span {
    font-size: 14px;
    letter-spacing: 4px;
  }
  .fourth-section h2 {
    letter-spacing: 3.5px;
    margin: 0;
  }
  .fourth-section-right img {
    height: auto;
    margin-top: 5vh;
    width: 100%;
  }
  .fifth-section {
    background-color: #ecedee;
    display: flex;
    flex-direction: column;
    height: auto;
    margin-bottom: 3vh;
    min-height: 70vh;
    padding: 15% 5%;
  }
  .swiper-container {
    height: auto;
    margin: 45vh 0 0;
    max-width: 100%;
    min-height: 25vh;
    overflow: hidden;
    padding: 5vh 0;
    position: relative;
    width: 100%;
  }
  .swiper-slide {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 200px;
    justify-content: center;
  }
  .swiper-slide p {
    color: #112234;
    letter-spacing: 2px;
    line-height: 31px;
  }
  .swiper-pagination {
    display: flex;
    justify-content: end;
  }
  .fifth-section-left {
    position: relative;
    width: 100%;
  }
  .fifth-section-left img {
    height: auto;
    left: 0;
    position: absolute;
    top: 10%;
    width: 100%;
  }
  .swiper-button button {
    background-color: #e22035;
    border: none;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    font-family: Lato;
    font-size: 20px;
    height: 50px;
    width: 140px;
    z-index: 10;
  }
  .swiper-button {
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 10;
  }
  .video-section {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 5vh;
    padding: 0 5%;
  }
  .video-section-video {
    display: flex;
    justify-content: end;
    margin-top: 5vh;
    position: relative;
    width: 100%;
  }
  .video-section-video img {
    height: 40vh;
    width: auto;
  }
  .video-section-content p {
    color: #112234;
    max-width: 80%;
  }
  .video-section-content button {
    background-color: #112234;
    border: none;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    font-family: Lato;
    font-size: 20px;
    height: 51px;
    letter-spacing: 2px;
    margin-top: 2vh;
    transition: 0.3s;
    width: 140px;
  }
  #hero-invert {
    bottom: 5%;
    height: auto;
    position: absolute;
    right: 30%;
    width: 40vh;
  }
  .mobile-ads-section {
    background-color: #ecedee;
    display: flex;
    flex-direction: column;
    padding: 5% 5% 10%;
  }
  .mobile-ads-section-left img {
    height: auto;
    width: 60%;
  }
  .mobile-ads-section-right ul li {
    color: #112234;
    letter-spacing: 2px;
    line-height: 31px;
    margin: 3vh 0;
    position: relative;
    max-width: 100%;
  }
  .mobile-ads-section-right ul li:before {
    background-image: url(/images/redcircle.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 20px;
    left: -30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
  }
  .mobile-ads-section-right button {
    background-color: #112234;
    border: none;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    font-family: Lato;
    font-size: 20px;
    height: 51px;
    letter-spacing: 2px;
    margin-top: 0;
    transition: 0.3s;
    width: 140px;
  }
  .promotion-section {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 5%;
  }
  .promotion-usa-right img {
    margin: 1vh 0;
    max-width: 95%;
  }
  .promotion-section-right img {
    height: auto;
    margin: 0 auto;
    width: 70%;
  }
  .promotion-section-left span {
    margin-left: 30px;
    position: relative;
  }
  .promotion-section-left span:before {
    background-image: url(/images/redcheckmark.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 20px;
    left: -25px;
    position: absolute;
    top: 50%;
    transform: translateY(-40%);
    width: 20px;
  }
  .promotion-social {
    align-items: center;
    display: flex;
    margin: 5vh 0;
  }
  .promotion-social span {
    margin-left: 0;
    margin-right: 20px;
  }
  .promotion-social img {
    height: 24px;
    margin-right: 5px;
    width: auto;
  }
  .promotion-usa {
    align-items: center;
    background-color: #ecedee;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 3% 5%;
  }
  .promotion-usa-right {
    margin-top: -10vh;
    width: 100%;
  }
  #arrow-down {
    left: 45%;
  }
  .promotion-usa-left img {
    height: auto;
    width: 90%;
  }
  .promotion-usa-right-img {
    display: flex;
  }
  .promotion-usa-right-img img {
    max-width: 50%;
  }
  .on-you-section {
    padding: 3% 7%;
    text-align: center;
  }
  .control-section {
    background: url(/images/control-section.jpg);
    background-position: 50%;
    background-size: cover;
    color: #fff;
    height: auto;
    min-height: 38vh;
  }
  .control-section h3 {
    max-width: 100%;
  }
  .control-section-left {
    background-color: #11223486;
    height: 100%;
    padding: 5%;
    width: 90%;
  }
  .control-section-left p {
    font-weight: 600;
    max-width: 80%;
  }
  .control-section-right {
    width: 50%;
  }
  .contact-us-section-heading {
    text-align: center;
  }
  .contact-us-section {
    background: url(/images/contact-bg.jpg);
    background-position: 50%;
    background-size: cover;
    padding: 10% 5% 20%;
  }
  .contact-us-section-heading h2 {
    color: #112234;
    letter-spacing: 3.5px;
    margin: 0;
  }
  .contact-us-section-heading span {
    color: #000;
    letter-spacing: 5px;
    margin: 0;
  }
  .contact-us-section .form-container form {
    padding: 50px 0;
    position: relative;
    width: 1400px;
  }
  .contact-us-section .form-container form input,
  .contact-us-section .form-container form textarea {
    background-color: #fff;
    border: none;
    border-radius: 10px;
    color: #112234;
    font-family: Oswald;
    font-size: 16px;
    font-weight: 500;
    margin: 20px 5px;
    padding: 15px 20px;
    width: 95%;
  }
  .contact-us-section .form-container form textarea {
    height: 200px;
  }

  .contact-us-section .form-container form button {
    background-color: #ad1929;
    border: none;
    border-radius: 20px;
    bottom: -30px;
    color: #fff;
    font-family: Lato;
    font-size: 18px;
    height: 45px;
    margin-right: 10px;
    position: absolute;
    right: 0;
    width: 140px;
    z-index: 10;
  }
  .blog-section {
    padding: 3% 5%;
    text-align: center;
  }
  .blog-section h2 {
    color: #0c2d51;
    letter-spacing: 3.5px;
    margin: 0;
  }
  .blog-section span {
    color: #0c2d51;
    letter-spacing: 5px;
  }
  .blog-single-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 5vh 0;
  }
  .blog-single {
    border-bottom: 1px solid #7e7e7e;
    text-align: left;
    width: 100%;
  }
  .blog-single h3 {
    margin-top: 0;
  }
  .blog-single img {
    height: 30vh;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }
  .blog-single-img {
    position: relative;
  }
  #blog-single-date {
    background-color: #112234;
    border-bottom-left-radius: 20px;
    right: 0;
    top: 0;
  }
  #blog-single-category,
  #blog-single-date {
    color: #fff;
    padding: 10px 20px;
    position: absolute;
  }
  #blog-single-category {
    background-color: #ad1929;
    border-top-right-radius: 20px;
    bottom: 4px;
    left: 0;
  }
  footer {
    background-color: #112234;
    overflow: hidden;
    padding: 5vh 0;
  }
  .top-footer,
  .top-footer-left {
    display: flex;
    flex-direction: column;
  }
  .top-footer-left {
    padding-left: 5%;
  }
  .top-footer-left img {
    margin-bottom: 2vh;
  }
  .top-footer-left a {
    color: #fff;
    font-size: 18px;
    letter-spacing: 5px;
    margin: 1vh 0;
    text-decoration: none;
  }
  .footer-social-icons {
    align-items: center;
    display: flex;
    margin-top: 1vh;
    width: 25%;
  }
  .footer-social-icons img {
    height: 30px;
    width: auto;
  }
  .icon:hover {
    cursor: pointer;
    filter: invert(41%) sepia(93%) saturate(7450%) hue-rotate(338deg)
      brightness(91%) contrast(107%);
  }
  .top-footer-mid h3,
  .top-footer-right h3 {
    color: #fff;
    font-weight: 700;
    letter-spacing: 3.5px;
    margin-bottom: 2vh;
  }
  .top-footer-mid ul li {
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 2vh 0 2vh -40px;
  }
  .top-footer-mid ul li:hover {
    color: #ad1929;
    cursor: pointer;
  }
  .top-footer-left,
  .top-footer-right {
    padding-top: 5%;
    width: 100%;
  }
  .top-footer-right {
    padding: 3% 0 10% 5%;
  }
  .top-footer-mid {
    border: 1px solid #ffffff49;
    border-left: none;
    border-right: none;
    padding: 3% 0 3% 5%;
    width: 100%;
  }
  .top-footer-right p {
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 2vh;
  }
  .newsletter-form {
    position: relative;
    width: 70%;
  }
  .newsletter-form input {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 102px;
    color: #fff;
    font-family: Lato;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 20px;
    width: 100%;
  }
  .newsletter-form input::placeholder {
    color: #fffb;
  }
  .newsletter-form button {
    height: 50px;
    position: absolute;
    right: -60px;
    top: 7px;
    width: 50px;
  }
  .bottom-footer {
    border-top: 1px solid #ffffff49;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 5%;
  }
  .bottom-footer-left a {
    font-family: Lato;
    text-decoration: none;
  }
  .bottom-footer-left a,
  .bottom-footer-left p {
    color: #fff;
    font-size: 16px;
  }
  .bottom-footer-left,
  .bottom-footer-right {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-right: 5%;
  }


  .bottom-footer-left {
    text-align: center;
  }
  .bottom-footer-right a {
    color: #fff;
    font-family: Lato;
    font-size: 16px;
    letter-spacing: 2px;
  }
  .sidebar-contact,
  .sidebar-logo {
    border-bottom: 1px solid #ffffff23;
    padding-bottom: 60px;
  }
  .sidebar-contact a {
    font-size: 26px;
    letter-spacing: 5px;
  }
  .sidebar-social-icons {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 4vh auto;
    width: 30%;
  }
  #close-sidebar {
    cursor: pointer;
    left: 40px;
    position: absolute;
    top: 30px;
  }
  .mobile-contact h3,
  .sidebar-contact a,
  .sidebar-contact h3,
  .sidebar-social h3 {
    color: #fff;
  }
  #line,
  .promotion-social span:before,
  .third-section-left img {
    display: none;
  }
  .fifth-section-right,
  .fourth-section-left,
  .mobile-ads-section-left,
  .mobile-ads-section-right,
  .promotion-section-left,
  .promotion-section-right,
  .promotion-usa-left,
  .video-section-content {
    width: 100%;
  }
  .mobile-ads-section-right button:hover,
  .video-section-content button:hover {
    opacity: 0.9;
    transition: 0.3s;
  }
  .form-container,
  .mobile-ads-section-left,
  .promotion-section-right {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 768px) {

  .hide-mobile {
    display: none;
  }
  .hide-desktop {
    display: block;
  }
  .hero-section {
    background: url(/images/mobilehero.jpeg);
    height: 75vh;
    min-height: 70vh;
  }
  .sidebar {
    display: none;
  }
  header {
    height: 0;
    position: relative;
  }
  .mobile-header {
    background-color: #fff;
    display: flex;
    align-items: center;
    height: 90px;
    justify-content: space-between;
    margin-bottom: -160px;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  .mobile-header img {
    margin-left: 3vw;
  }
  .mobile-menu {
    background-color: #112234;
    display: block;
    height: 100%;
    max-height: 100vh;
    overflow-y: auto;
    opacity: 0;
    padding: 5%;
    padding-bottom: calc(5% + env(safe-area-inset-bottom)); /* Adjust padding to account for the browser's bottom UI */
    position: fixed;
    right: -120%;
    top: 0;
    transition: right 0.5s ease-in-out, opacity 0.5s ease-in-out;
    width: 100%;
    z-index: 999;
  }
  .mobile-menu.active {
    opacity: 1;
    right: -5%;
  }
  .mobile-logo {
    border-bottom: 1px solid #ffffff23;
    display: flex;
    justify-content: space-between;
    padding: 0 5%;
  }
  .mobile-menu ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: -20px;
  }
  .mobile-menu nav a {
    color: #fff !important;
    font-size: 18px;
  }
  .mobile-menu nav {
    border-bottom: 1px solid #ffffff23;
    display: flex;
    justify-content: end;
    padding: 4vh 20px;
    text-align: right;
  }
  .mobile-social {
    align-items: center;
    display: flex;
    justify-content: end;
    padding:7vh 5%;
  }
  .mobile-logo button {
    background-color: transparent;
    border: none;
    margin-bottom: 2vh;
  }
   
  .mobile-contact {
    align-items: end;
    border-bottom: 1px solid #ffffff23;
    display: flex;
    flex-direction: column;
    padding: 5vh 5% 10vh;
    position: relative;
  }
  .mobile-contact a {
    color: #fff;
    font-size: 18px;
    text-align: end;
  }
  .mobile-language-switch {
    bottom: 5%;
    position: absolute;
  }


  .mobile-social-icons img {
    height: 25px;
    width: auto;
    margin-right: 20px;
    margin-top: 0;
  }
  header a:hover {
    border: inherit;
    color: #000;
    padding: 0;
  }
  #trucking , #industry{
    font-size: 32px;
  }
  .hero-featured {
    align-items: center;
    bottom: 2%;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: center;
    position: absolute;
    width: 80%;
  }
  .hero-featured p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
    width: 80%;
  }

  .hero-featured p:before {
    height: 15px;
    left: 20px;
    top: 40%;
    width: 30px;
  }
  .hero-section h1,
  .hero-section span {
    letter-spacing: 5px;
    text-shadow: 1px 1px #00000049;
  }
  .hero-section h1 {
    font-size: 30px;
    margin: 0 0 5px 0;
    text-align: center;
  }
  .second-section {
    padding: 8vh 5%;
    position: relative;
  }
  .second-section-featured {
    flex-direction: column;
    gap: 50px;
    padding: 60px 30px;
  }
  .second-section-featured-left, .second-section-featured-right {
    width: 100%;
  }

  .second-section-featured-left p {
    width: 100%;
  }
  .second-section p {
    color: #000;
    max-width: 100%;
  }
  .second-section-featured p {
    letter-spacing: 1.5px;
  }
  .second-section-featured h3 {
    letter-spacing: 1.5px;
    line-height: 25px;
    margin: 0;
  }
  .featured-icon img {
    height: 40px;
    width: auto;
  }
  #learn-more:after {
    height: 30px;
    right: 10px;
    width: 50px;
  }
  .constant-support {
    align-items: center;
    background-position: 50%;
    padding: 0 3%;
  }
  .constant-support h3 {
    letter-spacing: 2px;
  }
  .third-section {
    background: linear-gradient(#ffffffe6, #ffffffe6),
      url(/images/america-truck.png);
    background-position: 50%;
    background-size: cover;
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
    justify-content: center;
    padding: 10% 0;
  }
  .third-section-right {
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 100%;
  }
  .third-section-right h3 {
    margin: 1vh 0 4vh;
    padding-left: 5%;
  }

  .third-section-right span {
    padding-left: 5%;
  }
  .list-section ul li {
    letter-spacing: 1.5px;
    line-height: 18px;
  }
  .list-section {
    background-color: #112234;
    border-bottom-right-radius: 150px;
    margin-left: 0;
    padding: 20px;
    width: 80%;
  }
  .fourth-section {
    flex-direction: column-reverse;
    height: auto;
    min-height: 50vh;
    padding: 10%;
    text-align: center;
  }

  .fourth-section h2 {
    letter-spacing: 1.5px;
  }
  .fourth-section-right {
    width: 100%;
  }
  .fourth-section span {
    font-size: 14px;
    letter-spacing: 4px;
  }
  .fourth-section-right img {
    height: auto;
    margin-top: 5vh;
    width: 100%;
  }
  .fifth-section {
    flex-direction: column;
    height: auto;
    margin-bottom: 3vh;
    min-height: 50vh;
    padding: 5vh 5% 0 5%;
  }
  .swiper-container {
    height: auto;
    margin: 27vh 0 0;
    max-width: 100%;
    min-height: 28vh;
    overflow: hidden;
    padding: 5vh 0 0 0;
    position: relative;
    width: 100%;
  }
  .swiper-slide {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 200px;
    justify-content: center;
  }
  .swiper-slide p {
    color: #112234;
    letter-spacing: 1.5px;
    line-height: 25px;
  }
  .swiper-slide h3 {
    color: #112234;
    letter-spacing: 2px;
    line-height: 25px;
  }
  .swiper-pagination {
    display: flex;
    justify-content: end;
  }
  .swiper-pagination-bullet {
    margin: 0 1.5vh !important;
    height: 12px !important;
    width: 12px !important;
  }
  .fifth-section-left {
    position: relative;
    width: 100%;
  }
  .fifth-section-left img {
    height: auto;
    left: 0;
    position: absolute;
    top: 10%;
    width: 100%;
  }
  .swiper-button button {
    background-color: #e22035;
    border: none;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    font-family: Lato;
    font-size: 16px;
    height: 41px;
    width: 120px;
    z-index: 10;
  }
  .swiper-button {
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 10;
  }
  .video-section {
    align-items: center;
    flex-direction: column;
    margin-bottom: 5vh;
    padding: 0 5%;
  }
  .video-section-video {
    display: flex;
    justify-content: end;
    margin-top: 5vh;
    position: relative;
    width: 100%;
  }
  .video-section-video img {
    height: 35vh;
    width: auto;
  }
  .video-section-content p {
    color: #112234;
    max-width: 90%;
    font-size: 14px;
  }
  .video-section-content button {
    font-size: 16px;
    height: 41px;
    margin-top: 1vh;
    width: 120px;
  }
  #hero-invert {
    bottom: 5%;
    height: auto;
    position: absolute;
    right: 20%;
    width: 250px;
  }
  .mobile-ads-section {
    flex-direction: column;
    padding: 5% 5% 10%;
  }
  .mobile-ads-section-left img {
    height: auto;
    width: 70%;
  }
  .mobile-ads-section-right ul li {
    letter-spacing: 1.5px;
    line-height: 25px;
    margin: 3vh 0;
    max-width: 100%;
    position: relative;
  }
  .mobile-ads-section-right button {
    font-size: 16px;
    height: 41px;
    width: 120px;
  }
  .promotion-section {
    align-items: center;
    flex-direction: column;
    gap: 40px;
    padding: 5%;
  }
  .promotion-usa-right img {
    margin: 1vh 0;
    max-width: 95%;
  }
  .promotion-section-left span {
    margin-left: 30px;
    position: relative;
  }

  .promotion-section-left {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
  .promotion-social span {
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    display: flex;
  }
  .promotion-social span {
    margin-left: 0;
    margin-right: 20px;
  }
  .promotion-social img {
    height: 24px;
    margin-right: 5px;
    width: auto;
  }
  .promotion-usa {
    align-items: center;
    background-color: #ecedee;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 3% 5%;
  }
  .promotion-usa-right {
    margin-top: -10vh;
    width: 100%;
  }
  .promotion-usa-left img {
    height: auto;
    width: 90%;
  }
  .promotion-usa-right-img {
    display: flex;
  }
  .promotion-usa-right-img img {
    height: auto;
    max-width: 40%;
  }
  .on-you-section {
    padding: 3% 7%;
  }
  .control-section {
    height: auto;
    min-height: 55vh;
  }

  .contact-us-section .form-container form button {
    min-width: 120px;
    min-height: 40px;
  }
  #arrow-down {
    left: 50%;
    transform: translateX(-50%);
  }
  .control-section h3 {
    max-width: 100%;
  }
  .control-section-left {
    height: 100%;
    padding: 5%;
    width: 90%;
  }
  .control-section-left p {
    font-weight: 600;
    max-width: 100%;
  }
  .control-section-right {
    width: 50%;
  }
  .contact-us-section {
    padding: 10% 5% 20%;
  }
  .contact-us-section-heading h2 {
    letter-spacing: 3.5px;
    margin: 0;
  }
  .contact-us-section-heading span {
    margin: 0;
  }
  .form-container form {
    padding: 50px 0;
    position: relative;
    width: 1200px;
  }
  .blog-section {
    padding: 3% 5%;
    text-align: center;
  }
  .blog-section h2 {
    letter-spacing: 3.5px;
    margin: 0;
  }
  .blog-section span {
    letter-spacing: 5px;
  }
  .blog-single-wrap {
    flex-direction: column;
    gap: 80px;
    margin: 5vh 0;
  }
  .blog-single {
    border-bottom: 1px solid #7e7e7e;
    text-align: left;
    width: 100%;
  }
  .blog-single h3 {
    margin-top: 0;
  }
  #blog-single-date {
    padding: 10px 20px;
    right: 0;
    top: 0;
  }
  #blog-single-category {
    background-color: #ad1929;
    bottom: 3px;
    color: #fff;
    left: 0;
    padding: 10px 20px;
    position: absolute;
  }
  footer {
    background-color: #112234;
    overflow: hidden;
    padding: 5vh 0 0;
  }
  .top-footer,
  .top-footer-left {
    display: flex;
    flex-direction: column;
  }
  .top-footer-left {
    padding-left: 5%;
  }
  .top-footer-left img {
    margin-bottom: 2vh;
  }
  .top-footer-left a {
    color: #fff;
    font-size: 16px;
    letter-spacing: 5px;
    margin: 1vh 0;
    text-decoration: none;
  }
  .footer-social-icons {
    align-items: center;
    display: flex;
    margin-top: 2vh;
    width: 70%;
  }
  .footer-social-icons img {
    height: 25px;
    width: auto;
  }
  .icon:hover {
    cursor: pointer;
    filter: invert(41%) sepia(93%) saturate(7450%) hue-rotate(338deg)
      brightness(91%) contrast(107%);
  }
  .top-footer-mid h3,
  .top-footer-right h3 {
    color: #fff;
    font-weight: 700;
    letter-spacing: 3.5px;
    margin-bottom: 2vh;
  }
  .top-footer-mid ul li {
    color: #fff;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin: 2vh 0 2vh -40px;
  }
  .top-footer-mid ul li:hover {
    color: #ad1929;
    cursor: pointer;
  }
  .top-footer-left,
  .top-footer-right {
    padding-top: 5%;
    width: 100%;
  }
  .top-footer-right {
    padding: 3% 0 10% 5%;
  }
  .top-footer-mid {
    border: 1px solid #ffffff49;
    border-left: none;
    border-right: none;
    padding: 3% 0 3% 5%;
    width: 100%;
  }
  .top-footer-right p {
    color: #fff;
    letter-spacing: 1.5px;
    margin-bottom: 2vh;
    max-width: 90%;
  }
  .newsletter-form input {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 102px;
    color: #fff;
    font-family: Lato;
    font-size: 16px;
    letter-spacing: 1.5px;
    padding: 20px;
    width: 80%;
  }
  .newsletter-form input::placeholder {
    color: #fffb;
  }
  .input-wrapper {
    position: relative;
    width: 100%;
  }

  .input-wrapper button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: none;
    cursor: pointer;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bottom-footer {
    align-items: center;
    border-top: 1px solid #ffffff49;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    justify-content: space-between;
    padding: 2vh 5%;
    padding-top: 2vh;
  }
  .bottom-footer-left a {
    font-family: Lato;
    text-decoration: none;
  }
  .bottom-footer-left a,
  .bottom-footer-left p {
    color: #fff;
    font-size: 8px;
  }
  .bottom-footer-left,
  .bottom-footer-right {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0;
  }

  .bottom-footer-right ul {
    padding-left: 0;
    margin-left: 0;
  }
  .bottom-footer-left {
    text-align: center;
  }
  .bottom-footer-right a {
    color: #fff;
    font-family: Lato;
    font-size: 12px;
    letter-spacing: 2px;
  }
  .sidebar-contact,
  .sidebar-logo {
    border-bottom: 1px solid #ffffff23;
    padding-bottom: 60px;
  }
  .sidebar-contact a {
    font-size: 26px;
    letter-spacing: 5px;
  }
  .sidebar-social-icons {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 4vh auto;
    width: 30%;
  }
  #close-sidebar {
    cursor: pointer;
    left: 40px;
    position: absolute;
    top: 30px;
  }
  #line,
  .desktop-menu,
  .promotion-social span:before,
  .third-section-left img {
    display: none;
  }
  .mobile-contact h3,
  .sidebar-contact a,
  .sidebar-contact h3,
  .sidebar-social h3 {
    color: #fff;
  }
  .fifth-section-right,
  .fourth-section-left,
  .mobile-ads-section-left,
  .mobile-ads-section-right,
  .promotion-section-left,
  .promotion-section-right,
  .promotion-usa-left,
  .video-section-content {
    width: 100%;
  }
  .mobile-ads-section-right button:hover,
  .video-section-content button:hover {
    opacity: 0.9;
    transition: 0.3s;
  }
  .form-container,
  .mobile-ads-section-left {
    display: flex;
    justify-content: center;
  }
  .contact-us-section-heading,
  .promotion-usa-right h3 {
    text-align: center;
  }
 
  .promotion-section-right img {
    height: auto;
    width: 100%;
  }
  .blog-single img {
    height: 400px !important;
  }
  .blog-single-img,
  .newsletter-form {
    position: relative;
  }
  #mobile-menu-toggle {
    position: absolute;
    right: 5%;
    top: 50%; /* Move it to the middle of the container */
    transform: translateY(-50%); /* Adjust for its height to truly center it */
  }

  .second-section-featured-left h3 {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .hero-featured p {
    font-size: 12px;
  }
  header {
    height: 0;
  }
  .mobile-header {

    align-items: center;
    background-color: #fff;
    display: flex;
    height: 80px;
    justify-content: space-between;
    margin-bottom: -120px;
    z-index: 10;
  }
  .mobile-header,
  .mobile-menu {
    position: fixed;
    top: 0;
    width: 100%;
  }
  .mobile-menu {
    background-color: #112234;
    display: block;
    height: 100%;
    opacity: 0;
    padding: 5%;
    right: -120%;
    transition: right 0.5s ease-in-out, opacity 0.5s ease-in-out;
    z-index: 999;
  }
  .mobile-menu.active {
    opacity: 1;
    right: -5%;
  }
  .mobile-logo {
    border-bottom: 1px solid #ffffff23;
    display: flex;
    justify-content: space-between;
    padding: 0 5%;
  }
  .mobile-menu ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-left: -20px;
  }
  .mobile-menu nav a {
    color: #fff !important;
    font-size: 16px;
  }
  .mobile-menu nav {
    border-bottom: 1px solid #ffffff23;
    display: flex;
    justify-content: end;
    padding: 2vh 20px;
    text-align: right;
  }
  .mobile-social {
    padding: 5vh 5%;
    position: static;
  }
  .mobile-logo button {
    background-color: transparent;
    border: none;
    margin-bottom: 2vh;
  }

  .mobile-contact {
    align-items: end;
    border-bottom: 1px solid #ffffff23;
    display: flex;
    flex-direction: column;
    padding: 2vh 5% 7vh;
    position: relative;
  }
  .mobile-contact h3 {
    color: #fff;
  }
  .mobile-contact a {
    color: #fff;
    font-size: 18px;
  }
  .mobile-language-switch {
    bottom: 5%;
    position: absolute;
  }
 
  .mobile-social-icons img {
    height: 3vh;
    width: auto;
  }
  header a:hover {
    border: inherit;
    color: #000;
    padding: 0;
  }
  .swiper-container {
    height: auto;
    margin-top: 30vh;
    min-height: 40vh;
  }
  #trucking, #industry,
  .hero-section h1 {
    font-size: 26px;
  }
  .desktop-menu,
  .sidebar {
    display: none;
  }
  .input-wrapper button {
    right: 10px;
  }

}
