body {
  font-family: 'Nunito Sans', sans-serif;
}
a.order-btn-select {
    color: #fff;
    text-decoration: none;
    background: #fb8f2c;
    border-radius: 4px;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 10px 20px !important;
}
.content a {
    border-radius: 9px!important;
}
/* minimal CSS */
  .header-dark {
    background: #000;
    transition: 0.25s ease-in-out;
  }
  .header-dark .nav-link {
    color: #fff;
    font-weight: 500;
  }

  .header-dark .nav-link:hover {
    color: #ee7e1a;
  }
.restaurant-card {
    height: 235px;
}
  /* Sticky state -> background white */
  .header-sticky {
    background: #fff !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  }

  .header-sticky .nav-link {
    color: #111 !important;
  }

  .navbar-toggler-icon {
    filter: invert(1); /* dark bg pe icon white */
  }

  .header-sticky .navbar-toggler-icon {
    filter: invert(0); /* white bg pe icon dark */
  }
  /* header desktop toggle menu */
/* GOOGLE FONT */
/* RESET FOR SLICK */
a.order-bttn {
    text-decoration: none;
    text-align: right;
    background:  #ef7f1a;
    border-radius: 9px;
    padding: 10px 12px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
section.veg-slider {
    padding-top: 70px;
}
.food-slidernew-wrapper * {
    box-sizing: border-box;
}
.food-card-new a, .food-card-new a:hover{
    text-decoration: none;
}
a.order-bttn:hover,  .back-btnsubc:hover{
    color: #fff;
    text-decoration: none;
    background:#e31e24;
}
.mainfteer a {
    text-decoration: none;
    color: #fff;
}
.bgcontact-pannel, .back-btnsubc{
    background: #ed7e1a;
}
.mainfteer ul li:hover a, .mainfteer a:hover{
    color: #ed7e1a !important;
}
.copuright a:hover{
    color: #ef7f1a;
}
.copuright a {
    text-decoration: none;
    color: #fff;
}
.text-headma {
    color: #ef7f1a;
}
.bgcontact-pannel p, .mainfteer p, .mainfteer ul li a, .copuright{
    font-size: 16px;
}
/* SLIDER */
.food-slidernew {
    width: 100%;
}
.price-row{
    display: flex;
    gap: 185px;
}
.qunatitybtn {
    display: flex;
    gap: 10px;
    height: 31px;
    align-items: center;
    margin-top: 20px !important;
}
.food-card-fixed img {
    width: 100%;
    height: 220px;
    border-radius: 10px 10px 0 0;
}
.qty-row {
    display: flex;
    gap: 60px;
}
.ordernow-btn a {
    color: #fff!important;
    border-radius: 9px!important;
}
.food-card-fixed h5 {
    color: #000;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 700;
    text-decoration: none;
}
.food-card-fixed {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}
span.item-price {
    text-align: right;
    font-size: 14px;
    color: #fb8f2c;
}
.food-slide-item {
    padding: 12px;
}
.food-card-body h5:hover {
    color: #fb8f2c;
}
/* CARD */
.food-card-new {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    height: 100%;
}
.food-card-new img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}
.food-card-body {
    padding: 5px 15px 15px;
}
.food-card-body h5 {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color:#000;
}
.food-card-body p {
    font-size: 13px;
    opacity: 0.8;
    color: #000;
    line-height: 5px;
    font-weight: 700;
}
span.rast-name {
    font-size: 14px;
    font-weight: 700;
}
.food-price {
    font-weight: 600;
    color: #fb8f2c;
    font-size: 16px;
    text-align: right;
    position: relative;
}
span.rat-star {
    border-radius: 50%;
    color: #fb8f2c;
}
/* FIX SLICK HEIGHT ISSUE */
.slick-track {
    display: flex !important;
}
.veg-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
.slick-slide {
    height: auto !important;
}
/* WRAPPER */
.food-slidernew-wrapper {
    position: relative;
}

/* ARROW CONTAINER */
.food-arrow {
    position: absolute;
    top: -48px;
    right: 10px;
    display: flex;
    gap: 10px;
    z-index: 9;
}
p#pizzaTitle {
    color: #000;
}
/* BUTTON */
.food-arrow button {
    padding: 0 25px;
    height: 45px !important;
    border-radius: 4px;
    border: none;
    background: #ef7f1a;
    cursor: pointer;
    position: relative;
}

