.bestSellingCusineImage {
    height: 171px;
    object-fit: cover;
}

.bestSellingRestaurantsImage {
    height: 146px;
    object-fit: cover;
}

.iconSearch {
    height: 30px !important;
    width: 30px !important;
}

@media (max-width: 500px) {
    .bestSellingCusineImage {
        height: 180px;
    }

    .bestSellingRestaurantsImage {
        height: 146px;
        object-fit: cover;
    }
}

.table-action .button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    font-size: 12px;
}

.table-action .fa-eye {
    background-color: #008BBA;
    -webkit-box-shadow: 0px 6px 10px rgba(0, 139, 186, 0.24);
    box-shadow: 0px 6px 10px rgba(0, 139, 186, 0.24);
}

.table-action .fa-circle-exclamation {
    background-color: #FB4E4E;
    -webkit-box-shadow: 0px 6px 10px rgba(251, 78, 78, 0.24);
    box-shadow: 0px 6px 10px rgba(251, 78, 78, 0.24);
}

.badge-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding: 4px 8px;
    border-radius: 12px;
    text-transform: capitalize;
}

.badge-text.yellow {
    color: #E89806;
    background-color: #FFF4DA;
}

.badge-text.green {
    color: #1AB759;
    background-color: #E2FFEE;
}

.badge-text.blue {
    color: #008BBA;
    background-color: #E2F8FF;
}

.badge-text.red {
    color: #E93C3C;
    background-color: #FFECEC;
}

.badge-text.orange {
    color: #FFA500;
    background-color: rgba(255, 166, 0, 0.12);
}

.badge-text.violet {
    color: #7F00FF;
    background-color: rgba(128, 0, 255, 0.12);
}

.badge-text.maroon {
    color: #800000;
    background-color: rgba(128, 0, 0, 0.12);
}

.order-box.status .order-box-item b {
    width: 130px;
}

.order-table-item dt {
    white-space: normal;
}


/* For menu fixing  */
.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    background-color: var(--white);
}

.header.active {
    -webkit-box-shadow: 0px 12px 25px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 12px 25px 0px rgba(0, 0, 0, 0.06);
}

.heder-padding {
    padding-bottom: 70px;
}

@media (max-width: 767px) {
    .heder-padding {
        padding-bottom: 60px;
    }
}

.restturnt {
    min-height: 205px;
    object-fit: cover;
}


.booking-confirmation-page {
    text-align: center;
    padding: 40px 0
}

.booking-confirmation-page i {
    color: #23b35f;
    font-size: 100px
}

.booking-confirmation-page h2 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -.5px;
    margin-bottom: 15px;
    display: block
}

.booking-confirmation-page p {
    font-size: 20px;
    display: block
}

.booking-confirmation-page a.button:before {
    display: none
}

.booking-confirmation-page a.button {
    padding: 11px 35px;
    background-color: #eee;
    color: #444;
    font-weight: 600;
    font-size: 16px
}

.book-now.button {
    padding: 9px;
    margin-bottom: -4px
}

@media (max-width:991px) {
    .booking-confirmation-page i {
        font-size: 100px
    }

    .booking-confirmation-page p {
        font-size: 18px
    }

    .booking-confirmation-page h2 {
        font-size: 30px
    }
}

.custom-map {
    width: 100%;
    min-height: 300px;
}

.banner-search {
    /* box-shadow: 0px 6px 32px rgba(237, 32, 73, 0.12); */
    box-shadow: 0px 6px 32px rgba(0, 0, 0, 0.12);
}

.coupon-label {
    border-radius: 0 5px 0 0;
    padding: 1px 6px;
    background-color: #f91942;
    position: absolute;
    top: 6%;
    left: 0%;
    color: white;
    font-size: 13px;
    font-weight: bold;
}


.add-review-box h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: #1F1F39;
}

.add-review-box .comment-notes {
    font-size: 12px;
    color: #ba0000;
}

.sub-rating-title,
.reviewLabel {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: #1F1F39;
}

.shop-modal-review svg.active {
    fill: #E89806;
    stroke: #E89806;
}

.shop-modal-review svg {
    fill: #aba9a9;
    stroke: #aba9a9;
}

.shop-modal-review li dl {
    gap: 4px;
}

.shop-modal-review {
    height: 210px;
    overflow-y: scroll;
}

.sub-ratings-container .leave-rating label {
    position: relative;
    font-size: 16px;
    margin-right: 5px;
}

