.owl-prev {
    position: absolute;
    top: 45%;
    left: 3%;
}

.owl-next {
    position: absolute;
    top: 45%;
    right: 3%;
}

.restaurant-cards {
    padding: 0 60px;
}

/* HERO SECTION START  */
#service-hero {
    position: relative;
    background-image: url("/assets/website/images/home/delivery/service-hero-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    /*margin-top: 80px;*/
    padding: 20px 0;
    padding-top: 50px;
}

.service-hero {
    display: flex !important;
    align-items: flex-end;
    justify-content: space-between;
}

.service-hero-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.service-hero-text h1 {
    padding-top: 40px;
    color: var(--white--color);
    font-weight: 800;
    font-size: 40px;
    line-height: normal;
    text-transform: capitalize;
    width: 70%;
}

.service-hero-text h2 {
    color: var(--white--color);
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    width: 80%;
    margin-bottom: 164px;
}
.service-hero-banner {
    text-align: end;
}

.service-hero-banner img {
    width: 100%;
}

.search-box {
    display: flex;
    align-items: center;
    background: var(--white--color);
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.16));
    border-radius: 20px;
    padding: 15px 25px;
}

.search-text h2 {
    color: var(--text--color);
    text-transform: capitalize;
    font-weight: 600;
    font-size: 24px;
    line-height: normal;
}

.searchbar {
    margin-top: 12px;
}

.searchbar input {
    background-color: transparent;
    border: 1px solid #9c9c9c;
    border-radius: 20px;
    width: 100%;
    height: 50px;
    padding: 10px 15px;
}

.searchbar ::placeholder {
    color: #A1A1A1;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.search-button {
    float: right;
    margin-top: 10px;
}

.search-button a, .search-button .search-btn {
    background-color: var(--primary--color);
    color: var(--white--color);
    border-radius: 15px;
    padding: 10px 80px;
    border: none;
    font-weight: 400;
    font-size: 22px;
}

.arrow {
    position: relative;
    left: -70px;
}

.location {
    background: var(--white--color);
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.10));
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    column-gap: 20px;
    max-width: 400px;
    height: 80px;
}

.current-location {
    position: relative;
    left: 30px;
}

.location i {
    color: var(--text--color--color);
    font-size: 15px;
    font-weight: bolder;
}

.your-location {
    color: var(--text--color--color);
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    text-transform: capitalize;
    margin-top: 15px;
}

.current-address {
    margin-top: -10px;
    color: var(--text--color--color);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    text-align: left;
    width: 41ch;
}

.download-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-button {
    background-color: var(--secondary--color) !important;
    color: var(--white--color) !important;
    border-radius: 10px;
    border: 1px solid var(--black-secondary);
    display: flex;
    align-items: center;
    column-gap: 10px;
    border-radius: 10px;
    padding: 5px 15px;
}

.download-button {
    color: var(--secondary--color);
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid var(--black-secondary);
    display: flex;
    align-items: center;
    column-gap: 10px;
    border-radius: 10px;
    padding: 5px 15px;
}

.app-white {
    display: none;
}

.download-button:hover {
    color: var(--white--color);
    background-color: var(--secondary--color);

    .app-white {
        display: block;
    }

    .app-black {
        display: none;
    }
}

.button-sub-title {
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
}

.button-main-title {
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    margin-top: -5px;
}

.button-text {
    display: flex;
    align-items: flex-start;
    row-gap: 0px;
    flex-direction: column;
}

/* HERO SECTION END  */

/* ALL SERVICES SLIDER START  */
.menu-2 {
    margin-top: 40px;
}

.menu-item {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    cursor: pointer;
    border: none;
    margin: 0 auto;
}

.menu-title h4 {
    color: var(--text--color);
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
    text-transform: capitalize;
}

.delivery-service-slider [class^="swiper-button-"]::after {
    content: "" !important;
}

.featured-restaurants-slider-image {
    background-image: url(../../images/services/delivery-services/food-delivery/all-restaurants/eden-city-dining.webp);
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    border-radius: 20px;
    width: 210px;
    height: 210px;
    border-radius: 15px;
    position: relative;
}

.featured-restaurants-slider-image .dark-overlay {
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    border-radius: 15px;
}

.delivery-service-slider {
    overflow: hidden;
}

/*adjust arrow size*/
.delivery-service-slider [class^="swiper-button-"] {
    width: 55px;
    height: 55px;
    top: 190px;
}

/*adjust arrow position*/
.delivery-service-slider .swiper-button-next {
    right: -20px;
}

.delivery-service-slider .swiper-button-prev {
    left: -20px;
}

