@media screen and (max-width:991px) {
    .header-body {
        background-color: white;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        position: unset;
    }

    .sticky {
        position: fixed;
    }

    .left-section {
        display: none;
    }

    .header .right-section {
        width: 100%;
        /* background-color: red; */
        margin: auto;
        padding-left: 0;
    }

    .top-header {
        padding: 1vw;
    }

    .navbar {
        /* border: none; */
    }

    .navbar-brand {
        display: unset;
    }

    .navbar-brand .logo {
        width: 80px;
        padding: 10px;
    }

    .navbar-brand .logo img {
        width: 100%;
    }

    .nav-btn {
        justify-content: start;
        margin-bottom: 20px;

    }

    .navbar-nav .nav-item .nav-link {
        padding: 10px 0;
    }
 /* ====== Responsive Dropdown Menu ====== */

  .main-dropdown {
    display: block;
    width: 100%;
  }

  .main-dropdown a {
    padding: 12px 15px;
    color: #222;
    background: #f9f9f9;
    border-bottom: 1px solid #ddd;
  }

  .main-dropdown a:hover {
    background: #eee;
  }

  /* Hide all submenus by default */
 .main-dropdown ul {
    position: static;
    display: none;
    box-shadow: none;
    background: #fff;
  }

  /* Show submenu when parent is active */
  .main-dropdown.active > ul {
    display: block;
  }
  .vision-left{
    margin-bottom: 30px;
    padding: 3vw;
    width: 100%;
    z-index: 10;
    
  }
  .vision-left::before{
    border-radius: 0;
    width: 100%;
    left: -0px;
    height: 100%;
    left: 0;
    top: 0; 
  }

}
@media screen and (max-width:1222px) {
    .contact-btn{
        display: none;
    }
    .cate-card{
        gap: 10px;
    }
   .cate-card .cate-des .name{
    font-size: 1rem;
   }
   .cate-card .cate-des p{
    margin: 0;
    line-height: 1.2;
   }
   .page-right{
    width: 80%;
    margin: auto;
    float: unset;
    margin-bottom: 30px;
   }
   .robbet-img{
    left: auto;
    right: 10%;
   }
}
@media screen and (max-width:768px){
    .page-right{
        width: 100%;
    }
    .about-left{
        float: unset;
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }
}
@media screen and (max-width:666px){
    .marquee-body .marquee-item{
        font-size: 2.5vw;
    }
}
@media screen and (max-width:530px){
   .cate-card{
    flex-direction: column;
   }
   .cate-img{
    width: 100%;
   }
   .cate-des{
    padding: 0;
    padding: 10px;
   }
}
@media screen and (max-width:425px){
.page-right{
    padding: 0;
}
.section-item{
    padding: 70px 0;
}
.robbet-img{
    right: -10px;
    top: 180px;
    width: 80px;
}
.heading-body .content-heading{
    width: 100%;
    line-height: 1.3;
    font-size: 13px;

}
.heading-body .big-heading{
    padding-bottom: 0;
}
.client-card{
    flex-direction: column;
    align-items: start;
    gap: 10px;
}
.client-card .client-img{
    width: 80px;
}
.custom-arrow{
    top:70px;
}
.why-robot
{
    height: 100px;
    min-width: 100px;
    transform: rotateY(180deg);
}
.contact-section::after
{
    width: 90%;
    left: -40%;
}
.swiper-slide .slider-inner .swiper-content .title-area{
    margin-top: 50px;
}
.swiper-slide .slider-inner .swiper-content .title-area .title {
        font-size: 34px;
        justify-content: center;
        align-items: center;
    }
    .swiper-slide .slider-inner .swiper-content .title-area .tag{
        font-size: 18px;
        display: none;
    }
}
