    /* Mobile adjustments */
    @media (max-width: 767.98px) {
      body {
        font-size: 28px;
        line-height: 1.4;
      }

      .hero-title {
        font-size: 28px;
        line-height: 0.3;
      }

      .hero-description {
        font-size: 14px;
      }

      .btn-primary,
      .btn-secondary,
      .btn-shop,
      .btn-shop-now,
      .btn-view-deals,
      .cart-btn {
        font-size: 15px !important;
        padding: 6px 14px !important;
      }

      h1,
      h2,
      h3,
      h4,
      h5,
      h6 {
        font-size: calc(100% - 10%) !important;
      }

      p,
      .feature-item span,
      .product-category,
      .product-name {
        font-size: 13px !important;
      }

      .category-content h2 {
        font-size: 20px !important;
      }

      .category-content p {
        font-size: 13px !important;
      }

      .feature-item i {
        font-size: 18px !important;
      }

      .feature-item span {
        font-size: 12px !important;
      }

      .call-to-action h2 {
        font-size: 28px !important;
      }

      .call-to-action p.subtitle {
        font-size: 13px !important;
      }

      footer,
      footer p,
      footer a {
        font-size: 12px !important;
      }

      .section {
        padding: 40px 0 !important;
      }

      .hero-container {
        padding: 20px 15px !important;
      }
    }

    .future-tech-section {
      position: relative;
      min-height: 50vh;
      background-image: url('./image3.png');
      background-size: cover;
      background-position: center;
      background-attachment: fixed;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .future-tech-section .overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(32, 32, 32, 0.65);
    }

    .future-tech-section .content {
      position: relative;
      z-index: 2;
      text-shadow: 0 0 12px rgba(54, 54, 54, 0.6);
    }

    .future-tech-section h2 {
      font-family: 'Space Grotesk', sans-serif;
      letter-spacing: 1.5px;
    }

    .future-tech-section a.btn {
      border-radius: 50px;
      font-weight: 600;
    }

    .cruiser-swiper {
      width: 100%;
      height: 100%;
    }

    .cruiser-swiper .swiper-slide {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .cruiser-swiper img {
      width: 100%;
      height: auto;
      object-fit: contain;
      transition: transform 0.6s ease;
    }

    .product-card.featured:hover .cruiser-swiper img {
      transform: scale(1.03);
    }

    .future-tech-section .fleet-title {
      font-family: 'Space Grotesk', sans-serif;
      font-size: 34px;
      font-weight: 700;
      letter-spacing: 0.5px;
      color: #ffffff;
    }

    .future-tech-section .fleet-description {
      max-width: 780px;
      font-size: 15px;
      line-height: 1.8;
      color: rgba(255, 255, 255, 0.85);
    }

    .fleet-highlights {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 24px;
    }

    .fleet-item {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 14px;
      font-weight: 500;
      color: #ffffff;
    }

    .fleet-item i {
      font-size: 18px;
      color: #ffffff;
      opacity: 0.9;
    }

    /* Portfolio Section Styling */
    .portfolio-item {
      background: #fff;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
      transition: all 0.3s ease;
      height: 100%;
      border: 1px solid #eee;
    }

    .portfolio-item:hover {
      transform: translateY(-10px);
      box-shadow: 0 15px 40px rgba(77, 78, 150, 0.15);
    }

    .portfolio-img {
      position: relative;
      height: 200px;
      overflow: hidden;
    }

    .portfolio-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .portfolio-info {
      padding: 25px;
    }

    .portfolio-tag {
      background: rgba(77, 78, 150, 0.1);
      color: #4d4e96;      font-size: 11px;
      font-weight: 700;
      padding: 4px 12px;
      border-radius: 50px;
      text-transform: uppercase;
      margin-bottom: 15px;
      display: inline-block;
    }

    .portfolio-info h4 {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 10px;
      color: #222;
    }

    .portfolio-info p {
      font-size: 14px;
      color: #666;
      margin-bottom: 0;
    }

    .achievement-stat {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-top: 15px;
      padding-top: 15px;
      border-top: 1px dashed #ddd;
    }

    .achievement-stat i {
      color: #28a745;
      font-size: 18px;
    }

    .achievement-stat span {
      font-weight: 600;
      font-size: 13px;
      color: #333;
    }

    @media (max-width: 767.98px) {
      .future-tech-section .fleet-title {
        font-size: 32px;
      }

      .future-tech-section .fleet-description {
        font-size: 13.5px;
      }

      .fleet-highlights {
        gap: 16px;
      }

      .fleet-item {
        font-size: 13px;
      }
    }

      /* Services Grid Modern Styles */
  .services-grid-modern {
    padding: 80px 0;
    background-color: #ffffff;
  }

  .service-box {
    padding: 40px 30px;
    height: 100%;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 15px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .service-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
      color: #4d4e96; /* Matching the portfolio theme color */
  }

  .service-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #28282B;
    transform: scaleX(0);
    transition: transform 0.4s ease;
    transform-origin: left;
  }

  .service-box:hover::after {
    transform: scaleX(1);
  }
  

  .service-icon {
    width: 60px;
    height: 60px;
    background: rgba(77, 78, 150, 0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: 0.3s;
  }

  .service-icon i {
    font-size: 28px;
    color: #28282B;
  }

  .service-box:hover .service-icon {
    background: #28282B;
  }

  .service-box:hover .service-icon i {
    color: #ffffff;
  }

  .service-box h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
    color: #222;
  }

  .service-box p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .service-link {
    font-size: 13px;
    font-weight: 700;
    color: #28282B;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
  }

  .service-link i {
    font-size: 16px;
    transition: transform 0.3s ease;
  }

  .service-link:hover {
    color: #222;
  }

  .service-link:hover i {
    transform: translateX(5px);
  }

  /* Responsive Adjustments */
  @media (max-width: 768px) {
    .services-grid-modern {
      padding: 50px 0;
    }
    .service-box {
      padding: 30px 20px;
    }
  }

  /* Testimonials Marquee - smooth right-to-left loop with fade edges */
.testimonials-marquee {
  overflow: hidden;
  position: relative;
  padding: 60px 0; /* adjust vertical spacing as needed */
}

.testimonials-marquee::before,
.testimonials-marquee::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 150px;
  z-index: 2;
  pointer-events: none;
}

.testimonials-marquee::before {
  left: 0;
  background: linear-gradient(to right, #ffffff 0%, transparent 100%);
}

.testimonials-marquee::after {
  right: 0;
  background: linear-gradient(to left, #ffffff 0%, transparent 100%);
}

.marquee-track {
  display: flex;
  animation: marquee-scroll 15s linear infinite;
}

@keyframes marquee-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.testimonial-item {
  flex: 0 0 auto;
  width: 360px;
  margin-right: 40px;
}

/* Pause on hover */
.testimonials-marquee:hover .marquee-track {
  animation-play-state: paused;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .testimonial-item {
    width: 290px;
    margin-right: 20px;
  }

  .testimonials-marquee::before,
  .testimonials-marquee::after {
    width: 60px;
  }

  .marquee-track {
    animation-duration: 20s; /* slightly slower on mobile */
  }

  .testimonials-marquee {
    padding: 40px 0;
  }
}