/* =========================
LARGE SCREEN (1400px ↓)
========================= */

@media (max-width: 1400px) {
  .container-img {
    right: 20%;
    width: 320px;
    height: 290px;
  }

  .truck-img {
    width: 470px;
    height: 360px;
  }

  .badge-img {
    right: 360px;
    top: 230px;
    width: 150px;
  }
}

/* =========================
LAPTOP (1200px ↓)
========================= */

@media (max-width: 1200px) {
  .slide-item {
    height: 520px;
  }

  .slider-bg img {
    height: 520px;
  }

  .container-img {
    right: 15%;
    width: 280px;
    height: 240px;
  }

  .truck-img {
    width: 420px;
    height: 320px;
  }

  .badge-img {
    right: 280px;
    top: 210px;
    width: 140px;
  }
  

}

@media (max-width: 1024px) {
  .nav-links a {
    font-size: 11px !important;
  }
  
  .tsm-container {
    width: 100%;

}

.right-side:before {
    left: -1px !important;
  
}

.presence-grid {

    grid-template-columns: repeat(3, 1fr);
        gap: 15px;

}
}

/* =========================
TABLET (992px ↓)
========================= */

@media (max-width: 992px) {
  .slide-item {
    height: 480px;
  }
  .mobile-logo .mini-arrow {
    display: none;
  }
  
  .operate-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.operate-list li {
    flex-direction: column;
    text-align: center;
}


.logi-faq-btn {

    text-align: left;
}

  .slider-bg img {
    height: 480px;
  }

  .corner-shape {
    display: none;
  }

  .container-img {
    right: 10%;
    width: 240px;
    height: 210px;
    top: 0;
  }

  .navbar-nav {
    gap: 25px;
  }

  .truck-img {
    width: 360px;
    height: 260px;
    bottom: -10px;
  }

  .badge-img {
    right: 220px;
    top: 190px;
    width: 120px;
  }

  .hero-actions {
    display: flex;
    align-items: baseline;
    gap: 25px;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .hero-checklist {
    padding: 0;
  }

  .desc {
    font-size: 14px;
  }
}

/* =========================
MOBILE (768px ↓)
========================= */

@media (max-width: 768px) {
  .slide-item {
    height: 600px;
  }
  .presence-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}


.stats-box h2 {
    font-size: 28px;
}
 

  .industry-section .col-md-2 {
    width: 50%;
  }

  .industry-section {
    padding: 40px 0;
  }

  .btn_set {
    display: flex;
    justify-content: center;
  }

  .stats-box p {
    font-size: 14px;
    color: #666;
  }

  .cargo-wrapper {
    padding: 40px 20px;
    background: #f7f7f7;
  }
  
  .navbar-nav {
    gap: 25px;
    margin-top: 48px;
}

  .cargo-list {
    padding: 0;
  }

  .cost-card {
    padding: 23px;
  }

  .delivery-step {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  
  .delivery-steps-wrapper {
    flex-direction: column;
        position: relative;
    overflow: hidden; /* scroll বন্ধ করবে */
}



.delivery-steps-wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 180%;
    height: 100%;
    background: url("../img/process-line.png") no-repeat center;
    background-size: contain;
    transform: translate(-50%, -50%) rotate(90deg);
    transform-origin: center;
}

.delivery-step-number {
    top: 0;

}

  /*.delivery-steps-wrapper {*/
  /*  display: flex;*/
  /*  flex-wrap: wrap;*/
  /*  background-image: none;*/
  /*}*/

  /*.delivery-steps-wrapper .delivery-step {*/
  /*  width: 50%;*/
  /*  padding: 10px;*/
  /*}*/

  .mts {
    margin-top: 0;
}

  .location-section::after {
    width: 0%;
  }

  .insights-area {
    background: #f5f5f5;
    padding: 40px 0;
  }

  .insights-header {
    margin-bottom: 10px;
  }

  .clients-slider {
    padding: 0;
  }

  .location-section {
    position: relative;
    padding: 40px 0;
    overflow: hidden;
  }

  .tsm-title {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .tsm-wrapper {
    background: #f5f5f5;
    padding: 40px 20px;
  }

.stats-section {
    background: #f2f2f2;
    padding: 20px 0;
}

  .logi-faq-wrapper {
    background: #f4f4f4;
    padding: 40px 20px;
  }

  .network-wrapper {
    border: 0;
  }

  .network-item i {
    color: var(--primary) !important;
    display: none;
  }

  .network-item {
    border: 1px solid #00000067;

    border-radius: 50px;
    padding: 4px 19px;
  }

  .network-item h4 {
    font-size: 20px;
    margin: 0;
  }

  .footer-logo {
    width: 176px !important;
    margin-bottom: 20px;
  }

  .running-text {
    padding: 9px 0;
  }

  .gp {
    padding: 40px 0;
  }

  .location-wrapper {
    flex-direction: column;
  }

  .services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .slider-bg img {
    height: 100vh;
  }

  .tsm-container {
    width: auto;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .container-img {
    position: absolute;
    top: 40px;
    right: 50%;
    transform: translateX(50%);
    width: 220px;
    height: 190px;
  }

  .insights-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .truck-img {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateX(50%);
    width: 490px;
    height: 333px;
  }

  .badge-img {
    top: 200px;
    right: 32%;
    transform: translateX(50%);
    width: 110px;
  }

  .location-left {
    width: 100%;
  }

  .cost-card {
    width: 100%;
  }

  .sub-title {
    font-size: 14px;
  }

  .desc {
    font-size: 13px;
  }

  .freight-strip {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    /* margin-top: 80px; */
  }

  .hero-left {
    margin-top: 20px;
  }

  .section-header h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .location-left h2 {
    font-size: 28px;
  }

  .lgx-main-heading {
    font-size: 28px;
  }

  .footer-widget h3 {
    margin-top: 20px;
  }

  .footer-logo {
    width: 150px;
  }

  .footer-section {
    padding-top: 40px;
  }

  .hero-title {
    font-size: 28px;
  }

  .service-content h4 {
    font-size: 18px !important;
  }

  .service-content p {
    margin-bottom: 0;
  }

  .banner-content h1 {
    font-size: 28px;
  }

  .inner-banner {
    padding: 40px 0;
  }

  .media-secondary img {
    position: relative;
    top: -51px;
    right: -98px;
    width: 56%;
  }

  .media-badge {
    left: 0;
  }

  .contact-area-section {
    padding: 40px 0;
  }

  .contact-details-wrapper {
    padding: 40px 20px 0 20px;
  }

  .hero-media,
  .hero-content {
    margin-top: 25px;
  }

  .hero-features {
    gap: 5px;
  }

  .feature-card h4 {
    font-size: 16px;
  }

  .hero-features {
    flex-direction: column;
  }

 
}

/* =========================
SMALL MOBILE (480px ↓)
========================= */

@media (max-width: 480px) {
  body {
    overflow-x: hidden;
  }

  .hero-right img {
    max-width: 181px;
  }

  .truck-img1 {
    width: 350px;
    height: 392px;
    bottom: -84px;
  }

  .slider-content .desc {
    font-size: 16px;
    width: 90%;
  }

  .map-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .play-btn {
    display: none;
  }

  .slider-content {
    top: 31%;
  }

  .desc {
    font-size: 16px;
  }

  .slider-content h1 {
    font-size: 34px;
  }

  .slide-item {
    height: 640px;
  }

  .delivery-step h4 {
    font-size: 16px;
  }

  .network-wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .experience-section {
    padding: 40px 0;
  }

  .exp-grid {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .insights-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .location-left {
    width: auto;
  }

  .cost-card {
    width: auto;
  }

  .play-wrapper {
    top: 132px;
    right: 41px;
  }

  .play-btn {
    bottom: 86px;
  }

  .container-img {
    width: 179px;
    height: 174px;
    top: 0;

    right: 27%;
  }

  .section-title {
    text-align: center;
    font-size: 27px;
    line-height: 1.4;
    max-width: 900px;
    margin: auto;
    margin-bottom: 13px;
  }

  .exp-left p {
    text-align: center;
  }

  .exp-right {
    text-align: center;
  }

  .truck-img {
    width: 360px;
    height: 280px;
  }

  .badge-img {
    width: 150px;
    top: 180px;
  }

  .btn-main {
    padding: 12px 22px;
    font-size: 13px;
  }
}