/* CENTER ICON */
.food-next::before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.food-prev::before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%) rotate(220deg);
}
a.order-bttn i {
    padding: 0 5px 0 0;
}
.special {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
.ord-nowbtn {
    text-align: right;
}
span.gst-tax {
    color: #000;
}
.grid-base {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
span.rating-num {
    font-size: 14px;
}
/* Toggle button */
.food-toggle-btn{
  z-index:9999;
  padding:10px 16px;
  background: transparent;
  color:#fff;
  border:none;
  cursor:pointer;
  border-radius:4px;
}
.food-panel-content .content p {
    bottom: 0;
}
button#foodToggle:hover {
    background: transparent;
    color: #fff;
}
/* Overlay */
#foodOverlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  z-index: 10040;
  opacity: 0;
  visibility: hidden;
}
#our_menu{
  z-index: 9999!important;
}
/* Panel */
#foodPanel{
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  overflow: hidden;
  height: 100vh;
  background: #fff;
  z-index: 10050;
  transition: .4s ease;
}
.food-panel-content{
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: calc(100vh - 120px); /* header height adjust */
}
/* Active state */
#foodPanel.active{
  right:0;
}
#foodOverlay.active{
  opacity: 1;
  visibility: visible;
}
/* Header */
.food-panel-header {
    display: flex;
    background: #0B1214;
    justify-content: center;
    gap: 10px;
    align-items: center;
    padding: 16px 20px 16px;
    border-bottom: 1px solid #ddd;
}
.food-panel-header span {
    font-size: 33px;
    cursor: pointer;
    position: relative;
    bottom: 7px;
    color: #fff;
}
.food-panel-content .food-card {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08),
        0 4px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}
/* Content scroll */
.food-panel-content{
  padding:20px;
  overflow-y:auto;
  flex:1;
}
.food-panel-content a.order-btn {
    color: #fff;
}
.food-panel-header h3 {
    color: #fff;
}
/* Arrow button background */
.carousel-control-prev,
.carousel-control-next {
  width: 50px;
}
.carousel-indicators [aria-current="true"] {
  background-color: #ef7f1a !important;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #ef7f1a;   
  border-radius: 50%;
  padding: 15px;
  background-size: 60% 60%;
}
/* Body lock */
body.food-open{
  overflow:hidden;
}
div#menu-tem a {
    padding: 0 10px;
}
#menu-head .elementor-nav-menu--main .elementor-nav-menu a:hover {
    color: #fff;
}
.she-header .food-toggle-btn, .she-header button#foodToggle:hover, .she-header i.fas.fa-window-close, .she-header i.fas.fa-bars, .she-header span.elementor-icon-list-text {
    color: #000 !important;
}
.she-header .elementor-widget-button .elementor-button:hover{
	background:#000!important;
	color:#fff!important;
}
.site-logo-img img {
    width: 33%;
}
div#need-support {
    width: 86%;
}
#menu button {
   margin: 0;
}
/*Shop By Category */
#restaurantTabs .nav-item {
    cursor: pointer;
}
a.order-btn:hover {
    text-decoration: none;
    background: #fff;
}
/* Slider container relative */
#restaurantTabs {
    position: relative;
}
.tagline {
    color: #ef7f1a;
}
.back-color {
    background: #ef7f1a ;
}
.back-color:hover {
    background: #e31e24;
}
/* Arrow position */
#restaurantTabs .slick-prev {
    left: -45px;
}
#restaurantTabs .slick-next {
    right: -45px;
}
.food-panel-content button.nav-link.active {
    background: transparent!important;
    color: #000;
}
a.order-btn:hover { text-decoration: none; background:  #e31e24;} div#shopbycategory ul.nav.nav-pills { gap: 10px; } div#shopbycategory button.nav-link.active { background: #fb8f2c; color: #000; } section#our_menu h1 { text-transform: capitalize; } div#shopbycategory button.nav-link:hover {
    background: #000;
    color: #fff !important;
} div#shopbycategory #menu button { color: #444 !important; }
a.order-btn {
    color: #fff;
    text-decoration: none;
    background:#fb8f2c;
    border-radius: 4px;
    font-size: 16px !important;
    font-weight: 600!important;
    padding: 10px 20px !important;
}
#restaurantTabs .slick-slide {
    padding: 0 5px;
}
.food-panel-content .nav-link {
    background: transparent;
    color: #000;
}
#restaurantTabs .nav-link {
    width: 100%;
    white-space: nowrap;
}
.content h5 a:hover {
    text-decoration: none;
    color: #fb8f2c;
}
.content p {
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
}
 /* Card */ /* Button */ .order-btn{ background:#25D366; color:#fff; padding:12px 28px; border-radius:30px; font-weight:600; text-decoration:none; display:flex; align-items:center; gap:8px; } /* Content */ .content {
    padding: 15px;
    text-align: left;
} .price{color:#ff8c1a;font-weight:600;text-align: right;}
.content h5 { color:#000; line-height: 20px;}
.content a {
    color: #000;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 700;
    text-decoration: none;
}
.nav-pills .nav-link{
    background:#fff;
    color:#000;
    margin:5px;
    border-radius:8px;
    font-weight:500;
}
.nav-pills .nav-link.active{
    background: transparent;
    color: #000;
    border-radius: 0;
    border-bottom: 2px solid #ef7f1a;
}
.locha li.nav-item:hover button.nav-link, .food-panel-content li.nav-item.slick-slide.slick-active:hover button.nav-link{
   border-bottom: 2px solid #ef7f1a!important;
border-radius: 0;
}
.food-card{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    border:1px solid #eee;
}
.food-card img{
    width:100%;
    height:220px;
    object-fit:cover;
}
.content{ padding:15px; }
.price{ color:#ff8c1a; font-weight:600; font-size:14px;}
.button-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin-top: -20px;
}
.order-btn{
    background:#25D366;
    color:#fff;
    padding:10px 22px;
    border-radius:30px;
    font-weight:600;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-top:10px;
}
.order-btn:hover{
    color:#fff;
    background:#1ebe5b;
}
.qty-wrapper button{
    min-width:32px;
}
.order-overlay {
    text-align: right;
}
.price-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: self-start;
}
span.gstfive-tax {
    color: #000;
}
li.nav-item img {
    width: 100%;
    border-radius: 9px 9px 0 0;
}
.rating i {
  color: #ffc107; /* gold */
  font-size: 14px;
  margin-right: 2px;
}
li.nav-item {
    text-align: center;
}
/* index page css */
.food-slider {
  background: url('https://images.unsplash.com/photo-1540189549336-e6e99c3679fe') center/cover no-repeat;
  position: relative;
}

.food-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.65);
}

