/* 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-gold-1: #b8873a;
    --qr-gold-2: #e6c47a;
    --qr-gold-3: #8a5f1e;
    --qr-ink: #0e2f27;
    --qr-ink-soft: #3a4a45;
    --qr-muted: #7d8b86;
    --qr-cream: #fbf7ef;
    --qr-cream-2: #f4ecd8;
    --qr-paper: #fdfbf6;
    --qr-line: rgba(184, 135, 58, 0.35);
}

.qr-menu-page {
    color: var(--qr-ink);
    background:
        radial-gradient(1200px 500px at 50% -100px, rgba(21, 70, 58, 0.10), transparent 60%),
        radial-gradient(900px 400px at 50% 110%, rgba(184, 135, 58, 0.10), transparent 60%),
        linear-gradient(180deg, var(--qr-paper) 0%, #fbf6ea 100%);
    position: relative;
    overflow: hidden;
    /* 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; }

.qr-menu-page::before,
.qr-menu-page::after {
    content: '';
    position: absolute;
    width: 260px;
    height: 260px;
    background:
        radial-gradient(circle at center, rgba(184, 135, 58, 0.12), transparent 60%);
    filter: blur(10px);
    pointer-events: none;
}

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

/* --- 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-green);
    position: relative;
    display: inline-block;
    padding: 0 60px 26px;
    background: linear-gradient(180deg, var(--qr-green-3) 0%, var(--qr-green-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: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(21, 70, 58, 0.18);
    border-radius: 6px;
    padding: 46px 32px;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.6) inset,
        0 30px 60px -30px rgba(14, 47, 39, 0.25);
    backdrop-filter: blur(2px);
}

/* Decorative corner frame — green + gold */
.qr-menu-page__grid::before,
.qr-menu-page__grid::after {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    border: 1px solid var(--qr-green);
    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-paper), 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-3);
    font-weight: 500;
    white-space: nowrap;
}

.qr-menu-category__title {
    font-family: 'Cinzel', 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 600;
    color: var(--qr-green);
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    display: inline-block;
    padding-bottom: 16px;
}

.qr-menu-category__title::after {
    content: '❦';
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    color: var(--qr-gold-1);
    line-height: 1;
    margin-top: 10px;
    letter-spacing: 0;
}

/* --- 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(184, 135, 58, 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(255, 255, 255, 0.9), rgba(244, 236, 216, 0.6));
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.8) inset,
        0 12px 30px -18px rgba(80, 55, 15, 0.35);
    color: inherit;
    text-decoration: none;
}

.qr-menu-product__image {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    padding: 5px;
    background: var(--qr-paper);
    border: 1px solid var(--qr-green);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.7) inset,
        0 8px 20px -10px rgba(14, 47, 39, 0.35);
    overflow: hidden;
    position: relative;
}

.qr-menu-product__image::after {
    content: '';
    position: absolute;
    inset: 2px;
    border: 1px solid rgba(184, 135, 58, 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-green);
    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-3);
    white-space: nowrap;
    letter-spacing: 0.5px;
    background: linear-gradient(180deg, var(--qr-gold-3), 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;
}

/* --- 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: 24px;
        letter-spacing: 3px;
        padding-bottom: 10px;
    }

    .qr-menu-category__title::after {
        margin-top: 6px;
        font-size: 16px;
    }

    .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 {
        flex-wrap: wrap;
        gap: 4px 8px;
        margin-bottom: 2px;
    }

    .qr-menu-product__name {
        font-size: 19px;
        max-width: none;
        white-space: normal;
        line-height: 1.2;
        flex: 1 1 auto;
    }

    .qr-menu-product__dots {
        min-width: 20px;
        margin: 0 4px 8px;
    }

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

    .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: 20px;
        letter-spacing: 2px;
        padding-bottom: 8px;
    }

    .qr-menu-category__title::after {
        font-size: 14px;
        margin-top: 4px;
    }

    .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-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-3) 0%,
            var(--qr-gold-1) 35%,
            var(--qr-gold-2) 50%,
            var(--qr-gold-1) 65%,
            var(--qr-gold-3) 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);
    }
}