.bestSellingCusineImage {
    height: 264px;
    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;
}


/* ============================================
   MOBILE APP UI/UX STYLES - UBER EATS STYLE
   ============================================ */

/* Mobile App Body Adjustments */
body.has-bottom-nav {
    padding-bottom: 0;
}

@media (max-width: 991px) {
    body.has-bottom-nav {
        padding-bottom: 65px;
    }

    body.has-bottom-nav #main-wrapper {
        padding-top: 60px;
    }
}

/* Bottom Navigation Bar - Mobile App Style */
.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 65px;
    background: #ffffff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 1000;
    padding: 0 8px;
    border-top: 1px solid #f0f0f0;
}

.mobile-bottom-nav-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #6E7191;
    transition: all 0.3s ease;
    padding: 8px 4px;
    position: relative;
    min-width: 60px;
}

.mobile-bottom-nav-item:hover {
    text-decoration: none;
    color: #EE1D48;
}

.mobile-bottom-nav-item.active {
    color: #EE1D48;
}

.mobile-bottom-nav-item.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: #EE1D48;
    border-radius: 0 0 3px 3px;
}

.mobile-bottom-nav-icon {
    font-size: 24px;
    margin-bottom: 4px;
    transition: transform 0.3s ease;
}

.mobile-bottom-nav-item.active .mobile-bottom-nav-icon {
    transform: scale(1.1);
}

.mobile-bottom-nav-label {
    font-size: 11px;
    font-weight: 500;
    text-transform: capitalize;
}

.mobile-bottom-nav-item.active .mobile-bottom-nav-label {
    font-weight: 600;
}

/* Add padding to body when bottom nav is visible */
body.has-bottom-nav {
    padding-bottom: 65px;
}

/* Mobile App Header Styles */
.mobile-app-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 999;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.mobile-app-header-top {
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.mobile-location-selector {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #F7F7FC;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mobile-location-selector:hover {
    background: #EEEFF6;
}

.mobile-location-icon {
    color: #EE1D48;
    font-size: 18px;
}

.mobile-location-text {
    flex: 1;
    overflow: hidden;
}

.mobile-location-label {
    font-size: 10px;
    color: #6E7191;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mobile-location-address {
    font-size: 14px;
    font-weight: 600;
    color: #1F1F39;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mobile-header-icon-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F7F7FC;
    border-radius: 50%;
    color: #1F1F39;
    font-size: 18px;
    transition: all 0.3s ease;
    position: relative;
}

.mobile-header-icon-btn:hover {
    background: #EE1D48;
    color: #ffffff;
}

.mobile-header-icon-btn .badge {
    position: absolute;
    top: -2px;
    right: -2px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    background: #EE1D48;
    color: #ffffff;
    border-radius: 9px;
    font-size: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-search-bar {
    padding: 0 16px 12px;
}

.mobile-search-input-wrapper {
    position: relative;
    width: 100%;
}

.mobile-search-input {
    width: 100%;
    height: 44px;
    padding: 0 44px 0 44px;
    border: 1px solid #EFF0F6;
    border-radius: 22px;
    background: #F7F7FC;
    font-size: 14px;
    color: #1F1F39;
    transition: all 0.3s ease;
}

.mobile-search-input:focus {
    outline: none;
    border-color: #EE1D48;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(238, 29, 72, 0.1);
}

.mobile-search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #6E7191;
    font-size: 18px;
}

.mobile-search-clear {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #6E7191;
    font-size: 18px;
    cursor: pointer;
    display: none;
}

.mobile-search-input:not(:placeholder-shown) ~ .mobile-search-clear {
    display: block;
}

/* Hide bottom nav on desktop */
@media (min-width: 992px) {
    .mobile-bottom-nav {
        display: none;
    }

    body.has-bottom-nav {
        padding-bottom: 0;
    }
}

/* Mobile App Restaurant Cards */
.restaurant-card-mobile {
    display: block;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    margin-bottom: 16px;
    text-decoration: none;
}

.restaurant-card-mobile:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    text-decoration: none;
}

.restaurant-card-mobile-image {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.restaurant-card-mobile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.restaurant-card-mobile:hover .restaurant-card-mobile-image img {
    transform: scale(1.05);
}

.restaurant-card-mobile-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #EE1D48;
    color: #ffffff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.restaurant-card-mobile-favorite {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #EE1D48;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.restaurant-card-mobile-favorite:hover {
    background: #EE1D48;
    color: #ffffff;
    transform: scale(1.1);
}

