button{
    line-height: normal;
}
footer .elementor-heading-title{
    font-variant-numeric: lining-nums proportional-nums;
}
.pf-wrapper, .prj-wrapper{
    max-width:1360px;
    margin:0 auto;
    padding:30px 0;
}

.pf-filter-bar, .prj-filter-bar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;
    margin-bottom:30px;
}

.pf-filter-left, .prj-filter-left{
    display:flex;
    align-items:center;
    gap:15px;
    flex-wrap:wrap;
}

.pf-filter-right, .prj-filter-right{
    margin-left:auto;
}

.pf-tabs, .prj-tabs{
    display:flex;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
}

.pf-tab, .prj-tab{
    height: 44px;
    padding: 0 24px;
    background-color: rgba(113, 113, 113, 0.1) !important;
    border: 0 !important;
    border-radius: 100px;
    font-family: "Gilda Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    color: #2F2F2F;
}

.pf-tab:hover,
.pf-tab.active, .prj-tab.active, .prj-tab:hover{
    background:#2F2F2F !important;
    color:#FFF5E8;
}

.pf-dropdown, .prj-dropdown{
    position:relative;
}

.pf-dropdown-btn, .prj-dropdown-btn{

    border: 0 !important;
    height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    font-family: 'Raleway';
    gap: 10px;
    color: #2F2F2F;
    background-color: transparent !important;

}

.pf-dropdown-btn:hover, .pf-dropdown .pf-dropdown-btn:focus,
.prj-dropdown-btn:hover, .prj-dropdown .prj-dropdown-btn:focus{
    color: #2F2F2F;
}

.pf-dropdown-btn::after, .prj-dropdown-btn::after{
    content: "";
    width: 10px;
    height: inherit;
    display: inline-block;
    background-image: url('../images/darrow.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: .3s;

}

.pf-dropdown-content, .prj-dropdown-content{

    display:none;
    position:absolute;
    top:40px;
    left:0;
    width:300px;
    background:#fff;
    border:1px solid #E5E5E5;
    border-radius:18px;
    padding:18px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    z-index:999;
}

.pf-dropdown.open .pf-dropdown-content, .prj-dropdown.open .prj-dropdown-content{
    display:block;
}

.pf-dropdown-content label, .prj-dropdown-content label{
    display:flex;
    align-items:center;
    gap:10px;
    padding:8px 0;
    cursor:pointer;
    font-size:15px;
}

.pf-dropdown-content input, .prj-dropdown-content input{
    width:18px;
    height:18px;

}

.pf-search{
    width:280px;
    position: relative;
}

#pf-search{
    width:100%;
    height:44px;
    padding: 0 16px 0 44px;
    border:0 !important;
    border-radius:100px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Raleway';
    background-color: rgba(113, 113, 113, 0.1);
}

#pf-search:focus{
    border-color:#1E1E1E;
}
.pf-search::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url("../images/search-icon.png") center / contain no-repeat;
    pointer-events: none;
    z-index: 1;
}

.pf-top-bar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:35px;
}

.pf-count, .prj-count{
    display:none;
    width: 20px;
    height: 20px;
    background: #2f2f2f;
    border-radius: 12px;
    color: #FFF5E8;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-family: 'Raleway';
    line-height: 21px;
    font-weight: 400;
    font-variant-numeric: lining-nums proportional-nums;
    padding: 4px;
}
.pf-count.active, .prj-count.active{
    display:flex;
}
.pf-reset{
    border:none;
    background:none;
    cursor:pointer;
    font-size:15px;
    font-weight:600;
}

.pf-grid, .prj-project-grid{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr));
    border-top:0.6px solid #2f2f2f4D;
    border-left:0.6px solid #2f2f2f4D;
}

.pf-product{
    background:#fff;
    border-right:0.6px solid #2f2f2f4D;
    border-bottom:0.6px solid #2f2f2f4D;
    transition:.3s;
    width:100%;
    box-sizing:border-box;
}

.pf-product:hover{
    background:#FAFAFA;
}

.pf-product a{
    display:block;
    width:100%;
    text-decoration:none;
    color:#202020;
}
.pf-dropdown-wrap, .prj-dropdown-wrap{
    display: flex;
}

.pf-product{
    padding:70px 35px;
    text-align:center;
    position: relative;
    overflow: hidden;
}