/* ALL SERVICES SLIDER END */

/*  FAVOURITE SECTION START  */
.favourite-card {
    border-radius: 15px;
    margin: 10px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
    margin-bottom: 30px;
}

.favourite {
    padding-bottom: 30px !important;
    padding: 0 20px;
    overflow: hidden;
}

.favourite-card-img {
    width: 100%;
}

.favourite-restaurants-carousel .owl-item {
    display: flex;
    justify-content: center;
}

.favourite-restaurants-carousel .featured-restaurants-image,
.favourite-restaurants-carousel .all-store-card {
    min-width: 210px;
    max-width: 210px;
}
.favourite-restaurants-carousel .all-store-card{
   min-height: min-content;
}
#favouriteRestaurantsCarousel1 {
    margin-bottom: 25px;
}

.delivery-restaurant-carousel .delivery-restaurant-item {
    max-width: 210px;
}
.spotlight-card-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

/* FAVOURITE SECTION END   */

/* ALL SECTION START  */
.store-tabs {
    position: relative;
}

.tabs .section-title {
    position: absolute;
    left: 40px;
    top: 0;
    align-self: center;
}

.all-store-cards {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    column-gap: 45px;
    row-gap: 40px;
    padding: 25px 0;
}

.all-store-card {
    position: relative;
    border-radius: 15px;
    border: 1px solid #efefef;
    background-color: var(--white--color);
    /* width: 31%; */
}

.spotlight-card-img {
    height: 217px;
    border-radius: 15px;
}

.favourite-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 42px;
    z-index: 1;
    margin: 5px !important;
    padding: 8px 10px;
    cursor: pointer;
    font-weight: bold;
    background-color: var(--white--color);
    border-radius: 100%;
    border: none;
    margin: 0 auto;
    text-align: center;
}

.favourite-icon .empty {
    fill: #343434;
    color: #343434;
    display: block; /* Ensure empty icon is visible by default */
}

.favourite-icon .filled {
    fill: #E24242;
    color: #E24242;
    display: none; /* Hide filled icon by default */
}

/* Add this class dynamically via JavaScript when a store is favorited */
.favourite-icon.favorited .empty {
    display: none; /* Hide empty icon when favorited */
}

.favourite-icon.favorited .filled {
    display: block; /* Show filled icon when favorited */
}


.view-more a,
.view-more i {
    color: var(--primary--color);
    font-weight: 600;
    font-size: 20px;
}
@media (max-width: 991px) {
    .view-more a,
    .view-more i {
        margin-top: 15px !important;
    }
}
/* tabs  */
.selector{
    margin-right: 10px;
}
.select-btn.active {
    border: 1px solid var(--primary--color);
    background: var(--primary--color--with--opacity) !important;
}

.select-btn:hover {
    border: 1px solid var(--primary--color);
    background: var(--primary--color--with--opacity) !important;
}

.select-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    white-space: nowrap;
    padding: 5px 30px;
    border-radius: 25px;
    gap: 5px;
    border: 1px solid #343434;
}

.select-btn .btn-text {
    font-size: 20px;
    font-weight: 500;
    color: var(--text--color);
}

.select-btn .arrow-dwn {
    color: #000000;
    font-size: 20px;
    margin-top: 3px;
}

.select-btn.open .arrow-dwn {
    transform: rotate(-180deg);
}

.list-items {
    top: 45px;
    left: 0;
    background-color: var(--white--color);
    position: absolute;
    border-radius: 10px;
    padding: 0 16px;
    box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.25);
    display: none;
    margin: 10px;
    z-index: 2;
}

.select-btn.open~.list-items {
    display: block;
}

.list-items .item {
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: space-between;
    height: 50px;
    cursor: pointer;
    transition: 0.3s;
    padding: 0 5px;
    border-radius: 8px;
}

.item .item-text {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin-right: 10px;
}

.item .checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    width: 16px;
    border-radius: 100%;
    border: 1.5px solid #9c9c9c;
}

.item.checked .checkbox {
    background-color: var(--primary--color);
    border-color: var(--primary--color);
}

.checkbox .check-icon {
    color: var(--white--color);
    font-size: 10px;
}

.sort-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    gap: 5px;
}

.sort-clear {
    color: var(--text--color);
    background-color: var(--white--color);
    border: 1px solid var(--text--color);
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    padding: 3px 14px;
    margin-right: 10px;
    display: block;
    width: 100%;
}

.sort-apply:hover {
    background-color: var(--primary--hover--color);
}

.sort-apply {
    background-color: var(--primary--color);
    color: var(--white--color);
    border-radius: 10px;
    border: none;
    padding: 5px 15px;
    font-size: 18px;
    font-weight: 500;
    display: block;
    width: 100%;
}