.sub-ratings-container .leave-rating label:before {
    color: #74736e !important;
}

.sub-ratings-container .leave-rating input[type=radio]~label:after {
    content: "\f005";
    position: absolute;
    left: 0;
    color: #ffc600;
    opacity: 0;
    transition: .2s;
}

.leave-rating input[type=radio]:checked~label:after,
.leave-rating input[type=radio]:hover~label:after {
    opacity: 1
}

.leave-rating {
    transform: rotateY(180deg);
    display: flex;
    justify-content: end;
    margin-left: -4px;
}


.filter-group {
    overflow: visible;
    position: relative;
    z-index: 99;
}

.custonDropdown,
.custonDropdown:hover,
.custonDropdown.show,
.custonDropdown.show:focus,
.custonDropdown.active,
.custonDropdown:first-child:active,
.custonDropdown:focus-visible {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 20px;
    padding: 0px 36px 0px 12px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: capitalize;
    color: #1F1F39;
    background-color: #F7F7FC;
    border: 1px transparent;
    box-shadow: 0 0 0 0rem rgba(var(--bs-btn-focus-shadow-rgb), .0);
    padding: 8px 28px 8px 12px;
    border-radius: 20px;
    /* background: #ddd; */
}

.custonDropdown::after {
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    content: "\f078" !important;
    border-top: 0 solid;
    border-right: 0 solid transparent;
    border-bottom: 0;
    border-left: 0 solid transparent;
    font-size: 13px;
    bottom: 6px;
    position: absolute;
    right: 10px;
    color: #EE1D48;
}

.cDrop {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .18);
    border-radius: 4px;
    box-shadow: 0 12px 35px 2px rgba(0, 0, 0, .12);
    padding: 20px 24px;
    overflow-y: auto;
    white-space: normal;
    width: 460px;
    transform: translate(-50%, 2px) !important;
    left: 50%;
    position: absolute;
    display: none;
    z-index: 999;
}

.cDrop.active {
    display: block;
}

.panel-buttons {
    width: 100%;
    margin-top: 13px;
}

button.panel-apply,
button.panel-cancel {
    background: 0 0;
    padding: 5px 16px;
    display: block;
    outline: 0;
    border: none;
    font-weight: 600;
    float: right;
    margin: 0;
    font-size: 15px;
    border-radius: 50px;
    background-color: #66676b;
    color: #fff;
    transition: all .3s;
}

button.panel-cancel {
    float: left;
    background-color: #f0f0f0;
    color: #666;
    opacity: 1;
}

button.panel-apply {
    background-color: #f91942;
}

.clearBtn {
    color: #f91942;
}

/* Range */
.rangeslider__fill {
    background: red;
}

.rangeslider--horizontal .rangeslider__fill {
    left: 0px;
}

.rangeslider__handle {
    width: 25px;
    height: 25px;
}

.rangeslider--horizontal {
    height: 8px;
}

.radiousTxt p {
    color: #1F1F39;
}

.kilo {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #1F1F39;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.dateshow,
.guestQty {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #1F1F39;
}

/* Custom CheckBox */
.checkNew .form-group {
    display: block;
    margin-bottom: 12px;
}

.checkNew .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkNew .form-group label {
    position: relative;
    cursor: pointer;
}

.checkNew .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #EE1D48;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.checkNew .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 7px;
    width: 6px;
    height: 14px;
    border: solid #EE1D48;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


.cart-switch-input:checked+label {
    color: var(--white);
    background-color: #EE1D48;
}


.form-control.is-invalid~.invalid-feedback {
    display: block !important;
}

.checkNew {
    max-height: 250px;
    overflow-y: scroll;
}

.panel-buttons {
    display: block;
    background: #fff;
}

@media (max-width: 1199px) {
    .cDrop {
        width: 100%
    }
}

@media (max-width: 768px) {
    .cDrop {
        width: 280px;
        transform: translate(0%, 0px) !important;
        left: 0px;
    }
}

@media (max-width: 575px) {
    .cDrop {
        width: 100%;
        transform: translate(0%, 0px) !important;
        left: 0px;
    }
}

.linkTxt {
    color: #000;
    text-decoration: underline;
}

.linkTxt:hover {
    text-decoration: underline;
}


.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block;
}


.rest-name {
    display: flex;
    align-items: center;
}

.rest-name .dot {
    height: 11px;
    width: 11px;
    border-radius: 50%;
    cursor: pointer;
}

.rest-name .dot.on {
    background: #33cc33;
}

