/* Desifoodie typography */
.pages {
    font-family: var(--bs-body-font-family) !important;
}

.pages h1,
.pages h2,
.pages h3,
.pages h4,
.pages h5,
.pages h6,
.pages .title {
    font-family: var(--bs-heading-font-family) !important;
}

.pages p,
.pages a,
.pages button,
.pages input,
.pages select,
.pages textarea,
.pages label,
.pages span {
    font-family: inherit;
}

/* TEMPORARILY HIDE CART ICON ACROSS ALL PAGES */
.cartQuantity,
.item.cart {
    display: none !important;
}

/* Hero */
.desifoodie-hero-section {
    position: relative !important;
    z-index: 1 !important;
    padding-top: 120px !important;
    padding-bottom: 120px !important;
    min-height: 560px !important;
    display: flex !important;
    align-items: center !important;
    overflow: hidden !important;
}

.desifoodie-hero-section .hero-badge-top {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: #8c6239 !important;
    margin-bottom: 16px !important;
}

.desifoodie-hero-section .hero-badge-top .badge-line {
    display: inline-block !important;
    width: 35px !important;
    height: 1px !important;
    background: #c59d5f !important;
    position: relative !important;
}

.desifoodie-hero-section .hero-badge-top .badge-line::after {
    content: '' !important;
    position: absolute !important;
    top: -3px !important;
    width: 7px !important;
    height: 7px !important;
    border: 1px solid #c59d5f !important;
    transform: rotate(45deg) !important;
}

.desifoodie-hero-section .hero-badge-top .badge-line.left-line::after {
    left: 0 !important;
}

.desifoodie-hero-section .hero-badge-top .badge-line.right-line::after {
    right: 0 !important;
}

.desifoodie-hero-section .hero-brand-title {
    font-family: var(--bs-heading-font-family) !important;
    font-size: 60px !important;
    font-weight: 800 !important;
    color: #2B160F !important;
    line-height: 1.2 !important;
    margin-bottom: 18px !important;
}

.desifoodie-hero-section .hero-slogan-line {
    display: inline-flex !important;
    align-items: center !important;
    gap: 15px !important;
    font-size: 19px !important;
    font-weight: 600 !important;
    color: #A96F20 !important;
    letter-spacing: 1.5px !important;
    margin-bottom: 22px !important;
}

.desifoodie-hero-section .hero-slogan-line .dash-line {
    display: inline-block !important;
    width: 30px !important;
    height: 1px !important;
    background: #8c5d3b !important;
}

.desifoodie-hero-section .hero-desc-text {
    font-size: 18px !important;
    line-height: 1.7 !important;
    color: #5F554D !important;
    margin-bottom: 30px !important;
}

/* RIGHT SIDE DISH IMAGE - PROMINENT & HIGH IMPACT */
.desifoodie-hero-section .hero-image {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 48% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    z-index: 2 !important;
}

.desifoodie-hero-section .hero-image img {
    height: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    object-fit: contain !important;
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.18)) !important;
    transition: transform 0.3s ease !important;
}

.desifoodie-hero-section .hero-image img:hover {
    transform: scale(1.03) !important;
}

@media (max-width: 991.98px) {
    .desifoodie-hero-section {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
        min-height: auto !important;
    }

    .desifoodie-hero-section .hero-badge-top {
        font-size: 12px !important;
        margin-bottom: 12px !important;
    }

    .desifoodie-hero-section .hero-brand-title {
        font-size: 32px !important;
        margin-bottom: 14px !important;
    }

    .desifoodie-hero-section .hero-slogan-line {
        font-size: 16px !important;
        margin-bottom: 16px !important;
    }

    .desifoodie-hero-section .hero-desc-text {
        font-size: 14px !important;
        margin-bottom: 24px !important;
    }

    .desifoodie-hero-section .hero-image {
        position: relative !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin-top: 25px !important;
    }

    .desifoodie-hero-section .hero-image img {
        max-width: 90% !important;
        width: auto !important;
        height: auto !important;
        max-height: 320px !important;
        transform: scale(1) !important;
        transform-origin: center center !important;
        filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.15)) !important;
    }
}

/* Featured products */
.vuaga-featured-products-section {
    background: #FCF9F5 !important;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    position: relative !important;
}

.vuaga-featured-products-section .featured-badge-top {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: #A96F20 !important;
    margin-bottom: 10px !important;
}

.vuaga-featured-products-section .featured-badge-top .badge-line {
    display: inline-block !important;
    width: 25px !important;
    height: 1px !important;
    background: #C59D5F !important;
    position: relative !important;
}

.vuaga-featured-products-section .featured-badge-top .badge-line::after {
    content: '' !important;
    position: absolute !important;
    top: -3px !important;
    width: 6px !important;
    height: 6px !important;
    border: 1px solid #C59D5F !important;
    transform: rotate(45deg) !important;
}

.vuaga-featured-products-section .featured-badge-top .badge-line.left-line::after {
    left: 0 !important;
}

.vuaga-featured-products-section .featured-badge-top .badge-line.right-line::after {
    right: 0 !important;
}

.vuaga-featured-products-section .featured-main-title {
    font-family: var(--bs-heading-font-family) !important;
    font-size: 36px !important;
    font-weight: 800 !important;
    color: #2B160F !important;
    line-height: 1.25 !important;
    margin-bottom: 12px !important;
}

.vuaga-featured-products-section .featured-subtitle-text {
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #6C5F55 !important;
    max-width: 620px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* GENERAL CARD STYLING */
.vuaga-product-card {
    border-radius: 14px !important;
    overflow: hidden !important;
    position: relative !important;
    background: #110B08 !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
    transition: transform 0.35s ease, box-shadow 0.35s ease !important;
    height: 100% !important;
}

.vuaga-product-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.16) !important;
}

.vuaga-product-card .card-link-wrapper {
    display: block !important;
    position: relative !important;
    text-decoration: none !important;
    height: 100% !important;
}

.vuaga-product-card .card-image-box {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    border-radius: 14px !important;
}

.vuaga-product-card .card-image-box img.product-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    transition: transform 0.5s ease !important;
}

.vuaga-product-card:hover img.product-img {
    transform: scale(1.08) !important;
}

.vuaga-product-card .card-gradient-overlay {
    display: none !important;
    background: transparent !important;
}

.vuaga-product-card .card-bottom-content {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    padding: 36px 14px 12px 14px !important;
    z-index: 3 !important;
    text-align: left !important;
    background: linear-gradient(to top, rgba(14, 8, 4, 0.88) 0%, rgba(14, 8, 4, 0.4) 60%, rgba(14, 8, 4, 0) 100%) !important;
    border-bottom-left-radius: 14px !important;
    border-bottom-right-radius: 14px !important;
}

/* BADGES ROW */
.vuaga-product-card .card-badges-row {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    flex-wrap: wrap !important;
    margin-bottom: 6px !important;
}

.vuaga-product-card .category-badge {
    display: inline-flex !important;
    align-items: center !important;
    background: rgba(43, 22, 15, 0.85) !important;
    backdrop-filter: blur(4px) !important;
    border: 1px solid #A96F20 !important;
    color: #F4C476 !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
    padding: 3px 8px !important;
    border-radius: 4px !important;
    margin-bottom: 0 !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4) !important;
}

.vuaga-product-card .bestseller-ribbon {
    display: inline-flex !important;
    align-items: center !important;
    background: linear-gradient(135deg, #D4AF37 0%, #AA771C 100%) !important;
    color: #FFFFFF !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: 1.2px !important;
    text-transform: uppercase !important;
    padding: 4px 10px !important;
    border-radius: 16px !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4) !important;
    margin-bottom: 0 !important;
}

/* TITLES & TEXT */
.vuaga-product-card .product-title {
    font-family: var(--bs-heading-font-family) !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    color: #FFFFFF !important;
    line-height: 1.3 !important;
    margin-bottom: 2px !important;
    transition: color 0.3s ease !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.95), 0 1px 3px rgba(0, 0, 0, 0.9) !important;
}

.vuaga-product-card:hover .product-title {
    color: #F4C476 !important;
}

.vuaga-product-card .product-summary {
    font-size: 12px !important;
    line-height: 1.45 !important;
    color: #E2D6C6 !important;
    margin-bottom: 0 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    font-weight: 500 !important;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.95) !important;
}

/* LAYOUT SIZES FOR MÃ“N 01 - 09 */
/* MÃ³n 01 (Best Seller - Left Tall Card) */
.vuaga-card-bestseller {
    height: 424px !important;
    border: 1.5px solid rgba(212, 175, 55, 0.4) !important;
}

.vuaga-card-bestseller .product-title {
    font-size: 22px !important;
}

.vuaga-card-bestseller .product-summary {
    font-size: 13px !important;
    -webkit-line-clamp: 3 !important;
}

/* MÃ³n 02 - 05 (Right 2x2 Grid Small Cards) */
.vuaga-card-small {
    height: 200px !important;
}

.vuaga-card-small .product-title {
    font-size: 15px !important;
}