.food-slider .container {
  position: relative;
  z-index: 2;
}

.min-vh-75 {
  min-height: 75vh;
}
.text-right{
    text-align: right;
}
.tagline {
  letter-spacing: 2px;
  text-transform: uppercase;
}
.food-slide {
  min-height: 80vh;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  padding-top: 40px;
}

.food-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}
/* Image container */
#restaurantTabsdesktop .nav-item {
  overflow: hidden;
}

/* Image settings */
#restaurantTabsdesktop .nav-item img {
  width: 100%;
  height: 160px;          /* same height rahegi */
  object-fit: cover;
  transition: transform 0.35s ease-in-out;
}
  #restaurantTabsdesktop .restaurant-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border-radius: 14px;
    padding: 10px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  }

 #restaurantTabsdesktop .image-box {
    flex: 0 0 180px;
    height: 140px;
    border-radius: 12px;
    overflow: hidden;
}

  #restaurantTabsdesktop .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
button.nav-link {
    text-align: left;
}
  #restaurantTabsdesktop .content-box {
    flex: 1;
    text-align: left;
  }

  #restaurantTabsdesktop .content-box .nav-link {
    padding: 0;
    background: transparent;
    color: #000;
  }
  /* Grid layout: desktop 4 columns, tablet/mobile 2 columns, small phones 1 */
.restaurant-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 30px;
}

/* Card base */
.restaurant-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.4s, box-shadow 0.4s;
    background: transparent !important;
    border: 1px solid #ddd;
}

/* Hover lift + shadow */
.restaurant-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

/* Glass overlay */
.restaurant-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border-radius: 20px;
  pointer-events: none;
  background: rgba(255,255,255,0.05);
  transition: background 0.4s;
}

.restaurant-card:hover::before {
  background: rgba(255,255,255,0.15);
}

/* Image box */
.restaurant-card .image-box {
  width: 100%;
  height: 150px;
  overflow: hidden;
}

.restaurant-card .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.restaurant-card:hover .image-box img {
  transform: scale(1.1);
}