.rest-name .dot.off {
    background: #EE1D48;
}

/* laravel Painate css */
.custormpaginate {
    display: flex;
    justify-content: end;
}

.custormpaginate nav {
    margin-left: auto;
    display: inline-flex;
}

.custormpaginate .pagination .page-link,
.custormpaginate .pagination .page-link:focus-within,
.custormpaginate .pagination .page-link:focus {
    height: 35px;
    width: 35px;
    border-radius: 0px;
    border: 1px solid #D9DBE9;
    color: #1F1F39;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
    background: transparent;
    line-height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
}

.custormpaginate .pagination .page-item:first-child .page-link,
.custormpaginate .pagination .page-item:last-child .page-link {
    font-size: 28px;
    /* margin-top: -2px; */
}

.custormpaginate .pagination .page-item.active .page-link {
    border-color: #EE1D48;
    background-color: #EE1D48;
    color: #fff;
}

.custormpaginate .pagination .page-item {
    margin: 3px;

}

.custormpaginate .pagination .page-link:hover {
    border-color: #EE1D48;
    color: #EE1D48;
}

.custormpaginate .page-item.disabled {
    opacity: 0.7;
}


@media (max-width: 575px) {

    .custormpaginate .pagination .page-item {
        margin: 1px;
    }

    .custormpaginate .pagination .page-link,
    .custormpaginate .pagination .page-link:focus-within,
    .custormpaginate .pagination .page-link:focus {
        height: 25px;
        width: 25px;
        font-size: 10px;
        border-radius: 3px;
    }

    .custormpaginate .pagination .page-item:first-child .page-link,
    .custormpaginate .pagination .page-item:last-child .page-link {
        font-size: 20px;
    }
}


/* Loader js */
.loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    position: relative;
}

.loader {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.lazy {
    display: none;
    /* Hide the actual image initially */
}

.form-control.is-invalid~.invalid-feedback {
    display: block !important;
}

.showAddress,
.showAddress::placeholder {
    color: #1F1F39;
}

.address-modal-label-group select {
    width: 100%;
    height: 45px;
    padding: 0px 16px;
    border-radius: 8px;
    border: 1px solid #D9DBE9;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #1F1F39;
}

.address-modal-label-group select:focus {
    border: 1px solid #EE1D48;
}

.address-modal-details input:focus-within {
    border-color: rgba(238, 29, 72, 0.3);
}

#number::placeholder {
    opacity: 0.6;
}

.fs-12 {
    font-size: 12px;
}

@media (max-width: 991px) {

    .cart-sidebar.active {
        opacity: 1;
        visibility: visible;
        z-index: 9999;
    }
}

.contact {
    width: 100%;
    max-width: 780px;
    margin-inline: auto;
    padding-block: 48px;
}

.deliver_type {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: stretch;
    justify-content: center;
}

.deliver_type .delivery_toglle {
    padding-left: 10px;
    padding-right: 10px;
}

.deliver_type label.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    margin-top: 0;
    margin-bottom: 0;
}

.deliver_type .switch input {
    display: none;
}

.deliver_type .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f91942;
    border-radius: 50px;
    transition: .4s;
}

.deliver_type .slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    transition: .4s;
    border-radius: 50px;
}

.deliver_type input:checked+.slider:before {
    transform: translateX(30px);
}



@media (max-width: 575px) {
    .header-btn {
        height: 32px;
        width: 32px;
        padding: 0px 0px;
        border-radius: 50%;
        display: flex;
        gap: 0px;
    }

    .header-btn span {
        display: none;
    }
}

@media (max-width: 400px) {
    .header-group {
        gap: 6px;
    }
}

.product-modal-media img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.rest-media img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.my_toggle .d_delivery {
    font-weight: 400;
}

.my_toggle .d_delivery.active {
    font-weight: 600;
}

.my_toggle .d_pickup {
    font-weight: 400;
}

.my_toggle .d_pickup.active {
    font-weight: 600;
}

.modalAddressSearch {
    position: relative !important;
}

.modalAddressSearch .pac-container {
    display: block !important;
    top: 50px !important;
    left: 0px !important;
}


.dismissButton {
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
}

