/* ---------------------------------------------------------
   Khan Restaurant Design System
   Premium Minimalist Aesthetic
   --------------------------------------------------------- */

:root {
    --cream: #FFFBEB;
    --dark: #000000;
    --text-dark: #000000;
    --text-muted: #8E8E8E;
    --border-color: #E2D9C8;
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Inter', sans-serif;
}

/* Base Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-body);
    background-color: var(--cream);
    color: var(--text-dark);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    font-weight: 400;
    letter-spacing: -0.01em;
}

.container {
    max-width: 1200px;
    padding: 0 24px;
}

/* ---------------------------------------------------------
   Header
   --------------------------------------------------------- */
.site-header {
    background-color: var(--dark);
    padding: 16px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    height: 38px;
    width: auto;
}

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

.btn-call-header {
    width: 44px;
    height: 44px;
    background-color: #222;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.1rem;
    transition: background-color 0.3s ease;
}

.btn-call-header:hover {
    background-color: #333;
    color: #fff;
}

.btn-menu-header {
    background-color: #222;
    color: #fff;
    padding: 0 24px;
    height: 44px;
    border-radius: 32px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
}

.btn-menu-header:hover {
    background-color: #333;
    color: #fff;
}

.btn-order-header {
    background-color: #fff;
    color: #000;
    padding: 0 28px;
    height: 44px;
    border-radius: 32px;
    border: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: transform 0.2s ease;
}

.btn-order-header:hover {
    transform: scale(1.02);
}

/* ---------------------------------------------------------
   Hero Section
   --------------------------------------------------------- */
.hero-section {
    padding: 80px 0 40px;
}

.hero-title {
    font-size: 4.5rem;
    line-height: 1.1;
    margin-bottom: 20px;
    color: var(--text-dark);
}

.hero-subtitle {
    font-size: 2.8rem;
    font-family: var(--font-heading);
    color: var(--text-muted);
    line-height: 1.2;
    max-width: 900px;
}

/* ---------------------------------------------------------
   Food Section
   --------------------------------------------------------- */
.food-section {
    padding: 40px 0 80px;
}

.section-title {
    font-size: 3rem;
    margin-bottom: 48px;
}

.food-card {
    margin-bottom: 32px;
    transition: transform 0.3s ease;
}

.food-card-img-wrapper {
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 24px;
}

.food-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.food-card-title {
    font-size: 2.2rem;
    margin-bottom: 12px;
    color: #000000;
}

.food-card-desc {
    font-size: 1.1rem;
    color: var(--text-muted);
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    overflow-wrap: break-word;
}

.item-desc {
    font-size: 1rem;
    color: var(--text-muted);
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    overflow-wrap: break-word;
    margin-bottom: 8px;
}

.full-desc {
    display: block !important;
    overflow: visible !important;
    -webkit-line-clamp: none !important;
    height: auto !important;
}

.order-item-desc {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 4px;
}

/* ---------------------------------------------------------
   Contact Section
   --------------------------------------------------------- */
.contact-section {
    padding: 80px 0;
    border-top: 1px solid var(--border-color);
}

.contact-title {
    font-size: 3rem;
    margin-bottom: 32px;
}

.contact-info p {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    margin-bottom: 8px;
    line-height: 1.2;
}

/* ---------------------------------------------------------
   Footer
   --------------------------------------------------------- */
.site-footer {
    padding: 40px 0 140px;
    /* Space for mobile bar */
    border-top: 1px solid var(--dark);
}

.footer-nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.footer-link {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    color: var(--text-dark);
    text-decoration: none;
}

.copyright {
    color: var(--text-muted);
    font-size: 0.9rem;
}

/* ---------------------------------------------------------
   Mobile Action Bar
   --------------------------------------------------------- */
.mobile-action-bar {
    position: fixed;
    bottom: 24px;
    left: 16px;
    right: 16px;
    display: flex;
    gap: 12px;
    z-index: 2000;
    display: none;
    /* Shown in media query */
}

.mobile-btn-menu {
    width: 90px;
    height: 56px;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease;
}

.mobile-btn-menu:hover {
    background-color: #f8f8f8;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15);
}

.mobile-btn-order {
    flex: 1;
    height: 56px;
    background-color: var(--dark);
    color: #fff;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.2rem;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.mobile-btn-order:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
}

/* ---------------------------------------------------------
   Responsive
   --------------------------------------------------------- */