.wrapper {
    position: relative;
    width: 100%;
    transition: .3s ease;
    display: flex;
    align-items: baseline;
    column-gap: 20px;
}

.wrapper .icon {
    position: relative;
    top: 6px;
    display: flex;
    align-self: flex-start;
    justify-content: center;
}

.icon i {
    position: relative;
    font-size: 30px;
    line-height: 30px;
    color: var(--secondary--color);
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.wrapper .tabsBox {
    display: flex;
    scroll-behavior: smooth;
    overflow-x: scroll;
    list-style: none;
    padding: 0;
}

#category-scroll::-webkit-scrollbar {
    width: 0px;
}

.tabsBox.dragging {
    cursor: grab;
    scroll-behavior: auto;
}

.tabsBox .tab {
    cursor: pointer;
    background: transparent;
    transition: background ease 0.2s;
    white-space: nowrap;
    border-radius: 25px;
    border: 1px solid #343434;
    padding: 5px 30px;
    font-size: 20px;
    color: var(--text--color);
    font-weight: 500;
    height: fit-content;
    margin-right:10px;
}

.tab.active {
    border: 1px solid var(--primary--color);
    background: var(--primary--color--with--opacity) !important;
}

.tab:hover {
    border: 1px solid var(--primary--color);
    background: var(--primary--color--with--opacity) !important;
}

.tabsBox.dragging .tab {
    user-select: none;
    pointer-events: none;
}

/* ALL SECTION END  */

/* SERVICE HERO 2 SECTION START  */
.service-hero-2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-hero-2-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service-hero-2-text h2 {
    text-transform: capitalize;
    color: var(--text--color);
    font-size: 30px;
    line-height: 50px;
    font-weight: 600;
}

.service-hero-2-text p {
    color: var(--text--color);
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
}
 #service-hero-4{
     margin-top: 80px !important;
 }
.service-hero-2-banner-image {
    width: 530px;
    height: 398px;
}

.download-banner {
    width: 467px;
    height: 748px;
}

.service-hero-2-banner {
    text-align: center;
}

#service-hero-3 {
    background-color: #F0FBF5;
    /*padding: 40px 0;*/
}

/* .download-section{
    padding: 120px 0;
}
#service-hero-3{
background-image: url(../images/download/download-section-bg.png);
background-size: cover;
background-repeat: no-repeat;
} */
/* SERVICE HERO 2 SECTION END  */

/* FEATURED SECTION START  */

.featured-card-body {
    padding-top: 10px;
}


.featured-restaurants-image {
    background-image: url(../../images/services/delivery-services/food-delivery/all-restaurants/eden-city-dining.webp);
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    border-radius: 20px;
    width: 415px;
    height: 209px;
    border-radius: 15px;
    position: relative;
}

.featured-card-second {
    margin-top: 30px;
}

.featured-card-title {
    color: var(--text--color);
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    text-transform: capitalize;
}

.featured-card-text a {
    color: var(--text--color);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.featured-card-body p {
    color: var(--primary--color);
    font-weight: 600;
    font-size: 16px;
    margin-top: 5px;
}

.featured-card-body img {
    width: unset !important;
}

#deliveryRestaurantCarousel .item {
    display: flex;
    justify-content: center;
}

/* FEATURED SECTION END  */

/* SPOTLIGHT SECTION START  */
.spotlight {
    background: var(--third--gradient);
    border-radius: 20px;
    padding: 40px 0;
}

.spotlight-cards {
    padding: 0 60px;
}

.second-spotlight {
    margin-top: 30px;
}

.spotlight-card {
    background-color: var(--white--color);
    border-radius: 15px;
    width: 250px;
    height: 300px;
}

.spotlight-card-body {
    padding: 10px 15px;
}

.spotlight-card-title {
    color: var(--text--color);
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-transform: capitalize;
}

