/* Positioning the navigation buttons on the sides of the carousel */
.carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    padding: 10px;
    z-index: 10;
}

.carousel-nav.prev {
    left: 0;
    background: transparent;
}

.carousel-nav.next {
    right: 0;
    background: transparent;
}

.delivery-restaurant-carousel .owl-next,
.delivery-restaurant-carousel .owl-prev,
.favourite-restaurants-carousel .owl-next,
.favourite-restaurants-carousel .owl-prev,
.whats-on-your-mind-carousel .owl-next,
.whats-on-your-mind-carousel .owl-prev,
.featured-restaurants .owl-next,
.featured-restaurants .owl-prev,
.cleaning-carousel .owl-next,
.cleaning-carousel .owl-prev,
.featured-grocery-carousel .owl-next,
.featured-grocery-carousel .owl-prev,
.handyman-services .owl-next,
.handyman-services .owl-prev,
.services-slider .owl-next,
.services-slider .owl-prev {
    display: none;
}

.delivery-restaurant-carousel,
.favourite-restaurants-carousel,
.featured-grocery-carousel,
.cleaning-carousel,
.services-slider,
.handyman-services {
    padding: 0 30px;
}

.whats-on-your-mind-carousel, .cleaning-carousel,
.featured-grocery-carousel,
.restaurant-cards, .spotlight-cards {
    padding: 0 60px;
}

.featured-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.featured-card-link:hover {
    cursor: pointer;
}

.slider-center {
    display: flex !important;
    justify-content: center;
}
