.hero_slider_img{
    border-radius: 10px;
}

@media(max-width:576px){
    .hero_slider_img{
        border-radius: 0px;
    }
}

.home_product_cat {
    gap: 30px;
    margin: 60px 0;
}

.home_product_cat_btn {
    height: 40px;
    width: 130px;
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #333;
    transition: all 0.75s ease-in;
}

.home_product_cat_btn:hover {
    color: #fff;
    background-color: #E50065;
}

@media (max-width: 576px) {
    .home_product_cat {
        gap: 20px;
    }

    .home_product_cat_btn {
        width: 100px;
    }
}

.home_featured_products_container{
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-bottom: 75px;
}

.home_featured_product_banner{
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
}

.home_featured_product {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.home_featured_product_scroll .slick-slide {
    padding: 0 12px; /* Default gap between slides */
}

/* Remove left padding from the first slide */
.home_featured_product_scroll .slick-slide:first-child {
    padding-left: 0;
}

/* Remove right padding from the last slide */
.home_featured_product_scroll .slick-slide:last-child {
    padding-right: 0;
}

/* .slick-track{
    width: 100% !important;
} */


.home_featured_product_img{
    border-radius: 10px;
}

.home_services_container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 35px;
}

@media(max-width:576px){
    .home_services_container{
        grid-template-columns: repeat(2, 1fr);
    }
}

.home_service_img_ligtning{
    height: 115px;
    width: 115px;
}

.home_service{
    border-radius: 10px;
    box-shadow: 12px 12px 36px 6px rgba(0, 0, 0, 0.1);
    padding: 18px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home_service_title{
    display: block;
    font-size: 9px;
    font-weight: 700;
    text-align: center;
    margin-top: 5px;
}

.home_service_slogan{
    font-size: 6px;
    text-align: center;
}

.home_service_img_headphone{
    height: 105px;
    width: 105px;
}

.home_service_img_lock{
    height: 96.5px;
    width: 96.5px;
}

.home_service_img_star{
    height: 103.5px;
    width: 103.5px;
}

.all_category_link {
    color: #333;
}

.all_category_link:hover{
    color: #E50065;
}
