@media (max-width: 768px) {
    .nav_menu { display: none; }
    .nav_btn{
        display: none;
    }
    .mob_btn{
        display: block;
    }
    #gallery{
        display: none;
    }
    .background{
        display: none;
    }
    .hamburger { 
        display: block; 
        padding-left: 25px; /* Newly added */
    }
    .header_text {
        font-weight: 800;
        font-size: 45px; /* Changed from 58px */
        color: #fff;
    }
    html, body {
        overflow-x: hidden;
    }
    .m-backtotop.active {
        bottom: 15px;
        opacity: 1;
        z-index: 3;
    }
    .ps_shape{
        display: none;
    }
    .header_right{
        padding-top: 50px;
    }
    .statBorder {
        border-right: none;
        /* display: none; */
    }
    .text {
        font-family: Poppins;
        font-weight: 700;
        font-size: 27px; 
        line-height: 40px;
        padding-bottom:10px;
        color: #fff !important;
    }
    .swiper-nav-wrapper {
        display: flex
    ;
        justify-content: flex-end;
        align-items: center;
        margin-bottom: 10px;
        position: absolute;
        top: 159px;
        right: 0;
    }
    .b_title {
        font-family: Poppins;
        font-weight: 700;
        font-size: 40px;
        color: #fff;
    }
    .m-backtotop.active {
        bottom: 15px;
        opacity: 1;
        z-index: 3;
    }
    .contact_icon {
        display: flex
    ;
        margin-top: 30px;
        flex-direction: column;
    }
    .timeline-svg {
        display: none;
    }
    .dot{
        display: none;
    }
    .s_g_shape {
        position: absolute;
        left: 2%;
        top: 20%;
    }
    .newsletter-form {
        display: flex
    ;
        gap: 10px;
        flex-direction: column;
        margin: 0 auto;
        width: 80%;
        margin-top: 30px;
    }
    .cus-nt-btn {
        width: 100%;
        border-radius: 20px;
    }
    .ps{
        display: none;
    }
    .form-box2 {
        position: absolute;
        top: -18%;
        right: 6px;
        width: 500px;
        background-color: #0d1b2a;
        padding: 50px 40px;
        border-radius: 10px;
        box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 1);
    }
    * {
        max-width: 100% !important;
        box-sizing: border-box;
    }
    a{
        text-decoration: none;
        color: #fff;
    }
    .service_box{
        margin-top:20px;
    }
    .right_about {
        margin-top:20px;
    }
   
    .section-title {
        font-size: 30px !important;
    }

}
/* media query for tablet */
@media (min-width: 768px) and (max-width: 991px) {
    .nav_menu { display: none; }
    .nav_btn{
        display: none;
    }
    .hamburger { display: block; }
    * {
        max-width: 100% !important;
        box-sizing: border-box;
    }
    a{
        text-decoration: none;
        color: #fff;
    }
}



@media (max-width: 768px) {
  
  .brand-slider img {
  width: 100%;
  max-width: 150px;
  height: auto;
  display: block;
  margin: auto;
}
.cus_brand_slider{
    display: none !important;
}
.add_project_img4 img {
    width: 100%;
    height: 560px;
    border-radius: 20px;
    border: 2px solid #ffffff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    margin-top: 15px;
    transition: transform 0.3s ease;
}
.section-title {
   margin-bottom: 5px !important;
}
    .b_title {
        font-family: Poppins;
        font-weight: 700;
        font-size: 27px !important;
        color: #fff;
    }

    .title {
        font-size: 24px !important;
        margin-bottom:0px !important;
    }
    .header_text2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 26px;
}
.about_inner{
    padding:10px 0px 10px 15px !important;
}

   
}

@media screen and (max-width: 600px) {
    .cus_mob_brand_slider{
        display: block !important;
    }
    .blog

 {
    /* background-color: #f7f7f7; */
    padding: 20px 0;
    min-height: 30vh;
}
.accordion-item{
    margin-top:30px;
}
.single-couter
 {
    line-height: 0;
    margin-bottom: 45px;
}
}