/* Content box */
.restaurant-card .content-box {
  padding: 15px;
  text-align: center;
  position: relative;
  z-index: 2;
}

/* Restaurant name */
.restaurant-card .restaurant-name {
  display: block;
  font-weight: 900;
  font-size: 1rem;
  color: #000;
  margin-bottom: 5px;
  transition: color 0.3s;
}

.restaurant-card:hover .restaurant-name {
  color: #e31e24;
}

/* Rating */
.restaurant-card .rating {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  color: #ffd700;
}

.restaurant-card .rating i {
  margin-left: 5px;
  color: #ffd700;
}

/* Unique gradient backgrounds for 5 cards */
.restaurant-card:nth-child(1) { background: linear-gradient(135deg, #e31e24 0%, #ff6b6b 100%); }
.restaurant-card:nth-child(2) { background: linear-gradient(135deg, #e31e24 0%, #ff8b8b 100%); }
.restaurant-card:nth-child(3) { background: linear-gradient(135deg, #e31e24 0%, #ff4d4d 100%); }
.restaurant-card:nth-child(4) { background: linear-gradient(135deg, #e31e24 0%, #ff9999 100%); }
.restaurant-card:nth-child(5) { background: linear-gradient(135deg, #e31e24 0%, #ff5c5c 100%); }

/* Tablet / Mobile: 2 columns per row */
@media (max-width: 992px) {
  .restaurant-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .mobile-search-container input {
    padding: 5px 5px 5px 28px;
    border-radius: 10px;
    border: none;
}
.mobile-search-container .mobile-search-wrapper i {
    position: absolute;
    top: 26px;
    margin-left: 8px;
    color: #666;
}
}

/* Small phones: 1 column per row */
@media (max-width: 480px) {
  .restaurant-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .mobile-search-container input {
    padding: 5px 5px 5px 28px;
    border-radius: 10px;
    border: none;
}
.mobile-search-container .mobile-search-wrapper i {
    position: absolute;
    top: 26px;
    margin-left: 8px;
    color: #666;
}
}

/* Hover zoom only */
#restaurantTabsdesktop .nav-item:hover img {
  transform: scale(1.12);
}
/* Base card look */
#restaurantTabsdesktop .nav-item {
  overflow: hidden;
  border-radius: 14px;
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}
#restaurantTabsdesktop .nav-item:hover {
    box-shadow: 0 12px 25px rgb(0 0 0 / 14%), 0 4px 10px rgb(0 0 0 / 7%);
    transform: translateY(-3px);
}
#category li {
    cursor: pointer;
    margin: 0 10px;
    border: 1px solid #ddd;
    border-radius: 9px;
}
#restaurantTabsdesktop .slick-slide {
    text-align: center !important;
}
#restaurantTabsdesktop .slick-slide button {
    display: inline-block;
}
#category .slick-prev:before, #category .slick-next:before, .food-panel-content .slick-next:before, .food-panel-content .slick-prev:before{
    color: #e31e24;
    font-size: 40px;
}
.food-slide .container {
  position: relative;
  z-index: 2;
}
.aboutm-team span {
    font-size: 20px;
    color: #fff;
}
a {
    color: transparent;
}
.tagline {
  letter-spacing: 2px;
  text-transform: uppercase;
}
.main-title {
    font-size: 3.5rem;
    font-weight: 700;
    font-family: "Merienda", sans-serif;
    padding: 10px 0 20px;
}
.tab-content h4, section#about h2, section#category h2, section#how h2, section#offer h2, section.partner-section h2, .testimonial-sec h2, section#why h2, section#area h2, section#call-to-action h2, .veg-slider h2 {
    font-family: "Merienda", sans-serif;
    line-height: 40px;
}
.slider-phone {
    border-radius: 9px;
    max-height: 395px;
}
/* about section  */
.aboutm-team {
    background: #ef7f1a;
    width: 50%;
}
.aboutm-team i{
    color: #ef7f1a;
    margin: 7px 0 0 7px;
}
.aboutm-team span.me-2 {
    background: #fff;
    border-radius: 50%;
    height: 35px;
    width: 12%;
}
.food-arrow button:hover {
    background: #e31e24;
}
.food-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 
        0 8px 20px rgba(0,0,0,0.08),
        0 2px 6px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}
.offer-card i {
    color: #fff;
}
.offer-card:hover {
  transform: translateY(-4px);
  transition: 0.3s ease;
}
.explore-menu:hover {
    color: #000 !important;
}
.food-card:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow: 
        0 16px 35px rgba(0,0,0,0.12),
        0 6px 12px rgba(0,0,0,0.08);
}
.work-pannel span {
    color: #ef7f1a;
}
/* partner css */
.partner-section, .why-choose{
  padding: 50px 0;
  position: relative;
}
.partner-section::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,0.65) 0%,
    rgba(0,0,0,0.45) 50%,
    rgba(0,0,0,0.35) 100%
  );
}
.partner-section::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}
.partner-section .container, .why-choose .container{
  position: relative;
  z-index: 1;
}
/* Card shadow */
.partner-card img, .why-card img{
    box-shadow: 0 15px 40px rgba(0,0,0,0.5);
    width: 327px;
}
/* List */
.partner-list, .why-list {
  list-style: none;
  padding: 0;
}
.partner-list li, .why-list li{
  margin-bottom: 12px;
  position: relative;
  padding-left: 28px;
}
.sub-hcolor{
    color:rgb(239 127 26);
}
.partner-list li::before, .why-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #ef7f1a;
    font-weight: bold;
}
div#testimonialSlider img {
    object-fit: cover;
}
.area-icon {
    background: #ef7f1a;
    width: 28px;
}
.area-icon i {
    color: #fff;
}
.cta-section {
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 79%); /* overlay darkness */
  z-index: 1;
}
.breadcrumb a {
  text-decoration: none;
  font-weight: 500;
}
.breadcrumb {
  position: relative;
  z-index: 1;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}