/* Cuisines Populaires Slider Layout */
.cuisine-section {
    /*background-color: #FFF5EC;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"><g stroke="%23FFA500" stroke-width="0.8" stroke-opacity="0.08" fill="none" stroke-linecap="round" stroke-linejoin="round"><!-- Pineapple --><path d="M30 40 C30 30, 40 20, 50 40 C60 20, 70 30, 70 40 C70 60, 30 60, 30 40 Z" /><path d="M35 45 L65 45 M35 52 L65 52 M42 40 L58 60 M58 40 L42 60" /><!-- Fried Egg --><circle cx="120" cy="50" r="15" /><circle cx="120" cy="50" r="6" fill="%23FFA500" fill-opacity="0.08" /><path d="M100 50 C100 30, 140 30, 140 50 C140 70, 100 70, 100 50 Z" /><!-- Pan --><circle cx="50" cy="130" r="12" /><path d="M62 130 L80 130" /><!-- Carrot --><path d="M130 120 L150 140 C151 141, 149 143, 148 142 L128 122 Z" /><path d="M128 122 C125 119, 128 116, 130 120" /><!-- Onion --><circle cx="90" cy="160" r="10" /><path d="M90 150 L90 145 M87 150 L85 146 M93 150 L95 146" /><!-- Fish --><path d="M150 70 C165 70, 175 75, 180 80 L185 75 L185 85 L180 80 C175 85, 165 90, 150 90 Z" /><circle cx="155" cy="78" r="1.5" /><!-- Text Cook --><text x="80" y="105" font-family="sans-serif" font-size="10" font-weight="bold" letter-spacing="2" fill="%23FFA500" fill-opacity="0.08">COOK</text><text x="140" y="35" font-family="sans-serif" font-size="10" font-weight="bold" letter-spacing="2" fill="%23FFA500" fill-opacity="0.08">DRINK</text></g></svg>');*/
    background-repeat: repeat;
    padding: 40px 0;
    overflow: hidden;
}

.cuisine-section-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 9px;
    color: #1F1F39;
    margin-bottom: 58px;
    text-transform: capitalize;
    text-align: center;
}

@media (max-width: 1399px) {
    .cuisine-section-title {
        font-size: 45px;
        line-height: 65px;
        margin-bottom: 45px;
    }
}

@media (max-width: 767px) {
    .cuisine-section-title {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 40px;
    }
}

.cuisine-section-title::after {
    content: "";
    width: 160px;
    height: 5px;
    display: block;
    border-radius: 5px;
    margin: 24px auto 0px;
    background-color: var(--primary);
}

@media (max-width: 767px) {
    .cuisine-section-title::after {
        width: 80px;
        height: 4px;
        margin-top: 14px;
    }
}

.cuisine-swiper-next {
    position: absolute;
    right: 15px;
    top: 55%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1.5px solid #FF2C00FF;
    background-color: #FFF;
    color: #FF2C00FF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
}

.cuisine-swiper-next:hover {
    background-color: #FF2C00FF;
    color: #FFF;
}

.cuisine-swiper {
    width: 100%;
    padding: 10px 4px 20px 4px;
}

.cuisine-slide {
    width: 150px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cuisine-item-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    text-decoration: none !important;
}

.cuisine-image-wrapper {
    width: 120px;
    height: 120px;
    border-radius: 17%;
    overflow: hidden;
    background-color: #FFF;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.08);
    z-index: 3;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: 4px solid #FFF;
}

.cuisine-item-card:hover .cuisine-image-wrapper {
    transform: scale(1.06);
}

.cuisine-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cuisine-ribbon {
    position: absolute;
    bottom: 32px;
    width: 100px;
    height: 16px;
    background-color: #FF2C00FF;
    clip-path: polygon(15% 0%, 85% 0%, 100% 100%, 0% 100%);
    z-index: 1;
    transition: background-color 0.3s ease;
}

.cuisine-item-card:hover .cuisine-ribbon {
    background-color: #FF2C00FF;
}

.cuisine-name-card {
    width: 100%;
    background-color: #FFF;
    border-radius: 12px;
    padding: 8px 12px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #1F1F39;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    z-index: 2;
    margin-top: 6px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    text-transform: capitalize;
    transition: all 0.3s ease;
}

.cuisine-item-card:hover .cuisine-name-card {
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
    color: #FF2C00FF;
}

/* New Premium Restaurant Card Design */
.new-restaurant-card {
    background-color: #FFF;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.03);
    margin-bottom: 24px;
}

.new-restaurant-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.08);
}

.restaurant-img-container {
    width: 100%;
    height: 146px;
    position: relative;
    overflow: hidden;
}

.restaurant-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.new-restaurant-card:hover .restaurant-cover {
    transform: scale(1.04);
}