.vuaga-card-small .card-bottom-content {
    padding: 12px 14px !important;
}

/* MÃ³n 06 - 09 (Bottom Row Cards) */
.vuaga-card-standard {
    height: 260px !important;
}

/* BUTTON VIEW ALL MENU */
.vuaga-featured-products-section .btn-view-all-menu {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    background: #FFFFFF !important;
    border: 1.5px solid #D4B27C !important;
    color: #8C6239 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 11px 30px !important;
    border-radius: 26px !important;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04) !important;
    transition: all 0.3s ease !important;
    margin-top: 10px !important;
}

.vuaga-featured-products-section .btn-view-all-menu:hover {
    background: #8C6239 !important;
    color: #FFFFFF !important;
    border-color: #8C6239 !important;
    box-shadow: 0 6px 20px rgba(140, 98, 57, 0.3) !important;
    transform: translateY(-2px) !important;
}

@media (max-width: 991.98px) {
    .vuaga-featured-products-section .featured-main-title {
        font-size: 28px !important;
    }

    .vuaga-card-bestseller {
        height: 320px !important;
    }

    .vuaga-card-small {
        height: 230px !important;
    }

    .vuaga-card-standard {
        height: 240px !important;
    }

    /* Mobile & Tablet Featured Products Slider */
    .featured-products-swiper {
        overflow: hidden !important;
        padding-bottom: 25px !important;
    }

    .vuaga-card-mobile-slide {
        height: 280px !important;
    }

    .vuaga-card-mobile-slide .product-title {
        font-size: 18px !important;
    }

    .featured-products-dots .swiper-pagination-bullet {
        background: #c8a572 !important;
        opacity: 0.4 !important;
        transition: all 0.3s ease !important;
    }

    .featured-products-dots .swiper-pagination-bullet-active {
        opacity: 1 !important;
        background: #a57239 !important;
        transform: scale(1.25) !important;
    }

    .featured-products-dots.swiper-pagination {
        position: relative !important;
        bottom: 0 !important;
        margin-top: 14px !important;
    }
}

/* Restaurant space */
.vuaga-space-section {
    background: #ffffffff !important;
    position: relative !important;
    padding-top: 85px !important;
    padding-bottom: 85px !important;
    overflow: hidden !important;
}

/* BACKGROUND IMAGE LAYER FROM DB */
.vuaga-space-section .space-bg-layer {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center !important;
    opacity: 0.2 !important;
    z-index: 1 !important;
}

.vuaga-space-section .container {
    position: relative !important;
    z-index: 2 !important;
}

/* HEADER */
.vuaga-space-section .space-tagline {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 2.5px !important;
    text-transform: uppercase !important;
    color: #A96F20 !important;
    margin-bottom: 10px !important;
}

.vuaga-space-section .space-main-title {
    font-family: var(--bs-heading-font-family) !important;
    font-size: 44px !important;
    font-weight: 800 !important;
    color: #2B160F !important;
    line-height: 1.2 !important;
    margin-bottom: 14px !important;
}

.vuaga-space-section .space-subtitle {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #8C6239 !important;
    max-width: 780px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 50px !important;
    line-height: 1.6 !important;
}

/* GALLERY GRID */
.vuaga-space-section .space-main-img-box {
    border-radius: 24px !important;
    overflow: hidden !important;
    box-shadow: 0 14px 40px rgba(43, 22, 15, 0.12) !important;
    height: 450px !important;
    background: #1A110C !important;
}

.vuaga-space-section .space-main-img-box img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    transition: transform 0.5s ease !important;
}

.vuaga-space-section .space-main-img-box:hover img {
    transform: scale(1.03) !important;
}

.vuaga-space-section .space-top-img-box {
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 30px rgba(43, 22, 15, 0.1) !important;
    height: 215px !important;
    margin-bottom: 20px !important;
    background: #1A110C !important;
}

.vuaga-space-section .space-top-img-box img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    transition: transform 0.5s ease !important;
}

.vuaga-space-section .space-top-img-box:hover img {
    transform: scale(1.03) !important;
}

.vuaga-space-section .space-thumb-box {
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 24px rgba(43, 22, 15, 0.08) !important;
    height: 215px !important;
    background: #1A110C !important;
}

.vuaga-space-section .space-thumb-box img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    transition: transform 0.5s ease !important;
}

.vuaga-space-section .space-thumb-box:hover img {
    transform: scale(1.05) !important;
}

/* 5-COLUMN HIGHLIGHTS BAR */
.vuaga-space-section .highlights-bar {
    margin-top: 55px !important;
}

.vuaga-space-section .highlight-col {
    text-align: center !important;
    padding: 10px 14px !important;
    position: relative !important;
}

.vuaga-space-section .highlight-col:not(:last-child)::after {
    content: '' !important;
    position: absolute !important;
    right: 0 !important;
    top: 15% !important;
    height: 70% !important;
    width: 1px !important;
    background: #E6D7C3 !important;
}

.vuaga-space-section .highlight-icon-wrapper {
    width: 52px !important;
    height: 52px !important;
    border-radius: 50% !important;
    background: transparent !important;
    border: 1.5px solid #C8AA82 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #8C6239 !important;
    margin-bottom: 12px !important;
    transition: all 0.3s ease !important;
}

.vuaga-space-section .highlight-col:hover .highlight-icon-wrapper {
    background: #8C6239 !important;
    color: #FFFFFF !important;
    border-color: #8C6239 !important;
    transform: scale(1.1) !important;
}

.vuaga-space-section .highlight-icon-wrapper svg {
    width: 26px !important;
    height: 26px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.8 !important;
}

.vuaga-story-section .highlight-icon-wrapper span.parking-letter {
    font-size: 22px !important;
    font-weight: 800 !important;
    font-family: var(--bs-body-font-family) !important;
    line-height: 1 !important;
}

.vuaga-space-section .highlight-title {
    font-size: 12.5px !important;
    font-weight: 800 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    color: #2B160F !important;
    margin-bottom: 4px !important;
}

.vuaga-space-section .highlight-desc {
    font-size: 12px !important;
    color: #6C5F55 !important;
    margin-bottom: 0 !important;
    line-height: 1.4 !important;
}

@media (max-width: 991.98px) {
    .vuaga-space-section .space-main-title {
        font-size: 30px !important;
    }

    .vuaga-space-section .space-main-img-box {
        height: 320px !important;
        margin-bottom: 20px !important;
    }

    .vuaga-space-section .space-top-img-box {
        height: 200px !important;
    }

    .vuaga-space-section .space-thumb-box {
        height: 140px !important;
    }

    .vuaga-space-section .highlight-col:not(:last-child)::after {
        display: none !important;
    }

    .vuaga-space-section .highlight-col {
        margin-bottom: 24px !important;
    }
}

/* Party booking */
.vuaga-party-section {
    background: #F7F2EA !important;
    position: relative !important;
    padding-top: 85px !important;
    padding-bottom: 85px !important;
    overflow: hidden !important;
}

/* BACKGROUND IMAGE LAYER FROM DB */
.vuaga-party-section .party-bg-layer {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center !important;
    opacity: 0.2 !important;
    z-index: 1 !important;
}

.vuaga-party-section .container {
    position: relative !important;
    z-index: 2 !important;
}

/* HEADER */
.vuaga-party-section .party-tagline {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 2.5px !important;
    text-transform: uppercase !important;
    color: #A96F20 !important;
    margin-bottom: 10px !important;
}

.vuaga-party-section .party-main-title {
    font-family: var(--bs-heading-font-family) !important;
    font-size: 44px !important;
    font-weight: 800 !important;
    color: #2B160F !important;
    line-height: 1.2 !important;
    margin-bottom: 14px !important;
}

.vuaga-party-section .party-subtitle {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #8C6239 !important;
    max-width: 780px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 40px !important;
    line-height: 1.6 !important;
}

/* TOP 4-COLUMN HIGHLIGHTS */
.vuaga-party-section .top-highlights-row {
    margin-bottom: 45px !important;
    padding: 8px 10px !important;
}

.vuaga-party-section .top-highlight-col {
    position: relative !important;
    padding: 0 20px !important;
}

.vuaga-party-section .top-highlight-col:not(:last-child)::after {
    content: '' !important;
    position: absolute !important;
    top: 12% !important;
    right: 0 !important;
    width: 1px !important;
    height: 76% !important;
    background: #dfc58f !important;
}

.vuaga-party-section .top-highlight-item {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    min-height: 48px !important;
}

.vuaga-party-section .top-highlight-item .icon-circle {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #c79431 !important;
}

.vuaga-party-section .top-highlight-item .icon-circle svg {
    width: 38px !important;
    height: 38px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.45 !important;
}

.vuaga-party-section .top-highlight-item .icon-circle img {
    width: 38px !important;
    height: 38px !important;
    object-fit: contain !important;
    display: block !important;
}

.vuaga-party-section .top-highlight-item .item-title {
    font-size: 14px !important;
    font-weight: 800 !important;
    letter-spacing: 0.2px !important;
    text-transform: uppercase !important;
    color: #2B160F !important;
    margin-bottom: 2px !important;
}

