    html {
	--primaryColor: #000;
	--navColor: #fff;
	--bgImage: url(https://public.touch2success.com/static/4a091bab775586dad0202c1decc05cb1/img/1655745989phpC23iSj.jpg) ;
	--hvColor: #fff;
}    
.resp-body #root { background: var(--bgImage)center center / cover fixed no-repeat;}
#header .navbar { background: var(--navColor);}
.navbar .navbar-nav>li>a, .navbar .navbar-nav.navbar-right li>a { border-radius: 3px; }
.dropdown-toggle:after { border-top-color: #fff; }
#header .navbar-nav > li > a > span { color: #000; }
#header .navbar-nav > li:hover > a > span { color: var(--hvColor); }
#header .navbar-nav > li:hover > a { background: var(--primaryColor);}
#detail_view_menu h3,.info-status h3,.card-title { color: var(--primaryColor)!important; }
.navbar .navbar-nav > li svg { fill: #fff!important;}
#detail_view_menu .category-card .resp-side-nav li a.active, #detail_view_menu .category-card .resp-side-nav li a:hover,.navbar .dropdown-menu .dropdown-item:hover { color: var(--primaryColor); }
.navbar-light .navbar-toggler-icon {  }
@media (max-width: 990px) {
.takeaway_header_deliver_collection,#detail_view_section_1 .ant-select-selection--single { background: #fff; color: #333; }
.takeaway_header_deliver_collection svg,.order-type .ant-select-selection svg { fill: #d12f2f; }
#ordertype .ant-select-arrow svg { fill: #333!important; }

}
    

div[data-testid="AK_undefined_undefined"] h2[data-testid="AK_menu_screen_order_now_page_seo_description"] {
    position: relative;
    z-index: 0;
    color: transparent !important;
}
    
    div[data-testid="AK_undefined_undefined"] h2[data-testid="AK_menu_screen_order_now_page_seo_description"]::before {
    content: "Dive into the delicious menu at Lucky Indian Restaurant. We use fresh, high quality ingredients in our mastered recipes to serve you a delightful meal from the Northern Indian cuisine..";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    color: #000;
    font: inherit;
    text-transform: inherit;
    z-index: 1;
}
@media (max-width: 575px) {
    div[data-testid="AK_undefined_undefined"] h2[data-testid="AK_menu_screen_order_now_page_seo_description"] {
        /* margin: 25px 0 0 0; */
        padding: 10px 0;
    }

}