@media (max-width: 991px) {
    .hero-title {
        font-size: 3.5rem;
    }

    .hero-subtitle {
        font-size: 2.2rem;
    }

    .section-title,
    .contact-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 767px) {
    .hero-section {
        padding: 48px 0 24px;
    }

    .hero-title {
        font-size: 2.8rem;
    }

    .hero-subtitle {
        font-size: 1.8rem;
        color: var(--text-muted);
    }

    .section-title {
        font-size: 2rem;
        margin-bottom: 32px;
    }

    .food-card-title {
        font-size: 1.8rem;
    }

    .food-card-desc {
        font-size: 1rem;
    }

    .mobile-action-bar {
        display: flex;
    }

    .contact-info p {
        font-size: 1.6rem;
    }

    .footer-nav {
        flex-direction: column;
        gap: 16px;
    }

    .footer-link {
        font-size: 1.5rem;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-title,
.hero-subtitle,
.food-card {
    animation: fadeInUp 0.8s ease backwards;
}

.hero-subtitle {
    animation-delay: 0.2s;
}

.food-card:nth-child(1) {
    animation-delay: 0.4s;
}

.food-card:nth-child(2) {
    animation-delay: 0.5s;
}

.food-card:nth-child(3) {
    animation-delay: 0.6s;
}

/* ---------------------------------------------------------
   Order Modal
   --------------------------------------------------------- */
/* ---------------------------------------------------------
   Order Modal - Refined to match image
   --------------------------------------------------------- */
.order-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #B9B8B5;
    /* Base color for the top as requested */
    z-index: 3000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

/* Semi-transparent overlay over the rest of the screen if needed, but the user asked for this specific color at the top */
.order-modal-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
    pointer-events: none;
}

.order-modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.order-modal-container {
    width: 100%;
    max-width: 450px;
    height: auto;
    max-height: 90vh;
    background-color: #fff;
    border-radius: 24px 24px 0 0;
    padding: 40px 24px 24px 24px;
    position: relative;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.1);
    overflow: visible;
    display: flex;
    flex-direction: column;
    min-height: 0;
    /* Important for flex children to shrink */
}

.order-modal-overlay.active .order-modal-container {
    transform: translateY(0);
}

.modal-close-btn {
    position: absolute;
    top: -50px;
    right: 15px;
    width: 36px;
    height: 36px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    cursor: pointer;
    z-index: 3001;
}

.order-modal-overlay.active .modal-close-btn {
    opacity: 1;
    visibility: visible;
}

.order-modal-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    overflow-y: auto;
    flex: 1;
    padding-bottom: 40px;
    -webkit-overflow-scrolling: touch;
}

.order-modal-title {
    font-size: 2.2rem;
    margin-bottom: 0;
    color: #000;
    font-family: var(--font-heading);
    text-align: left;
}

.order-options-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.order-option-btn {
    width: 100%;
    height: 64px;
    background-color: #ffffff;
    border: 1px solid #000000;
    border-radius: 32px;
    font-family: var(--font-heading);
    font-size: 1.4rem;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    cursor: pointer;
}

.order-option-btn:hover {
    background-color: #fcfcfc;
    border-color: #ddd;
    transform: translateY(-1px);
}