.vuaga-party-section .top-highlight-item .item-desc {
    font-size: 12px !important;
    color: #6C5F55 !important;
    margin-bottom: 0 !important;
}

/* LEFT GALLERY GRID (5-IMAGE HARMONIOUS GRID) */
.vuaga-party-section .party-gallery-grid {
    display: flex !important;
    flex-direction: column !important;
}

.vuaga-party-section .party-img-card {
    position: relative !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 30px rgba(43, 22, 15, 0.1) !important;
    background: #efe4d4 !important;
}

.vuaga-party-section .party-img-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    transition: transform 0.4s ease !important;
}

.vuaga-party-section .party-img-card:hover img {
    transform: scale(1.05) !important;
}

@media (min-width: 992px) {
    .vuaga-party-section .party-card-lg {
        height: 300px !important;
    }

    .vuaga-party-section .party-card-sm {
        height: 250px !important;
    }
}

@media (max-width: 991.98px) {
    .vuaga-party-section .party-card-lg {
        height: 200px !important;
    }

    .vuaga-party-section .party-card-sm {
        height: 160px !important;
    }
}

.vuaga-party-section .party-img-card .capacity-badge {
    position: absolute !important;
    bottom: 16px !important;
    left: 16px !important;
    background: rgba(18, 12, 9, 0.85) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(212, 175, 55, 0.4) !important;
    border-radius: 14px !important;
    padding: 10px 14px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    color: #FFFFFF !important;
    z-index: 3 !important;
}

.vuaga-party-section .party-img-card .capacity-badge svg {
    width: 24px !important;
    height: 24px !important;
    fill: #F4C476 !important;
}

.vuaga-party-section .party-img-card .capacity-badge .badge-label {
    font-size: 9px !important;
    font-weight: 800 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    color: #A09489 !important;
    display: block !important;
    margin-bottom: 0 !important;
}

.vuaga-party-section .party-img-card .capacity-badge .badge-number {
    font-family: var(--bs-heading-font-family) !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #F4C476 !important;
    line-height: 1 !important;
}

/* SET MENU CARDS */
.vuaga-party-section .set-menu-title {
    font-size: 14px !important;
    font-weight: 800 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    color: #2B160F !important;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
    text-align: center !important;
}

.vuaga-party-section .set-menu-card {
    background: #1A100B !important;
    border: 1px solid rgba(212, 175, 55, 0.3) !important;
    border-radius: 16px !important;
    padding: 16px !important;
    color: #FFFFFF !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    height: 100% !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
    position: relative !important;
    overflow: hidden !important;
}

.vuaga-party-section .set-menu-card .set-name {
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    color: #F4C476 !important;
    margin-bottom: 4px !important;
}

.vuaga-party-section .set-menu-card .set-people {
    font-size: 11.5px !important;
    color: #C2B4A7 !important;
    margin-bottom: 8px !important;
}

.vuaga-party-section .set-menu-card .set-price {
    font-family: var(--bs-heading-font-family) !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #FFFFFF !important;
    margin-bottom: 12px !important;
}

.vuaga-party-section .set-menu-card .btn-detail {
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 8px !important;
    padding: 6px 12px !important;
    display: inline-block !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

.vuaga-party-section .set-menu-card:hover .btn-detail {
    background: #D4AF37 !important;
    border-color: #D4AF37 !important;
    color: #1A100B !important;
}

.vuaga-party-section .set-menu-card .set-img-thumb {
    width: 100% !important;
    height: 100px !important;
    object-fit: cover !important;
    border-radius: 12px !important;
    margin-top: 10px !important;
}

/* RIGHT COLUMN: RESERVATION FORM BOX */
.vuaga-party-section .booking-form-card {
    background: #FFFDF8 !important;
    border: 1.5px solid #E6D7C3 !important;
    border-radius: 24px !important;
    padding: 32px 28px !important;
    box-shadow: 0 14px 40px rgba(43, 22, 15, 0.08) !important;
}

.vuaga-party-section .booking-form-card .form-head-title {
    font-family: var(--bs-heading-font-family) !important;
    font-size: 26px !important;
    font-weight: 800 !important;
    color: #2B160F !important;
    margin-bottom: 4px !important;
    text-align: center !important;
}

.vuaga-party-section .booking-form-card .form-head-desc {
    font-size: 13px !important;
    color: #8C6239 !important;
    margin-bottom: 24px !important;
    text-align: center !important;
}

.vuaga-party-section .booking-form-card .input-group-custom {
    position: relative !important;
    margin-bottom: 16px !important;
}

.vuaga-party-section .booking-form-card .input-group-custom .icon-left {
    position: absolute !important;
    left: 14px !important;
    top: 13px !important;
    color: #A96F20 !important;
    z-index: 5 !important;
}

.vuaga-party-section .booking-form-card .input-group-custom .icon-left svg {
    width: 20px !important;
    height: 20px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.8 !important;
}

.vuaga-party-section .booking-form-card .form-control {
    background: #FAF6F0 !important;
    border: 1px solid #E6D7C3 !important;
    border-radius: 12px !important;
    padding: 12px 14px 12px 46px !important;
    font-size: 14px !important;
    color: #2B160F !important;
    box-shadow: none !important;
    transition: all 0.3s ease !important;
}

.vuaga-party-section .booking-form-card .form-control:focus {
    background: #FFFFFF !important;
    border-color: #A96F20 !important;
}

.vuaga-party-section .booking-form-card .party-form-alert {
    margin: -8px 0 16px !important;
    padding: 10px 12px !important;
    border: 1px solid #F1B8B3 !important;
    border-radius: 10px !important;
    background: #FFF1F0 !important;
    color: #A32920 !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
}

.vuaga-party-section .booking-form-card .party-field-error {
    margin: -10px 4px 12px !important;
    color: #B42318 !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
}

.vuaga-party-section .booking-form-card textarea.form-control {
    padding-top: 12px !important;
}

.vuaga-party-section .booking-form-card .btn-submit-booking {
    background: linear-gradient(135deg, #C8963E 0%, #A96F20 100%) !important;
    color: #FFFFFF !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 14px !important;
    width: 100% !important;
    box-shadow: 0 8px 24px rgba(169, 111, 32, 0.3) !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

.vuaga-party-section .booking-form-card .btn-submit-booking:hover {
    background: linear-gradient(135deg, #A96F20 0%, #8C5712 100%) !important;
    transform: translateY(-2px) !important;
}

.vuaga-party-section .booking-form-card .btn-submit-booking:disabled,
.vuaga-party-section .booking-form-card .btn-submit-booking.is-loading {
    opacity: .72 !important;
    cursor: wait !important;
    transform: none !important;
}

.vuaga-party-section .booking-form-card .form-foot-note {
    font-size: 12px !important;
    color: #7A6D62 !important;
    text-align: center !important;
    margin-top: 16px !important;
    margin-bottom: 12px !important;
}

.vuaga-party-section .booking-form-card .hotline-box {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    color: #2B160F !important;
}

.vuaga-party-section .booking-form-card .hotline-box svg {
    width: 24px !important;
    height: 24px !important;
    stroke: #A96F20 !important;
    fill: none !important;
    stroke-width: 1.8 !important;
}

/* BOTTOM 4-ITEM SERVICE PILL BAR (DARK OVAL CONTAINER) */
.vuaga-party-section .bottom-dark-bar {
    background: #1C120C !important;
    border: 1px solid rgba(212, 175, 55, 0.3) !important;
    border-radius: 50px !important;
    padding: 18px 36px !important;
    margin-top: 55px !important;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2) !important;
}

.vuaga-party-section .bottom-service-item {
    display: flex !items-center !important;
    align-items: center !important;
    gap: 14px !important;
    position: relative !important;
    padding: 4px 10px !important;
}

.vuaga-party-section .bottom-service-item:not(:last-child)::after {
    content: '' !important;
    position: absolute !important;
    right: 0 !important;
    top: 15% !important;
    height: 70% !important;
    width: 1px !important;
    background: rgba(255, 255, 255, 0.15) !important;
}

.vuaga-party-section .bottom-service-item .service-icon {
    color: #F4C476 !important;
}

.vuaga-party-section .bottom-service-item .service-icon svg {
    width: 30px !important;
    height: 30px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.8 !important;
}

.vuaga-party-section .bottom-service-item .service-title {
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    margin-bottom: 2px !important;
}

.vuaga-party-section .bottom-service-item .service-desc {
    font-size: 11.5px !important;
    color: #B5A698 !important;
    margin-bottom: 0 !important;
}

@media (max-width: 991.98px) {
    .vuaga-party-section .party-main-title {
        font-size: 30px !important;
    }

    .vuaga-party-section .bottom-dark-bar {
        border-radius: 24px !important;
        padding: 20px !important;
    }

    .vuaga-party-section .bottom-service-item:not(:last-child)::after {
        display: none !important;
    }

    .vuaga-party-section .bottom-service-item {
        margin-bottom: 16px !important;
    }

    .vuaga-party-section .top-highlight-col {
        padding: 12px 16px !important;
    }

    .vuaga-party-section .top-highlight-col:not(:last-child)::after {
        display: none !important;
    }

    .vuaga-party-section .top-highlight-col:nth-child(odd) {
        border-right: 1px solid #dfc58f !important;
    }

    .vuaga-party-section .top-highlight-col:nth-child(-n+2) {
        border-bottom: 1px solid #ead9b8 !important;
    }

    .vuaga-party-section .top-highlight-item {
        justify-content: flex-start !important;
    }
}

/* Special offers â€” Vietnamese heritage carousel */
/* Affordable deals — heritage /* Affordable Deals Section — High-Fidelity Design Matching Target Image */
.vuaga-affordable-grid {
    --affordable-gold: #b87f22;
    --affordable-gold-dark: #966315;
    --affordable-ink: #2e180d;
    --affordable-brown: #695b50;
    position: relative;
    overflow: hidden;
    padding: 75px 0 60px !important;
    background-color: #ffffff !important;
    background-image: none !important;
}

/* Header */
.vuaga-affordable-heading {
    max-width: 820px;
    margin: 0 auto 42px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vuaga-affordable-brand-wrap {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: #4e3423;
}

.vuaga-affordable-brand-wrap .brand-chicken-logo {
    width: 22px;
    height: 22px;
    fill: #b87f22;
}

.vuaga-affordable-brand-wrap .brand-text-name {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #4e3423;
}

.vuaga-affordable-heading h2 {
    margin: 0 0 10px;
    color: var(--affordable-ink);
    font-family: 'Playfair Display', serif;
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 800;
    line-height: 1.2;
}

.vuaga-affordable-heading h2 .highlight {
    color: #9a6a23;
}

.vuaga-affordable-lotus-separator {
    font-size: 16px;
    margin: 4px 0 12px;
    color: var(--affordable-gold);
}

.vuaga-affordable-heading p {
    margin: 0 0 20px;
    color: var(--affordable-brown);
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    line-height: 1.65;
}

.vuaga-affordable-view-all-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 26px;
    border: 1px solid #b87f22;
    border-radius: 999px;
    background: #ffffff;
    color: #4e3423;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.vuaga-affordable-view-all-btn:hover {
    background: #b87f22;
    color: #ffffff;
    border-color: #b87f22;
}

/* Product Grid Cards */
.vuaga-affordable-products {
    position: relative;
    z-index: 2;
}

.vuaga-affordable-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 14px;
    border: 1px solid #eae0d0;
    border-radius: 18px;
    background: #faf5ee;
    box-shadow: 0 8px 24px rgba(60, 35, 15, 0.05);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.vuaga-affordable-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 32px rgba(60, 35, 15, 0.12);
    border-color: #d4a54b;
}

.vuaga-affordable-image {
    display: block;
    height: 235px;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid rgba(200, 142, 40, 0.15);
}

.vuaga-affordable-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.65s ease;
}

.vuaga-affordable-card:hover .vuaga-affordable-image img {
    transform: scale(1.04);
}

.vuaga-affordable-badge {
    position: absolute;
    z-index: 4;
    top: 24px;
    left: 24px;
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    background: linear-gradient(135deg, #82500e, #b77718);
    border-radius: 6px;
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.vuaga-affordable-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    padding: 16px 10px 8px;
    text-align: center;
}

.vuaga-affordable-content :is(h3, .vuaga-affordable-card-title) {
    margin: 0 0 6px;
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
}

.vuaga-affordable-content :is(h3, .vuaga-affordable-card-title) a {
    color: var(--affordable-ink);
    text-decoration: none;
    transition: color 0.3s ease;
}

.vuaga-affordable-card:hover .vuaga-affordable-content :is(h3, .vuaga-affordable-card-title) a {
    color: var(--affordable-gold);
}

.vuaga-affordable-price {
    color: var(--affordable-gold);
    font-family: 'Outfit', sans-serif;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 4px;
}

.vuaga-affordable-lotus-dot {
    font-size: 12px;
    color: var(--affordable-gold);
    margin: 2px 0 6px;
    opacity: 0.8;
}

.vuaga-affordable-content p {
    min-height: 48px;
    margin: 0 0 16px;
    color: var(--affordable-brown);
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    line-height: 1.5;
}

.vuaga-affordable-detail-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    padding: 9px 24px;
    border-radius: 8px;
    background: linear-gradient(135deg, #b87f22 0%, #966315 100%);
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-size: 13.5px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(184, 127, 34, 0.25);
    transition: all 0.3s ease;
}

.vuaga-affordable-detail-btn:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(184, 127, 34, 0.35);
}

/* Bottom Footer Bar */
.vuaga-affordable-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 60px;
    margin-top: 45px;
    padding: 10px 32px;
    border: 1px solid #e5d5c0;
    border-radius: 999px;
    background: #faf3e8;
    box-shadow: 0 6px 20px rgba(60, 35, 15, 0.05);
}

