/* Dellago theme style */
* {
    font-family: 'Urbanist', sans-serif;

}

p,.accordion-button{
    font-size:19px;
}

.topHeader {
    background-color: var(--primaryColor);
 
}

.topHeader * {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
}

header * {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;

}

.topHeader a:hover * {
    filter: contrast(0.5);

}

header .text-primary.fw-bold.text-uppercase.m-0 {
    font-size: 32px;
    font-weight: 600 !important;
    color: #000 !important;
}

#slider .carousel-caption {
    top: 50%;
    right: unset;
    text-align: left;
    left: 10%;
    transform: translateY(-50%);
    display: flex !important;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    width: 35%;
    z-index: 10;
}

#slider .carousel-caption h5 {
    font-size: 55px;
    
}

#slider .carousel-caption .slide-desc {
    font-size: 25px;
    

}

.section-title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 28px;
}

.btn {
    padding: 7px 30px;
    font-size: 18px;
    border-radius: 26px;
   
}
#slider .btn{
    margin-top:20px !important;
     display: flex
;
    align-items: center;
    gap: 15px;
}
.about-content-text{
    max-height: 300px;
    overflow: hidden;
    position: relative;
}
.about-content-text:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 111px;
    bottom: 0;
    background: linear-gradient(0deg, #ffffff, transparent);
}
@media (min-width: 992px) {

    header .container,
    footer .container,
    .topHeader .container {
        max-width: 100%;
        padding: 0 55px;
    }

}

@media (max-width: 992px) {
    #slider .btn{
    margin-top:0px !important;
     display: flex
;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
}
    .callButton.d-md-none {
        border-radius: 50%;
        padding: 10px 15px;
    }
#slider .carousel-caption{
    width:70%;
}
    #slider .carousel-caption h5{
font-size: 20px;
}
#slider .carousel-caption .slide-desc{
    display: none;
}
}

/* =========================================
   QR Menu Page — Premium
   ========================================= */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Cinzel:wght@400;500;600;700&display=swap');

:root {
    --qr-green: #15463a;
    --qr-green-2: #1e5f4e;
    --qr-green-3: #0e2f27;
    --qr-green-4: #082019;
    --qr-gold-1: #b8873a;
    --qr-gold-2: #e6c47a;
    --qr-gold-3: #8a5f1e;
    --qr-ink: #f4ecd8;
    --qr-ink-soft: rgba(244, 236, 216, 0.72);
    --qr-muted: rgba(244, 236, 216, 0.55);
    --qr-cream: #f4ecd8;
    --qr-cream-2: #e6dcc0;
    --qr-paper: #fdfbf6;
    --qr-line: rgba(230, 196, 122, 0.35);

    /* Subtle premium SVG patterns — all encoded inline (no image requests) */
    --qr-pattern-crosshatch: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'><g stroke='%23e6c47a' stroke-width='0.5' fill='none' opacity='0.14'><path d='M0 60 L60 0'/><path d='M-15 15 L15 -15'/><path d='M45 75 L75 45'/></g></svg>");
    --qr-pattern-diamond: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'><path d='M14 1 L27 14 L14 27 L1 14 Z' stroke='%23e6c47a' stroke-width='0.4' fill='none' opacity='0.12'/></svg>");
    --qr-pattern-dots: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'><circle cx='9' cy='9' r='0.9' fill='%23e6c47a' opacity='0.18'/></svg>");
    --qr-pattern-fleur: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'><g fill='none' stroke='%23e6c47a' stroke-width='0.6' opacity='0.10'><circle cx='60' cy='60' r='1.4' fill='%23e6c47a'/><path d='M60 46 C 66 52, 66 68, 60 74 C 54 68, 54 52, 60 46 Z'/><path d='M46 60 C 52 54, 68 54, 74 60 C 68 66, 52 66, 46 60 Z'/></g></svg>");
}