/* Overlay layer */
.breadcrumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 89%);  /* overlay darkness */
  z-index: -1;
}
nav.breadcrumb {
  display: block;
}
.bg-remove::before {
    background: transparent !important;
}
.breadcrumb-desc {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  opacity: 0.9;
}
li.breadcrumb-item:nth-child(1):hover a {
    color: #ef7f1a !important;
}
.cta-section > * {
  position: relative;
  z-index: 2;
}
span.prices {
    text-align: right;
    font-size: 14px;
    color: #fb8f2c;
}
.food-card-fixed h5:hover {
    color: #fb8f2c;
}

.food-section {
  padding: 60px 5%;
  background: #f8f8f8;
}
.nav-buttons {
    display: flex;
}
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.nav-buttons button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: #e5e5e5;
  cursor: pointer;
  margin-left: 10px;
  font-size: 18px;
}

.slider-container {
  overflow: hidden;
}

.slider-track {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, auto);
  transition: transform 0.5s ease;
  gap: 20px 20px;
}

/* DESKTOP → 9 × 2 */
@media (min-width: 1024px) {
  .slider-track {
    grid-auto-columns: calc(100% / 9);
  }
}

/* MOBILE → 4 × 2 */
@media (max-width: 600px) {
  .slider-track {
    grid-auto-columns: calc(100% / 4);
    gap: 15px 15px;
  }
}

.food-item {
  text-align: center;
  cursor: pointer;
}

