.home-container {
    background-color: var(--violet-lightest);
    height: 100%;
    padding-bottom: 15px;
}

/* Top Category Section */
.top-category {
    background-color: var(--violet-normal);
    padding: 24px 0px;
}
.marquee {
    background-color: var(--violet-darker);
    padding: 15px 0px 7px 0px;
    color: white;
    border-radius: 12px !important;
}

.category-tab .category-btn {
    background: var(--violet-darker);
    color: white;
    border-radius: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: var(--fs-nl);
    text-decoration: none;
    text-transform: capitalize;
    padding: 10px 0px;
}
/* .category-tab .category-btn {
    background: var(--violet-darker);
    color: white;
    border-radius: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: var(--fs-nl);
    text-decoration: none;
    text-transform: capitalize;
    height: 60px;
    width: 173px;
} */

.carousel-bottom {
    margin-top: 40px !important;
}

/* Curosele */

.best-seller-slick-carousel {
    margin-top: 24px;
}

.slick-carousel {
    position: relative;
}

.slick-carousel img {
    width: 100%;
    /* height: 495px !important; */
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

/* Spacing between cards */
.slick-slide {
    margin: 0 10px;
}

.slick-list {
    margin: 0 -10px; /* To neutralize the outer spacing */
}

/* Custom Arrows */
.slick-prev-custom,
.slick-next-custom {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: #808080;
    color: white;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 1.5rem;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.slick-prev-custom:hover,
.slick-next-custom:hover {
    background-color: rgba(66, 61, 61, 0.8);
}

.slick-prev-custom {
    left: -50px !important;
}

.slick-next-custom {
    right: -50px !important;
}

.top-seller-products .slick-track {
    height: 500px !important;
}

/* Responsive Fixes */

@media (min-width: 1046px) and (max-width: 1234px) {
    .slick-prev-custom {
        left: -10px !important;
    }

    .slick-next-custom {
        right: -10px !important;
    }
}

@media (min-width: 991px) and (max-width: 1046px) {
    .slick-prev-custom {
        left: -20px !important;
    }

    .slick-next-custom {
        right: -20px !important;
    }

    .slick-carousel img {
        height: auto;
    }

    .best-seller-tab .cutom-btn {
        font-size: var(--fs-md) !important;
    }
}
@media (max-width: 768px) {
    .slick-prev-custom,
    .slick-next-custom {
        left: 10px;
        right: 10px;
    }
    .slick-prev-custom,
    .slick-next-custom {
        display: none;
    }

    .slick-prev-custom {
        left: 0;
    }

    .slick-next-custom {
        right: 0;
    }

    .best-seller-tab .cutom-btn {
        font-size: var(--fs-md) !important;
    }
    .category-tab .category-btn {
        background: var(--violet-darker);
        color: white;
        border-radius: 40px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        font-size: var(--fs-md);
        text-decoration: none;
        text-transform: capitalize;
        padding: 10px 0px;
    }
}

@media (min-width: 769px) and (max-width: 800px) {
    .slick-prev-custom {
        left: -20px !important;
    }

    .slick-next-custom {
        right: -20px !important;
    }
}

.curosele-bottom-text {
    font-weight: 500;
}

/* Best Seller Section */

.best-seller-tab .nav-tabs {
    border-bottom: 1.5px solid #808080;
}

.best-seller-tab .cutom-btn {
    all: unset;

    color: inherit !important;
    border: none !important;
    box-shadow: none !important;
    font-weight: 600;
    text-align: center;
    padding: 20px 0px;
    font-size: var(--fs-nl);
    font-weight: 700;
    color: #808080 !important;
    cursor: pointer;
    text-transform: capitalize;
    border-radius: 0px !important;
    border-bottom: 5px solid transparent !important;
}

.best-seller-tab .cutom-btn.active {
    color: var(--violet-darkest) !important;
    border-bottom: 5px solid var(--violet-darkest) !important;
}

/* Shop by Category */

.category-card {
    background-color: var(--violet-light);

    border-radius: 12px;
    height: 147px !important;
}

.category-card-name {
    background-color: var(--violet-lighter);
    border-radius: 12px 0px 300px 12px;
    padding: 20px 100px 40px 25px;
}

.category-card-name h1 {
    font-weight: 700;
    color: var(--violet-darkest);
    font-size: var(--fs-lg);
}
.subscription-banner {
    margin-top: 66px;
}
.subscription-banner img {
    border-radius: 12px;
}

.buy-gift-btn button {
    all: unset;
    background-color: var(--violet-darkest);
    color: white !important;
    width: 100%;
    padding: 10px 0px;
    font-family: var(--font-bold);
    font-weight: 700;
    text-align: center;
    border-radius: 0px 0px 12px 12px;
}

.perfect-gift-cards {
    margin-bottom: 48px;
}

.home-review .heading {
    margin-bottom: 24px;
}

.home-gift-card img {
    border-radius: 12px 12px 0px 0px;
    height: 431px !important;
}

.valuable-partner {
    padding: 16px;
    background-color: #e5e6ff;
}

.valuable-partner img {
    height: 30px;
}

.banner-img img {
    height: 495px !important;
}

/* .bottom-banner {
    margin-top: 90px !important;
} */

@media (min-width: 768px) and (max-width: 1200px) {
    .banner-img img {
        height: 100% !important;
    }
}

@media (max-width: 768px) {
    .heading h3 {
        font-size: var(--fs-nl);
        font-weight: 600;
        color: var(--violet-darkest);
        font-family: var(--font-semibold);
    }

    .category-card-name h1 {
        font-weight: 700;
        color: var(--violet-darkest);
        font-size: var(--fs-nl);
    }
    .category-card {
        background-color: var(--violet-light);

        border-radius: 12px;
        height: 100px !important;
    }
}

@media (max-width: 600px) {
    .valuable-partner img {
        height: 20px;
    }
}
@media (max-width: 450px) {
    .valuable-partner img {
        height: 15px;
    }
}
@media (max-width: 500px) {
    .category-card-name {
        background-color: var(--violet-lighter);
        border-radius: 12px 0px 300px 12px;
        padding: 20px 50px 40px 25px;
    }
    .banner-img img {
        height: 100% !important;
    }
}

.marquee-wrapper {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    /* background: #fff; */
}

.marquee-text {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 38s linear infinite;
}

/* Pause on hover */
.marquee-wrapper:hover .marquee-text {
    animation-play-state: paused;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.slick-slider .slick-track {
    height: auto !important;
}