.qr-menu-page {
    color: var(--qr-ink);
    background:
        var(--qr-pattern-crosshatch),
        radial-gradient(1000px 500px at 50% -60px, rgba(184, 135, 58, 0.22), transparent 65%),
        radial-gradient(900px 400px at 50% 110%, rgba(184, 135, 58, 0.18), transparent 65%),
        linear-gradient(180deg, var(--qr-green-3) 0%, var(--qr-green) 55%, var(--qr-green-4) 100%);
    background-size: 60px 60px, auto, auto, auto;
    position: relative;
    /* clip (not hidden) so inner position:sticky still works */
    overflow: clip;
    /* Break out of Bootstrap .container so the background spans the full viewport */
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    max-width: none;
}

/* Prevent horizontal scroll caused by the viewport-width breakout above */
html:has(.qr-menu-page) { overflow-x: clip; }

/* Site CSS uses `body { overflow-x: hidden }` globally, which turns body into a
   scroll container and breaks `position: sticky` on descendants. Override to
   `clip` only on the QR menu page so the sticky nav works. */
body:has(.qr-menu-page) {
    overflow-x: clip;
    overflow-y: visible;
}

/* --- Mobile category quick-access: floating button + bottom sheet --- */
.qr-menu-fab {
    position: fixed;
    right: 16px;
    bottom: 20px;
    z-index: 40;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px 12px 14px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--qr-gold-2), var(--qr-gold-1));
    color: var(--qr-green-3);
    font-family: 'Cormorant Garamond', 'Playfair Display', serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    box-shadow:
        0 10px 22px -8px rgba(0, 0, 0, 0.5),
        0 4px 8px -4px rgba(184, 135, 58, 0.6),
        0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.qr-menu-fab:hover { filter: brightness(1.05); }
.qr-menu-fab:active { transform: scale(0.96); }

.qr-menu-fab__icon {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    width: 22px;
    height: 22px;
    padding: 0 2px;
}
.qr-menu-fab__icon span {
    display: block;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
}
.qr-menu-fab__icon span:nth-child(2) { width: 70%; }
.qr-menu-fab__icon span:nth-child(3) { width: 85%; }

.qr-menu-fab[aria-expanded="true"] .qr-menu-fab__icon span:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
}
.qr-menu-fab[aria-expanded="true"] .qr-menu-fab__icon span:nth-child(2) {
    opacity: 0;
}
.qr-menu-fab[aria-expanded="true"] .qr-menu-fab__icon span:nth-child(3) {
    width: 100%;
    transform: translateY(-5px) rotate(-45deg);
}
.qr-menu-fab__icon span {
    transition: transform 0.25s ease, opacity 0.2s ease, width 0.2s ease;
    transform-origin: center;
}

.qr-menu-fab__label { line-height: 1; }

/* --- Bottom sheet --- */
.qr-menu-sheet {
    position: fixed;
    inset: 0;
    z-index: 50;
    pointer-events: none;
    visibility: hidden;
}

.qr-menu-sheet.is-open {
    pointer-events: auto;
    visibility: visible;
}

.qr-menu-sheet__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8, 32, 25, 0.55);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.qr-menu-sheet.is-open .qr-menu-sheet__backdrop { opacity: 1; }

.qr-menu-sheet__panel {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 88vh;
    display: flex;
    flex-direction: column;
    background:
        radial-gradient(600px 200px at 50% -40px, rgba(230, 196, 122, 0.10), transparent 70%),
        linear-gradient(180deg, #143f34 0%, var(--qr-green-3) 100%);
    border-top: 1px solid rgba(230, 196, 122, 0.4);
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -18px 40px -14px rgba(0, 0, 0, 0.6);
    transform: translateY(100%);
    transition: transform 0.32s cubic-bezier(0.2, 0.7, 0.2, 1);
    padding: 6px 0 max(12px, env(safe-area-inset-bottom));
}

.qr-menu-sheet.is-open .qr-menu-sheet__panel { transform: translateY(0); }

.qr-menu-sheet__handle {
    width: 42px;
    height: 4px;
    border-radius: 2px;
    background: rgba(230, 196, 122, 0.4);
    margin: 4px auto 6px;
}

.qr-menu-sheet__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px 18px 10px;
    border-bottom: 1px solid rgba(230, 196, 122, 0.18);
}

.qr-menu-sheet__title {
    margin: 0;
    font-family: 'Cinzel', 'Playfair Display', serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--qr-cream);
    letter-spacing: 3px;
    text-transform: uppercase;
}

