.elementor-kit-5{--e-global-color-primary:#BB0000;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#000000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --blue-dark:#171C36; --royal_purple:#5A138C; --red-dark:#B30000; }
/* Start custom CSS *//* ✅ Base pill styling */
.food-nav .menu-item a {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    background: #F3F5F7;
    color: #313131;
    font-size: 15px;
    font-weight: 600;
    border-radius: 24px;
    text-decoration: none;
    transition: all 0.25s ease;
    white-space: nowrap;
}

/* ✅ Hover style */
.food-nav .menu-item a:hover {
    background: #E8F3FF;
    color: #0078D4;
}

/* ✅ Desktop layout: 65% text, 35% image */
.left-side {
    flex: 0 0 65%;
}

.right-image {
    flex: 0 0 35%;
    height: 100%;
}

/* ✅ Tablet: image slightly larger */
@media (max-width: 1024px) {
    .left-side { flex: 0 0 60%; }
    .right-image { flex: 0 0 40%; }
}

/* ✅ Mobile: stack differently or keep same ratio */
@media (max-width: 768px) {
    .left-side { flex: 0 0 65%; }
    .right-image { flex: 0 0 35%; }
}/* End custom CSS */