.pf-product-image{
    height:250px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:35px;
}

.pf-product-image img{
    height:256px;
    width: 192px;
}

.pf-product-content{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:8px;
}

.pf-product-title, .pf-ref, .pf-showing-count{
    margin:0;
    font-size:16px;
    line-height:24px;
    font-weight:500;
    color:#2F2F2F;
    font-family: 'Raleway';
    opacity: 0.8;
    font-variant-numeric: lining-nums proportional-nums;
}

.pf-ref, .pf-showing-count, .pf-hover-desc{
    font-size:14px;
    line-height: 21px;
    opacity: 0.6;
    padding-top: 40px;
    text-align: center;
}
.pf-ref{
    padding-top: 0px;
}

.pf-product-thickness{
    font-size:15px;
    color:#666;
}


/* Overlay */

.pf-hover-content{
    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    align-items:center;
    text-align:center;
    padding:40px;
    color:#fff;
    opacity:0;
    transition:.4s;
    z-index:2;
}

/* Green overlay */
.pf-hover-content::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(43,57,46,.82);
    z-index:-1;
}

/* Hover */

.pf-product:hover .pf-hover-content{
    opacity:1;
    visibility:visible;
}

.pf-product:hover .pf-product-content{
    opacity:0;
}

.pf-product:hover .pf-product-image{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    margin:0;
}

.pf-product:hover .pf-product-image img{
    width:100%;
    height:100%;
    max-width:none;
    max-height:none;
    object-fit:cover;
}

/* Quarry */

.pf-country, .pf-dropdown-content label{
    font-size:16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: 'Raleway';
    color: #FFF5E8;
    opacity: 0.8;
}
.pf-dropdown-content label{
    color: #2f2f2f;
    opacity: 1;
    font-weight: 400;
}

.pf-hover-title{
    font-size:36px;
    font-style: normal;
    font-weight: 400;
    line-height:40px;
    letter-spacing: 1.44px;
    text-transform: uppercase;
    font-family: Gilda Display;
    color: #FFF5E8;
}

.pf-hover-desc, .pf-view-mobile{
    font-size:14px;
    font-style: normal;
    font-weight: 400;
    padding: 0px;
    line-height: 21px;
    font-family: 'Raleway';
}

.pf-bottom-icon{
    position:absolute;
    bottom:30px;
    left:50%;
    transform:translateX(-50%);
    display:flex;
    align-items:center;
    justify-content:center;
    width: 100%;
    padding: 0px 20px;
}

.pf-bottom-icon::before,
.pf-bottom-icon::after{
    content:"";
    flex:1;
    height:0.6px;
    background: rgba(255, 245, 232, 0.3);
}

.pf-bottom-icon img{
    margin:0 15px;
}
.pf-hover-center{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    text-align: center;
}

.pf-no-products{
    padding:80px 20px;
    text-align:center;
    font-size:18px;
    grid-column:1/-1;
}

.pf-load-more-wrap, .prj-load-more-wrap{
    text-align:center;
    margin-top:20px;
}

#pf-load-more, #prj-load-more{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: "Gilda Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    height: 44px;
    padding: 0 24px;
    border: 0.6px solid rgba(47, 47, 47, 0.60);
    border-radius: 100px;
    color: #2f2f2f;
    cursor: pointer;
    background: #fff;
}

#pf-load-more::after, #prj-load-more::after {
    content: "";
    width: 13px;
    height: 15px;
    background: url('../images/arrow-down.png') center/contain no-repeat;
    display: inline-block;
    margin-left: 10px;
}

#pf-products{
    transition:opacity .3s ease;
}

#pf-products.loading{
    opacity:.45;
    pointer-events:none;
}

.pf-dropdown-content input[type="checkbox"]{
    width:15px;
    height:15px;
    cursor:pointer;
}

.pf-dropdown-content label:hover{
    color:#000;
}
.pf-dropdown.open .pf-dropdown-btn{
    color: #2F2F2F;
}

.pf-dropdown-content{
    max-height:280px;
    overflow-y:auto;
}

.pf-dropdown-content::-webkit-scrollbar{
    width:6px;
}

.pf-dropdown-content::-webkit-scrollbar-thumb{
    background:#cfcfcf;
    border-radius:20px;
}

