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

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #111;
  overflow-x: hidden;
}

/* Top Bar */
.top-bar {
  background: #17121b;
  color: #fff;
  height: 46px;
  display: flex;
  align-items: center;
}

.top-phone {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 20px;
  font-weight: 600;
}

.top-phone i {
  color: #f25b34;
  font-size: 17px;
}

.top-links a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
}

.top-links a:hover {
  color: #f25b34;
}

/* Navbar */
.main-navbar {
  background: #fff;
  min-height: 101px;
  box-shadow: none;
}

.site-logo {
  width: 110px;
  height: auto;
}

.nav-link {
  color: #08051a;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 !important;
  transition: 0.3s;
}

.nav-link:hover {
  color: #f25b34;
}

.quote-btn,
.call-btn {
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 20px;
  border: none;
}

.quote-btn {
  background: #f25b34;
}

.call-btn {
  background: #008a6c;
}

.quote-btn:hover {
  background: #d94d2c;
  color: #fff;
}

.call-btn:hover {
  background: #006f58;
  color: #fff;
}

/* Hero Section */
.hero-section {
  position: relative; 
  padding: 50px 0px;
  background: url("/images/data1-3.webp") center center / cover no-repeat;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 36px;
  color: #fff;
  margin-top: 50px;
}

.hero-line {
  width: 9px;
  min-height: 413px;
  background: #17121b;
}

.hero-content h1 {
  font-size: clamp(38px, 7vw, 104px);
  font-weight: 600;
  letter-spacing: 13px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 28px;
}

.hero-content h5 {
  font-size: clamp(18px, 2vw, 25px);
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-bottom: 35px;
  font-weight: 400;
}

.hero-content p {
    width: 80%;
  font-size: 21px;
  line-height: 1.32;
  margin-bottom: 26px;
}

.hero-content p span {
  color: #f25b34;
}

.hero-btn {
  background: #f25b34;
  color: #fff;
  border-radius: 0;
  padding: 14px 30px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.hero-btn:hover {
  background: #d94d2c;
  color: #fff;
}

/* Trucking Services Section */
.trucking-section {
  padding: 90px 0;
  background: rgba(240,227,211,.5);
}

.truck-image-box {
  width: 100%;
  overflow: hidden;
}

.truck-img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  display: block;
}

.trucking-content {
  padding-left: 25px;
}

.trucking-content h5 {
  color: #f25b34;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.trucking-content h2 {
  color: #111;
  font-size: 46px;
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 1.1;
}

.trucking-content p {
  color: #333;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 18px;
}

.trucking-content a {
  color: #f25b34;
  text-decoration: none;
  font-weight: 600;
}

.trucking-content a:hover {
  color: #111;
}
/* Features Section */
.features-section {
  padding: 80px 0;
  background: #ffffff;
}

.feature-box {
  height: 100%;
  min-height: 180px;
  padding: 35px 20px;
  background: #fff;
  border: 1px solid #eeeeee;
  text-align: center;
  transition: all 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  border-color: #f25b34;
}

.feature-icon {
  width: 75px;
  height: 75px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: rgba(242, 91, 52, 0.12);
  color: #f25b34;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon i {
  font-size: 34px;
}

.feature-box h5 {
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  margin: 0;
}
/* Our Services Section */
.our-services-section {
  padding: 90px 0;
  background: #f7f7f7;
}

.services-heading {
  margin-bottom: 55px;
}

.services-heading h2 {
  color: #111;
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 18px;
}

.services-heading p {
  color: #444;
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
}

.services-heading a {
  color: #f25b34;
  font-weight: 600;
  text-decoration: none;
}

.services-heading a:hover {
  color: #111;
}

/* Service Card */
.service-card {
  height: 100%;
  min-height: 360px;
  display: block;
  padding: 32px 26px;
  background: #fff;
  color: #111;
  text-decoration: none;
  border: 1px solid #e9e9e9;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 0;
  background: #f25b34;
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.09);
  border-color: #f25b34;
}

.service-card:hover::before {
  height: 100%;
}

.service-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgba(242, 91, 52, 0.12);
  color: #f25b34;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.service-icon i {
  font-size: 30px;
}

.service-card h3 {
  color: #111;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 16px;
  text-transform: capitalize;
}

.service-card p {
  color: #555;
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}
/* AI CTA Section */
.ai-cta-section {
  padding: 80px 0;
  background: #fff;
}