.food-item img {
  width: 100%;
  max-width: 140px;
  height: 80px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: 0.3s;
}
select#pizzaSelect {
    width: 100%;
    margin-bottom: 10px;
}
.mobile-search-results {
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    display: none;
    z-index: 999;
}
.food-item:hover img {
  transform: translateY(-6px);
}
@media(min-width:768px){
    body,html{
        overflow-x:hidden;
    }
    .mobile-search-container{
        display: none;
    }
    .mobile-search-container input {
    padding: 5px 5px 5px 28px;
    border-radius: 10px;
    border: none;
}
.mobile-search-container .mobile-search-wrapper i {
    position: absolute;
    top: 26px;
    margin-left: 8px;
    color: #666;
}
}
@media(max-width:768px){
    .mobile-search-container input {
    padding: 5px 5px 5px 28px;
    border-radius: 10px;
    border: none;
}
.mobile-search-container .mobile-search-wrapper i {
    position: absolute;
    top: 26px;
    margin-left: 8px;
    color: #666;
}
    #restaurantTabsdesktop .restaurant-card {
    box-shadow: none !important;
}
.food-section {
    padding: 50px 5% 0;
}
.offer-card h5 {
    font-size: 18px;
}
/*equal box css start*/
.restaurant-card {
    height: 260px;
}
/* === Compact equal height food cards === */
.mobile-set {
    padding-top: 20px;
}
.food-card{
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.food-card img{
    height: 140px;          /* image thodi chhoti */
    width: 100%;
    object-fit: cover;
    display: block;
}

.food-card .content{
    flex: 1;
    display: flex;
    flex-direction: column;
}

.food-card h5{
    min-height: 32px;
    margin-bottom: 4px;     /* heading spacing kam */
}

.food-card p{
    min-height: 34px;
    margin-bottom: 6px;     /* description spacing kam */
    font-size: 13px;
}

.food-card .price-grid{
    margin-bottom: 4px;
}

.food-card .qty-wrapper{
    margin-top: 4px;
}

.food-card .button-right{
    margin-top: auto;
}

.food-card .order-btn{
    padding: 6px 10px;      /* button compact */
    font-size: 13px;
}

/* text max 2 lines */
.food-card h5,
.food-card p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.food-card-fixed p {
    padding-top: 12px;
}
.tab-content .col-6 {
    padding-top: 5px;
}

/*equal box css end*/
ul.nav.locha {
    position: relative;
    left: 115px;
    top: 20px;
}
.nav-pills .nav-link.active {
    font-size: 25px;
}
.paneer p {
    margin-top: 13px;
}
.qty-row {
    display: block;
    margin-top: -15px;
}
.price-row {
    display: block;
    margin-top: -20px;
    margin-left: 10px;
}
.food-card-fixed img {
    height: 122px;
}
.food-card-fixed h5 {
    margin-top: 10px;
}
.restaurant-card .content-box {
    height: 100px;
}
.breadcrumb {
    padding-top: 90px !important;
}
.slick-track {
    justify-content: left !important;
}
#category li {
    border: none;
}
ul#restaurantTabsdesktop {
    position: relative;
    right: 20px;
}
    /* Navbar main row alignment */
#mainHeader .container-fluid {
    display: flex;
    align-items: center;
}
/* Search default desktop behavior */
.search-container {
    position: relative;
    margin-left: 15px;
}
#restaurantTabsdesktop .slick-track {
    display: flex !important;
    flex-wrap: wrap !important;
    transform: none !important;
    width: 100% !important;
  }
span.prices {
    text-align: right;
    font-size: 12px;
    margin-left: 10px;
}
  #restaurantTabsdesktop .slick-slide {
    width: 100% !important;
    float: none !important;
    display: flex;
}
.mobile-lastdiv {
    position: relative;
    bottom: 135px;
}
  #restaurantTabsdesktop .slick-list {
    overflow: visible !important;
  }
    /* Make navbar row relative */
    #mainHeader .container-fluid {
        position: relative;
    }

    /* Center search absolutely */
    .search-container {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 60%;
        max-width: 280px;
        margin: 0;
        z-index: 10;
    }

    /* Adjust input size for mobile */
    .search-box {
        width: 100%;
        font-size: 14px;
        padding: 6px 12px 6px 34px;
    }

    /* Keep logo on left */
    .navbar-brand {
        z-index: 11;
    }

    /* Keep toggle on right */
    .navbar-toggler {
        z-index: 11;
    }
.privacy-policy-wrap{
  max-width: 900px;
  margin: auto;
  padding: 30px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  font-family: Arial, sans-serif;
}

.privacy-policy-wrap h2{
  font-size: 32px;
  margin-bottom: 15px;
}

.privacy-policy-wrap h3{
  margin-top: 25px;
  font-size: 20px;
}

.privacy-policy-wrap p,
.privacy-policy-wrap li{
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}

.privacy-policy-wrap ul{
  padding-left: 20px;
}

    
    
    
    
    img.img-fluid.slider-phone {
        width: 100%;
        border-radius: 20px;
        margin-bottom: 40px;
        max-width: 300px;
        margin: 40px auto;
    }
    .food-slide .col-lg-6.text-right {
        text-align: center !important;
    }
    .food-slide .col-lg-6.text-white{
        text-align: center !important;
    }
.food-slide {
    padding-top: 135px;
}
header#mainHeader {
    position: fixed;
    width: 100%;
}
div#testimonialSlider .carousel-indicators {
    margin-bottom: 0;
}
      .main-title {
    font-size: 1.8rem;
    line-height: 50px;
}
  .slider-phone { margin-top: 30px; }
	body,html{
		overflow-x:hidden;
	}
	.she-header div#menu-tem a{
		color:#000;
	}