.restaurant-card-mobile-content {
    padding: 16px;
}

.restaurant-card-mobile-title {
    font-size: 16px;
    font-weight: 600;
    color: #1F1F39;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.restaurant-card-mobile-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

.restaurant-card-mobile-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    font-weight: 600;
    color: #1F1F39;
}

.restaurant-card-mobile-rating i {
    color: #FFB006;
    font-size: 14px;
}

.restaurant-card-mobile-time,
.restaurant-card-mobile-distance {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    color: #6E7191;
}

.restaurant-card-mobile-time i,
.restaurant-card-mobile-distance i {
    font-size: 14px;
}

.restaurant-card-mobile-cuisine {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.restaurant-card-mobile-cuisine-tag {
    padding: 4px 10px;
    background: #F7F7FC;
    border-radius: 12px;
    font-size: 11px;
    color: #6E7191;
    font-weight: 500;
}

.restaurant-card-mobile-delivery {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    border-top: 1px solid #EFF0F6;
}

.restaurant-card-mobile-delivery-fee {
    font-size: 13px;
    color: #1AB759;
    font-weight: 600;
}

.restaurant-card-mobile-delivery-time {
    font-size: 13px;
    color: #6E7191;
}

/* Hero Banner Carousel - Mobile App Style */
.mobile-hero-carousel {
    margin: 0 0 24px;
    overflow: hidden;
}

.mobile-hero-slide {
    position: relative;
    height: 180px;
    border-radius: 16px;
    overflow: hidden;
    margin: 0 16px;
}

.mobile-hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    color: #ffffff;
}

.mobile-hero-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px;
}

.mobile-hero-subtitle {
    font-size: 14px;
    opacity: 0.9;
}

/* Category Horizontal Scroll */
.mobile-category-scroll {
    padding: 16px 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.mobile-category-scroll::-webkit-scrollbar {
    display: none;
}

.mobile-category-scroll-inner {
    display: inline-flex;
    gap: 12px;
    padding: 0 16px;
}

.mobile-category-item {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    min-width: 80px;
}

.mobile-category-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #F7F7FC;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.mobile-category-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-category-item:hover .mobile-category-icon {
    background: #EE1D48;
    transform: scale(1.05);
}

.mobile-category-item.active .mobile-category-icon {
    background: #EE1D48;
    box-shadow: 0 4px 12px rgba(238, 29, 72, 0.3);
}

.mobile-category-name {
    font-size: 12px;
    font-weight: 500;
    color: #1F1F39;
    text-align: center;
    white-space: normal;
    word-wrap: break-word;
    max-width: 80px;
}

.mobile-category-item:hover .mobile-category-name,
.mobile-category-item.active .mobile-category-name {
    color: #EE1D48;
    font-weight: 600;
}

/* Section Headers - Mobile App Style */
.mobile-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 16px 12px;
}

.mobile-section-title {
    font-size: 20px;
    font-weight: 700;
    color: #1F1F39;
    margin: 0;
}

.mobile-section-subtitle {
    font-size: 13px;
    color: #6E7191;
    margin-top: 4px;
}

.mobile-section-link {
    font-size: 14px;
    font-weight: 600;
    color: #EE1D48;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
}

.mobile-section-link:hover {
    text-decoration: none;
    color: #d01840;
}

/* Restaurant Grid - Mobile App Style */
.mobile-restaurant-grid {
    padding: 0 16px 24px;
}

.mobile-restaurant-grid-2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.mobile-restaurant-grid-1col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

/* Loading Skeleton - Mobile App Style */
.mobile-skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    border-radius: 8px;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.mobile-skeleton-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 16px;
}

.mobile-skeleton-image {
    width: 100%;
    height: 180px;
}

.mobile-skeleton-content {
    padding: 16px;
}

.mobile-skeleton-title {
    height: 20px;
    width: 70%;
    margin-bottom: 12px;
}

.mobile-skeleton-text {
    height: 14px;
    width: 100%;
    margin-bottom: 8px;
}

.mobile-skeleton-text-short {
    height: 14px;
    width: 50%;
}

/* Empty State - Mobile App Style */
.mobile-empty-state {
    text-align: center;
    padding: 60px 24px;
}

.mobile-empty-icon {
    font-size: 80px;
    color: #D9DBE9;
    margin-bottom: 20px;
}

