/* Start custom CSS for html, class: .elementor-element-7e8b7dd */.sk-products{
    padding:40px 20px;
    background:#faf7f2;
    font-family:'Poppins',sans-serif;
}

.sk-products .container{
    max-width:1300px;
    margin:auto;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title span{
    display:inline-block;
    color:#5A3420;
    font-weight:600;
    letter-spacing:2px;
    font-size:15px;
    text-transform:uppercase;
}

.section-title h2{
    font-size:42px;
    color:#2b2b2b;
    margin:15px 0;
    font-weight:700;
}

.section-title p{
    max-width:700px;
    margin:auto;
    color:#666;
    line-height:1.8;
}

.products-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:25px;
}

.product-card{
    background:#fff;
    border-radius:18px;
    padding:35px 25px;
    text-align:center;
    transition:.35s;
    border:1px solid #ececec;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.product-card:hover{
    transform:translateY(-10px);
    border-color:#D7B27A;
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.product-icon{
    width:75px;
    height:75px;
    background:#5A3420;
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:auto;
    font-size:34px;
    margin-bottom:25px;
}

.product-card h3{
    color:#5A3420;
    font-size:22px;
    margin-bottom:15px;
    font-weight:600;
}

.product-card p{
    color:#666;
    font-size:15px;
    line-height:1.7;
}

.product-btn{
    text-align:center;
    margin-top:60px;
}

.product-btn a{
    display:inline-block;
    background:#5A3420;
    color:#fff;
    text-decoration:none;
    padding:16px 40px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.product-btn a:hover{
    background:#D7B27A;
    color:#5A3420;
}

@media(max-width:1200px){

.products-grid{
grid-template-columns:repeat(3,1fr);
}

}

@media(max-width:768px){

.products-grid{
grid-template-columns:repeat(2,1fr);
}

.section-title h2{
font-size:32px;
}

}

@media(max-width:576px){

.products-grid{
grid-template-columns:1fr;
}

.product-card{
padding:30px 20px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1b6c305 */.sks-industries{
    padding:40px 20px;
    background:#F7F3EC;
    font-family:'Poppins',sans-serif;
}

.sks-heading{
    text-align:center;
    margin-bottom:50px;
}

.sks-heading span{
    color:#5A3420;
    font-size:15px;
    font-weight:600;
    letter-spacing:2px;
}

.sks-heading h2{
    font-size:42px;
    color:#222;
    margin-top:10px;
}

.sks-grid{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.sks-card{
    position:relative;
    overflow:hidden;
    border-radius:25px;
    height:420px;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
    transition:.4s;
}

.sks-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.sks-card:hover img{
    transform:scale(1.08);
}

.sks-overlay{
    position:absolute;
    left:15px;
    right:15px;
    bottom:15px;
    background:rgba(255,255,255,.92);
    backdrop-filter:blur(8px);
    padding:20px;
    border-radius:18px;
}

.sks-overlay span{
    font-size:12px;
    font-weight:600;
    color:#5A3420;
    letter-spacing:2px;
}

.sks-overlay h3{
    margin:8px 0 0;
    font-size:24px;
    color:#222;
}

.sks-card:hover{
    transform:translateY(-8px);
}

@media(max-width:991px){

.sks-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:767px){

.sks-grid{
    grid-template-columns:1fr;
}

.sks-card{
    height:360px;
}

.sks-heading h2{
    font-size:32px;
}

}/* End custom CSS */