
/* 1. Sabse pehle horizontal scroll khatam karne ke liye */
html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

/* 2. Row ka negative margin reset (Jo scroll paida kar raha hai) */
.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
}

/* 3. iPad Air aur Tablet (1024px se niche) ke liye Image aur Content upar-niche */
@media screen and (max-width: 1024px) {
    .col-xl-3, .col-lg-6, .col-md-6, .col-xl-6, .col-sm-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        display: block !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-bottom: 20px !important; /* Image aur Text ke beech thoda gap */
    }
    
    .row {s
        display: block !important; 
    }
}


@media screen and (min-width: 992px) {
    .col-xl-3 {
        flex: 0 0 25% !important;
        max-width: 25% !important;
        width: 25% !important;
    }
}



.page-header__inner h1 {
    color: var(--logistiq-white);
    font-size: 55px;
    line-height: 1.1em;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0.02em;
  }

  .about-three__content {
    position: relative;
    display: block;
    margin-left: -10px;
  }

  .slider-one__single-content .title-box h1 {
    color: var(--logistiq-white);
    font-size: 74px;
    line-height: 1em;
    font-weight: 700;
    text-transform: capitalize;
}
.slider-one__single-content .title-box h2 {
    color: var(--logistiq-white);
    font-size: 74px;
    line-height: 1em;
    font-weight: 700;
    text-transform: capitalize;
}
.service-details {
    position: relative;
    display: block;
    background: var(--logistiq-white);
    padding: 100px 0px 0px;
    
}
  .about-three {
    position: relative;
    display: block;
    background: var(--logistiq-white);
    padding: 20px 0px 40px;
    z-index: 1;
  }

  .service-details__sidebar-single {
    position: relative;
    display: block;
    background: var(--logistiq-gray-bg);
    padding: 43px 20px 50px;
    z-index: 1;
  }

  .padd {
    padding-inline-end: 50%;
  }

  .cta-one__inner {
    position: relative;
    display: block;
    background: var(--logistiq-black);
    padding: 90px 95px 100px;
    border-radius: 3px;
    z-index: 1;
  }

  .blog-three {
    position: relative;
    display: block;
    background: var(--logistiq-white);
    padding: 0px 0px 0px;
    z-index: 1;
  }

  .service-details__content-text3 h2 {
    font-size: 42px;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 38px;
    text-align: center;
  }

  .efficiency {
    max-width: 1000px;
    margin: 0 auto;
  }

  .blog-three__single-content h2 {
    font-size: 23px;
    line-height: 32px;
    font-weight: 600;
    padding-top: 40px;
    margin-bottom: 19px;
  }

  .about-one {
    position: relative;
    display: block;
    background: var(--logistiq-white);
    padding: 40px 0px 180px;
    z-index: 1;
  }

  .service-details__content-text1 {
    position: relative;
    display: block;
    margin-top: 40px;
    margin-bottom: 12%;
  }

  .service-details__content-text2 {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 12%;
    padding-right: 7%;
  }

  b,
  strong {
    font-weight: bolder;
    color: #000;
  }

  .slider-one {
    position: relative;
    display: block;
    margin-top: 0px;
    z-index: 1;
  }



  .slider-one__single-content .text-box {
    position: relative;
    display: block;
    margin-bottom: 52px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    z-index: 10;
    padding-inline-end: 12%;
  }
.about-one__img {
    position: relative;
    display: block;
    max-width: 580px;
    width: 100%;
    
}
 .about-one__img1 {
    position: relative;
    display: block;
    max-width: 520px;
    border-radius: 8px;
    
   
}



.service-details__content-text3 {
    position: relative;
    display: block;
    margin-top: 3%;
    margin-bottom: 5%;
    padding-right: 7%;
    text-align: center;
  }

   .service-details__content-text2 h2 {
    font-size: 48px !important;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 31px;
}

.service-details__content-text3 h2 {
    font-size: 48px;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 38px;
    text-align: center;
}

  @media only screen and (max-width: 767px) {
    .service-details__sidebar-single-service ul li a {
      font-size: 13px;
    }



    .page-header__inner h1 {
      font-size: 35px;
    }


    .service-details {
      position: relative;
      display: block;
      background: var(--logistiq-white);
      padding: 0px 0px 0px;
      z-index: 1;
    }

    .about-three {
      position: relative;
      display: block;
      background: var(--logistiq-white);
      padding: 0px 0px 0px;
      z-index: 1;
    }

    .padd {
      padding-inline-end: 0% !important;
    }

    .about-one {
      position: relative;
      display: block;
      background: var(--logistiq-white);
      padding: 40px 0px 80px;
      z-index: 1;
    }

    .cta-one__inner {
      position: relative;
      display: block;
      background: var(--logistiq-black);
      padding: 90px 15px 100px;
      border-radius: 3px;
      z-index: 1;
    }
   

    .service-details__content-text3 h2 {
      font-size: 25px;
      line-height: 1.2em;
      font-weight: 700;
      text-transform: capitalize;
      margin-top: -7%;
      text-align: center;
    }

    .service-details__content-text2 {
    position: relative;
    display: block;
    margin-top: 8%;
    margin-bottom: 12%;
    padding-right: 7%;
  }

  .service-details__content-text2 h2 {
    font-size: 28px !important;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 38px;
    text-align: center;
}
  .service-details__content-text3 h2 {
    font-size: 28px !important;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 38px;
    text-align: center;
}
  
  .mt{
    margin-top: 1%;
  }
      .slider-one__single-content .title-box h1 {
        font-size: 35px !important;
        line-height: 1.2em;
    }
    .slider-one__single-content .title-box h2 {
        font-size: 35px !important;
        line-height: 1.2em;
    }

    
  }

  @media only screen and (max-width: 1000px) {
    .padd {
      padding-inline-end: 0% !important;
    }
    .service-details {
      position: relative;
      display: block;
      background: var(--logistiq-white);
      padding: 0px 0px 0px;
      z-index: 1;
    }
    .service-details__content-text3 h2 {
      font-size: 25px;
      line-height: 1.2em;
      font-weight: 700;
      text-transform: capitalize;
      margin-top: -7%;
      text-align: center;
    }

    .service-details__content-text2 {
    position: relative;
    display: block;
    margin-top: 8%;
    margin-bottom: 12%;
    padding-right: 7%;
  }
  .mt{
    margin-top: 1%;
  }
  
    .service-details__content-text3 h2 {
        font-size: 48px;
        line-height: 45px;
    }

       .slider-one__single-content .title-box h1 {
        font-size: 45px !important;
        line-height: 1.2em;
    }
    .slider-one__single-content .title-box h2 {
        font-size: 45px !important;
        line-height: 1.2em;
    }

    .about-one__img .shape2 {
    position: absolute;
    top: 165px;
    right: -106px;
    z-index: -1;
}
.about-one__img .shape1 {
    position: absolute;
    top: -5px;
    right: -77px;
    z-index: -1;
}

  }