.mobile-empty-title {
    font-size: 20px;
    font-weight: 600;
    color: #1F1F39;
    margin-bottom: 8px;
}

.mobile-empty-text {
    font-size: 14px;
    color: #6E7191;
    margin-bottom: 24px;
}

.mobile-empty-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 32px;
    background: #EE1D48;
    color: #ffffff;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.mobile-empty-action:hover {
    background: #d01840;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(238, 29, 72, 0.3);
    text-decoration: none;
    color: #ffffff;
}

/* Toast Messages - Mobile App Style */
.mobile-toast {
    position: fixed;
    bottom: 80px;
    left: 16px;
    right: 16px;
    background: #1F1F39;
    color: #ffffff;
    padding: 16px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 10000;
    animation: slideUp 0.3s ease;
}

@keyframes slideUp {
    from {
        transform: translateY(100px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.mobile-toast-icon {
    font-size: 24px;
}

.mobile-toast-content {
    flex: 1;
}

.mobile-toast-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
}

.mobile-toast-message {
    font-size: 13px;
    opacity: 0.9;
}

.mobile-toast-close {
    font-size: 20px;
    cursor: pointer;
    opacity: 0.7;
}

.mobile-toast-close:hover {
    opacity: 1;
}

.mobile-toast.success {
    background: #1AB759;
}

.mobile-toast.error {
    background: #E93C3C;
}

.mobile-toast.warning {
    background: #FFB006;
}

/* Floating Action Button - Mobile App Style */
.mobile-fab {
    position: fixed;
    bottom: 85px;
    right: 16px;
    width: 56px;
    height: 56px;
    background: #EE1D48;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 4px 16px rgba(238, 29, 72, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 999;
}

.mobile-fab:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(238, 29, 72, 0.5);
}

.mobile-fab:active {
    transform: scale(0.95);
}

/* Pull to Refresh Indicator */
.mobile-pull-refresh {
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: top 0.3s ease;
}

.mobile-pull-refresh.active {
    top: 0;
}

.mobile-pull-refresh-spinner {
    width: 30px;
    height: 30px;
    border: 3px solid #f0f0f0;
    border-top-color: #EE1D48;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Bottom Sheet Modal - Mobile App Style */
.mobile-bottom-sheet {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border-radius: 24px 24px 0 0;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.15);
    transform: translateY(100%);
    transition: transform 0.3s ease;
    z-index: 10001;
    max-height: 90vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.mobile-bottom-sheet.active {
    transform: translateY(0);
}

/* Notifications panel - centered modal on screen */
#mobileNotificationSheet {
    bottom: auto;
    top: 50%;
    left: 50%;
    right: auto;
    transform: translate(-50%, 150%);
    width: 92%;
    max-width: 480px;
    max-height: 80vh;
    border-radius: 16px;
}

#mobileNotificationSheet.active {
    transform: translate(-50%, -50%);
}

.mobile-bottom-sheet-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 10000;
}

.mobile-bottom-sheet-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-bottom-sheet-handle {
    width: 40px;
    height: 4px;
    background: #D9DBE9;
    border-radius: 2px;
    margin: 12px auto 8px;
}

.mobile-bottom-sheet-header {
    padding: 12px 20px;
    border-bottom: 1px solid #EFF0F6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-bottom-sheet-title {
    font-size: 18px;
    font-weight: 600;
    color: #1F1F39;
}

.mobile-bottom-sheet-close {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F7F7FC;
    border-radius: 50%;
    color: #6E7191;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mobile-bottom-sheet-close:hover {
    background: #EE1D48;
    color: #ffffff;
}