.qr-menu-sheet__close {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(230, 196, 122, 0.28);
    color: var(--qr-cream);
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease;
}
.qr-menu-sheet__close:hover { background: rgba(230, 196, 122, 0.18); }
.qr-menu-sheet__close:active { transform: scale(0.94); }

/* 2-column tile grid so many categories fit without scrolling */
.qr-menu-sheet__list {
    list-style: none;
    margin: 0;
    padding: 10px 12px max(12px, env(safe-area-inset-bottom));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    scrollbar-width: thin;
    scrollbar-color: rgba(230, 196, 122, 0.4) transparent;
}
.qr-menu-sheet__list::-webkit-scrollbar { width: 6px; }
.qr-menu-sheet__list::-webkit-scrollbar-thumb {
    background: rgba(230, 196, 122, 0.35);
    border-radius: 6px;
}

.qr-menu-sheet__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 3px;
    padding: 11px 12px;
    min-height: 58px;
    color: var(--qr-cream);
    text-decoration: none;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(230, 196, 122, 0.18);
    border-radius: 10px;
    font-family: 'Cormorant Garamond', 'Playfair Display', serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.4px;
    line-height: 1.2;
    transition: background 0.2s ease, transform 0.15s ease, border-color 0.2s ease, color 0.2s ease;
}

.qr-menu-sheet__item:hover,
.qr-menu-sheet__item:focus {
    background: rgba(230, 196, 122, 0.10);
    border-color: rgba(230, 196, 122, 0.35);
    color: var(--qr-cream);
    text-decoration: none;
}
.qr-menu-sheet__item:active { transform: scale(0.98); }

.qr-menu-sheet__item.is-active {
    background: linear-gradient(180deg, rgba(230, 196, 122, 0.22), rgba(230, 196, 122, 0.08));
    border-color: var(--qr-gold-2);
    color: var(--qr-gold-2);
    box-shadow: 0 4px 12px -8px rgba(230, 196, 122, 0.35);
}

.qr-menu-sheet__num {
    display: inline-block;
    font-family: 'Cinzel', serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: var(--qr-gold-2);
    opacity: 0.75;
    line-height: 1;
}

.qr-menu-sheet__name {
    display: block;
    line-height: 1.2;
    word-break: break-word;
    text-wrap: balance;
}

.qr-menu-sheet__arrow { display: none; }

/* Very small screens: keep 2 columns but tighten padding for even more density */
@media (max-width: 359.98px) {
    .qr-menu-sheet__list { padding: 8px 8px; gap: 6px; }
    .qr-menu-sheet__item {
        padding: 9px 10px;
        min-height: 52px;
        font-size: 16px;
    }
}

/* Leave space above the category so smooth-scroll doesn't hide the title */
.qr-menu-category { scroll-margin-top: 20px; }

@media (min-width: 992px) {
    .qr-menu-category { scroll-margin-top: 0; }
}

.qr-menu-page::before,
.qr-menu-page::after {
    content: '';
    position: absolute;
    width: 320px;
    height: 320px;
    background:
        radial-gradient(circle at center, rgba(230, 196, 122, 0.18), transparent 60%);
    filter: blur(14px);
    pointer-events: none;
}

.qr-menu-page::before { top: -80px; left: -80px; }
.qr-menu-page::after { bottom: -80px; right: -80px; }

/* --- Brand mark above the page title --- */
.qr-menu-page__brand {
    font-family: 'Cormorant Garamond', 'Playfair Display', serif;
    font-style: italic;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: var(--qr-gold-2);
    margin-bottom: 6px;
    opacity: 0.92;
}

/* --- Page title --- */
.qr-menu-page__title {
    font-family: 'Cinzel', 'Playfair Display', serif;
    font-weight: 600;
    font-size: 64px;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: var(--qr-cream);
    position: relative;
    display: inline-block;
    padding: 0 60px 26px;
    background: linear-gradient(180deg, var(--qr-cream) 0%, var(--qr-gold-2) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.qr-menu-page__title::before,
.qr-menu-page__title::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 42px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--qr-gold-1), transparent);
    transform: translateY(-70%);
}
.qr-menu-page__title::before { left: 0; }
.qr-menu-page__title::after  { right: 0; }