.pf-search-toggle,
.pf-search-mobile, .prj-search{
    display:none;
}
.prj-search{
    margin-top: 15px;
}

.pf-view-mobile{
    display:none !important;
}
.prj-clear-all-wrap{
    display:none;
    align-items:center;
}
.pf-clear-all, .prj-clear-all{
    border: none;
    background-color: transparent !important;
    color: #2f2f2f !important;
    padding: 0px;
    line-height: normal;
    font-family: Raleway;
    margin-left: 10px;
}
.pf-clear-all img, .prj-clear-all img{
    margin-left: 10px;
    width: 12px;
}


.home_product_grid .elementor-grid{
    border-top: 0.6px solid #2f2f2f4D;
    border-left: 0.6px solid #2f2f2f4D;
}
.home_product_grid .e-loop-item{
    border-right: 0.6px solid #2f2f2f4D;
    border-bottom: 0.6px solid #2f2f2f4D;
}




.prj-room-space{
    display:block;
}

.prj-industry-segment{
    display:none;
}


/*==================================
Project Grid
===================================*/

#prj-project-grid{
    width:100%;
}

.gallery-block{
    display:flex;
    flex-direction:column;
    gap:10px;
    margin-bottom:20px;
}

.gallery-row{
    display:flex;
    gap:10px;
    align-items:stretch; /* Important */
}

/* Card */

.prj-project-item{
    display:flex;
    flex:1;
}
.prj-project-item.small{
    flex:1;
}

.prj-project-item.large{
    flex:2;
}

.prj-project-item.half{
    flex:1;
}

/* Image */

.prj-project-item a{
    display:block;
    width:100%;
    height:100%;
}

.prj-project-image{
    position:relative;
    width:100%;
    height:436px;   /* Same height for every card */
    overflow:hidden;
}

.prj-project-thumb{
    width:100%;
    height:100% !important;
    object-fit:cover;
    display:block;
}

.prj-project-title{
    position:absolute;
    left:24px;
    bottom:24px;
    z-index:2;

    color:#FFF5E8;
    font-size:16px;
    font-weight:500;
    line-height:normal;
    font-family: Raleway;
}
.prj-project-image::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:120px;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.6),
        rgba(0,0,0,0)
    );
    pointer-events:none;
}
.prj-search-toggle{
    display:flex;
    justify-content:center;
    align-items:center;
    width:44px;
    height:44px;
    padding:0;
    border:none;
    background:transparent;
    cursor:pointer;
    border-radius: 100px;
    background: rgba(113, 113, 113, 0.1) !important;
}
.prj-search input{
    width:100%;
    height:48px;
    border:1px solid #ddd;
    border-radius:50px;
    padding:0 18px;
    box-sizing:border-box;
}

#prj-project-grid{ padding-top: 40px; padding-bottom: 40px; }
#prj-project-grid::before,
#prj-project-grid::after{
    content:"";
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    width:100vw;
    height:0.6px;
    background:#2f2f2f4D;
}
#prj-project-grid::before{ margin-top: -35px; }
#prj-project-grid::after{ margin-top: 30px; }


@media (max-width:1024px){

    .pf-grid{
        grid-template-columns:repeat(2,1fr);
    }
    .pf-filter-bar{
        align-items:flex-start;
    }
    .pf-product{
        padding:35px 25px;
    }
    .gallery-row{
        display:grid !important;
        grid-template-columns:repeat(3,1fr);
        gap:10px;
    }

    .gallery-row .prj-project-item{
        width:100% !important;
        flex:none !important;
        grid-column:span 1 !important;
    }

    .gallery-row .prj-project-item.large,
    .gallery-row .prj-project-item.small{
        width:100% !important;
        grid-column:span 1 !important;
    }

    .prj-project-thumb{
        width:100%;
        height:auto;
        display:block;
    }

    .prj-project-image{
        height:350px;
    }
}