.mobile-bottom-sheet-content {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

.mobile-bottom-sheet-footer {
    padding: 16px 20px;
    border-top: 1px solid #EFF0F6;
    background: #ffffff;
}


/* Notification dropdown styles */
.header-notification {
    position: relative;
}

.header-notification .header-account-btn {
    position: relative;
}

.header-notification .header-account-btn .badge {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    background: #EE1D48;
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    line-height: 16px;
    display: none;
}

/* Desktop notification dropdown content */
.notification-dropdown-header {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    padding: 4px 8px;
    border-bottom: 1px solid #EFF0F6;
}

.notification-dropdown-list {
    max-height: 320px;
    min-width: 260px;
    overflow-y: auto;
}

.notification-item {
    padding: 6px 8px;
    border-radius: 6px;
    margin-bottom: 4px;
    background: #F7F7FC;
}

.notification-item.notification-read {
    opacity: 0.75;
}

.notification-title {
    font-size: 13px;
    font-weight: 600;
    color: #1F1F39;
}

.notification-body {
    font-size: 12px;
    color: #4E4B66;
    margin-top: 2px;
}

.notification-time {
    font-size: 11px;
    color: #A0A3BD;
    margin-top: 4px;
}

/* Mobile Cart Styles */
.mobile-cart-item {
    display: flex;
    gap: 12px;
    padding: 16px 0;
    border-bottom: 1px solid #EFF0F6;
}

.mobile-cart-item:last-child {
    border-bottom: none;
}

.mobile-cart-item-image {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

.mobile-cart-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-cart-item-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mobile-cart-item-name {
    font-size: 15px;
    font-weight: 600;
    color: #1F1F39;
    margin-bottom: 4px;
}

.mobile-cart-item-options {
    font-size: 12px;
    color: #6E7191;
}

.mobile-cart-item-price {
    font-size: 16px;
    font-weight: 700;
    color: #EE1D48;
}

.mobile-cart-item-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

.mobile-cart-quantity {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #F7F7FC;
    border-radius: 20px;
    padding: 4px 8px;
}

.mobile-cart-quantity-btn {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
    color: #EE1D48;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #EFF0F6;
}

.mobile-cart-quantity-btn:hover {
    background: #EE1D48;
    color: #ffffff;
    border-color: #EE1D48;
}

.mobile-cart-quantity-value {
    font-size: 15px;
    font-weight: 600;
    color: #1F1F39;
    min-width: 24px;
    text-align: center;
}

.mobile-cart-remove {
    color: #E93C3C;
    font-size: 18px;
    cursor: pointer;
    margin-left: auto;
}

.mobile-cart-summary {
    background: #F7F7FC;
    border-radius: 12px;
    padding: 16px;
    margin-top: 16px;
}

.mobile-cart-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.mobile-cart-summary-row:last-child {
    margin-bottom: 0;
    padding-top: 12px;
    border-top: 1px solid #D9DBE9;
}

.mobile-cart-summary-label {
    font-size: 14px;
    color: #6E7191;
}

.mobile-cart-summary-value {
    font-size: 14px;
    font-weight: 600;
    color: #1F1F39;
}

.mobile-cart-summary-row:last-child .mobile-cart-summary-label,
.mobile-cart-summary-row:last-child .mobile-cart-summary-value {
    font-size: 16px;
    font-weight: 700;
    color: #EE1D48;
}

/* Mobile Buttons - App Style */
.mobile-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    min-height: 48px;
    gap: 8px;
}

.mobile-btn:hover {
    text-decoration: none;
    transform: translateY(-2px);
}

.mobile-btn:active {
    transform: translateY(0);
}

.mobile-btn-primary {
    background: #EE1D48;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(238, 29, 72, 0.3);
}

.mobile-btn-primary:hover {
    background: #d01840;
    box-shadow: 0 6px 16px rgba(238, 29, 72, 0.4);
    color: #ffffff;
}

.mobile-btn-secondary {
    background: #F7F7FC;
    color: #1F1F39;
}

.mobile-btn-secondary:hover {
    background: #EEEFF6;
    color: #1F1F39;
}

.mobile-btn-outline {
    background: transparent;
    color: #EE1D48;
    border: 2px solid #EE1D48;
}

.mobile-btn-outline:hover {
    background: #EE1D48;
    color: #ffffff;
}

.mobile-btn-full {
    width: 100%;
}

.mobile-btn-lg {
    padding: 16px 32px;
    font-size: 18px;
    min-height: 56px;
}

.mobile-btn-sm {
    padding: 10px 20px;
    font-size: 14px;
    min-height: 40px;
}

/* Button Press Animation */
.mobile-btn-press {
    position: relative;
    overflow: hidden;
}

.mobile-btn-press::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.mobile-btn-press:active::after {
    width: 300px;
    height: 300px;
}

/* Restaurant Detail - Mobile App Style */
.mobile-restaurant-hero {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.mobile-restaurant-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-restaurant-hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 16px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.mobile-restaurant-back {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1F1F39;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.mobile-restaurant-back:hover {
    background: #ffffff;
    transform: scale(1.1);
}

.mobile-restaurant-info {
    background: #ffffff;
    padding: 20px 16px;
    border-radius: 24px 24px 0 0;
    margin-top: -24px;
    position: relative;
    z-index: 5;
}

.mobile-restaurant-name {
    font-size: 24px;
    font-weight: 700;
    color: #1F1F39;
    margin-bottom: 8px;
}

.mobile-restaurant-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.mobile-restaurant-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: #1AB759;
    color: #ffffff;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 600;
}

.mobile-restaurant-rating i {
    font-size: 14px;
}

.mobile-restaurant-delivery-info {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    color: #6E7191;
}

.mobile-restaurant-delivery-info span {
    display: flex;
    align-items: center;
    gap: 4px;
}

.mobile-restaurant-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.mobile-restaurant-tag {
    padding: 6px 12px;
    background: #F7F7FC;
    border-radius: 16px;
    font-size: 12px;
    color: #6E7191;
    font-weight: 500;
}

/* Sticky Category Tabs - Mobile App Style */
.mobile-category-tabs {
    position: sticky;
    top: 0;
    background: #ffffff;
    z-index: 100;
    border-bottom: 1px solid #EFF0F6;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.mobile-category-tabs::-webkit-scrollbar {
    display: none;
}

.mobile-category-tabs-inner {
    display: inline-flex;
    gap: 8px;
    padding: 12px 16px;
}

.mobile-category-tab {
    padding: 8px 16px;
    background: #F7F7FC;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #6E7191;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.mobile-category-tab:hover,
.mobile-category-tab.active {
    background: #EE1D48;
    color: #ffffff;
    text-decoration: none;
}

/* Menu Item Card - Mobile App Style */
.mobile-menu-item {
    display: flex;
    gap: 12px;
    padding: 16px;
    background: #ffffff;
    border-radius: 12px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #EFF0F6;
}

.mobile-menu-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.mobile-menu-item-image {
    width: 100px;
    height: 100px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

.mobile-menu-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-menu-item-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mobile-menu-item-name {
    font-size: 16px;
    font-weight: 600;
    color: #1F1F39;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mobile-menu-item-description {
    font-size: 13px;
    color: #6E7191;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mobile-menu-item-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-menu-item-price {
    font-size: 18px;
    font-weight: 700;
    color: #EE1D48;
}

.mobile-menu-item-add {
    width: 32px;
    height: 32px;
    background: #EE1D48;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.mobile-menu-item-add:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(238, 29, 72, 0.3);
}

/* Floating Cart Button - Mobile App Style */
.mobile-floating-cart {
    position: fixed;
    bottom: 80px;
    left: 16px;
    right: 16px;
    background: #EE1D48;
    color: #ffffff;
    padding: 16px 20px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 4px 16px rgba(238, 29, 72, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 998;
}

.mobile-floating-cart:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(238, 29, 72, 0.5);
}

.mobile-floating-cart-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mobile-floating-cart-count {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
}

.mobile-floating-cart-text {
    font-size: 16px;
    font-weight: 600;
}

.mobile-floating-cart-price {
    font-size: 18px;
    font-weight: 700;
}

/* Responsive Adjustments */
@media (max-width: 575px) {
    .mobile-hero-slide {
        height: 160px;
        margin: 0 12px;
    }

    .mobile-restaurant-hero {
        height: 200px;
    }

    .mobile-restaurant-name {
        font-size: 20px;
    }

    .mobile-section-title {
        font-size: 18px;
    }

    .mobile-menu-item-image {
        width: 80px;
        height: 80px;
    }

    .mobile-cart-item-image {
        width: 70px;
        height: 70px;
    }
}

@media (min-width: 768px) {
    .mobile-restaurant-grid-2col {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 992px) {
    .mobile-restaurant-grid-2col {
        grid-template-columns: repeat(4, 1fr);
    }

    .mobile-floating-cart,
    .mobile-app-header,
    .mobile-bottom-nav,
    .mobile-hero-carousel,
    .mobile-category-scroll,
    .mobile-section-header,
    .restaurant-card-mobile,
    .mobile-menu-item,
    .mobile-fab,
    .mobile-toast,
    .mobile-restaurant-hero,
    .mobile-restaurant-info,
    .mobile-category-tabs,
    .mobile-restaurant-grid {
        display: none !important;
    }
}

/* ============================================
   MOBILE RESTAURANT DETAIL PAGE
   ============================================ */
.mobile-restaurant-hero {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.mobile-restaurant-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-restaurant-back {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    color: #1F1F39;
    font-size: 20px;
    z-index: 10;
}

.mobile-restaurant-info {
    background: #ffffff;
    padding: 20px 16px;
    border-radius: 16px 16px 0 0;
    margin-top: -16px;
    position: relative;
    z-index: 5;
}

.mobile-restaurant-name {
    font-size: 24px;
    font-weight: 700;
    color: #1F1F39;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.mobile-restaurant-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
}

.mobile-restaurant-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #1F1F39;
}

.mobile-restaurant-rating i {
    color: #FFB800;
    font-size: 16px;
}

.mobile-restaurant-delivery-info {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    color: #6E7191;
}

.mobile-restaurant-delivery-info span {
    display: flex;
    align-items: center;
    gap: 4px;
}

.mobile-restaurant-delivery-info i {
    font-size: 14px;
}

.mobile-restaurant-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.mobile-restaurant-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 12px;
    background: #F7F7FC;
    border-radius: 20px;
    font-size: 12px;
    color: #6E7191;
    font-weight: 500;
}

.mobile-restaurant-tag i {
    font-size: 14px;
}

/* Mobile Category Tabs - Fixed (always visible on restaurant page) */
.mobile-category-tabs {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border-bottom: 1px solid #E5E5E5;
    z-index: 950;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.mobile-category-tabs::-webkit-scrollbar {
    display: none;
}

.mobile-category-tabs-inner {
    display: flex;
    padding: 0 16px;
    gap: 8px;
    min-width: min-content;
}

.mobile-category-tab {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    padding: 4px 8px;
    font-size: 11px;
    font-weight: 500;
    color: #6E7191;
    text-decoration: none;
    border-radius: 999px;
    background: #F7F7FC;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.mobile-category-tab.active,
.mobile-category-tab:hover {
    background: #EE1D48;
    color: #ffffff;
    border-bottom-color: #EE1D48;
}

.mobile-category-icon {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: #ffffff;
}


/* Mobile Restaurant Product Grid (3 per row) */
.product-card.product-card-grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: auto;
}

.product-card-grid .product-card-media {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}

.product-card-grid .product-card-media img,
.product-card-grid .product-card-media .loader-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-card-grid .loader-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card-grid .product-card-content {
    padding: 6px 6px 8px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    height: auto;
}

.product-card-grid .product-card-title {
    font-size: 11px;
    line-height: 1.3;
}

.product-card-grid .product-card-text {
    font-size: 10px;
    line-height: 1.3;
}

.product-card-grid .product-card-price del {
    font-size: 10px;
}

.product-card-grid .product-card-price span {
    font-size: 12px;
    font-weight: 700;
}

.product-card-grid .product-card-add {
    width: 100%;
    margin-top: 4px;
}

.mobile-category-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-category-label {
    display: inline-block;
}

/* Mobile Restaurant Grid */
.mobile-restaurant-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 16px 100px 16px;
}

@media (min-width: 414px) {
    .mobile-restaurant-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ============================================
   PERFORMANCE OPTIMIZATIONS
   ============================================ */

/* GPU Acceleration for animations */
.mobile-bottom-nav,
.mobile-app-header,
.mobile-floating-cart,
.mobile-fab,
.restaurant-card-mobile,
.mobile-btn {
    will-change: transform;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Lazy loading images - blur effect */
.restaurant-card-mobile-image img,
.mobile-restaurant-hero img,
.mobile-category-icon img {
    transition: filter 0.3s ease;
}

.restaurant-card-mobile-image img[loading="lazy"],
.mobile-restaurant-hero img[loading="lazy"],
.mobile-category-icon img[loading="lazy"] {
    filter: blur(5px);
}

.restaurant-card-mobile-image img.loaded,
.mobile-restaurant-hero img.loaded,
.mobile-category-icon img.loaded {
    filter: blur(0);
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Critical CSS - Above the fold */
.mobile-app-header,
.mobile-bottom-nav {
    contain: layout style paint;
}

/* Optimize scrolling performance */
.mobile-category-scroll,
.mobile-category-tabs {
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

/* Image optimization */
.restaurant-card-mobile-image,
.mobile-restaurant-hero,
.mobile-category-icon {
    contain: strict;
}

.restaurant-card-mobile-image img,
.mobile-restaurant-hero img,
.mobile-category-icon img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}