/* Ornament under the main title */
.qr-menu-page > .text-center::after {
    content: '';
    display: block;
    width: 220px;
    height: 22px;
    margin: 6px auto 0;
    background-image:
        linear-gradient(90deg, transparent, var(--qr-gold-1) 50%, transparent),
        radial-gradient(circle, var(--qr-gold-1) 3px, transparent 3.5px);
    background-size: 100% 1px, 12px 12px;
    background-position: center 10px, center center;
    background-repeat: no-repeat, no-repeat;
    opacity: 0.85;
}

/* --- Grid background card --- */
.qr-menu-page__grid {
    background:
        var(--qr-pattern-diamond),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
    background-size: 28px 28px, auto;
    border: 1px solid rgba(230, 196, 122, 0.28);
    border-radius: 6px;
    padding: 46px 32px;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.05) inset,
        0 30px 60px -30px rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(2px);
}

/* Decorative corner frame — gold on dark */
.qr-menu-page__grid::before,
.qr-menu-page__grid::after {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    border: 1px solid var(--qr-gold-1);
    pointer-events: none;
}
.qr-menu-page__grid { position: relative; }
.qr-menu-page__grid::before {
    top: 14px; left: 14px;
    border-right: 0; border-bottom: 0;
}
.qr-menu-page__grid::after {
    bottom: 14px; right: 14px;
    border-left: 0; border-top: 0;
}

/* --- Vertical divider between columns --- */
.qr-menu-page__spacer { position: relative; }
.qr-menu-page__spacer::before {
    content: '';
    position: absolute;
    top: 60px;
    bottom: 60px;
    left: 50%;
    width: 1px;
    background: linear-gradient(180deg,
        transparent 0%,
        var(--qr-line) 20%,
        var(--qr-line) 80%,
        transparent 100%);
}
.qr-menu-page__spacer::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background: var(--qr-gold-1);
    border-radius: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    box-shadow: 0 0 0 4px var(--qr-green-3), 0 0 0 5px var(--qr-line);
}

/* --- Category --- */
.qr-menu-category {
    padding: 8px 6px;
}

.qr-menu-category__label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 12px;
}

.qr-menu-category__label .line {
    flex: 0 0 60px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--qr-gold-1));
}
.qr-menu-category__label .line:last-child {
    background: linear-gradient(90deg, var(--qr-gold-1), transparent);
}

.qr-menu-category__label .text {
    font-family: 'Cormorant Garamond', 'Playfair Display', serif;
    font-style: italic;
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--qr-gold-2);
    font-weight: 500;
    white-space: nowrap;
}

.qr-menu-category__title {
    font-family: 'Cinzel', 'Playfair Display', serif;
    font-size: 26px;
    font-weight: 600;
    color: var(--qr-green-3);
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 6px 0 0;
    position: relative;
    display: inline-block;
    padding: 10px 28px 8px;
    background: linear-gradient(180deg, var(--qr-gold-2) 0%, var(--qr-gold-1) 100%);
    border: 1px solid var(--qr-gold-1);
    border-radius: 3px;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.2) inset,
        0 6px 16px -8px rgba(0, 0, 0, 0.45);
}


span.qr-menu-product__label {
    font-size: 14px;
    padding: 1px 10px;
    border-radius: 15px;
}
/* --- Product --- */
.qr-menu-product {
    text-decoration: none;
    color: inherit;
    padding: 16px 14px;
    border-radius: 4px;
    background: transparent;
    position: relative;
    transition: transform 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
    border-bottom: 1px dashed rgba(230, 196, 122, 0.28);
}

.qr-menu-category__items .qr-menu-product:last-child {
    border-bottom: 0;
}

.qr-menu-product--linked { cursor: pointer; }

.qr-menu-product:hover {
    transform: translateY(-1px);
    background: linear-gradient(180deg, rgba(230, 196, 122, 0.08), rgba(230, 196, 122, 0.03));
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.05) inset,
        0 12px 30px -18px rgba(0, 0, 0, 0.55);
    color: inherit;
    text-decoration: none;
}

.qr-menu-product__image {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    padding: 5px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--qr-gold-1);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.06) inset,
        0 8px 20px -10px rgba(0, 0, 0, 0.55);
    /* overflow removed intentionally so the zoom badge can extend outside */
    position: relative;
}