.vuaga-affordable-footer .footer-left-thumb {
    width: 42px;
    height: 42px;
}

.vuaga-affordable-footer .footer-left-thumb .hut-thumb-svg {
    width: 100%;
    height: 100%;
}

.vuaga-affordable-footer .footer-motto-text {
    margin: 0;
    color: #3e2415;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.vuaga-affordable-footer .footer-brand-signature {
    color: #9a6a23;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
}

@media(max-width:991.98px) {
    .vuaga-affordable-grid {
        padding-top: 50px
    }

    .vuaga-affordable-image {
        height: 235px
    }

    .vuaga-affordable-footer {
        flex-direction: column;
        gap: 12px;
        border-radius: 24px;
        padding: 20px;
        text-align: center
    }

    /* Mobile & Tablet Affordable Products Slider */
    .affordable-products-swiper {
        overflow: hidden !important;
        padding-bottom: 25px !important;
    }

    .vuaga-affordable-card-slide {
        height: 100% !important;
    }

    .affordable-products-dots .swiper-pagination-bullet {
        background: #c8a572 !important;
        opacity: 0.4 !important;
        transition: all 0.3s ease !important;
    }

    .affordable-products-dots .swiper-pagination-bullet-active {
        opacity: 1 !important;
        background: #a57239 !important;
        transform: scale(1.25) !important;
    }

    .affordable-products-dots.swiper-pagination {
        position: relative !important;
        bottom: 0 !important;
        margin-top: 14px !important;
    }
}

@media(max-width:575.98px) {
    .vuaga-affordable-heading h2 {
        font-size: 36px
    }

    .vuaga-affordable-image {
        height: 220px
    }
}

/* Custom Background Image Overrides for Admin Uploaded Backgrounds */
.vuaga-special-offers.has-custom-background {
    background-image: var(--offer-background) !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.product-section.vuaga-product-showcase.has-custom-background {
    background-image: var(--product-section-bg) !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.vuaga-affordable-grid.has-custom-background {
    background-image: var(--affordable-bg) !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

/* Product Section — High-Fidelity Design Matching Reference Image */
.product-section.vuaga-product-showcase {
    --product-gold: #d39b32;
    --product-gold-light: #e5be72;
    --product-ink: #2e180d;
    --product-brown: #7a5326;
    position: relative;
    overflow: hidden;
    padding: 80px 0 50px !important;
    background-color: #ffffff !important;
    background-image: none !important;
}

/* Background Golden Wash Graphic */
.vuaga-product-bg-wash {
    display: none;
}

.vuaga-product-main {
    position: relative;
    z-index: 2;
}

/* Left Copy Area */
.vuaga-product-copy {
    max-width: 460px;
}

.vuaga-product-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 18px;
    border: 1px solid #d8a54b;
    border-radius: 999px;
    background: #fffdf9;
    color: #4e3423;
    font-family: 'Playfair Display', serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    box-shadow: 0 2px 8px rgba(216, 165, 75, 0.15);
}

.vuaga-product-label .label-chicken-icon {
    width: 16px;
    height: 16px;
    fill: #d8a54b;
}

.vuaga-product-copy h2 {
    margin: 18px 0 14px;
    color: var(--product-ink);
    font-family: 'Playfair Display', serif;
    font-size: clamp(34px, 3.2vw, 48px);
    font-weight: 800;
    line-height: 1.22;
}

.vuaga-product-ornament {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 140px;
    margin-bottom: 18px;
    color: var(--product-gold);
}

.vuaga-product-ornament .ornament-line {
    flex: 1;
    height: 1px;
    background: #d8a54b;
}

.vuaga-product-ornament .ornament-chicken svg {
    width: 18px;
    height: 18px;
    fill: #d8a54b;
    display: block;
}

.vuaga-product-description {
    max-width: 430px;
    margin-bottom: 26px;
    color: #53483f;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    line-height: 1.65;
}

.vuaga-product-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.vuaga-product-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 26px;
    border-radius: 8px;
    background: linear-gradient(135deg, #d4a54b 0%, #b88226 100%);
    box-shadow: 0 8px 24px rgba(184, 130, 38, 0.3);
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
}

.vuaga-product-primary:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(184, 130, 38, 0.4);
}

.vuaga-product-video {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--product-ink);
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.vuaga-product-video .play-icon-circle {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    padding-left: 2px;
    border: 1.5px solid #d8a54b;
    border-radius: 50%;
    color: #b88226;
    background: #fffdf8;
    transition: all 0.3s ease;
}

.vuaga-product-video:hover {
    color: #b88226;
}

.vuaga-product-video:hover .play-icon-circle {
    background: #b88226;
    color: #ffffff;
    border-color: #b88226;
}

/* Right Side Slider View All Header */
.vuaga-product-view-all {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 16px;
}

.vuaga-product-view-all a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 20px;
    border: 1px solid #d8a54b;
    border-radius: 999px;
    background: #fffdf9;
    color: #3c2a1d;
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.vuaga-product-view-all a:hover {
    background: #b88226;
    color: #ffffff;
    border-color: #b88226;
}

/* Slider Container & Card Transformations */
.vuaga-product-slider-wrap {
    position: relative;
    padding-right: 50px;
}

.vuaga-product-slider {
    overflow: hidden;
    padding: 10px 5px 50px;
}

.vuaga-product-slider .swiper-slide {
    opacity: 0.9;
    transform: scale(0.92);
    transform-origin: center left;
    transition: all 0.5s ease;
}

.vuaga-product-slider .swiper-slide-active {
    z-index: 5;
    opacity: 1;
    transform: scale(1);
}

.vuaga-product-card {
    position: relative;
    overflow: hidden;
    border: 1px solid #e5ccb0;
    border-radius: 16px;
    background: #fffaf3;
    box-shadow: 0 12px 30px rgba(79, 49, 23, 0.1);
    transition: all 0.4s ease;
}

.vuaga-product-image {
    position: relative;
    height: 285px;
    overflow: hidden;
    transition: height 0.5s ease;
}

.vuaga-product-slider .swiper-slide-active .vuaga-product-image {
    height: 410px;
}

.vuaga-product-image>a:first-child {
    display: block;
    width: 100%;
    height: 100%;
}

.vuaga-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.65s ease;
}

