@media screen and (max-width:1024px) {

    .hero-section,
    .heroslider,
    .owl-carousel,
    .owl-item,
    .item,
    .slide-img {
        width: 100%;
        max-width: 1024px;
        margin: 0 auto;
    }

    .abt-txt h2 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 20px;
    }

    .abt-txt p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .butn1 {
        margin-top: 10px;
    }

    .hp-img img {
        height: 380px;
    }
    .abtbg-txt p {
      font-size: 16px;
      line-height: 30px;
    }
    .headerbutton a {
      padding: 10px 20px; 

  }
  .headerbutton a i {
    margin-left: 5px;
}
  .navmenu .menu li a {
    padding: 8px 12px;
  }

}

@media screen and (max-width:768px) {
    .hp-txt img {
        width: 100% !important;
        margin-left: 0px;
        margin-bottom: 10px;
    }

    .hp-txt p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .logo {
        width: 20%;
    }
   
    .navmenu .mainmenu {
      display: none;
      flex-direction: column;
      position: absolute;
      top: 100%;
      left: 0;
      background: #fff;
      width: 100%;
      padding: 20px;
      box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
      z-index: 999;
  }
      
      body.menu-open {
        overflow: hidden;
      }
    
      .navmenu .mainmenu.active {
        display: flex !important;
      }
      .navmenu .mainmenu li a{
        color: #333!important;
      }
      .navmenu .mainmenu li a.active {
        border-left: 4px solid #27026C;
        padding-left: 10px;
        font-weight: bold;
      }
    
      .mobilemenu {
        display: flex;
        flex-direction: column;
        cursor: pointer;
        gap: 5px;
      }
    
      .mobilemenu span {
        width: 25px;
        height: 3px;
        background-color: #27026C;
        display: block;
        border-radius: 2px;
      }
    
      .menu li {
        margin-bottom: 0px;
      }
      .navmenu .menu {
        display: flex;
        flex-direction: column;
        gap: 12px; 
      }
      .no-scroll {
        overflow: hidden;
        height: 100vh;
    }
      .activeli{
        padding: 0px;
      }
      .close-btn {
        position: absolute;
        top: 15px;
        right: 20px;
        font-size: 24px;
        color: #333;
        cursor: pointer;
        z-index: 1000;
      }
    .ft-bx img {
        width: 100px;
    }

    .features h1 {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .ft-bx h3 {
        font-size: 12px;
    }

    .hpy h1 {

        font-size: 32px;
    }

    .ft-content h2 {
        font-size: 16px;
    }

    .ft-1 {
        gap: 10px;
    }

    .button--submit {
        padding: 13px 11px;
        width: fit-content;
        margin-left: 10px;
    }
    

    .hero-content h1 {
        font-size: 41px;
        line-height: 50px;
        width: 100%;
        text-align: center;
        padding: 0px 33px;
        letter-spacing: -1px;
    }
    .hero-content p {
        width: 100%;
        text-align: center;
    }
    .hero-btn{
        float: none;
        display: block;
        width: fit-content;
        margin: auto;
    }
    .point-heading{
        display: block;
        text-align: center;
    }
    .points{
        text-align: center;
    }
    .hero-content{
        top: 30%;
    }
    .abt-txt h2 {
        font-size: 31px;
        margin-bottom: 10px;
    }

    .bottomstate {
     gap: 20px;
        margin-top: 20px;
    }
    .about-image{
        margin-top: 60px;
      }
      .headerbutton {
        margin-left: auto;
        margin-right: 20px;
      }
.serv-title h2{
    font-size: 32px;
    margin-bottom: 20px;
}
.serv-title p {
    font-size: 16px;

}
.steps h3{
    font-size: 20px;
}
.process-title h2 {
  font-size: 32px;
}
.process-box h3 {
  font-size: 16px;
}
.info-title h2 {
  font-size: 32px;
}
.info-block {
  height: 350px;
}
}

@media screen and (max-width: 600px) {
    .container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin: 0 auto;
      }
  

    .about-image img {
        margin-bottom: 20px;
    }

    .ft-1 {
        margin-bottom: 30px;
    }

    .button--submit {
        margin-left: 0px;
    }

    .hp-img img {
        height: auto;
        margin-top: 30px;
    }

    .features h1 {
        font-size: 28px;
    }

    .ft-bx img {
        width: 70px;
        margin-bottom: 10px;
    }

   

    .customization h1 {
        font-size: 28px;
    }

    .services h1 {
        font-size: 28px;
    }
    .hpy h1 {
        font-size: 28px;
    }

    .customized {
        padding: 40px 20px;
    }

    .features {
        padding: 60px 10px;
    }

    .jrny-1 h1 {
        font-size: 28px;
    }

    .pt h1 {
        font-size: 28px;
    }
    .pt {
padding: 60px 20px;
    }
    .tailor-detail{
        display: none;
    }
    

    .hero-content h1{
        font-size: 36px;
        line-height: 43px;
        width: 100%;
        text-align: center;
       
        letter-spacing: 0px;
    }
    .slide-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top; 
    }
    .abt-txt h2{
        font-size: 32px;
        margin-bottom: 20px;
    }
    .cli {
        padding: 60px 20px;
    }
    .slider {
        height: auto;
      }
    
      .slide-img img {
        width: 100%;
        height: 100vh;
        display: block;
        object-fit: cover; 
      }
      .customization p {
        font-size: 16px;
      }
      .service-text p {
        font-size: 16px;
      }
      .hpy {
        padding: 60px 20px;
      }
      .hpy p{
        font-size: 16px;
      
      }
      .hp-txt img {
        margin-bottom: 20px;
      }
      .hp-txt h4 {
        font-size: 18px;
      }
      .hp-txt h5 {
        font-size: 18px;
      }
      .ft-content h2 {
        font-size: 18px;
      }
      .button--submit {
        font-size: 18px;
      }
      .cstm p {
        font-size: 16px;
      }
      .headerbutton a {
        padding: 10px 20px;
        margin-left: 50px;
        font-size: 16px;
      }
      .bottomstate {
        gap: 40px;
      }
      .about-image{
        margin-top: 60px;
      }
      .numbers span {
        font-size: 32px;
      }
      .serv-title h2{
        font-size: 28px;
    }
    .service-card2 {
      width: 50%;
      margin-bottom: 10px;
      left: 0;
      top: 0;
    }
    .service-card {
      width: 50%;
      margin-bottom: 10px;
      
    }
    .icon-img {
      width: 34px;
      height: 34px;
      margin-bottom: 10px;
  }
  .logo img {
    width: 100px;
}
.service-card2 h6 {
  font-size: 16px;
}
.service-card h6 {
  font-size: 16px;
}
.footer-social-icons{
  margin-bottom: 20px;
}
.abt-txt h5 {
  font-size: 18px;
  margin-bottom: 10px;
}
.industry-title h2 {
  font-size: 28px;
}
.journey-section h2 {
  font-size: 28px;
}
.cl-head {
  font-size: 28px;
  line-height: 37px;
}
.info-block {
  margin-bottom: 20px;
}
.info-img {
  top: -27px;
}
.process-line{
  display: none;
}
.cstm img {
  float: none;
  display: block;
  margin: 10px auto 0;
  max-width: 100%;
  height: auto;
  margin-top: 0; /* Adjust if needed */
}
}


    