/* Refined zoom seal on linked product images — hairline gold ring on smoked
   glass, with a classic four-corner "expand" mark. Subtle enough to feel
   like a hallmark, not a UI button. */
.qr-menu-product--linked .qr-menu-product__image::before {
    content: '';
    position: absolute;
    right: -2px;
    bottom: -2px;
    z-index: 3;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background:
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e6c47a' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'><polyline points='4 9 4 4 9 4'/><polyline points='15 4 20 4 20 9'/><polyline points='20 15 20 20 15 20'/><polyline points='9 20 4 20 4 15'/></svg>") center/12px 12px no-repeat,
        rgba(14, 47, 39, 0.82);
    border: 1px solid rgba(230, 196, 122, 0.55);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.04) inset,
        0 2px 6px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    opacity: 0.9;
    transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1),
                border-color 0.35s ease,
                opacity 0.35s ease;
}

.qr-menu-product--linked:hover .qr-menu-product__image::before {
    transform: scale(1.08);
    border-color: var(--qr-gold-2);
    opacity: 1;
}

.qr-menu-product__image::after {
    content: '';
    position: absolute;
    inset: 2px;
    border: 1px solid rgba(230, 196, 122, 0.35);
    border-radius: 50%;
    pointer-events: none;
    z-index: 2;
}

.qr-menu-product__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    transition: transform 0.6s ease, filter 0.6s ease;
    filter: saturate(1.05);
}

.qr-menu-product:hover .qr-menu-product__image img {
    transform: scale(1.08);
    filter: saturate(1.15);
}

.qr-menu-product__body {
    min-width: 0;
    padding-top: 6px;
}

.qr-menu-product__title-row {
    gap: 10px;
    margin-bottom: 6px;
}

.qr-menu-product__name {
    font-family: 'Cormorant Garamond', 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 600;
    color: var(--qr-cream);
    letter-spacing: 0.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70%;
    line-height: 1.2;
}

.qr-menu-product__dots {
    position: relative;
    height: 1px;
    align-self: end;
    margin: 0 10px 10px;
    background-image: radial-gradient(circle, var(--qr-gold-1) 1px, transparent 1.6px);
    background-size: 8px 2px;
    background-repeat: repeat-x;
    background-position: 0 center;
    min-width: 30px;
    opacity: 0.75;
}

.qr-menu-product__price {
    font-family: 'Cormorant Garamond', 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 700;
    color: var(--qr-gold-2);
    white-space: nowrap;
    letter-spacing: 0.5px;
    background: linear-gradient(180deg, var(--qr-gold-2), var(--qr-gold-1));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.qr-menu-product__description {
    font-family: 'Cormorant Garamond', 'Playfair Display', serif;
    font-size: 17px;
    font-style: italic;
    line-height: 1.55;
    color: var(--qr-ink-soft);
    letter-spacing: 0.2px;
    text-wrap: pretty;
}

/* --- Responsive --- */
@media (max-width: 991.98px) {
    .qr-menu-page.py-5 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }

    .qr-menu-page__title {
        font-size: 40px;
        letter-spacing: 4px;
        padding: 0 34px 16px;
    }

    .qr-menu-page > .text-center {
        margin-bottom: 1rem !important;
    }

    .qr-menu-page > .text-center::after {
        width: 160px;
        margin-top: 2px;
    }

    .qr-menu-page__grid {
        padding: 22px 14px;
    }

    /* Tighten Bootstrap row/col gutters on mobile */
    .qr-menu-page__grid > .row {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1.5rem;
    }

    .qr-menu-category {
        padding: 4px 2px;
    }

    .qr-menu-category__header {
        margin-bottom: 0.75rem !important;
    }

    .qr-menu-category__label {
        gap: 10px;
        margin-bottom: 6px;
    }

    .qr-menu-category__title {
        font-size: 21px;
        letter-spacing: 3px;
        padding: 8px 22px 6px;
    }

    .qr-menu-category__title::after {
        font-size: 15px;
        bottom: -12px;
        padding: 0 6px;
    }

    .qr-menu-category__items {
        gap: 0.5rem !important;
    }

    .qr-menu-product {
        padding: 10px 6px;
        gap: 0.75rem !important;
    }

    .qr-menu-product__image {
        width: 72px;
        height: 72px;
        padding: 3px;
    }

    .qr-menu-product__body {
        padding-top: 2px;
    }

    .qr-menu-product__title-row {
        /* Keep name + price on the same row; let the name wrap internally
           instead of pushing the price to a new line. Override Bootstrap's
           `.align-items-baseline` (uses !important) so multi-line names align
           the price to the first line, not the last. */
        flex-wrap: nowrap;
        align-items: flex-start !important;
        gap: 10px;
        margin-bottom: 4px;
    }

    .qr-menu-product__name {
        font-size: 19px;
        max-width: none;
        white-space: normal;
        line-height: 1.25;
        /* min-width:0 allows the flex item to shrink below its content width,
           which enables proper text wrapping instead of overflow. */
        flex: 1 1 auto;
        min-width: 0;
        /* Prefer balanced line breaks so groups like "(2 kişilik)" stay together
           instead of splitting across lines. Falls back gracefully on older browsers. */
        text-wrap: balance;
        overflow-wrap: break-word;
        word-break: normal;
        hyphens: manual;
    }

    /* Hide the dotted connector on mobile — it looks messy when the name
       wraps to a second line (orphan dots). The gap between name and price
       is enough visual separation. */
    .qr-menu-product__dots {
        display: none !important;
    }

    .qr-menu-product__price {
        font-size: 19px;
        white-space: nowrap;
        flex: 0 0 auto;
        line-height: 1.25;
        align-self: flex-start;
    }

    .qr-menu-product__description {
        font-size: 14.5px;
        line-height: 1.45;
    }
}