.vuaga-product-card:hover img {
    transform: scale(1.04);
}

/* Discount Badge */
.vuaga-product-discount {
    position: absolute;
    top: 16px;
    left: 14px;
    z-index: 4;
    padding: 5px 11px;
    border-radius: 6px;
    background: #dc3e43;
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    font-weight: 800;
}

/* BEST SELLER Badge on Active Slide */
.vuaga-product-badge {
    position: absolute;
    top: 16px;
    right: 14px;
    z-index: 4;
    display: none;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border: 1px solid #d8a54b;
    border-radius: 999px;
    background: #fff3d6;
    color: #6a4a20;
    font-family: 'Outfit', sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.vuaga-product-slider .swiper-slide-active .vuaga-product-badge {
    display: inline-flex;
}

/* Wishlist Heart Icon */
.vuaga-product-heart {
    position: absolute;
    top: 16px;
    right: 14px;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(216, 165, 75, 0.4);
    border-radius: 50%;
    background: rgba(25, 17, 11, 0.6);
    color: #efb746;
    text-decoration: none;
    transition: all 0.3s ease;
}

.vuaga-product-slider .swiper-slide-active .vuaga-product-heart {
    top: auto;
    right: 18px;
    bottom: 22px;
    border: 0;
    background: transparent;
    font-size: 18px;
}

/* Dark Overlay Content on Active Slide */
.vuaga-product-overlay {
    position: absolute;
    inset: auto 0 0;
    display: none;
    padding: 60px 22px 22px;
    background: linear-gradient(transparent, rgba(17, 10, 5, 0.94) 70%);
    color: #ffffff;
    z-index: 3;
}

.vuaga-product-slider .swiper-slide-active .vuaga-product-overlay {
    display: block;
}

.vuaga-product-overlay .special-dish-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #f3c769;
    margin-bottom: 6px;
}

.vuaga-product-overlay :is(h3, .vuaga-product-card-title) {
    margin: 0 0 8px;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 700;
}

.vuaga-product-overlay :is(h3, .vuaga-product-card-title) a {
    color: #ffffff;
    text-decoration: none;
}

.vuaga-product-overlay .vuaga-product-price strong {
    color: #f4c476;
    font-size: 22px;
}

.vuaga-product-overlay .vuaga-product-price del {
    color: #b5a99d;
}

/* Khám Phá Món Buttons */
.btn-discover-dish {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(135deg, #d8a54b 0%, #b88226 100%) !important;
    color: #ffffff !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    padding: 8px 18px !important;
    border-radius: 20px !important;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25) !important;
    transition: all 0.3s ease !important;
    white-space: nowrap !important;
}

