/* Responsive Design */
@media (max-width: 991px) {
    .navbar-nav {
        text-align: center;
    }
    .fixed-top-item {
        margin: 1rem auto;
    }
}

@media (max-width: 768px) {
    .visible-xs {
        display: block !important;
    }

    .hidden-xs {
        display: none !important;
    }

    .btn {
        padding: 8px 10px;
    }

    .main-header {
        position: absolute;
        background: none;
        box-shadow: none;
    }

    .navbar-brand img {
        width: 100%;
    }
    
    .navbar-brand {
      margin-right: 0px!important;

  }

  .contact-info {
    margin-bottom: 15px;
}

.navbar {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    padding: 10px 15px; 
}

.navbar-collapse {
    display: none;
}

.menu_btn {
    display: flex; 
}

.offcanvas {
    width: 100% !important;
}

.mobile-menu {
    display: flex !important; 
}

.abtp {
    padding: 15px!important;
}

/* Banner CSS */
.hero-banner {
    height: 587px;
    overflow: hidden;
}

.hero-bannerdetails {
    height: 265px;
    overflow: hidden;
}

.owl-carousel .item {
    justify-content: center;
    align-items: center;
    width: 100%;
}

.owl-carousel .details {
    position: relative;
    height: 60vh;
}

.owl-carousel .item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}



/* Info Section */
.hero-info {
    padding: 5px 0;
}
.hero-info .col-md-4 {
    margin-bottom: 2rem;
}
.hero-info h4 {
    font-size: 2rem;
}
.hero-info p.lead {
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
}
.hero-info .counter-item {
    width: 9rem; 
    height: 7rem;
    margin-bottom: 10px;
}
.hero-info .counter-item h2 {
    font-size: 3rem;
}
.hero-info .counter-item h4 {
    font-size: 0.95rem;
}

/* Fleets CSS */
.filter-button {
    padding: 10px 15px;
    margin: 5px;
}


.fleet_details hr {
  width: 60%;
}

.fleet-card h4 {
  font-size: 15px;
}

.start_point_key {
 margin-left: -47px !important;
}

.section-title {
    font-size: 26px;
}

.feature-item {
  width: 85%;
  margin: 5px;
}
.leftReview {
    margin-top: 0;
}

.text {
    left: 26%;
    font-size: 30px;
}
}

@media (min-width: 769px) {
    .navbar {
        display: flex;
        align-items: center;
    }

    .navbar-collapse {
        display: flex !important; 
    }

    .menu_btn {
        display: none !important; 
    }
}