@media (max-width: 575.98px) {
    .qr-menu-page__title {
        font-size: 30px;
        letter-spacing: 2.5px;
        padding: 0 22px 12px;
    }

    .qr-menu-page__title::before,
    .qr-menu-page__title::after {
        width: 16px;
    }

    .qr-menu-page__grid {
        padding: 18px 10px;
    }

    .qr-menu-page__grid::before,
    .qr-menu-page__grid::after {
        width: 20px;
        height: 20px;
    }
    .qr-menu-page__grid::before { top: 8px; left: 8px; }
    .qr-menu-page__grid::after  { bottom: 8px; right: 8px; }

    .qr-menu-category__label .line {
        flex-basis: 22px;
    }

    .qr-menu-category__label .text {
        font-size: 11px;
        letter-spacing: 1.5px;
    }

    .qr-menu-category__title {
        font-size: 18px;
        letter-spacing: 2.5px;
        padding: 7px 18px 5px;
    }

    .qr-menu-category__title::after {
        font-size: 14px;
        bottom: -11px;
        padding: 0 6px;
    }

    .qr-menu-product {
        padding: 8px 4px;
        gap: 0.6rem !important;
    }

    .qr-menu-product__image {
        width: 62px;
        height: 62px;
        padding: 2px;
    }

    .qr-menu-product__name {
        font-size: 17px;
    }

    .qr-menu-product__price {
        font-size: 17px;
    }

    .qr-menu-product__description {
        font-size: 13.5px;
    }
}

/* =========================================
   QR Menu — Subtle Animations
   ========================================= */
