.elementor-12 .elementor-element.elementor-element-ef12dba{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:-120px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:1024px){.elementor-12 .elementor-element.elementor-element-ef12dba{--margin-top:-102px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-12 .elementor-element.elementor-element-ef12dba{--margin-top:-110px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-7df0cf9{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-7df0cf9 *//* MENU PAGE HERO CSS */
/* Add this to Elementor → Custom CSS */

.menu-hero {
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0A0A0A 0%, #1A1A1A 100%);
    overflow: hidden;
    padding: 8rem 2rem 6rem;
    margin-top: 80px; /* Account for fixed navbar */
}

.menu-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 50%, rgba(165, 28, 28, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 70% 50%, rgba(201, 168, 89, 0.08) 0%, transparent 50%);
}

.menu-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
}

.menu-hero-badge {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    border: 1px solid rgba(201, 168, 89, 0.3);
    border-radius: 50px;
    font-size: 0.85rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #C9A859;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.menu-hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: #E5E5E5;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.menu-hero-title .highlight {
    color: #C9A859;
}

.menu-hero-subtitle {
    font-size: 1.15rem;
    color: #A0A0A0;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.halal-badge-hero {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.8rem 1.5rem;
    background: rgba(165, 28, 28, 0.15);
    border: 1px solid rgba(201, 168, 89, 0.3);
    border-radius: 50px;
    color: #C9A859;
    font-size: 0.95rem;
    font-weight: 600;
}

.halal-badge-hero svg {
    flex-shrink: 0;
}

/* Responsive */
@media (max-width: 968px) {
    .menu-hero {
        min-height: 50vh;
        padding: 6rem 2rem 4rem;
    }
    
    .menu-hero-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 480px) {
    .menu-hero {
        padding: 5rem 1.5rem 3rem;
    }
    
    .menu-hero-title {
        font-size: 2rem;
    }
    
    .menu-hero-subtitle {
        font-size: 1rem;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ef12dba *//* MENU CATEGORY SECTIONS CSS */
/* Add this to Elementor → Custom CSS */
/* This CSS works for ALL menu category sections */

.menu-category-section {
    padding: 5rem 2.5rem;
    background: #0F0F0F;
}

.menu-category-section:nth-child(even) {
    background: #1A1A1A;
}

.menu-category-container {
    max-width: 1400px;
    margin: 0 auto;
}

.category-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 4rem;
}

.category-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #E5E5E5;
    margin-bottom: 1rem;
}

.category-description {
    font-size: 1.05rem;
    color: #A0A0A0;
    line-height: 1.7;
}

.menu-items-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 2.5rem;
}

.menu-card {
    background: #1A1A1A;
    border: 1px solid rgba(201, 168, 89, 0.15);
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.menu-card:hover {
    transform: translateY(-5px);
    border-color: #C9A859;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}

.menu-card-image {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    background: linear-gradient(135deg, #1A1A1A, #0F0F0F);
}

.menu-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.menu-card:hover .menu-card-image img {
    transform: scale(1.05);
}

.menu-card-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.4rem 1rem;
    background: linear-gradient(135deg, #A51C1C, #8B1414);
    color: #E5E5E5;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 50px;
    z-index: 1;
}

.menu-card-content {
    padding: 2rem;
}

.menu-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.menu-card-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #E5E5E5;
    line-height: 1.3;
}

.menu-card-price {
    font-size: 1.4rem;
    font-weight: 700;
    color: #C9A859;
    white-space: nowrap;
    flex-shrink: 0;
}

.menu-card-description {
    font-size: 0.95rem;
    color: #A0A0A0;
    line-height: 1.7;
}

/* Special styling for combo items */
.menu-card-options {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(201, 168, 89, 0.1);
}

.menu-card-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    font-size: 0.9rem;
    color: #A0A0A0;
}

.menu-card-option-price {
    color: #C9A859;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 968px) {
    .menu-category-section {
        padding: 4rem 2rem;
    }
    
    .category-title {
        font-size: 2rem;
    }
    
    .menu-items-grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 2rem;
    }
}

@media (max-width: 640px) {
    .menu-category-section {
        padding: 3rem 1.5rem;
    }
    
    .category-header {
        margin-bottom: 3rem;
    }
    
    .menu-items-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .menu-card-image {
        height: 200px;
    }
    
    .menu-card-content {
        padding: 1.5rem;
    }
    
    .menu-card-header {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .menu-card-price {
        align-self: flex-start;
    }
}/* End custom CSS */