.home-slider-sec .slider-wrap {
    margin: 0 auto;
    max-width: 693px;
}
.home-slider-sec .slick-list {
    overflow: visible;
    position: relative;
}
.home-slider-sec .home-slide .slider-image a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    transition: all 0.3s;
    z-index: 9;
}
.home-slider-sec .home-slide.slick-active .slider-image a:before {
    opacity: 0;
}
.home-slider-sec .slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 1em;
}
.home-slider-sec .slick-dots li button {
    width: 12px;
    height: 12px;
    font-size: 0;
    border-radius: 50%;
    border: 0;
    background: #9B9B9B;
}
.home-slider-sec .slick-dots li.slick-active button {
    background: var(--primary_col);
}
.home-slider-sec .slide-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}
.home-slider-sec .banner-icon {
    height: 90px;
    margin-top: -41px;
    z-index: 9999;
    position: relative;
    border-radius: 0.5rem;
}
.home-slider-sec .home-slide .slide-content-wrap {
    display: none;
}
.home-slider-sec .home-slide.slick-active .slide-content-wrap {
    display: block;
}
.home-slider-sec button.slick-arrow {
    top: 38%;
    width: 36px;
    height: 36px;
    z-index: 99;
}
.home-slider-sec button.slick-arrow.slick-next {
    right: -7px;
}
.home-slider-sec button.slick-arrow.slick-prev {
    left: -7px;
}

.section-heading h3 {
    font-size: 2.25rem;
}

.featured-stores .feat_store-logo {
    height: 117px;
    max-width: 165px;
}

.featured-categories .categories-lists .feat_store a {
    border: 2px solid #DDD;
    width: 50px;
    height: 50px;
}
.featured-categories .categories-lists .featured_text {
    color: #4E6500;
}
.featured-categories .feat_cat_coupons_wrap .discount-logo {
    aspect-ratio: 1;    
}
.featured-categories .discount-description {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.newsletter-sec {
    margin: 0 auto;
    max-width: 1000px;
    margin-top: 3rem;
}

@media (max-width: 767px) {
    .home-slider-sec .slider-image a:before {
        display: none;
    }
    .home-slider-sec .banner-icon {
        position: absolute;
        top: 0;
        height: 60px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        left: 0;
        right: 0;
        width: 100px;
        margin: 0 auto;
    }
    .home-slider-sec .slick-list {
        overflow: hidden;
    }
    .home-slider-sec button.slick-arrow.slick-next {
        right: 10px;
    }
    .home-slider-sec button.slick-arrow.slick-prev {
        left: 10px;
    }
    .home-slider-sec button.slick-arrow {
        top: 30%;
    }

    .section-heading h3 {
        font-size: 1.25rem;
        margin-bottom: 0;
        font-weight: 700;
    }

    .categories-lists .row {
        flex-wrap: nowrap;
        padding-bottom: 0.5rem;
    }
    .categories-lists .col-md-3 {
        width: auto;
    }
}