#shopbycategory .nav-link {
    padding: 10px 28px!important;
}#shopbycategory .nav {
    display: flex;
    flex-wrap: wrap;
}
 .carousel-control-prev,
  .carousel-control-next {
    display: none !important;
  }
#shopbycategory .nav-item {
    flex: 1 1 0;
}
#shopbycategory .nav-link {
    width: 100%;
    text-align: center;
    padding: 10px 28px !important;
    white-space: nowrap;
}
#shopbycategory .nav {
    padding: 0;
}
	div#menu-tem li:nth-child(1) {
    padding-top: 25px;
}
	#SR7_1_29 .hesperiden.sr7-arrows {
    display: none !important;
}
  #menu .e-n-tabs-heading {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  #menu .e-n-tab-title {
    width: 100%;
    text-align: center;
  }
    .button-right, .price-grid{
    display: block;
}
    #shopbycategory .nav {
        justify-content: flex-start !important; /* center remove */
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    #shopbycategory .nav .nav-item {
        flex: 0 0 auto;   /* important for full scroll */
    }
ul#restaurantTabs {
    overflow: visible !important;
}
.text-right {
    text-align: left;
}
.food-slide {
    min-height: 90vh;
}
.nav-pills .nav-link {
    background: #fff;
    color: #000;
    margin: 5px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    padding: 0;
    max-width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}
#restaurantTabsdesktop .slick-slide:hover .nav-link, .locha li.nav-item:hover button.nav-link, .food-panel-content li.nav-item.slick-slide.slick-active:hover button.nav-link {
    border-bottom: none !important;
    border-radius: 0;
}
.nav-pills .nav-link.active {
    background: transparent;
    border-radius: 0;
    border-bottom: none !important;
    color: #FF5722;
}
#restaurantTabs .slick-next {
    right: -15px;
}
#restaurantTabs .slick-prev {
    left: -15px;
}
li.nav-item img {
    width: 50px;
    height: 50px;
}
body #category .slick-prev, #category .slick-next{border:none !important;width:30px;height:30px;}
body #category .slick-next{border:none !important;width:30px;height:30px;}
#restaurantTabs .nav-link {
    white-space: pre-wrap;
    font-size: 9px;
}
#restaurantTabs .slick-prev, #restaurantTabs .slick-next {
    width: 30px;
    height: 30px;
}
#restaurantTabs .slick-next::after, #restaurantTabs .slick-prev::after {
    font-size:20px;
}
.content {
    padding: 0;
}
span.rast-name, .content h5, span.price, .content p{
    padding-left: 10px;
}
.qty-wrapper button, .qty-wrapper span {
    position: relative;
    left: 10px;
}
.price {
    font-size: 12px;
}
.content h5 {
    line-height: 0;
    margin-bottom: -5px;
}
.food-card-body {
    padding: 0;
}
a.order-btn {
    padding: 10px 10px !important;
    font-size: 14px!important;
}
.tab-content .col-6{
    padding-right: 5px;
    padding-left: 5px;
}
.order-overlay {
    text-align: left;
}
.food-card img {
    height: 120px;
}
.content a {
    line-height: 20px;
    width: 100%;
    border-radius: 0 0 9px 9px !important;
    justify-content: center;
}
.content p {
    font-size: 12px;
}
.tab-content .g-4{
    --bs-gutter-y: 0.5rem;
}
.locha {
    padding-bottom: 10px !important;
}
    .locha .nav {
        overflow-x: auto !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 8px; /* scrollbar space */
    }
    #shopbycategory .nav .nav-item {
        flex: 0 0 auto;
    }
    /* Scrollbar height */
    #shopbycategory .nav::-webkit-scrollbar {
        height: 6px !important;
    }
    /* Scrollbar track */
    #shopbycategory .nav::-webkit-scrollbar-track {
        background: #eee !important;
        border-radius: 10px !important;
    }
    /* Scrollbar thumb (gradient) */
    #shopbycategory .nav::-webkit-scrollbar-thumb {
        background: linear-gradient(45deg, #ff8c1a, #df1e25) !important;
        border-radius: 10px !important;
    }
      .desktop-toggle-col {
    display: none !important;
}
/* index page css */
.main-title {
    font-size: 1.8rem;
  }
  .slider-phone {
    margin-top: 30px;
  }
  .food-arrow {
    top: 100%;
    right: 34%;
    padding-top: 20px;
}
.grid-base {
    display: block;
}
span.rast-name, span.rat-star, .food-card-body h5, .food-price, .food-card-body p{
    padding-left: 10px;
}
.mobile-circlef {
    width: 120px !important;
}
.food-price {
    padding-bottom: 20px;
}
a.order-bttn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 0;
    position: relative;
    border-radius: 0 0 9px 9px;
    top: 8px;
}
.food-slide-item {
    padding: 4px;
}
.food-card-body h5 {
    font-size: 14px;
}
.veg-grid {
    display: block;
}
.food-price {
    text-align: left;
}
.food-card-body p {
    margin-top: -25px;
}
.special {
    display: block;
}
.ord-nowbtn {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 7px;
}
span.rast-name {
    font-size: 12px;
}
/* about section */
.aboutm-team {
    width: 80%;
}
.aboutm-team span.me-2 {
    width: 17%;
    height: 40px;
}
.aboutm-team i {
    margin: 10px 0 0 10px;
}
#category .slick-prev:before {
    position: relative;
    right: 20px;
}
.content p {
    bottom: 0;
    padding-bottom: 20px;
}
.locha {
    flex-wrap: nowrap;
    overflow: auto;
    width: 100%;
    display: -webkit-inline-box;
}
section#how .col-12.col-md-3 {
    width: 50%;
}
 /* Scroll container */
  ul.nav.locha {
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #ef7f1a #f1f1f1;
  }

  /* Chrome, Edge, Safari */
  ul.nav.locha::-webkit-scrollbar {
    height: 2px;
  }

  ul.nav.locha::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }

  ul.nav.locha::-webkit-scrollbar-thumb {
    border-radius: 10px!important;
    background: linear-gradient(45deg, #e31e24, #ef7f1a)!important;
  }
  .partner-card img, .why-card img{
    width: 100%;
}
header#mainHeader .back-color {
    width: 32% !important;
}
header#mainHeader li.nav-item {
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
header#mainHeader .text-center {
    gap: 10px;
}
section.partner-section a {
    padding: 8px 20px !important;
}
}