@media (max-width:767px){
    .pf-wrapper{
        padding:40px 15px;
    }
    .pf-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .pf-filter-left{
        flex-direction:column;
        align-items:stretch;
        width:100%;
    }
    .pf-tabs{
        overflow-x:auto;
        flex-wrap:nowrap;
        padding-bottom:10px;
    }
    .pf-tab{
        flex-shrink:0;
    }
    .pf-dropdown-btn,
    .pf-search{
        width:100%;
    }

    .pf-dropdown-content{
        width:100%;
    }
    #pf-products{
        margin-left: -15px;
        margin-right: -15px;
    }
    .pf-product{
        padding:50px 20px;
        min-height: 360px;
    }
    .pf-product-image{
        height:auto;
        margin-bottom: 25px;
    }
    .pf-product-image img{
        width: 126px;
        height: 168px;
    }
    .pf-dropdown-content{ width: 200px; }
    .pf-search-desktop, .pf-ref{
        display:none;
    }
    .pf-search-toggle, .prj-search-toggle{
        display:flex;
        justify-content:center;
        align-items:center;
        width:44px;
        height:44px;
        padding:0;
        border:none;
        background:transparent;
        cursor:pointer;
        border-radius: 100px;
        background: rgba(113, 113, 113, 0.1) !important;
    }
    .pf-search-mobile, .prj-search{
        display:none;
        width:100%;
        margin-top:15px;
    }
    .pf-search-mobile.active, .prj-search.active{
        display:block;
    }
    .pf-search-mobile input{
        width:100%;
        height:48px;
        border:1px solid #ddd;
        border-radius:50px;
        padding:0 18px;
        box-sizing:border-box;
    }
    .pf-grid{
        border-top:0.6px solid #2f2f2f4D;
        border-left:none;
    }
    .pf-product{
        border-right:none;
        border-left:none;
        border-bottom:0.6px solid #2f2f2f4D;
    }
    .pf-product:nth-child(odd){
        border-right:0.6px solid #2f2f2f4D;
    }
    .pf-view-mobile{
        position: absolute;
        bottom: 30px;
        left: 0;
        justify-content: center;
        display: flex !important;
        align-items: center;
        gap: 10px;
    }
    .pf-view-mobile img{ width: 14px; height: 12px; }


    .home_product_grid .elementor-grid{
        border-left: none;
    }
    .home_product_grid .e-loop-item:nth-child(even) {
        border-right: 0px;
    }

    .home_product_grid .e-loop-item:nth-child(odd) {
        border-right: 0.6px solid #2f2f2f4D !important;
    }
    .gallery-row{
        display:grid !important;
        grid-template-columns:1fr;
    }

    .gallery-row .prj-project-item{
        width:100% !important;
        grid-column:span 1 !important;
    }

    .prj-filter-bar{
        display:grid;
        grid-template-columns:1fr auto;
        grid-template-areas:
            "left search";
        align-items:start;
        gap:15px;
    }

    .prj-filter-left{
        display:flex;
        /*flex-direction:column;*/
        gap:15px;
        min-width:0;
    }

    /* First row */
    .prj-tabs{
        display:flex;
        gap:10px;
        flex-wrap:nowrap;
    }

    .prj-tab{
        flex:1;
    }

    /* Second row */
    .prj-dropdown-wrap{
        display:flex;
        flex-wrap:wrap;
        gap:10px;
    }

    .prj-filter-right{
        display:flex;
        align-items:center;
        justify-content:flex-end;
    }

    .prj-search-toggle{
        width:44px;
        height:44px;
        display:flex;
        align-items:center;
        justify-content:center;
        padding:0;
    }

    /*.prj-dropdown{
        position:relative;
    }

    .prj-dropdown-content{
        position:absolute;
        left:0;
        right:0;
        width:100%;
        min-width:unset;
        max-width:100%;
        box-sizing:border-box;
    }*/

}
@media (max-width:640px){
    .pf-product:hover .pf-hover-content{
        opacity:0;
        visibility:hidden;
    }
    .pf-product:hover .pf-product-content{
        opacity:1;
    }
    .pf-product:hover .pf-product-image img{
        width: 126px;
        height: 168px;
        object-fit: fill;
    }
    .pf-product:hover .pf-product-image{
        position: relative;
        margin-bottom: 25px;
    }
    .pf-tabs{ gap: 8px; }
    .pf-dropdown-btn{ padding: 5px; }
    .pf-tab{
        padding: 0 18px;
        font-size: 14px;
        line-height: 16px;
    }

    .gallery-row{
        display:block;
    }

    .prj-project-item{
        width:100%;
    }

    .prj-project-item.small,
    .prj-project-item.large,
    .prj-project-item.half{
        flex:none;
        width:100%;
    }

    .prj-project-image{
        height:300px;
    }
}