.restaurant-fav-heart {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: 1.5px solid rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(4px);
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    z-index: 5;
    transition: all 0.3s ease;
}

.restaurant-fav-heart:hover {
    background: #FFF;
    color: #EE1D48;
    border-color: #FFF;
}

.restaurant-distance-lbl {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #FFF;
    color: #FF2C00FF;
    font-weight: 500;
    font-size: 14px;
    padding: 6px 16px 6px 24px;
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 4;
}

.restaurant-content-wrapper {
    padding: 16px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100px;
}

.restaurant-logo-box {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: #FFF;
    border: 1px solid #EFF0F6;
    padding: 4px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    position: absolute;
    left: 16px;
    top: -30px;
    z-index: 10;
    overflow: hidden;
}

.restaurant-logo-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}

.restaurant-text-details {
    margin-top: 24px;
    width: 100%;
}

.restaurant-title-new {
    font-size: 18px;
    font-weight: 500;
    color: #1F1F39;
    margin: 0 0 12px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: color 0.3s ease;
}

.new-restaurant-card:hover .restaurant-title-new {
    /*color: #FF2C00FF;*/
    color: #1F1F39;
}

.restaurant-badges-line {
    display: flex;
    align-items: center;
    gap: 80px;
}

.badge-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 400;
    color: #1F1F39;
}

.badge-item i {
    font-size: 16px;
}

.rating-badge i {
    color: #FF2C00FF;
}

.time-badge.open {
    color: #1AB759;
}

.time-badge.open i {
    color: #1AB759;
}

.time-badge.closed {
    color: #E93C3C;
}

.time-badge.closed i {
    color: #E93C3C;
}

/* Custom Banner Background Styling */
.banner-custom-bg {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #FFF9FA;
}

@media (max-width: 991px) {
    .banner-custom-bg {
        height: 380px;
    }
}

@media (max-width: 767px) {
    .banner-custom-bg {
        height: 250px;
    }
}

@media (max-width: 575px) {
    .banner-custom-bg {
        height: 180px;
    }
}

.banner-video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    z-index: 2;
}

.banner-video-container {
    height: auto;
    min-height: 500px;
    padding: 170px 0;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .banner-video-container {
        min-height: 380px;
        padding: 60px 0;
    }
}

@media (max-width: 767px) {
    .banner-video-container {
        min-height: 250px;
        padding: 40px 0;
    }
}

@media (max-width: 575px) {
    .banner-video-container {
        min-height: 180px;
        padding: 20px 0;
    }
}

.banner-content-overlay {
    position: relative;
    z-index: 3;
}

.banner-mute-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 4;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    color: #1F1F39;
    font-size: 18px;
}

.banner-mute-btn:hover {
    background: #fff;
    transform: scale(1.08);
}

.step-illustration {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 26px;
}

/* Feature Cards Styling to match the uploaded screenshot */
.feature-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    text-align: left;
    margin: 15px 15px 30px;
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-height: 450px;
    min-height: 450px;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 15px 45px rgba(0, 0, 0, 0.1);
}

.feature-card-img-wrapper {
    width: 100%;
    height: 280px;
    overflow: hidden;
    background-color: #f7f7fc;
    display: block;
    border-bottom: none;
    padding: 0;
}

.feature-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.feature-card:hover .feature-card-img {
    transform: scale(1.05);
}

.feature-card-body {
    padding: 36px 28px 40px;
}

.feature-card-body h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 16px;
    color: #1F1F39;
}

.feature-card-body p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.55;
    color: #33334f;
    margin: 0;
}

/* Footer background image override and text readability adjustments */
.footer {
    background-image: url('../../images/footer-bg.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    color: #ffffff !important;
}

.footer p,
.footer span,
.footer-about p,
.footer-title,
.footer-widget nav a {
    color: #f1f5f9 !important;
    /* light slate gray */
}

.footer-widget nav a:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}

.footer svg path {
    stroke: #ffffff !important;
}

.footer svg path[fill] {
    fill: #ffffff !important;
}

.footer-about nav a {
    color: #ffffff !important;
    opacity: 0.85;
    transition: opacity 0.2s ease;
}

.footer-about nav a:hover {
    opacity: 1;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.footer-bottom p {
    color: rgba(241, 245, 249, 0.7) !important;
}

.restaurant-address-new {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    color: #4E5180;
}

.restaurant-address-new i {
    color: #FF2C00FF;
    font-size: 15px;
}

.restaurant-address-new span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
}