@media(min-width:768px){
    .mobile-search{
        display:none;
    }
}
/*------------praveen css------------*/
#category .slick-prev,
#category .slick-next {
    z-index: 1;
    width: 40px;
    height: 40px;
    border: 1px solid rgb(239, 127, 26)!important;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#category .slick-prev:before,
#category .slick-next:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-size: contain !important;
    opacity: 1;
    
}

#category .slick-prev:before {
    background: url("../images/arrow-left.png") no-repeat center;
}

#category .slick-next:before {
    background: url("../images/arrow-right.png") no-repeat center;
}


/* Search Container Styles */
.search-container {
    position: relative;
}

.search-wrapper {
    position: relative;
    width: 100%;
}

.search-box {
    width: 100%;
    padding: 8px 5px 8px 30px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s;
    border-radius: 0.5rem;
    background-color: transparent;
    color: #fff !important;
}
.search-box:focus {
    border-color: #ef7f1a;
}
#searchForm ::placeholder{
    color: #fff !important;
}
/* Search Results Dropdown */
#searchResults {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-top: none;
    border-radius:10px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#searchResults.show {
    display: block;
}

#searchResults .search-result-item {
    padding: 12px 15px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s;
    font-size: 14px;
    color: #333;
}

#searchResults .search-result-item:last-child {
    border-bottom: none;
}

#searchResults .search-result-item:hover {
    background-color: #f8f8f8;
}

#searchResults .search-result-item.highlight {
    background-color: #e31e24;
    color: white;
}

/* Hide items when filtered */
.item-card.hidden {
    display: none !important;
}
.search-container {
    position: relative;
    margin-right: 10px;
}

.search-wrapper i {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
}

.header-dark .nav-link {
    color: #fff;
    font-weight: 500;
    padding: 0 !important;
}
.work-pannel span {
    color: #fff;
    font-size: 40px;
}
section#about h2 {
    color: #000;
    line-height: 40px;
}
section#about p {
    color: #333;
}
section#category {
    background-color: #212529;
    margin-top: 40px;
}
section#category h2 {
    color: #fff;
    line-height: 40px;
}
section#category p {
    color: #fff;
    margin-bottom:40px;
}
section#category .restaurant-name{color:#fff;}
         #mainHeader.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #000; /* apna header color */
}