.btn-discover-dish:hover {
    background: linear-gradient(135deg, #b88226 0%, #906216 100%) !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35) !important;
}

/* Compact White Card Body for Inactive Side Slides */
.vuaga-product-compact {
    position: relative;
    min-height: 90px;
    padding: 14px 18px;
    background: #ffffff;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
}

.vuaga-product-compact :is(h3, .vuaga-product-card-title) {
    margin: 0 0 4px;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 700;
}

.vuaga-product-compact :is(h3, .vuaga-product-card-title) a {
    color: var(--product-ink);
    text-decoration: none;
}

.vuaga-product-slider .swiper-slide-active .vuaga-product-compact {
    display: none !important;
}

.btn-discover-dish-compact {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #fff8ef !important;
    border: 1.5px solid #d8a54b !important;
    color: #a57239 !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    padding: 6px 14px !important;
    border-radius: 20px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    white-space: nowrap !important;
}

.btn-discover-dish-compact:hover {
    background: #a57239 !important;
    color: #ffffff !important;
    border-color: #a57239 !important;
    transform: translateY(-1px) !important;
}

/* Next Arrow Button */
.vuaga-product-next {
    position: absolute;
    z-index: 10;
    top: 45%;
    right: 5px;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: #d4a54b;
    color: #ffffff;
    box-shadow: 0 6px 18px rgba(180, 130, 35, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.vuaga-product-next:hover {
    background: #b88226;
    transform: translateY(-2px);
}

/* Pagination Dots */
.vuaga-product-slider .swiper-pagination {
    bottom: 10px !important;
}

.vuaga-product-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1.5px solid #d8a54b;
    background: transparent;
    opacity: 0.6;
    margin: 0 5px !important;
}

.vuaga-product-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #d8a54b;
    transform: scale(1.2);
}

/* Middle 4-Column Feature Bar */
.vuaga-product-features {
    position: relative;
    z-index: 3;
    margin-top: 35px;
    padding: 24px 30px;
    border: 1px solid #f0e2d0;
    border-radius: 24px;
    background: rgba(255, 253, 249, 0.96);
    box-shadow: 0 12px 34px rgba(86, 52, 20, 0.08);
}

.vuaga-product-feature {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 75px;
    padding: 8px 20px;
    border-right: 1px solid #eadfce;
}

.vuaga-product-features [class*='col-']:last-child .vuaga-product-feature {
    border-right: 0;
}

.vuaga-product-feature>i {
    flex: 0 0 52px;
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border: 1.5px solid #dcae58;
    border-radius: 50%;
    color: #cf962c;
    font-size: 22px;
    background: #fffdf8;
}

.vuaga-product-feature :is(h4, .vuaga-product-feature-title) {
    margin: 0 0 4px;
    color: #302117;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 800;
}

.vuaga-product-feature p {
    margin: 0;
    color: #685b50;
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    line-height: 1.45;
}

/* Bottom Trust & Benefits Bar */
.vuaga-product-trust {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 30px;
    align-items: center;
    margin-top: 28px;
    padding: 28px 45px;
    border-radius: 24px;
    background: linear-gradient(135deg, #322318 0%, #1f150d 100%);
    color: #ffffff;
    box-shadow: 0 14px 36px rgba(34, 22, 13, 0.22);
}

.vuaga-product-trust-copy {
    padding-right: 28px;
    border-right: 1px solid rgba(224, 174, 76, 0.35);
}

.vuaga-product-trust-copy h3 {
    margin: 0 0 4px;
    color: #e3ad43;
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    font-weight: 800;
}

.vuaga-product-trust-copy p {
    margin: 0 0 12px;
    color: #e6ded6;
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    line-height: 1.5;
}

/* Customer Avatars Stack */
.customer-avatar-stack {
    display: flex;
    align-items: center;
    gap: 12px;
}

.avatar-img-group {
    display: flex;
    align-items: center;
}

.avatar-circle {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid #322318;
    object-fit: cover;
    margin-left: -10px;
}

.avatar-circle:first-child {
    margin-left: 0;
}

.avatar-count-tag {
    background: #e3ad43;
    color: #1f150d;
    font-family: 'Outfit', sans-serif;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 12px;
}

/* Right 4 Benefit Items Grid */
.vuaga-product-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.vuaga-product-benefit {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: #e7bd67;
    text-align: center;
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.vuaga-product-benefit i {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border: 1.5px solid #dca848;
    border-radius: 50%;
    font-size: 20px;
    background: rgba(255, 255, 255, 0.05);
}

@media(max-width:991.98px) {
    .vuaga-product-copy {
        max-width: none;
        text-align: center
    }

    .vuaga-product-description,
    .vuaga-product-ornament {
        margin-inline: auto
    }

    .vuaga-product-actions,
    .vuaga-product-view-all {
        justify-content: center
    }

    .vuaga-product-view-all {
        margin-top: 20px
    }

    .vuaga-product-feature {
        border-right: 0;
        border-bottom: 1px solid #eadfce
    }

    .vuaga-product-trust {
        grid-template-columns: 1fr
    }

    .vuaga-product-trust-copy {
        padding: 0 0 20px;
        border: 0;
        border-bottom: 1px solid rgba(224, 174, 76, .45);
        text-align: center
    }

    .vuaga-product-trust-copy img {
        margin-inline: auto
    }
}

@media(max-width:575.98px) {
    .product-section.vuaga-product-showcase {
        padding-top: 52px !important
    }

    .vuaga-product-copy h2 {
        font-size: 36px
    }

    .vuaga-product-slider-wrap {
        padding-right: 0
    }

    .vuaga-product-next {
        right: -8px
    }

    .vuaga-product-slider .swiper-slide {
        transform: none
    }

    .vuaga-product-slider .swiper-slide-active .vuaga-product-image {
        height: 350px
    }

    .vuaga-product-features {
        padding: 14px 20px;
        border-radius: 18px
    }

    .vuaga-product-trust {
        margin-inline: 12px;
        padding: 25px 20px
    }

    .vuaga-product-benefits {
        grid-template-columns: repeat(2, 1fr)
    }
}


/* Special offers — High-Fidelity Vietnamese Heritage 3D Coverflow Section */
.vuaga-special-offers {
    --offer-gold: #c88e28;
    --offer-gold-light: #e5be72;
    --offer-ink: #2e180d;
    --offer-brown: #7a5326;
    position: relative;
    overflow: hidden;
    padding: 85px 0 75px;
    background-color: #ffffff !important;
    background-image: none !important;
    isolation: isolate;
}

/* Header Section */
.vuaga-offer-heading {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    z-index: 3 !important;
    max-width: 950px !important;
    margin: 0 auto 42px !important;
    padding: 0 20px !important;
    text-align: center !important;
    width: 100% !important;
}

.vuaga-offer-eyebrow {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 16px !important;
    margin-bottom: 12px !important;
    width: auto !important;
}

.vuaga-offer-eyebrow .eyebrow-text {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-family: 'Playfair Display', serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 2.5px !important;
    text-transform: uppercase !important;
    color: #4e3423 !important;
}

.vuaga-offer-eyebrow .crown-icon {
    width: 18px !important;
    height: 15px !important;
    fill: var(--offer-gold) !important;
    display: inline-block !important;
}

.vuaga-offer-eyebrow .eyebrow-line {
    display: inline-block !important;
    width: 45px !important;
    height: 1px !important;
    background: linear-gradient(90deg, transparent, #c89e5b, transparent) !important;
    position: relative !important;
}

.vuaga-offer-eyebrow .eyebrow-line::after {
    content: '' !important;
    position: absolute !important;
    top: -2.5px !important;
    width: 6px !important;
    height: 6px !important;
    background: #c89e5b !important;
    transform: rotate(45deg) !important;
}

.vuaga-offer-eyebrow .eyebrow-line.left::after {
    right: 0 !important;
}

.vuaga-offer-eyebrow .eyebrow-line.right::after {
    left: 0 !important;
}

/* Main Title Wrap */
.vuaga-offer-title-wrap {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 6px 0 16px !important;
    padding: 4px 20px !important;
    width: auto !important;
}

.vuaga-offer-title-wrap h2 {
    position: relative !important;
    z-index: 2 !important;
    margin: 0 !important;
    color: var(--offer-ink) !important;
    font-family: 'Playfair Display', serif !important;
    font-size: clamp(38px, 4.8vw, 66px) !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    text-shadow: 0 2px 10px rgba(255, 255, 255, 0.8) !important;
    white-space: nowrap !important;
}

.vuaga-offer-subtitle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    margin: 0 !important;
    color: var(--offer-brown) !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: clamp(14px, 1.3vw, 17px) !important;
    font-weight: 500 !important;
}

.vuaga-offer-subtitle .sub-ornament {
    color: var(--offer-gold);
    font-size: 13px;
    letter-spacing: -2px;
}

/* Slider Wrap & 3D Coverflow Perspective */
.vuaga-offer-slider-wrap {
    position: relative;
    z-index: 3;
    max-width: 1440px;
    margin: 0 auto;
    padding: 10px 80px 0;
    perspective: 1200px;
}

.vuaga-offer-slider {
    overflow: visible !important;
    padding: 40px 0 95px !important;
    transform-style: preserve-3d;
}

.vuaga-offer-slider .swiper-wrapper {
    transform-style: preserve-3d;
}

.vuaga-offer-slider .swiper-slide {
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s ease;
    opacity: 0.65;
    transform: perspective(1000px) rotateY(0deg) scale(0.85);
}

.vuaga-offer-slider .swiper-slide-prev {
    transform: perspective(1000px) rotateY(16deg) scale(0.88) translateZ(-45px);
    opacity: 0.88;
    z-index: 2;
}

.vuaga-offer-slider .swiper-slide-next {
    transform: perspective(1000px) rotateY(-16deg) scale(0.88) translateZ(-45px);
    opacity: 0.88;
    z-index: 2;
}

.vuaga-offer-slider .swiper-slide-active {
    transform: perspective(1000px) rotateY(0deg) scale(1.08) translateZ(60px);
    opacity: 1;
    z-index: 10;
}

/* Card Outer & Frame */
.vuaga-offer-card {
    position: relative;
    background: #fffbf3;
    border: 1.5px solid #d9ba82;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(60, 35, 15, 0.12);
    padding: 10px;
    transition: all 0.5s ease;
    overflow: visible;
}

/* Inner Double Line Frame */
.vuaga-offer-card::before {
    content: '';
    position: absolute;
    inset: 7px;
    border: 1px solid rgba(200, 142, 40, 0.35);
    border-radius: 10px;
    pointer-events: none;
    z-index: 3;
}

/* Ornate Gold Corner Brackets */
.card-corner-ornament {
    position: absolute;
    width: 14px;
    height: 14px;
    border-color: #c88e28;
    border-style: solid;
    pointer-events: none;
    z-index: 4;
}

.card-corner-ornament.top-left {
    top: 12px;
    left: 12px;
    border-width: 2px 0 0 2px;
}

.card-corner-ornament.top-right {
    top: 12px;
    right: 12px;
    border-width: 2px 2px 0 0;
}

.card-corner-ornament.bottom-left {
    bottom: 12px;
    left: 12px;
    border-width: 0 0 2px 2px;
}

.card-corner-ornament.bottom-right {
    bottom: 12px;
    right: 12px;
    border-width: 0 2px 2px 0;
}

/* Active Center Card Glow */
.vuaga-offer-slider .swiper-slide-active .vuaga-offer-card {
    border-color: #e8bf6c;
    box-shadow: 0 0 40px rgba(225, 175, 70, 0.55), 0 20px 45px rgba(50, 30, 10, 0.22);
}

/* BEST SELLER Ribbon Bookmark Badge */
.vuaga-offer-badge {
    position: absolute;
    top: -5px;
    left: 24px;
    z-index: 6;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 8px 16px;
    background: linear-gradient(180deg, #6e4416 0%, #4a2b0c 100%);
    border: 1px solid #d8a54b;
    border-top: none;
    clip-path: polygon(0 0, 100% 0, 100% 86%, 50% 100%, 0 86%);
    color: #fff3d6;
    text-align: center;
    width: 68px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3);
}

.vuaga-offer-badge .badge-crown {
    width: 18px;
    height: 14px;
    fill: #f3c769;
    margin-bottom: 3px;
}

.vuaga-offer-badge span {
    font-family: 'Outfit', sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.5px;
    line-height: 1.1;
    text-transform: uppercase;
}

.vuaga-offer-slider .swiper-slide-active .vuaga-offer-badge {
    display: flex;
}

/* Card Image Box */
.vuaga-offer-image {
    display: block;
    height: 285px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 12px;
    position: relative;
    border: 1px solid rgba(200, 142, 40, 0.2);
    padding: 10px;
}

.vuaga-offer-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.65s ease;
}

.vuaga-offer-card:hover .vuaga-offer-image img {
    transform: scale(1.05);
}

/* Card Content Area */
.vuaga-offer-content {
    padding: 8px 16px 16px;
    text-align: center;
}

.vuaga-offer-content :is(h3, .vuaga-offer-card-title) {
    margin: 0 0 8px;
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
}

.vuaga-offer-content :is(h3, .vuaga-offer-card-title) a {
    color: var(--offer-ink);
    text-decoration: none;
    transition: color 0.3s ease;
}

.vuaga-offer-card:hover .vuaga-offer-content :is(h3, .vuaga-offer-card-title) a {
    color: var(--offer-gold);
}

.vuaga-offer-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}

.vuaga-offer-price strong {
    color: var(--offer-gold);
    font-family: 'Outfit', sans-serif;
    font-size: 22px;
    font-weight: 800;
}

.vuaga-offer-price del {
    color: #928577;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    text-decoration: line-through;
}

/* Detail Button */
.vuaga-offer-detail {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #7a4e1b;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 4px 12px;
}

.vuaga-offer-detail .detail-arrow-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border: 1px solid #c8923e;
    border-radius: 50%;
    color: #c8923e;
    transition: all 0.3s ease;
}

