@media screen and (min-width: 320px) {
    /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
}

@media screen and (max-width: 760px) {
    .navbar .button{
        display: none;
    }
    .hero h1 {
        font-size: 30px;
    }
    .section-title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    position: relative;
    font-weight: 800;
}
.counter-grid {
    display: flex;
    justify-content: space-around;
    text-align: center;
    flex-direction: column;
}
.clippath-style {
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    padding: 20px;
    width: 100%;
}
.clippath-style-2 {
    clip-path: polygon(0% 0%, 314% 0%, 75% 116%, 0% 100%) !important;
    padding: 20px;
    background-color: #ED1C24;
    width: 100%;
}
.trust-points {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 20px;
    margin-bottom: 40px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    flex-direction: column;
}

.our-process-img-bg{
    display: none;
}

.industrial-flex {
    display: flex;
    margin-top: 50px !important;
    flex-direction: column;
}
.industries-we-serve-img img{
    width: 100%;
}

.slick-prev, .slick-next {
    display: none !important;
}

#navbar-style {
    padding: 15px 10px;
    border-radius: 0px;
}

.hero{
    background-image: url(../images/banner-img/moblie-screen.webp) !important;
    background-position: center;
    background-size: cover;
}

.quality-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

@media screen and (max-width: 760px) {
    .quality-grid > * {
        flex: 0 0 calc(50% - 10px);
    }
}

.postion-bg{
    display: none;
}

.about {
    padding: 60px 0 60px;
}


#margin-spaceonly{
    margin-top: 0px !important;
}
}
@media(min-width:768px) and (max-width: 991px){
    .quality-grid{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 25px;
        align-items: stretch;

    }
    .quality-card {
        flex: 0 0 calc(33.333% - 20px);
       height: 271px;
    }
    .hamburger{
  display: flex;
}
.nav-links.active{
  right: 0;
}
    .nav-links {
        position: fixed;
        right: -100%;
        top: 80px;
        height: calc(100vh - 80px);
        background-color: var(--white);
        flex-direction: column;
        align-items: center;
        width: 100%;
        transition: 0.5s;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
       
    }
     .nav-links li {
        margin: 20px 0;
    }
    .hero {
    background-size: cover;
    background-position: center;
    align-items: center;
    text-align: left;
    color: var(--white);
    background-image: url(../images/banner-img/tab-service-banner.webp);
}
.service-card{
    height: 100%;
} 
.why-choose-flex{
    justify-content: flex-start;

}
.why-img-num {
    text-align: -webkit-center;
}
.our-process-img-bg img {
    display: none;
}
.home-about {
        flex-direction: column-reverse !important;
    }
    
}

@media screen and (min-width: 600px) {
    /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
}

@media screen and (min-width: 801px) {
    /* tablet, landscape iPad, lo-res laptops ands desktops */
}


@media screen and (min-width: 1025px) {
    /* big landscape tablets, laptops, and desktops */
}

@media screen and (min-width: 1281px) {
    /* hi-res laptops and desktops */
}