.ai-cta-box {
  position: relative;
  min-height: 420px;
  border-radius: 18px;
  overflow: hidden;
  background: url("/images/ai-cta-bg-2.webp") center center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ai-cta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.ai-cta-content {
  position: relative;
  z-index: 2;
  max-width: 580px;
  text-align: center;
  color: #fff;
  padding: 40px 25px;
}

.ai-icon {
  width: 78px;
  height: 78px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: #f25b34;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ai-icon i {
  font-size: 34px;
  color: #fff;
}

.ai-cta-content h3 {
  font-size: 44px;
  font-weight: 500;
  margin-bottom: 16px;
  color: #fff;
}

.ai-cta-content p {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 28px;
  color: #fff;
}

.ai-cta-button {
  background: #f25b34;
  color: #fff;
  border: none;
  padding: 16px 34px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.3s ease;
}

.ai-cta-button:hover {
  background: #008a6c;
  color: #fff;
  transform: translateY(-3px);
}

/* Events Section */
.nts-events-section {
  background: #ffffff;
}

.event-content {
  height: 100%;
}

.event-small-title {
  display: inline-flex;
  align-items: center;
  color: #f25b34;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.event-content h2 {
  color: #111;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 600;
  line-height: 1.08;
  margin-bottom: 24px;
}

.event-content p {
  color: #444;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.event-btn,
.read-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f25b34;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 26px;
  transition: all 0.3s ease;
}

.event-btn:hover,
.read-more-btn:hover {
  background: #008a6c;
  color: #fff;
  transform: translateY(-3px);
}

.event-video-wrapper {
  position: relative;
}

.event-video {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.event-video iframe {
  border: 0;
}

.featured-event-card {
  background: #fff;
  padding: 32px;
  border-radius: 14px;
  margin-top: 28px;
  border-left: 6px solid #f25b34;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.featured-event-card h4 {
  color: #111;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 16px;
}

.featured-event-card p {
  color: #555;
  font-size: 17px;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 22px;
}

.read-more-btn {
  background: #111;
  font-size: 14px;
  padding: 14px 22px;
}


/* Customer Experience Section */
.customer-experience-section {
  background-image: url(images/bn.png);
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
}

.customer-content h2 {
  color: #111;
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 22px;
}

.customer-content p {
  color: #444;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 16px;
}

.customer-feature-box {
  height: 100%;
  min-height: 190px;
  background: #f0e3de;
  padding: 34px 22px;
  text-align: center;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.customer-feature-box:hover {
  transform: translateY(-8px);
  border-color: #f25b34;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.08);
}

.customer-icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: rgba(242, 91, 52, 0.12);
  color: #f25b34;
  display: flex;
  align-items: center;
  justify-content: center;
}

.customer-icon i {
  font-size: 30px;
}

.customer-feature-box h5 {
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  margin: 0;
}

/* Inc 5000 Award Section */
.inc-award-section {
  background: #ffffff;
  overflow: hidden;
}

.inc-logo-box {
  background: #f7f7f7;
  padding: 45px 35px;
  border-radius: 18px;
  border: 1px solid #eeeeee;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.06);
}

.inc-logo {
  max-width: 100%;
  height: auto;
}

.inc-award-content {
  padding: 10px 0;
}

.inc-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(242, 91, 52, 0.12);
  color: #f25b34;
  padding: 10px 18px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.inc-badge i {
  font-size: 18px;
}

.inc-award-content h3 {
  color: #111111;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 22px;
}

.inc-award-content p {
  color: #444444;
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 28px;
}

.inc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f25b34;
  color: #ffffff;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: all 0.3s ease;
}

.inc-btn:hover {
  background: #008a6c;
  color: #ffffff;
  transform: translateY(-3px);
}

/* Our Locations Section */
.locations-section {
  background: #f7f7f7;
}

.location-gallery-box {
  background: #ffffff;
  padding: 16px;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.location-gallery-img {
  height: 520px;
  object-fit: cover;
}

.locations-content {
  background: #ffffff;
  padding: 40px;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #f25b34;
  background: rgba(242, 91, 52, 0.12);
  padding: 10px 18px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.locations-content h2 {
  color: #111111;
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 600;
  margin-bottom: 28px;
}

.location-tabs {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 18px;
}

.location-tabs .nav-link {
  
  color: #111111;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  padding: 13px 18px;
  text-transform: capitalize;
}

.location-tabs .nav-link.active {
  background: #f25b34;
  color: #ffffff;
}

.location-card {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-left: 6px solid #f25b34;
  padding: 28px;
  border-radius: 16px;
}

.location-card h4 {
  color: #111111;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 18px;
  text-transform: capitalize;
}

.location-card p {
  color: #444444;
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
}

.location-card p i {
  color: #f25b34;
}

.location-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 14px;
}

.carousel-control-prev,
.carousel-control-next {
  width: 46px;
  height: 46px;
  top: 50%;
  transform: translateY(-50%);
  background: #f25b34;
  border-radius: 50%;
  opacity: 1;
}

.carousel-control-prev {
  left: 18px;
}

.carousel-control-next {
  right: 18px;
}

.carousel-indicators button {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
}

/* Company Growth Section */
.company-growth-section {
  background: #ffffff;
  overflow: hidden;
}

.growth-heading .growth-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(242, 91, 52, 0.12);
  color: #f25b34;
  padding: 10px 18px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.growth-heading h2 {
  color: #111111;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 600;
  margin-bottom: 12px;
}

.growth-heading h4 {
  color: #555555;
  font-size: clamp(18px, 3vw, 26px);
  font-weight: 600;
  margin: 0;
}

.growth-slide {
  max-width: 850px;
  min-height: 260px;
  margin: 0 auto;
  padding: 45px 35px;
  background: #f7f7f7;
  border-radius: 24px;
  border: 1px solid #eeeeee;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.growth-year-circle {
  width: 115px;
  height: 115px;
  margin: 0 auto 26px;
  border-radius: 50%;
  background: #f25b34;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 600;
  border: 8px solid #ffffff;
  box-shadow: 0 10px 28px rgba(242, 91, 52, 0.35);
}

.growth-slide p {
  color: #333333;
  font-size: 20px;
  line-height: 1.65;
  margin: 0;
}

.growth-control {
  width: 52px;
  height: 52px;
  top: 42%;
  border-radius: 50%;
  background: #111111;
  opacity: 1;
  color: #ffffff;
}

.growth-control:hover {
  background: #f25b34;
  color: #ffffff;
}

.growth-control i {
  font-size: 20px;
}

.growth-year-nav button {
  width: 68px !important;
  height: 68px !important;
  border-radius: 50% !important;
  background: #f3f3f3 !important;
  color: #111111 !important;
  border: 2px solid #dddddd !important;
  text-indent: 0 !important;
  opacity: 1 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  transition: all 0.3s ease;
}

.growth-year-nav button.active,
.growth-year-nav button:hover {
  background: #f25b34 !important;
  color: #ffffff !important;
  border-color: #f25b34 !important;
  transform: translateY(-4px);
}

/* Featured Reviews Section */
.reviews-section {
  background: #f7f7f7;
  overflow: hidden;
}

.reviews-heading .reviews-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(242, 91, 52, 0.12);
  color: #f25b34;
  padding: 10px 18px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.reviews-heading h2 {
  color: #111111;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 600;
  margin-bottom: 12px;
}

.reviews-heading p {
  color: #555555;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}

.review-card {
  height: 100%;
  min-height: 380px;
  background: #ffffff;
  padding: 32px 26px;
  border-radius: 18px;
  border: 1px solid #eeeeee;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.review-card:hover {
  transform: translateY(-8px);
  border-color: #f25b34;
}

.review-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 18px;
  margin-bottom: 22px;
}

.review-source {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #111111;
  font-size: 14px;
  font-weight: 500;
}

.review-source i {
  color: #4285f4;
  font-size: 22px;
}

.transport-source i {
  color: #f25b34;
}

.review-stars {
  color: #f5b301;
  font-size: 14px;
  white-space: nowrap;
}

.review-card p {
  color: #444444;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 24px;
}

.review-card h5 {
  color: #111111;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 18px;
}

.review-link {
  display: inline-flex;
  align-items: center;
  color: #f25b34;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.review-link:hover {
  color: #008a6c;
}

.review-control {
  width: 50px;
  height: 50px;
  top: 50%;
  border-radius: 50%;
  background: #111111;
  color: #ffffff;
  opacity: 1;
}

.review-control:hover {
  background: #f25b34;
  color: #ffffff;
}

.review-control i {
  font-size: 18px;
}

.review-prev {
  left: -25px;
}

.review-next {
  right: -25px;
}

.review-indicators button {
  width: 13px !important;
  height: 13px !important;
  border-radius: 50% !important;
  background: #111111 !important;
  opacity: 0.35 !important;
}

.review-indicators button.active {
  background: #f25b34 !important;
  opacity: 1 !important;
}

/* Anywhere In The World Section */
.world-transport-section {
  background-image: url(/images/bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #006f58;
  background-size:cover ;
  overflow: hidden;
}

.world-icon-box {
  height: 100%;
  background: linear-gradient(135deg, #f25b34, #008a6c);
  border-radius: 24px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.world-main-icon {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  border: 2px solid rgba(255, 255, 255, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.world-main-icon i {
  font-size: 62px;
  color: #ffffff;
}

.world-icon-box h4 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 12px;
}

.world-icon-box p {
  font-size: 17px;
  line-height: 1.6;
  margin: 0;
}

.world-content {
  color: white;
  border-radius: 24px;
  padding: 45px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.world-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(242, 91, 52, 0.12);
  color: #f25b34;
  padding: 10px 18px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.world-content h2 {
  color: #111111;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 600;
  line-height: 1.12;
  margin-bottom: 24px;
}

.world-content p {
  color: #444444;
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 16px;
}

.world-btn {
  height: 100%;
  min-height: 130px;
  color: white;
  text-decoration: none;
  border-radius: 16px;
  border: 1px solid #eeeeee;
  padding: 24px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-align: center;
  transition: all 0.3s ease;
}


.world-btn span {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
}

.world-btn:hover {
  background: #f25b34;
  color: #ffffff;
  transform: translateY(-6px);
  border-color: #f25b34;
}

.world-btn:hover i {
  color: #ffffff;
}

/* Footer */
.site-footer {
  background: #17121b;
  padding: 70px 0 25px;
  color: #ffffff;
}

.footer-logo {
  max-width: 190px;
  margin-bottom: 25px;
}

.footer-about p {
  color: #d7d7d7;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 18px;
}

.footer-about a {
  color: #ffffff;
  text-decoration: none;
}

.footer-about a:hover {
  color: #f25b34;
}

.footer-btn {
  display: inline-block;
  background: #f25b34;
  color: #ffffff !important;
  text-decoration: none;
  padding: 13px 24px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.footer-btn:hover {
  background: #008a6c;
  color: #ffffff !important;
}

.footer-menu h5 {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu ul li {
  margin-bottom: 9px;
}

.footer-menu ul li a {
  color: #d7d7d7;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  transition: 0.3s ease;
}

.footer-menu ul li a:hover {
  color: #f25b34;
  padding-left: 4px;
}

.footer-social {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s ease;
}

.footer-social a i {
  color: #f25b34;
  font-size: 24px;
}

.footer-social a:hover {
  color: #f25b34;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  margin-top: 45px;
  padding-top: 22px;
}

.footer-bottom p {
  color: #d7d7d7;
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
}

.footer-bottom a {
  color: #ffffff;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #f25b34;
}
/* Only One Media Query */
@media (max-width: 991px) {
  .main-navbar {
    min-height: auto;
    padding: 15px 0;
  }

  .site-logo {
    width: 90px;
  }

  .navbar-nav {
    align-items: flex-start !important;
    gap: 18px;
    padding-top: 20px;
  }

  .nav-buttons {
    flex-wrap: wrap;
  }

  .hero-section {
    min-height: 650px;
  }

  .hero-content {
    margin-left: 0;
    gap: 20px;
  }

  .hero-line {
    min-height: 360px;
    width: 7px;
  }

  .hero-content h1 {
    letter-spacing: 6px;
  }

  .hero-content h5 {
    letter-spacing: 3px;
  }

  .hero-content p {
    font-size: 17px;
  }
   .trucking-section {
    padding: 60px 0;
  }

  .truck-img {
    height: auto;
  }

  .trucking-content {
    padding-left: 0;
  }

  .trucking-content h2 {
    font-size: 34px;
  }

  .trucking-content p {
    font-size: 16px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .features-section {
    padding: 55px 0;
  }
.world-content {
  color: white;
  border-radius: 24px;
  padding: 45px 10px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}
  .feature-box {
    min-height: 160px;
    padding: 28px 18px;
  }

  .feature-icon {
    width: 65px;
    height: 65px;
  }

  .feature-icon i {
    font-size: 28px;
  }

  .feature-box h5 {
    font-size: 14px;
  }
    .our-services-section {
    padding: 60px 0;
  }

  .services-heading {
    margin-bottom: 35px;
  }

  .services-heading h2 {
    font-size: 36px;
  }

  .services-heading p {
    font-size: 16px;
  }

  .service-card {
    min-height: auto;
    padding: 28px 22px;
  }

  .service-card h3 {
    font-size: 21px;
  }
  .ai-cta-section {
    padding: 55px 0;
  }

  .ai-cta-box {
    min-height: 360px;
    border-radius: 12px;
  }

  .ai-cta-content h3 {
    font-size: 32px;
  }

  .ai-cta-content p {
    font-size: 16px;
  }

  .ai-icon {
    width: 65px;
    height: 65px;
  }

  .ai-icon i {
    font-size: 28px;
  }

  .ai-cta-button {
    padding: 14px 26px;
    font-size: 14px;
  }
}