.vuaga-offer-detail .detail-arrow-icon svg {
    width: 12px;
    height: 12px;
}

.vuaga-offer-detail:hover {
    color: var(--offer-gold);
}

.vuaga-offer-detail:hover .detail-arrow-icon {
    background: var(--offer-gold);
    color: #ffffff;
    border-color: var(--offer-gold);
    transform: translateX(3px);
}

/* Arrow Navigation Buttons */
.vuaga-offer-arrow {
    position: absolute;
    top: 42%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #fffdf8;
    border: 1.5px solid #e5d5c0;
    color: #5c3d24;
    box-shadow: 0 6px 20px rgba(70, 40, 15, 0.15);
    cursor: pointer;
    transition: all 0.3s ease;
}

.vuaga-offer-arrow svg {
    width: 20px;
    height: 20px;
}

.vuaga-offer-arrow:hover {
    background: #ffffff;
    color: var(--offer-gold);
    border-color: var(--offer-gold);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(70, 40, 15, 0.22);
}

.vuaga-offer-prev {
    left: 10px;
}

.vuaga-offer-next {
    right: 10px;
}

/* Swiper Pagination Bullets */
.vuaga-offer-slider .swiper-pagination {
    bottom: 15px !important;
}

.vuaga-offer-slider .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: #c8a572;
    opacity: 0.45;
    transition: all 0.3s ease;
    margin: 0 5px !important;
}

.vuaga-offer-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--offer-gold);
    transform: scale(1.25);
    box-shadow: 0 0 0 3px #fff3de, 0 0 0 4.5px var(--offer-gold);
}

.vuaga-offer-empty {
    padding: 50px 20px;
    color: #76542e;
    font-size: 16px;
}

/* Responsive Media Queries */
@media (max-width: 991.98px) {
    .vuaga-special-offers {
        padding: 65px 0 55px;
    }

    .vuaga-offer-heading {
        margin-bottom: 32px;
    }

    .vuaga-offer-slider-wrap {
        padding-inline: 50px;
    }

    .vuaga-offer-image {
        height: 250px;
    }

    .vuaga-bamboo-tl,
    .vuaga-bamboo-br {
        width: 240px;
        height: 320px;
    }

    .vuaga-landscape-tr {
        width: 340px;
        height: 220px;
    }

    .vuaga-cloud-bl {
        width: 280px;
        height: 180px;
    }

    .vuaga-offer-title-wrap .title-cloud-decor {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .vuaga-special-offers {
        padding: 50px 0 40px;
    }

    .vuaga-offer-slider-wrap {
        padding-inline: 20px;
    }

    .vuaga-offer-slider .swiper-slide,
    .vuaga-offer-slider .swiper-slide-prev,
    .vuaga-offer-slider .swiper-slide-next {
        transform: scale(0.94);
        opacity: 0.8;
    }

    .vuaga-offer-slider .swiper-slide-active {
        transform: scale(1);
        opacity: 1;
    }

    .vuaga-offer-image {
        height: 230px;
    }

    .vuaga-offer-content :is(h3, .vuaga-offer-card-title) {
        font-size: 19px;
    }

    .vuaga-offer-arrow {
        top: 50%;
        width: 44px;
        height: 44px;
    }

    .vuaga-offer-prev {
        left: 2px;
    }

    .vuaga-offer-next {
        right: 2px;
    }

    .vuaga-bamboo-tl,
    .vuaga-bamboo-br {
        opacity: 0.5;
        width: 180px;
        height: 240px;
    }

    .vuaga-landscape-tr,
    .vuaga-cloud-bl {
        display: none;
    }
}

/* ==========================================================================
   DESIFOODIE HERO SECTION REDESIGN STYLES (OVERLAPPING TALL CARD STACK)
   ========================================================================== */
.desifoodie-hero-section {
    min-height: clamp(700px, 50vw, 840px);
    padding-top: 48px !important;
    padding-bottom: 48px !important;
    display: flex;
    align-items: center;
}

.desifoodie-hero-section > .container {
    width: 100%;
}

.hero-tagline-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 253, 249, 0.88);
    border: 1px solid #c99031;
    border-radius: 30px;
    padding: 8px 18px;
    color: #8B5E28;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.8px;
    box-shadow: 0 3px 10px rgba(212, 175, 55, 0.15);
    position: relative;
    top: 40px;
}

.hero-tagline-badge .badge-star {
    font-size: 11px;
    color: #c8923e;
}

.hero-title-main {
    font-family: 'Playfair Display', serif;
    font-size: clamp(64px, 5.1vw, 84px);
    font-weight: 800;
    line-height: 1.05;
    color: #201b18;
    letter-spacing: -1.5px;
    margin-top: 33px;
    margin-bottom: 8px !important;
}

.hero-title-main .hero-title-accent {
    color: #ad7418;
}

.hero-slogan-script {
    font-family: 'Dancing Script', cursive;
    font-size: 36px;
    font-weight: 600;
    color: #aa772a;
    line-height: 1.2;
    margin-bottom: 30px !important;
}

.hero-description-text {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    line-height: 1.55;
    color: #656565;
    max-width: 540px;
    margin-bottom: 28px !important;
}

