.elementor-5947 .elementor-element.elementor-element-c071d8c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-5947 .elementor-element.elementor-element-368a18c{--display:flex;}.elementor-5947 .elementor-element.elementor-element-d441f18{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-c071d8c */.ws-project-section{
    padding:100px 20px;
    background:#ffffff;
}

.ws-heading{
    text-align:center;
    max-width:750px;
    margin:auto;
    margin-bottom:70px;
}

.ws-heading span{
    display:inline-block;
    background:#FF8B01;
    color:#fff;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.ws-heading h2{
    font-size:52px;
    line-height:1.2;
    color:#000;
    margin-bottom:20px;
    font-weight:800;
}

.ws-heading p{
    color:#555;
    line-height:1.9;
    font-size:17px;
}

/* GRID */

.ws-project-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(340px,1fr));
    gap:35px;
}

/* CARD */

.ws-project-card{
    background:#fff;
    border-radius:28px;
    overflow:hidden;
    position:relative;
    transition:0.4s ease;
    border:1px solid #eee;
    box-shadow:0 15px 40px rgba(0,0,0,0.06);
}

.ws-project-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 60px rgba(0,0,0,0.12);
}

/* IMAGE */

.ws-image{
    overflow:hidden;
    height:260px;
}

.ws-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.6s ease;
}

.ws-project-card:hover img{
    transform:scale(1.08);
}

/* CONTENT */

.ws-content{
    padding:30px;
}

.ws-tag{
    display:inline-block;
    background:rgba(255,139,1,0.12);
    color:#FF8B01;
    padding:8px 16px;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    margin-bottom:18px;
}

.ws-content h3{
    font-size:28px;
    color:#000;
    margin-bottom:14px;
    font-weight:700;
}

.ws-content p{
    color:#666;
    line-height:1.8;
    margin-bottom:25px;
    font-size:15px;
}

.ws-content a{
    display:inline-flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
    color:#000;
    font-weight:700;
    transition:0.3s ease;
}

.ws-content a:hover{
    color:#FF8B01;
    transform:translateX(5px);
}

/* MOBILE */

@media(max-width:768px){

.ws-heading h2{
    font-size:36px;
}

.ws-project-grid{
    grid-template-columns:1fr;
}

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-d441f18 */.ws-portfolio-section{
    padding:100px 20px;
    background:#fff;
}

/* HEADING */

.ws-heading{
    text-align:center;
    max-width:750px;
    margin:auto;
    margin-bottom:60px;
}

.ws-heading span{
    background:#FF8B01;
    color:#fff;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    display:inline-block;
    margin-bottom:20px;
}

.ws-heading h2{
    font-size:55px;
    color:#000;
    margin-bottom:20px;
    font-weight:800;
}

.ws-heading p{
    color:#666;
    line-height:1.9;
}

/* FILTER BUTTONS */

.ws-filter-buttons{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
    margin-bottom:50px;
}

.ws-filter-buttons button{
    border:none;
    background:#f5f5f5;
    padding:14px 28px;
    border-radius:50px;
    cursor:pointer;
    font-weight:700;
    transition:0.3s ease;
    color:#000;
}

.ws-filter-buttons button.active,
.ws-filter-buttons button:hover{
    background:#FF8B01;
    color:#fff;
    transform:translateY(-3px);
}

/* GRID */

.ws-project-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(340px,1fr));
    gap:35px;
}

/* CARD */

.ws-card{
    background:#fff;
    border-radius:28px;
    overflow:hidden;
    border:1px solid #eee;
    box-shadow:0 15px 40px rgba(0,0,0,0.06);
    transition:0.4s ease;
}

.ws-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(0,0,0,0.12);
}

/* IMAGE */

.ws-image{
    height:260px;
    overflow:hidden;
}

.ws-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.5s ease;
}

.ws-card:hover img{
    transform:scale(1.08);
}

/* CONTENT */

.ws-content{
    padding:30px;
}

.ws-content span{
    display:inline-block;
    background:rgba(255,139,1,0.12);
    color:#FF8B01;
    padding:8px 16px;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    margin-bottom:18px;
}

.ws-content h3{
    font-size:28px;
    color:#000;
    margin-bottom:15px;
}

.ws-content p{
    color:#666;
    line-height:1.8;
    margin-bottom:25px;
}

.ws-content a{
    text-decoration:none;
    color:#000;
    font-weight:700;
    transition:0.3s ease;
}

.ws-content a:hover{
    color:#FF8B01;
    padding-left:6px;
}

/* HIDE ANIMATION */

.ws-card.hide{
    display:none;
}

/* MOBILE */

@media(max-width:768px){

.ws-heading h2{
    font-size:38px;
}

}/* End custom CSS */