    @media (max-width: 1400px) {
      .bottom-fleet-img {
            margin-top: 50px !important;
      }
      .fleet-section {
        padding-bottom: 20px;
}
        }/* Responsive Design CSS Start */
@media (max-width: 768px) {
  /* header and heo section start */
  .main-nav {
    display: none;
  }
* {
  touch-action: manipulation !important; /* allows tap, but disables double-tap zoom */
}
  .mobile-menu-toggle {
    display: block;
  }

  .header-cta {
    display: none;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-content {
    padding: 0 1rem;
    height: 60%;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
  .footer-contact-item {
    margin-bottom: 10px;
  }
  .header-container,
  .hero-content {
    padding: 0;
  }
  .hero-cta {
    width: 230px;
    text-align: center;
  }
  .footer-section.always-open .footer-section-content {
    margin-top: 0;
  }
  .section-container {
    padding: 0;
  }
  .footer-bottom {
    text-align: left;
    align-items: start;
  }
  .footer-company {
    margin-right: 0;
    margin-bottom: 0;
  }
  .client-logo {
    margin: 0;
  }
  .side-nav .main-nav {
    display: block !important;
  }

  .main-nav li {
    padding: 10px 0;
  }
  .main-nav a {
    color: white;
    font-size: 32px;
  }
  .main-nav {
    text-align: center;
  }
  .main-nav li {
    border-bottom: 1px solid #32afe563;
  }
  .main-nav .follow-us li {
    padding: 0;
    border: none;
  }
  .side-nav .follow-us li a {
    font-size: 20px;
  }

  .side-nav .main-nav a {
    font-size: 32px;
  }
  .nav-footer-social {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .side-nav .footer-social {
    justify-content: center;
    flex-direction: column;
  }
  .img-excellence-ship {
    object-fit: cover;
  }

  .faq-sec-title .section-title {
    padding: 0;
  }
  /* header and heo section end */

  /* About Section responsive CSS Start */
  .about-section {
    padding: 30px 0;
  }

  .about-container {
    padding: 0 0rem;
  }

  .about-slide {
    margin: 0 10px;
  }

  .about-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .about-slide-content {
    flex-direction: column;
  }
  .about-description {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  .about-text-content {
    padding: 30px 25px;
    width: 100%;
    order: 2;
  }

  .about-image-container {
    height: 300px;
    width: 100%;
  }
  /* About Section responsive CSS End */

  /* Services Section responsive CSS Start */

  .services-section {
    padding: 0px 0;
    margin:0 20px 30px 20px;
  }

  .services-grid {
    display: none;
  }

  .services-slider {
    display: block;
    width: 100%;
    overflow: hidden;
  }

  .services-slide {
    background-size: cover;
    background-position: center;
    height: 300px;
    position: relative;
    border-radius: 10px;
    background-image: url("../assets/images/banner_3.jpg"); /* Match desktop background */
  }

  .services-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none ;
    z-index: 1;
  }

  .services-slide-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 20px;
    text-align: center;
  }

  .services-slide .services-icon {
    width: 60px !important;
    margin-bottom: 10px;
    filter: brightness(0) invert(1);
  }

  .services-slide .services-item-title {
    font-size: 1.5rem; 
    margin: 0;
    line-height: 1.2;
  }

  .services-slide .services-item-description {
    font-size: 1rem;
    margin: 10px 0;
    opacity: 1;
    transform: translateY(0);
    height: auto;
    text-align: center; /* Centered for mobile */
  }

  .services-slide .services-item-button {
    display: block;
    padding: 8px 16px;
    font-size: 0.9rem;
    opacity: 1;
    transform: translateY(0);
    margin: 10px auto;
  }

  .services-section .services-slider.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    gap: 2px;
  }

  .services-section .services-slider.owl-carousel .owl-dot {
    width: 20px;
    height: 6px;
    background: #e5e8e9;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .services-section .services-slider.owl-carousel .owl-dot.active {
    background: #1a75bc;
    width: 100%;
  }

  /* Optional: Touch interaction for mobile */
  .services-slide {
    touch-action: pan-y; /* Allow vertical scrolling but prevent horizontal swipe conflicts */
  }
}
/* Services Section Responsive CSS End */

/* Responsive Design CSS End */
