@media screen and (max-width:1440px){
    .main_wrapper{
        height: 100vh;
    }
}

@media screen and (max-width:1399px){
    .main_wrapper{
        height: 90vh;
    }
    .product_card_grid{
        grid-template-columns: repeat(4,1fr);
        place-items: center;
        gap: 10px;
    }
}

@media screen and (max-width:1156px){
    .main_wrapper{
        height: 50vh;
    }
    .swiper-slide.one {
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }
    .banner-content h1{
        font-size: 48px;
        line-height: 54px;
    }
    .banner-content p{
        font-size: 16px;
    }
    .why_europull .content p{
        font-size: 16px;
    }
    .title_text{
        font-size: 110px;
    }
    .products .section_title{
        top: 10px;
    }
    .services .service_img{
        height: 500px;
    }
    .industries_we_serve .grid_row{
        grid-template-columns: 1fr 1fr;
    }

    .blog_wrapper .blog_card .blog_image{
        height: 175px;
    }
    .blog_wrapper .blog_content .blog_desc{
        max-height: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .blog_wrapper .grid_row{
        padding: 0;
    }
    .blog_wrapper{
        padding-top: 370px;
    }

    .vision_mission .vision_mision_sec{
        height: auto;
    }
    .vision_mission .image{
        height: 380px;
    }
    .vision,
    .mission{
        height: 190px;
        padding: 0px 75px;
    }

    .our_team .team_grid{
        gap: 10px;
    }
    .our_team .team_member .img{
        height: 300px;
        max-height: 300px;
    }


    .contact_page_wrapper .left{
        height: 300px;
    }

    .product_page .product_card_grid{
        grid-template-columns: repeat(3,1fr);
    }

    .product_page .grid_row {
        grid-template-columns: 30% 68%;
    }
    .product_page .nav-link{
        width: 100%;
    }

    .contact_page_wrapper .grid_row{
        gap: 20px;
    }
    footer .grid_row{
        grid-template-columns: 1fr 1fr;
    }
    .about_company .grid_row{
        gap: 24px;
    }
    .nav-links li a{
        padding: 8px 14px;
    }
    .wrapper .logo{
        width: 100px;
    }

    section{
        padding: 40px 0;
    }
    .swiper-slide.two{
        background-position: 80%;
    }
    
}


@media screen and (max-width:991px){
    .main_wrapper{
        height: 45vh;
    }
    .slider_content{
        max-width: 70%;
        margin: auto;
    }
    .slider_content h1{
        font-size: 36px;
        line-height: 44px;
    }
    .about_company .content{
        padding: 0;
    }
    .banner-content{
        padding: 100px 0;
    }
    .banner-content h1{
        font-size: 36px;
        line-height: 42px;
    }
    .why_europull .why_europull_img{
        display: none;
    }
    .why_europull .grid_row{
        grid-template-columns: 1fr;
    }
    .why_europull{
        height: auto;
    }
    .why_europull .content{
        padding-top: 0;
    }
    .products .nav-pills{
        gap: 10px;
    }
    .product_card_grid{
        grid-template-columns: repeat(3,1fr);
    }
    .section_three .vector_image{
        display: none;
    }
    .section_three .grid_row{
        grid-template-columns: 1fr;
    }
    .section_three .grid_row .content{
        padding-top: 0;
    }
    .section_three{
        height: auto;
    }
    .section_three .grid_row .product_image{
        margin: auto;
    }
    .blog_wrapper{
        padding-top: 250px;
    }

    .blog_wrapper .bg_section_blog{
        display: none;
    }
    .blog_wrapper .grid_row{
        grid-template-columns: 1fr 1fr;
    }
    .blog_wrapper .blog_card{
        margin-top: 0;
    }
    .blog_wrapper .blog_card .blog_image{
        height: 215px;
    }

    .vision,
    .mission{
        padding: 0px 25px;
    }
    .our_team{
        padding-top: 0;
    }
    .our_team .team_member .img{
        height: 220px;
        max-height: 220px;
    }


    .contact_page_wrapper .grid_row{
        grid-template-columns: 1fr 1fr;
        align-items: self-start;
    }
    .contact_page_wrapper .right .input_row{
        grid-template-columns: 1fr;
        gap: 0;
    }
    .contact_page_wrapper .right input{
        margin-bottom: 10px;
    }

    .product_detail_page .grid_row{
        grid-template-columns: 1fr;
    }
    .product_detail_page .product_image{
        max-width: 400px;
        height: 400px;
    }

    .fire_alarm{
        background-attachment: scroll;
    }

    .fire_alarm .content h1{
        font-size: 36px;
        line-height: 44px;
    }
    
    .services .service_img{
        height: 400px;
    }
}

@media screen and (max-width:768px){
    .product_page .product_card_grid{
        grid-template-columns: 1fr 1fr;
    }
}




@media screen and (max-width:600px){
    .main_wrapper{
        min-height: 100vh; /* Full screen height */
        background-size: cover;
        background-position: center;

    }
    
    .banner-content h1{
        padding: 0px 5px;
    }
    .banner-content p{
        padding: 0px 5px;
        margin: 20px 0;
    }
    .title_text{
        font-size: 48px;
    }
    .section_title{
        font-size: 32px;
    }

    .about_company .grid_row{
        grid-template-columns: 1fr;
    }

    .swiper-slide.one {
        background-size: cover;
        background-position: 20%;
        background-repeat: no-repeat;
        position: relative;
    }
    .custom-next, .custom-prev{
        padding: 6px;
        font-size: 12px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 80%;
    }
    .product_card_grid .product_card{
        height: 275px;
    }
    .slider_content{
        max-width: 100%;
    }
    .custom-prev{
        left: 68%;
    }

    .slider_content h1{
        font-size: 28px;
        line-height: 36px;
    }
    .products .nav-pills{
        justify-content: space-around;
    }
    .product_card_grid{
        grid-template-columns: 1fr 1fr;
    }
    .product_card_grid .product_card .product_image{
        min-height: auto;
    }
    .product_card_grid .product_card .product_name{
        font-size: 18px;
    }
    .product_card_grid .product_card .main-btn{
        letter-spacing: 0px;
    }

    .industries_we_serve .grid_row{
        grid-template-columns: 1fr;
    }

    .section_three .grid_row .product_image{
        width: 100%;
    }
    .blog_wrapper{
        padding-top: 180px;
    }
    .blog_wrapper .section_title{
        margin-top: 45px;
    }
    .blog_wrapper .grid_row{
        grid-template-columns: 1fr;
    }
    .blog_wrapper .blog_card .blog_image{
        height: 250px;
    }
    .blog_wrapper .blog_card{
        z-index: unset !important;
    }

    .blog_detail_page .blog_name{
        font-size: 22px;
    }

    footer .grid_row {
        grid-template-columns: 1fr;
    }


    .vision_mission .grid_row{
        grid-template-columns: 1fr;
    }
    .vision_mission .image{
        height: 275px;
    }
    .our_team .team_grid{
        grid-template-columns: 1fr;
    }
    .our_team .team_member .img {
        height: 500px;
        max-height: 500px;
    }

    .product_page .grid_row{
        grid-template-columns: 1fr;
    }
    .product_page .product_detail ul li{
        align-items: self-start;
    }

    .contact_page_wrapper  .section_title{
        font-size: 28px;
    }
    .contact_page_wrapper .grid_row{
        grid-template-columns: 1fr;
    }

    .product_detail_page .product_image{
        height: 275px;
    }
    .product_detail_page .specifications tr{
        display: flex;
        flex-direction: column;
        border: .2px solid #00000049;
    }
    .fire_alarm .content h1{
        font-size: 36px;
        line-height: 44px;
    }

}