@keyframes qr-fade-up {
    from { opacity: 0; transform: translateY(14px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes qr-zoom-hint {
    0%, 100% { opacity: 0.75; }
    50%      { opacity: 1; }
}

@media (prefers-reduced-motion: no-preference) {
    /* Soft opacity breathing on the zoom seal — signals interactivity without
       drawing too much attention. No scale so it stays refined. */
    .qr-menu-product--linked .qr-menu-product__image::before {
        animation: qr-zoom-hint 3.6s ease-in-out infinite;
    }
    .qr-menu-product--linked:hover .qr-menu-product__image::before {
        animation: none;
    }
}

@keyframes qr-fade-in {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes qr-line-grow {
    from { transform: scaleX(0); opacity: 0; }
    to   { transform: scaleX(1); opacity: 1; }
}

@keyframes qr-shimmer {
    0%, 100% { background-position: 0% 50%; }
    50%      { background-position: 100% 50%; }
}

@keyframes qr-pulse-dot {
    0%, 100% { box-shadow: 0 0 0 4px var(--qr-paper), 0 0 0 5px var(--qr-line); }
    50%      { box-shadow: 0 0 0 4px var(--qr-paper), 0 0 0 6px rgba(184, 135, 58, 0.55); }
}

@keyframes qr-float {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-3px); }
}

@media (prefers-reduced-motion: no-preference) {
    /* Title */
    .qr-menu-page__title {
        animation: qr-fade-up 0.9s ease-out both;
    }
    .qr-menu-page__title::before,
    .qr-menu-page__title::after {
        transform-origin: center;
        animation: qr-line-grow 1s ease-out 0.5s both;
    }
    .qr-menu-page > .text-center::after {
        animation: qr-fade-in 1.2s ease-out 0.7s both;
    }

    /* Grid card */
    .qr-menu-page__grid {
        animation: qr-fade-up 0.9s ease-out 0.1s both;
    }

    /* Categories stagger in */
    .qr-menu-category {
        animation: qr-fade-up 0.7s ease-out both;
        animation-delay: calc(0.25s + var(--qr-cat-i, 0) * 0.12s);
    }
    .col-lg-5:nth-of-type(1) .qr-menu-category { --qr-cat-i: 0; }
    .col-lg-5:nth-of-type(2) .qr-menu-category { --qr-cat-i: 1; }
    .col-lg-5:nth-of-type(3) .qr-menu-category { --qr-cat-i: 2; }
    .col-lg-5:nth-of-type(4) .qr-menu-category { --qr-cat-i: 3; }
    .col-lg-5:nth-of-type(5) .qr-menu-category { --qr-cat-i: 4; }
    .col-lg-5:nth-of-type(6) .qr-menu-category { --qr-cat-i: 5; }

    /* Products stagger in within each category */
    .qr-menu-product {
        animation: qr-fade-up 0.6s ease-out both;
        animation-delay: calc(0.45s + var(--qr-i, 0) * 0.08s);
    }
    .qr-menu-category__items .qr-menu-product:nth-child(1) { --qr-i: 0; }
    .qr-menu-category__items .qr-menu-product:nth-child(2) { --qr-i: 1; }
    .qr-menu-category__items .qr-menu-product:nth-child(3) { --qr-i: 2; }
    .qr-menu-category__items .qr-menu-product:nth-child(4) { --qr-i: 3; }
    .qr-menu-category__items .qr-menu-product:nth-child(5) { --qr-i: 4; }
    .qr-menu-category__items .qr-menu-product:nth-child(6) { --qr-i: 5; }
    .qr-menu-category__items .qr-menu-product:nth-child(n+7) { --qr-i: 6; }

    /* Divider dot gently breathes */
    .qr-menu-page__spacer::after {
        animation: qr-pulse-dot 3.2s ease-in-out infinite;
    }

    /* Price gets a soft gold shimmer */
    .qr-menu-product__price {
        background: linear-gradient(
            100deg,
            var(--qr-gold-1) 0%,
            var(--qr-gold-2) 35%,
            #fff2c9 50%,
            var(--qr-gold-2) 65%,
            var(--qr-gold-1) 100%
        );
        background-size: 250% 100%;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: qr-shimmer 6s ease-in-out infinite;
    }

    /* Category fleuron gentle float */
    .qr-menu-category__title::after {
        display: block;
        animation: qr-float 4s ease-in-out infinite;
    }

    /* Product hover: image lift + frame glow */
    .qr-menu-product__image {
        transition:
            transform 0.5s cubic-bezier(0.2, 0.7, 0.2, 1),
            box-shadow 0.5s ease,
            border-color 0.5s ease;
    }
    .qr-menu-product:hover .qr-menu-product__image {
        transform: translateY(-2px) rotate(-1.5deg);
        border-color: var(--qr-gold-1);
        box-shadow:
            0 0 0 1px rgba(255, 255, 255, 0.7) inset,
            0 14px 28px -12px rgba(14, 47, 39, 0.45),
            0 0 0 4px rgba(184, 135, 58, 0.10);
    }
}