@media (min-width: 768px) {
    .order-modal-overlay {
        align-items: flex-end;
        padding-top: 0;
        background: #B9B8B5;
    }

    .order-modal-container {
        width: 512px;
        height: auto;
        max-height: 90vh;
        max-width: 512px;
        border-radius: 24px 24px 0 0;
        margin: 0 auto;
        transform: translateY(100%);
        overflow: visible;
        display: flex;
        flex-direction: column;
        padding: 40px 24px 24px 24px;
    }

    .order-modal-overlay.active .order-modal-container {
        transform: translateY(0);
    }

    .modal-close-btn {
        top: -56px;
        right: 0;
        left: auto;
        transform: none;
    }

    .order-modal-content {
        overflow-y: auto;
        flex: 1;
        padding-top: 0;
        padding-bottom: 40px;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .order-modal-title {
        font-size: 32px;
        margin-bottom: 0;
        text-align: left;
    }
}

/* ---------------------------------------------------------
   Dine-in QR Modal specific styles
   --------------------------------------------------------- */
.qr-image-wrapper {
    position: relative;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    margin-top: 0;
}

.qr-main-img {
    width: 100%;
    height: auto;
    display: block;
}

.qr-frame-corners {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.corner {
    position: absolute;
    width: 48px;
    height: 48px;
    border: 4px solid #fff;
}

.top-left {
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none;
    border-radius: 24px 0 0 0;
}

.top-right {
    top: 0;
    right: 0;
    border-left: none;
    border-bottom: none;
    border-radius: 0 24px 0 0;
}

.bottom-left {
    bottom: 0;
    left: 0;
    border-right: none;
    border-top: none;
    border-radius: 0 0 0 24px;
}

.bottom-right {
    bottom: 0;
    right: 0;
    border-left: none;
    border-top: none;
    border-radius: 0 0 24px 0;
}

/* ---------------------------------------------------------
   New Menu Page Design
   --------------------------------------------------------- */
.menu-main-content {
    background-color: #000;
    /* Black background behind the rounded sheet */
}

.menu-custom-header {
    background-color: #000;
    padding: 16px 0 24px;
    /* Slimmer header */
}

.menu-logo {
    height: 38px;
    width: auto;
}

.white-content-container {
    background-color: #fff;
    border-radius: 24px 24px 0 0;
    min-height: calc(100vh - 60px);
    padding-block: 10px;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .white-content-container {
        max-width: 1024px;
        border-radius: 0;
        margin-top: 0;
        margin-bottom: 0;
        box-shadow: none;
        padding-top: 78px;
        /* Header height + Zero gap */
    }

    .menu-main-content {
        background-color: #fff;
        /* White background for the whole page on desktop */
    }

    .menu-custom-header {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 2000;
    }
}

.menu-search-section {
    background-color: #fff;
    padding-top: 16px;
    padding-bottom: 0;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    width: 100%;
}

@media (min-width: 768px) {
    .menu-search-section {
        position: relative;
        padding-top: 0;
        margin-bottom: 40px;
        background-color: #F8F7F5;
        /* Grey background as in Figma */
    }

    .menu-search-section .container {
        max-width: 800px !important;
        padding: 0 !important;
        margin-left: auto;
        margin-right: auto;
    }
}

.search-input-wrapper {
    position: relative;
    margin-bottom: 24px;
    width: 100%;
    display: flex;
    gap: 8px;
}

@media (min-width: 768px) {
    .menu-search-section .container {
        max-width: 100% !important;
        padding: 0 !important;
    }

    .search-input-wrapper {
        max-width: 100% !important;
        width: 100%;
        height: 54px;
        padding: 10px 12px 0 12px;
        /* Figma Padding */
        gap: 10px;
        margin-bottom: 0;
        background-color: #fff;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }

    .search-input {
        border-radius: 12px;
        height: 100%;
        padding-left: 54px;
        background-color: #F5F5F5;
        border: none;
        font-family: 'Inter', sans-serif;
        font-size: 16px;
    }

    .search-icon {
        left: 32px;
        /* Increased margin left */
        top: 50%;
        transform: translateY(-50%);
        margin-top: 5px;
        /* Centering offset for 10px top padding */
        font-size: 18px;
    }

    .category-nav {
        width: 100% !important;
        height: 54px;
        gap: 16px;
        /* Figma Gap */
        padding: 0 24px;
        /* Figma Padding */
        border-bottom: 1px solid #F0F0F0;
        margin-bottom: 0;
        background-color: #fff;
    }
}

.search-icon {
    position: absolute;
    left: 24px;
    /* Increased left margin for icon on all devices */
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 1.1rem;
}

.search-input {
    background-color: #F5F5F5;
    border: none;
    border-radius: 12px;
    height: 44px;
    padding: 12px 14px 12px 54px;
    /* Increased padding-left to push placeholder */
    font-size: 1rem;
    color: #000;
    width: 100%;
}

.search-input:focus {
    background-color: #eee;
    box-shadow: none;
}

.category-nav-wrapper {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0;
}

.category-nav {
    display: flex;
    gap: 20px;
    white-space: nowrap;
    height: 50px;
    align-items: center;
    width: 100%;
    margin: 0;
}

.cat-link {
    text-decoration: none;
    color: #000;
    font-family: 'Fenix', serif;
    /* Changed to Serif as per Figma */
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
    text-align: center;
    position: relative;
    transition: color 0.2s ease;
    display: flex;
    align-items: center;
}

.cat-link.active {
    font-weight: 400;
}

.cat-link.active::after {
    content: '';
    position: absolute;
    bottom: 5px;
    /* Positioned just below the text */
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
}

.menu-page-title {
    font-family: 'Fenix', serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.02em;
    margin: 32px 0 16px;
    color: #000;
    text-align: left;
}

@media (min-width: 768px) {
    .menu-page-title {
        font-size: 48px;
        margin: 48px 0 24px;
    }

    .menu-section-heading {
        font-size: 24px;
        margin-bottom: 24px;
        font-weight: 500;
    }
}

@media (min-width: 992px) {
    .menu-page-title {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
}

.menu-section-heading {
    font-family: 'Fenix', serif;
    /* Figma Font: Fenix */
    font-size: 24px;
    /* Figma Size: 24px */
    font-weight: 400;
    line-height: 100%;
    /* Figma Line-height: 100% */
    letter-spacing: -0.04em;
    /* Figma Letter-spacing: -4% */
    margin-bottom: 24px;
    color: #000;
}

.menu-list {
    display: flex;
    flex-direction: column;
}

.menu-section {
    display: none;
}

.menu-section.active {
    display: block;
}

@media (min-width: 768px) {
    .menu-section.active {
        display: block;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
}

.menu-list-item {
    display: flex;
    gap: 16px;
    /* Figma Gap: 16px */
    padding: 14px 0;
    /* Figma Padding Top/Bottom: 14px */
    border-bottom: 1px solid #F0F0F0;
    max-width: 327px;
    margin-right: auto;
    min-height: 134px;
    align-items: center;
}

.item-img-box {
    width: 96px;
    /* Figma Width: 96 */
    height: 96px;
    /* Figma Height: 96 */
    flex-shrink: 0;
    border-radius: 8px;
    /* Figma Radius: 8px */
    overflow: hidden;
}

.item-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-details-box {
    flex-grow: 1;
}

.item-name {
    font-family: 'Fenix', serif;
    /* Figma Font: Fenix */
    font-size: 16px;
    /* Figma Size: 16px */
    font-weight: 400;
    line-height: 100%;
    /* Figma Line-height: 100% */
    letter-spacing: -0.02em;
    /* Figma Letter-spacing: -2% */
    margin-bottom: 6px;
    color: #000;
}

.item-desc {
    font-family: 'Inter', sans-serif;
    /* Figma Font: Inter */
    font-size: 12px;
    /* Figma Size: 12px */
    font-weight: 400;
    line-height: 130%;
    /* Set to 130% for better readability than 100% */
    letter-spacing: 0%;
    color: #777;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    overflow-wrap: break-word;
}

.item-price {
    font-family: 'Fenix', serif;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin: 0;
}

/* Desktop & Tablet Adjustments for Menu List */
@media (min-width: 768px) {
    .menu-list-item {
        max-width: 100%;
        gap: 24px;
        padding: 24px 0;
        align-items: flex-start;
        border-bottom: 1px solid #F0F0F0;
    }

    .item-img-box {
        width: 120px;
        height: 120px;
        border-radius: 8px;
    }

    .item-name {
        font-size: 20px;
        margin-bottom: 8px;
        font-family: 'Inter', sans-serif;
        font-weight: 500;
    }

    .item-desc {
        font-size: 14px;
        line-height: 150%;
        margin-bottom: 12px;
        color: #777;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    .item-price {
        font-size: 16px;
        font-weight: 400;
        color: #000;
    }
}

@media (min-width: 992px) {
    .menu-list-item {
        padding: 32px 0;
    }
}

.view-order-bar-container {
    position: fixed;
    bottom: 24px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 20px;
    z-index: 1001;
}

.btn-view-order {
    width: 100%;
    max-width: 350px;
    height: 60px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    font-size: 1.1rem;
    font-weight: 600;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
}

.btn-view-order:active {
    transform: scale(0.98);
}

/* ---------------------------------------------------------
   Quick View Modal Styles
   --------------------------------------------------------- */
.quick-view-container {
    max-width: 450px;
    padding: 0 !important;
    border-radius: 24px !important;
    max-height: 90vh;
    overflow-y: hidden;
    /* Prevent double scroll, let content handle it */
    display: flex;
    flex-direction: column;
}

@media (max-width: 767px) {
    .quick-view-container {
        max-width: 100%;
        border-radius: 24px 24px 0 0 !important;
        max-height: 85vh;
    }
}

@media (min-width: 768px) {
    .quick-view-container {
        padding: 0;
    }
}

.order-modal-dialog {
    position: relative;
    max-width: 450px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 767px) {
    .order-modal-dialog {
        width: 100%;
        margin: 0;
    }
}

.circular-close {
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    background-color: #000 !important;
    color: #fff !important;
    font-size: 1rem !important;
    position: absolute;
    top: 16px;
    /* Moved inside the container for safety on mobile */
    right: 16px;
    z-index: 1100;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
}

@media (min-width: 768px) {
    .circular-close {
        top: 20px;
        right: 20px;
        width: 36px !important;
        height: 36px !important;
    }
}

.circular-close:active {
    transform: scale(0.9);
}

.quick-view-img-wrapper {
    width: 100%;
    height: 250px;
    margin-bottom: 0;
    flex-shrink: 0;
}

@media (min-width: 768px) {
    .quick-view-img-wrapper {
        height: 320px;
    }
}

.quick-view-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.quick-view-container .order-modal-content {
    padding: 20px 24px 24px 24px;
    display: flex;
    flex-direction: column;
}

.quick-view-title {
    font-family: 'Fenix', serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 4px;
    color: #000;
}

@media (min-width: 768px) {
    .quick-view-title {
        font-size: 36px;
    }
}

.quick-view-price {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 8px;
}

.quick-view-desc {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 24px;
}

.quick-view-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.qty-selector {
    display: flex;
    align-items: center;
    gap: 12px;
}

.qty-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background-color: #F5F5F5;
    /* Matches image light grey */
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.qty-btn:hover {
    background-color: #eee;
}

.qty-val {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    min-width: 30px;
    text-align: center;
}

.btn-trash-item {
    background: none;
    border: none;
    color: #333;
    font-size: 1.3rem;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.2s ease;
}

.btn-trash-item:hover {
    opacity: 1;
}

.quick-view-footer {
    padding-bottom: 10px;
}

.btn-add-to-order {
    width: 100%;
    height: 60px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 1.1rem;
    font-weight: 600;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: transform 0.2s ease;
}

.btn-add-to-order .order-total {
    font-weight: 400;
    opacity: 0.9;
}

.btn-add-to-order:active {
    transform: scale(0.98);
}

/* ---------------------------------------------------------
   Order Page Styles
   --------------------------------------------------------- */

/* Back button */
.order-back-btn {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
    z-index: 10;
    transition: opacity 0.2s ease;
}

.order-back-btn:hover {
    opacity: 0.7;
    color: #fff;
}

/* Order page container */
.order-page-container {
    padding: 30px 24px 40px;
    max-width: 100%;
    margin: 0 auto;
}

/* Your order title */
.order-page-title {
    font-family: 'Fenix', serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: #000;
    margin-bottom: 24px;
}

/* Delivery Options */
.delivery-options {
    display: flex;
    gap: 10px;
    height: 45px;
    margin-bottom: 20px;
}

.delivery-option-btn {
    flex: 1;
    height: 48px;
    padding: 10px 14px;
    border-radius: 12px;
    border: 1px solid #E0E0E0;
    background: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.delivery-option-btn.active {
    border: 1.5px solid #000;
    font-weight: 700;
}

.delivery-option-btn:hover {
    border-color: #000;
}

/* Table Info Box */
.table-info-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 68px;
    padding: 14px 18px;
    border-radius: 10px;
    background-color: #F5F5F5;
    margin-bottom: 28px;
}

.table-info-text {
    font-family: 'Fenix', serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.table-info-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.table-qr-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    filter: invert(1);
}

/* Order Items List */
.order-items-list {
    margin-bottom: 20px;
}

.order-item {
    display: flex;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid #F0F0F0;
    min-height: 120px;
}

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

.order-item-img {
    width: 96px;
    min-width: 96px;
    height: 96px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.order-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Item info */
.order-item-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.order-item-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
}

.order-item-header > div:first-child {
    flex: 1 1 auto;
    min-width: 0;
}

.order-item-title {
    font-family: 'Fenix', serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #000;
    margin-bottom: 4px;
}

.order-item-price {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #404040;
    margin-bottom: 0;
}

.order-item-total {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    flex: 0 0 auto;
    white-space: nowrap;
    text-align: right;
}

/* Quantity controls */
.order-item-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-qty-selector {
    display: flex;
    align-items: center;
    gap: 10px;
}

.order-qty-btn {
    width: 40px;
    height: 40px;
    border-radius: 80px;
    border: none;
    background-color: #F5F5F5;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.order-qty-btn i {
    font-size: 12px;
}

.order-qty-btn:hover {
    background-color: #E8E8E8;
}

.order-qty-val {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    min-width: 20px;
    text-align: center;
}

.order-remove-btn {
    background: none;
    border: none;
    color: #333;
    font-size: 16px;
    cursor: pointer;
    opacity: 0.4;
    transition: opacity 0.2s ease;
    padding: 8px;
}

.order-remove-btn:hover {
    opacity: 1;
}

/* Add More Items Button */
.btn-add-more-items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin: 0 auto;
    height: 45px;
    padding: 14px 10px;
    border-radius: 12px;
    border: none;
    background: #F5F5F5;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-add-more-items:hover {
    background-color: #eee;
}

/* Divider */
.order-divider {
    border: none;
    border-top: 1px solid #F0F0F0;
    margin: 24px 0;
}

/* Tip Section */
.tip-section {
    margin-top: 8px;
}

.tip-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.tip-title {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin: 0;
}

.tip-toggle input {
    display: none;
}

.tip-checkmark {
    width: 22px;
    height: 22px;
    border-radius: 4px;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    cursor: pointer;
}

.tip-toggle input:not(:checked)+.tip-checkmark {
    background-color: #E0E0E0;
    color: transparent;
}

.tip-options {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.tip-option-btn {
    flex: 1;
    height: 54px;
    padding: 14px 10px;
    border-radius: 12px;
    border: 1px solid #E0E0E0;
    background: #fff;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.tip-option-btn.active {
    border-color: #000;
}

.tip-option-btn:hover {
    border-color: #000;
}

.tip-percent {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.tip-amount {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    opacity: 0.5;
}

.tip-option-btn.active .tip-amount {
    color: #fff;
    opacity: 0.7;
}

.tip-custom-input {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 0;
    border-bottom: 1px solid #F0F0F0;
    background-color: #F5F5F5;
    margin-bottom: 8px;
}

.tip-currency {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-left: 10px;
}

.tip-input {
    border: none;
    outline: none;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    width: 100px;
    background: transparent;
}

/* Order Summary */
.order-summary {
    padding-top: 8px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.summary-row.muted {
    color: #999;
    font-size: 12px;
    font-style: italic;
}

.summary-row.total {
    padding-top: 14px;
    margin-top: 10px;
    border-top: 1px solid #E0E0E0;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.summary-row.total span:last-child {
    font-size: 20px;
    font-weight: 700;
}

/* Payment Section */
.payment-section {
    margin-top: 50px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btn-apple-pay {
    width: 100%;
    height: 48px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 100px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 10px 16px;
    box-shadow: 0px 14px 30px -4px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
}

.btn-apple-pay:active {
    transform: scale(0.98);
}

.btn-apple-pay i {
    font-size: 17px;
}

.btn-card-pay {
    width: 100%;
    height: 47px;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 100px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0px 14px 30px -4px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
}

.btn-card-pay:hover {
    background-color: #000;
    color: #fff;
}

.btn-card-pay:active {
    transform: scale(0.98);
}

/* ---------------------------------------------------------
   Order Page — Tablet (md: 768px+)
   --------------------------------------------------------- */
@media (min-width: 768px) {
    .order-page-container {
        max-width: 600px;
        padding: 40px 32px 60px;
    }

    .order-page-title {
        font-size: 48px;
        margin-bottom: 32px;
    }



    .delivery-option-btn {
        height: 50px;
        font-size: 15px;
    }

    .table-info-box {
        height: 72px;
        padding: 16px 24px;
    }

    .table-info-text {
        font-size: 20px;
    }



    .order-item {
        gap: 20px;
        padding: 20px 0;
    }

    .order-item-img {
        width: 110px;
        height: 110px;
        border-radius: 10px;
    }

    .order-item-title {
        font-size: 18px;
    }

    .order-item-price {
        font-size: 15px;
    }

    .order-item-total {
        font-size: 16px;
    }

    .order-qty-btn {
        width: 44px;
        height: 44px;
    }

    .order-qty-btn i {
        font-size: 14px;
    }

    .order-qty-val {
        font-size: 18px;
    }

    .btn-add-more-items {
        height: 50px;
        font-size: 15px;
    }



    .tip-title {
        font-size: 24px;
    }

    .tip-options {
        gap: 14px;
    }

    .tip-option-btn {
        padding: 14px 12px;
    }

    .tip-percent {
        font-size: 16px;
    }

    .tip-amount {
        font-size: 13px;
    }





    .summary-row {
        font-size: 15px;
        padding: 8px 0;
    }

    .summary-row.total {
        font-size: 20px;
    }

    .summary-row.total span:last-child {
        font-size: 26px;
    }

    .payment-section {
        margin-top: 48px;
        flex-direction: row;
        gap: 16px;
    }

    .btn-apple-pay,
    .btn-card-pay {
        flex: 1;
        height: 60px;
        font-size: 17px;
    }
}

/* ---------------------------------------------------------
   Order Page — Desktop (lg: 1024px+)
   --------------------------------------------------------- */
@media (min-width: 1024px) {
    .order-page-container {
        max-width: 720px;
        padding: 50px 48px 70px;
        background: #fff;
        border-radius: 24px;
        margin-top: 20px;
        margin-bottom: 40px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    }

    .order-page-title {
        font-size: 52px;
        margin-bottom: 36px;
    }

    .delivery-option-btn {
        height: 52px;
        font-size: 16px;
        border-radius: 14px;
    }

    .table-info-box {
        height: 76px;
        padding: 18px 28px;
        border-radius: 14px;
    }

    .table-info-text {
        font-size: 22px;
    }

    .table-info-icon {
        width: 46px;
        height: 46px;
    }

    .order-item {
        gap: 24px;
        padding: 24px 0;
    }

    .order-item-img {
        width: 120px;
        height: 120px;
        border-radius: 12px;
    }

    .order-item-title {
        font-size: 20px;
    }

    .order-item-price {
        font-size: 16px;
    }

    .order-item-total {
        font-size: 18px;
        font-weight: 600;
    }

    .order-qty-btn {
        width: 48px;
        height: 48px;
    }

    .order-qty-btn i {
        font-size: 16px;
    }

    .order-qty-val {
        font-size: 20px;
        min-width: 28px;
    }

    .order-remove-btn {
        font-size: 18px;
    }

    .btn-add-more-items {
        height: 52px;
        font-size: 16px;
        border-radius: 14px;
    }

    .tip-title {
        font-size: 28px;
    }

    .tip-option-btn {
        padding: 16px 14px;
        border-radius: 14px;
    }

    .tip-percent {
        font-size: 17px;
    }

    .tip-amount {
        font-size: 14px;
    }

    .tip-currency,
    .tip-input {
        font-size: 20px;
    }

    .summary-row {
        font-size: 16px;
        padding: 10px 0;
    }

    .summary-row.muted {
        font-size: 14px;
    }

    .summary-row.total {
        font-size: 22px;
        padding-top: 20px;
    }

    .summary-row.total span:last-child {
        font-size: 30px;
    }

    .payment-section {
        margin-top: 56px;
        gap: 20px;
    }

    .btn-apple-pay,
    .btn-card-pay {
        height: 64px;
        font-size: 18px;
        border-radius: 50px;
    }
}

/* ---------------------------------------------------------
   Payment Page Styles (dine-order-complete.html)
   --------------------------------------------------------- */

.payment-page-title {
    font-family: 'Fenix', serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: #000;
}

.payment-shield-icon {
    font-size: 24px;
    color: #000;
}

.payment-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-top: 32px;
    margin-bottom: 24px;
}

.payment-input-group {
    background-color: #F5F5F5;
    border-radius: 12px;
    padding: 14px;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 100%;
    min-height: 69px;
    border: 1.5px solid transparent;
    transition: all 0.2s ease;
}

.payment-input-group:hover,
.payment-input-group:focus-within {
    border-color: #000;
}

.payment-label {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #999;
    letter-spacing: 0.05em;
    margin: 0;
}

.payment-input {
    border: none;
    background: transparent;
    padding: 0;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    width: 100%;
}

.payment-input:focus {
    outline: none;
}

.payment-summary-mt {
    margin-top: 32px;
}

.btn-process-payment {
    width: 100%;
    max-width: 327px;
    height: 47px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 100px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    box-shadow: 0px 14px 30px -4px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    margin: 0 auto;
}

.btn-process-payment:active {
    transform: scale(0.98);
    box-shadow: 0px 8px 15px -4px rgba(0, 0, 0, 0.2);
}

.btn-process-payment:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    box-shadow: none;
}

/* ---------------------------------------------------------
   Payment Page � Tablet (md: 768px+)
   --------------------------------------------------------- */
@media (min-width: 768px) {
    .order-page-container {
        max-width: 600px;
        padding: 40px 32px 60px;
    }

    .payment-page-title {
        font-size: 48px;
    }

    .payment-input-group {
        max-width: 100%;
        height: 75px;
    }

    .btn-process-payment {
        max-width: 100%;
        height: 56px;
        font-size: 18px;
    }
}

/* ---------------------------------------------------------
   Payment Page � Desktop (lg: 1024px+)
   --------------------------------------------------------- */
@media (min-width: 1024px) {
    .order-page-container {
        max-width: 720px;
        padding: 50px 48px 70px;
        background: #fff;
        border-radius: 24px;
        margin-top: 20px;
        margin-bottom: 40px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    }

    .payment-page-title {
        font-size: 52px;
    }
}

.payment-summary-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* ---------------------------------------------------------
   Order Confirmation Page (dine-confirm-order.html)
   --------------------------------------------------------- */

.confirm-success-icon-wrapper {
    margin-top: 40px;
    margin-bottom: 24px;
}

.confirm-success-icon {
    font-size: 32px;
    color: #000;
}

.confirm-title {
    font-family: 'Fenix', serif;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 8px;
    color: #000;
}

.confirm-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: #666;
    margin-bottom: 48px;
}

.confirm-info-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 464px;
    margin: 0 auto 48px;
}

.confirm-info-box {
    background-color: #F5F5F5;
    border-radius: 12px;
    padding: 16px;
    height: 102px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center;
    justify-content: center;
}

.confirm-info-label {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.confirm-info-value {
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #000;
}

.confirm-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 327px;
    margin: 0 auto;
}

.btn-confirm-primary {
    width: 100%;
    height: 47px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.btn-confirm-primary:hover {
    background-color: #333;
    color: #fff;
}

.btn-confirm-secondary {
    width: 100%;
    height: 47px;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-confirm-secondary:hover {
    background-color: #f5f5f5;
}

@media (min-width: 768px) {

    .confirm-info-section,
    .confirm-actions {
        max-width: 400px;
    }

    .confirm-title {
        font-size: 48px;
    }
}


/* Cleanup md overrides for confirmation */
@media (min-width: 768px) {
    .confirm-info-section {
        max-width: 464px;
    }
}

/* ---------------------------------------------------------
   Delivery Order Page Styles
   --------------------------------------------------------- */

.delivery-info-box {
    position: relative;
    background-color: #F5F5F5;
    border-radius: 12px;
    padding: 18px 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border: 1.5px solid transparent;
    transition: all 0.2s ease;
}

.delivery-info-box:hover,
.delivery-info-box:focus-within {
    border-color: #000;
}

.delivery-label {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #999;
    letter-spacing: 0.05em;
    margin: 0;
}

.delivery-input,
.selected-value {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #000;
    width: 100%;
    border: none;
    background: transparent;
    padding: 0;
    outline: none;
}

.custom-dropdown {
    cursor: pointer;
}

.dropdown-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.dropdown-menu-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    margin-top: 8px;
    padding: 8px 0;
    list-style: none;
    display: none;
    z-index: 2000;
    border: 1px solid #eee;
}

.dropdown-menu-list.show {
    display: block;
}

.dropdown-menu-list li {
    padding: 14px 24px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #000;
    transition: all 0.2s ease;
}

.dropdown-menu-list li:hover {
    background-color: #F5F5F5;
}

.delivery-chevron {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    font-size: 18px;
    pointer-events: none;
}

.delivery-chevron {
    transition: transform 0.3s ease !important;
}

.custom-dropdown.active .delivery-chevron {
    transform: translateY(-50%) rotate(180deg) !important;
}

/* ---------------------------------------------------------
   Delivery Details Modal Styles
   --------------------------------------------------------- */
.delivery-modal-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 32px;
}

.delivery-back-btn {
    background: transparent;
    border: none;
    font-size: 20px;
    color: #000;
    padding: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.delivery-modal-title {
    font-family: 'Fenix', serif;
    font-size: 40px;
    font-weight: 400;
    margin: 0;
    color: #000;
    letter-spacing: -0.04em;
}

.delivery-modal-footer {
    margin-top: auto;
    padding-top: 40px;
}

.btn-continue-ordering {
    width: 100%;
    height: 47px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 100px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-continue-ordering:hover {
    background-color: #333;
}

/* Hide SweetAlert2 icons */

.swal2-icon {
    display: none !important;
}

/* Remove top spacing after hiding icon */
.swal2-popup {
    padding-top: 20px !important;
}

/* Ensure SweetAlert2 is always on top of modals */
.swal2-container {
    z-index: 4000 !important;
}