/* Hero CTA Buttons */
.btn-hero-primary {
    background: linear-gradient(135deg, #b67b18 0%, #99620a 100%);
    color: #ffffff !important;
    border-radius: 6px;
    min-width: 220px;
    min-height: 54px;
    padding: 14px 24px;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 600;
    border: none;
    box-shadow: 0 8px 22px rgba(165, 114, 57, 0.3);
    transition: all 0.3s ease;
}

.btn-hero-primary:hover {
    background: linear-gradient(135deg, #855523 0%, #684118 100%);
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(165, 114, 57, 0.4);
}

.btn-hero-secondary {
    background: rgba(255, 255, 255, 0.82);
    color: #4a382a !important;
    border: 1px solid #d8bea0;
    border-radius: 6px;
    min-width: 222px;
    min-height: 54px;
    padding: 14px 24px;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.btn-hero-secondary:hover {
    background: #fffcf7;
    border-color: #a57239;
    color: #a57239 !important;
    transform: translateY(-2px);
}

/* Bottom Feature Badges */
.hero-feature-item {
    flex: 1 1 0;
    min-width: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    gap: 10px !important;
    transition: all 0.3s ease;
}

@media (min-width: 992px) {
    .hero-features-row {
        flex-wrap: nowrap !important;
        gap: 24px !important;
    }

    .hero-food-swiper {
        left: 0;
        top: 20px;
    }

    .hero-food-card {
        left: 0;
    }

    .hero-slider-nav-prev {
        left: -15px;
    }

    .hero-slider-nav-next {
        right: -15px;
    }
}

.hero-feature-item:hover {
    background: transparent;
    box-shadow: none;
}

.feature-icon-circle {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    background: #fff8ef;
    border: 1px solid #e0c8a6;
    color: #a57239;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
}

.feature-title {
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #2c1e13;
    line-height: 1.2;
}

.feature-sub {
    font-family: 'Outfit', sans-serif;
    font-size: 11px;
    color: #7c6a58;
    line-height: 1.2;
}

/* Hero Food Cards Slider (Slim, Tall, Floating Overlapping Panel) */
.hero-food-slider-wrap {
    margin-left: 0;
    padding-left: 0;
    position: relative;
    overflow: visible;
    padding-top: 0;
    padding-bottom: 52px;
}

.hero-food-swiper {
    padding-top: 30px !important;
    padding-bottom: 62px !important;
    overflow: visible !important;
    clip-path: inset(-200px -30px -200px 0);
}

.hero-food-swiper .swiper-slide {
    z-index: 1;
    transition: all 0.45s cubic-bezier(0.25, 1, 0.5, 1);
}

.hero-food-swiper .swiper-slide-prev,
.hero-food-swiper .swiper-slide-next {
    z-index: 5;
}

.hero-food-swiper .swiper-slide-active {
    z-index: 25 !important;
}

.hero-food-card {
    background: #fffcf7;
    border: 1px solid rgba(225, 210, 195, 0.6);
    border-radius: 14px;
    padding: 6px 6px 8px;
    position: relative;
    transition: all 0.45s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 0.92;
    transform: translateY(60px) scaleX(0.75) scaleY(0.99);
    max-width: 286px;
    margin: 0 auto;
    box-shadow: 0 10px 25px rgba(60, 40, 15, 0.07);
}

/* Elevated Center Active Card */
.hero-food-swiper .swiper-slide-active .hero-food-card {
    opacity: 1;
    transform: scale(1.32) translateY(36px);
    border-color: rgba(196, 154, 69, 0.45);
    box-shadow: 0 20px 45px rgba(80, 50, 15, 0.14), 0 6px 16px rgba(0, 0, 0, 0.04);
}

/* Translucent Gold Badge (Top-left inside image box) */
.hero-card-best-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 12;
    display: none;
    background: rgba(145, 98, 28, 0.78);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-size: 10px;
    font-weight: 700;
    padding: 5px 13px;
    border-radius: 20px;
    letter-spacing: 0.6px;
    border: 1px solid rgba(255, 235, 190, 0.35);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
    white-space: nowrap;
    text-transform: uppercase;
}

.hero-card-best-badge .badge-star {
    color: #ffda73;
    font-size: 10px;
    margin-right: 2px;
}

.hero-food-swiper .swiper-slide-active .hero-card-best-badge {
    display: flex;
    align-items: center;
}

/* Tall Image Box */
.hero-card-img-box {
    height: 340px;
    width: calc(100% + 12px);
    margin-top: -6px;
    margin-left: -6px;
    border-radius: 13px 13px 10px 10px;
    overflow: hidden;
    margin-bottom: 0;
    background-color: #f5efe6;
    position: relative;
}

.hero-food-swiper .swiper-slide-active .hero-card-img-box {
    height: 357px;
}

.hero-card-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.65s cubic-bezier(0.25, 1, 0.5, 1);
}

.hero-food-card:hover .hero-card-img-box img {
    transform: scale(1.05);
}

/* Overlapping Floating Bottom Content Panel */
.hero-card-content {
    background: #FAF7F2;
    border: 1px solid rgba(232, 218, 202, 0.7);
    border-radius: 12px;
    padding: 22px 14px 20px;
    margin-top: -14px;
    margin-left: 6px;
    margin-right: 6px;
    position: relative;
    z-index: 5;
    box-shadow: 0 8px 22px rgba(60, 40, 15, 0.08);
}

.hero-food-swiper .swiper-slide-active .hero-card-content {
    background: #FAF7F2;
    border-color: rgba(212, 175, 55, 0.4);
    box-shadow: 0 10px 28px rgba(165, 114, 57, 0.12);
}

.hero-card-title {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 700;
    color: #231810;
    margin-bottom: 4px;
    line-height: 1.25;
}

.hero-food-swiper .swiper-slide-active .hero-card-title {
    font-size: 20px;
}

.hero-card-title a {
    color: #231810;
    text-decoration: none;
    transition: color 0.3s ease;
}

.hero-card-title a:hover {
    color: #a57239;
}

.hero-card-summary {
    font-family: 'Outfit', sans-serif;
    font-size: 11px;
    color: #78685a;
    line-height: 1.35;
    margin-bottom: 8px;
    font-weight: 400;
}

.hero-food-swiper .swiper-slide-active .hero-card-summary {
    font-size: 11px;
    color: #6a594b;
}

/* CTA Action Links */
.hero-btn-active-link {
    display: none;
}

.hero-btn-side-link {
    display: inline-flex;
    align-items: center;
    color: #9e8d7d;
    font-family: 'Outfit', sans-serif;
    font-size: 11px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hero-btn-side-link:hover {
    color: #a57239;
}

.hero-food-swiper .swiper-slide-active .hero-btn-active-link {
    display: inline-flex;
    align-items: center;
    color: #a27435;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hero-food-swiper .swiper-slide-active .hero-btn-active-link:hover {
    color: #744b1c;
    transform: translateX(3px);
}

.hero-food-swiper .swiper-slide-active .hero-btn-side-link {
    display: none;
}

/* Slider Navigation Buttons */
.hero-slider-nav-prev,
.hero-slider-nav-next {
    position: absolute;
    top: 51%;
    transform: translateY(-50%);
    z-index: 30;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ffffff;
    border: 1.5px solid #e0d0be;
    color: #4a3422;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: all 0.3s ease;
}

.hero-slider-nav-prev {
    left: -20px;
}

.hero-slider-nav-next {
    right: -20px;
}

.hero-slider-nav-prev:hover,
.hero-slider-nav-next:hover {
    background: #ffffff;
    color: #a57239;
    border-color: #a57239;
    transform: translateY(-50%) scale(1.08);
    box-shadow: 0 8px 24px rgba(165, 114, 57, 0.25);
}

.hero-slider-dots .swiper-pagination-bullet {
    background: #c8a572;
    opacity: 0.4;
    transition: all 0.3s ease;
}

.hero-slider-dots .swiper-pagination-bullet-active {
    opacity: 1;
    background: #a57239;
    transform: scale(1.25);
}

.hero-slider-dots.swiper-pagination {
    bottom: -40px !important;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

/* Tablet and mobile: content and carousel become two clean stacked blocks. */
@media (max-width: 991.98px) {
    .desifoodie-hero-section {
        min-height: auto;
        padding-top: 52px !important;
        padding-bottom: 70px !important;
    }

    .hero-left-content {
        padding-right: 0 !important;
        text-align: center;
    }

    .desifoodie-hero-section .col-lg-5 {
        margin-bottom: 16px !important;
    }

    .hero-tagline-badge {
        top: 0;
        padding: 6px 14px;
        font-size: 12px;
    }

    .hero-title-main {
        font-size: 46px;
        margin-top: 18px;
        letter-spacing: -0.8px;
    }

    .hero-slogan-script {
        font-size: 29px;
        margin-bottom: 22px !important;
    }

    .hero-description-text {
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 24px !important;
        font-size: 15px;
    }

    .hero-actions-group,
    .hero-features-row {
        justify-content: center;
    }

    .hero-actions-group {
        margin-bottom: 32px !important;
    }

    .hero-features-row {
        flex-wrap: wrap !important;
        gap: 18px !important;
    }

    .hero-feature-item {
        flex: 0 1 190px;
        text-align: left;
    }

    .hero-food-slider-wrap {
        margin-top: 8px;
        padding: 0 12px 50px;
        overflow: hidden;
    }

    .hero-food-swiper {
        left: 0;
        top: 0;
        padding-top: 8px !important;
        padding-bottom: 46px !important;
        overflow: hidden !important;
        clip-path: none;
    }

    .hero-food-card {
        left: 0;
        width: 100%;
        max-width: 330px;
        margin: 0 auto;
        transform: scale(0.92) translateY(8px);
    }

    .hero-card-img-box,
    .hero-food-swiper .swiper-slide-active .hero-card-img-box {
        height: auto;
        aspect-ratio: 1 / 1 !important;
    }

    .hero-food-swiper .swiper-slide-active .hero-food-card {
        transform: scale(1) translateY(0);
    }

    .hero-slider-nav-prev,
    .hero-slider-nav-next {
        display: none !important;
    }

    .hero-slider-dots.swiper-pagination {
        bottom: 8px !important;
    }
}

@media (max-width: 575.98px) {
    .desifoodie-hero-section {
        padding-top: 38px !important;
        padding-bottom: 54px !important;
    }

    .desifoodie-hero-section > .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-tagline-badge {
        max-width: 100%;
        font-size: 10px;
        letter-spacing: 0.35px;
        padding: 6px 10px;
    }

    .hero-title-main {
        font-size: 34px;
        margin-top: 16px;
        line-height: 1.08;
    }

    .hero-slogan-script {
        font-size: 24px;
        margin-bottom: 18px !important;
    }

    .hero-description-text {
        font-size: 14px;
        line-height: 1.55;
    }

    .hero-actions-group {
        gap: 12px !important;
    }

    .btn-hero-primary,
    .btn-hero-secondary {
        width: 100%;
        min-width: 0;
        min-height: 48px;
    }

    .hero-features-row {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 14px !important;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-feature-item {
        width: 100%;
        text-align: left;
    }

    .hero-food-slider-wrap {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .hero-food-card {
        width: 100%;
        max-width: 315px;
    }

    .hero-card-content {
        padding: 19px 12px 17px;
        margin-top: -13px;
    }

    .hero-card-title,
    .hero-food-swiper .swiper-slide-active .hero-card-title {
        font-size: 18px;
    }
}

/* Testimonial Section - 70x70 Avatar Frame & Alignment Fix */
.testimonial-area .testimonial-item .customer-info {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
}

.testimonial-area .testimonial-item .customer-info .image {
    width: 70px !important;
    height: 70px !important;
    min-width: 70px !important;
    min-height: 70px !important;
    max-width: 70px !important;
    max-height: 70px !important;
    flex-shrink: 0 !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    position: relative !important;
}

.testimonial-area .testimonial-item .customer-info .image img,
.testimonial-area .testimonial-item .customer-info img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 50% !important;
    display: block !important;
}