.spotlight-card-text a {
    color: var(--text--color);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.spotlight-card-text img {
    width: unset !important;
}

.spotlight-card-body h6 {
    color: var(--text--color);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
}

/* SPOTLIGHT SECTION END  */

/* RESPONSIVE START */
@media only screen and (max-width: 1400px) {
    .service-hero-text h1 {
        width: 100%;
    }
    .service-hero-text h2 {
        margin-bottom: 150px !important;
    }

    .arrow {
        display: none;
    }
}

@media only screen and (max-width: 1399px) {
    .featured-restaurants-image {
        width: 100%;
    }
}

@media only screen and (max-width: 1281px) {
    .search-box {
        top: -20px;
    }
}

@media only screen and (max-width: 1201px) {
    .service-hero {
        align-items: end;
    }

    .service-hero-text {
        gap: 0px;
    }

    .search-text h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .search-box {
        padding: 5px 10px;
        top: -5px;
    }

    .service-hero-text h1 {
        font-size: 60px;
        line-height: 70px;
    }
    .service-hero-text h2 {
        margin-bottom: 0;
    }

    .restaurant-cards {
        justify-content: start;
        column-gap: 20px;
    }

    .service-hero-2-banner img {
        width: 100%;
    }

    .service-hero-banner {
        text-align: center;
    }
}

@media only screen and (max-width: 992px) {
    .service-hero-text h1 {
        text-align: center;
    }
    .service-hero-text h2 {
        text-align: center;
        margin-bottom: 0 !important;
    }

    .service-hero-banner img {
        width: 60%;
    }

    .search-box {
        padding: 15px 15px;
        align-items: baseline;
    }

    .spotlight-card-title {
        font-size: 16px !important;
        line-height: 25px !important;
    }

    .spotlight-card-body h6 {
        font-size: 15px !important;
        line-height: 25px !important;
    }

    .spotlight-card-text a {
        font-size: 14px !important;
        line-height: 25px !important;
    }

    .view-more a,
    .view-more i {
        font-size: 20px;
    }

    .favourite-icon {
        right: 5px;
        top: 5px;
        font-size: 14px;
    }

    .all-restaurant-cards {
        padding-bottom: 20px;
        column-gap: 12px;
    }

    .service-hero-2-text {
        gap: 10px;
        text-align: center;
        justify-content: center;
    }

    .service-hero-2-banner img {
        width: 40%;
    }

    .service-hero-2-banner {
        padding: 15px 0;
    }

    #service-hero-3 {
        padding: 40px 0;
    }

    .service-hero-banner {
        text-align: end;
    }

    .search-button button {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .service-hero-2 {
        flex-direction: column-reverse;
    }

    .delivery-restaurant-item {
        display: flex;
        justify-content: center;

    }

    .restaurant-cards {
        padding: 0 30px;
    }

    .service-hero-3 {
        flex-direction: column;
    }

    .search-text h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .all-restaurant-card {
        width: 100% !important;
    }

    .menu-item {
        width: 100px;
        height: 100px;
    }

    .menu-title h4 {
        font-size: 14px;
        line-height: 20px;
    }

    .delivery-service-slider [class^="swiper-button-"] {
        display: none;
    }

    #service-hero {
        background-position: center;
        margin-top: 65px;
    }

    .service-hero-text h1 {
        font-size: 25px;
        line-height: 30px;
    }

    .breadcrumb a {
        font-size: 14px;
    }

    .breadcrumb {
        width: 180px;
        /*height: 30px;*/
        /*margin-left: 20px;*/
    }

    .service-hero-banner img {
        width: 100%;
    }

    .service-hero-text {
        gap: 10px;
    }

    .search-box {
        padding: 15px 10px;
        align-items: center;
        top: -1px;
    }

    .search-text {
        text-align: center;
    }

    .search-button button {
        padding: 5px 0px;
        width: 100%;
        font-size: 18px;
    }

    .menu-2 {
        margin-top: 15px;
    }

    .delivery-service-slider .swiper-button-next {
        right: 5px;
    }

    .delivery-service-slider .swiper-button-prev {
        left: 5px;
    }

    .all-restaurant-cards {
        flex-wrap: wrap;
        justify-content: center !important;
        column-gap: 25px !important;
        row-gap: 25px;
    }

    .service-hero-2-text h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .service-hero-2-text p {
        font-size: 16px;
        line-height: 25px;
        text-align: justify;
    }

    .download-buttons {
        flex-direction: row !important;
    }

    .service-hero-2-banner img {
        width: 80%;
        height: 100%;
    }

    #service-hero-3 {
        padding: 20px 0;
    }

    .no-restaurants-found{
        margin-left: 5% !important;
    }
}

@media only screen and (max-width: 600px) {
    .location {
        max-width: 100%;
        height: auto;
    }
    .current-address {
        width : 100%;
    }

    .sort-footer {
        flex-wrap: wrap;
    }

    .item .item-text {
        white-space: break-spaces;
    }
}
@media only screen and (max-width: 420px) {
    .all-store-card {
        width: 100% !important;
    }
}

@media only screen and (max-width: 330px) {
    .download-buttons {
        flex-direction: column !important;
    }
}
@media only screen and (max-width: 992px) {
    .download-buttons {
        justify-content: center !important;
    }
}
/* RESPONSIVE END */
