body {
      
    }
	
@media (max-width: 767px) {
  #cartWrapper {
    position: static !important;
    margin-top: 0 !important;
  }
}

.sticky-nav {
    position: sticky;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #eee;
    z-index: 1050;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
  }

  .scroll-btn {
    background: #0d6efd;
    border: none;
    color: white;
    font-size: 1.2rem;
    padding: 0.3rem 0.6rem;
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
    margin: 0 0.25rem;
    transition: background-color 0.3s ease;
  }
  .scroll-btn:hover {
    background: #084cd8;
  }

  .category-nav {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
    flex-grow: 1;
  }
  .category-nav::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }

  .category-nav a {
    flex: 0 0 auto;
    scroll-snap-align: start;
    white-space: nowrap;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    color: #333;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    transition: background-color 0.3s, color 0.3s;
  }

  .category-nav a:hover,
  .category-nav a.active {
    background: #0d6efd;
    color: white;
    border-color: #0d6efd;
  }

    .sticky-header {
     background-image: url("../img/food.jpeg");
	  background-size: cover;
	  background-position: center;
	  background-repeat: no-repeat;
      position: sticky;
	  top: 0;
	  z-index: 1030;
	  background: linear-gradient(135deg, #AD4D4D, #802929);
	  padding: 1rem 1.5rem;
	  
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	  color: #fff9f7;
	  box-shadow: 0 4px 20px rgba(0,0,0,0.25);
    }
	
	.sticky-header img {
      height: 65px;
      transition: transform 0.3s ease;
    }

    .sticky-header img:hover {
      transform: scale(1.05);
    }

    .restaurant-title {
      font-weight: 700;
      letter-spacing: 0.5px;
    }

    .restaurant-desc {
      font-size: 0.9rem;
      opacity: 0.85;
    }

    .header-contact a {
      color: #ffd9d9;
      transition: color 0.3s ease;
    }

    .header-contact a:hover {
      color: #fff;
      text-decoration: underline;
    }

    .hours {
      font-size: 0.85rem;
      line-height: 1.4;
    }
	
	.custom-radio-option {
    cursor: pointer;
  }

  .option-box {
    border: 2px solid #ccc;
    padding: 10px 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
     
    position: relative;
    font-weight: 500;
    transition: 0.3s ease;
  }

  .option-box .check-icon {
    color: green;
    font-size: 1.2rem;
    margin-left: auto;
    opacity: 0;
    transition: opacity 0.2s ease;
  }

  /* When input is checked, show the check icon and highlight */
  input[type="radio"]:checked + .option-box {
    border-color: #28a745;
    background-color: #e9fbe7;
  }

  input[type="radio"]:checked + .option-box .check-icon {
    opacity: 1;
  }
	
    .sticky-nav a {
      padding: 14px 20px;
      display: inline-block;
      text-decoration: none;
      color: #333;
      font-weight: bold;
    }

    .sticky-nav a:hover {
      background-color: #ddd;
    }

    .main-content {
      margin-right: 120px;
    }

    .menu-item {
      background-color: #fff;
      padding: 15px;
      margin-bottom: 10px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .cart {
      position: fixed;
      top: 0;
      right: 0;
      width: 300px;
      height: 100%;
      background-color: #fefefe;
      border-left: 1px solid #ccc;
      padding: 35px 20px 20px;
      overflow-y: auto;
      z-index: 1050;
      box-shadow: -2px 0 5px rgba(0,0,0,0.1);
    }

    .section {
      scroll-margin-top: 120px;
      margin-bottom: 40px;
    }

    
	@media (max-width: 900px) {
	.active-cart {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: indianred;
	color:#fff;
    padding: 10px 20px;
    border-top: 1px solid #ccc;
    box-shadow: 0 -2px 6px rgba(0,0,0,0.1);
    z-index: 1060;
	transition: background-color 0.3s ease;
  }

.hideCart {
 display:none;
}  
.sticky-header img {
  height: 60px;
  width: auto;
}

.sticky-header {
  gap: 16px;
  padding-left: 1rem;
  padding-right: 1rem;
}
 
  .cart {
    display: none;
    position: fixed;
     
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    border-top: 1px solid #ccc;
    border-left: none;
    padding: 10px 15px;
    background-color: #fff;
    z-index: 1050;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.2);
    overflow-y: auto;
  }

  .cart h4 {
    margin-top: 0;
  }

  .main-content {
    margin-right: 0;
    margin-bottom: 160px; /* make space for mobile cart */
  }

  .col-4 {
    width: 100%;
  }
}
.subitems {
  list-style-type: disc;
}
.subitems li {
  margin-bottom: 4px;
}

#suggestions {
  display: none;
  max-height: 200px; /* Scrollable height */
  overflow-y: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin: 0;
  background-color: #fff;
  list-style: none;
  font-family: Arial, sans-serif;
  z-index: 1000;
  
  width: 100%; /* Adjust based on context */
}

#suggestions li {
  padding: 10px 12px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  transition: background-color 0.2s ease;
}

#suggestions li:last-child {
  border-bottom: none;
}

#suggestions li:hover {
  background-color: #f5f5f5;
}

	/* Laptop and Desktop: 1024px and up */
@media (min-width: 1024px) {

.sticky-header{
	 width: 81%;
}
#closeCartBtn {
	display:none;
}

.sticky-nav {
	 width: 81%;
}
}
