.elementor-6809 .elementor-element.elementor-element-f4eda1a{--display:flex;}.elementor-6809 .elementor-element.elementor-element-0ad68f7{--display:flex;--margin-top:22px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6809 .elementor-element.elementor-element-1bc35d8{--display:flex;--margin-top:42px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6809 .elementor-element.elementor-element-e22cb63{width:100%;max-width:100%;text-align:center;}.elementor-6809 .elementor-element.elementor-element-e22cb63 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:20px;font-weight:600;text-transform:uppercase;color:#BF382B;}.elementor-6809 .elementor-element.elementor-element-7c60eec{text-align:center;}.elementor-6809 .elementor-element.elementor-element-7c60eec .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:39px;font-weight:600;text-transform:uppercase;color:#BF382B;}.elementor-6809 .elementor-element.elementor-element-9e1dc3d{--display:flex;}body.elementor-page-6809 .container{max-width:1360px;}body.elementor-page-6809 .elementor-section.elementor-section-boxed>.elementor-container{max-width:1360px;}@media(max-width:767px){.elementor-6809 .elementor-element.elementor-element-7c60eec .elementor-heading-title{font-size:23px;}}/* Start custom CSS for html, class: .elementor-element-8e6fbc7 */.category-section{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
    max-width:1200px;
    margin:auto;
}

.category-card{
    background:#fff;
    border-radius:10px;
    text-decoration:none;
    overflow:hidden;
    transition:.3s;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    min-height:180px;
}

.category-card:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 25px rgba(0,0,0,.15);
}

.category-card img{
    width:100%;
    height:140px;
    object-fit:contain;
    padding:15px;
}

.category-card h3{
    background:#BF382B;
    color:#fff;
    text-align:center;
    padding:13px;
    margin:0;
    font-size:18px;
    font-weight:500;
    line-height:1.3;
}

/* Tablet */

@media(max-width:992px){

.category-section{
grid-template-columns:repeat(3,1fr);
}

.category-card img{
height:110px;
}

}

/* Mobile */

@media(max-width:768px){

.category-section{
grid-template-columns:repeat(2,1fr);
gap:15px;
}

.category-card{
min-height:160px;
}

.category-card img{
height:100px;
}

.category-card h3{
font-size:16px;
padding:10px;
}

}

/* Small Mobile */

@media(max-width:480px){

.category-section{
grid-template-columns:repeat(2,1fr);
gap:12px;
}

.category-card{
min-height:145px;
}

.category-card img{
height:85px;
padding:10px;
}

.category-card h3{
font-size:14px;
padding:8px;
}

}/* End custom CSS */