
  .navbar-logo img {
      height: 60px;
      width: auto;
      transition: all 0.3s ease;
  }

  @media (max-width: 768px) {
      .location-btn span {
      display: none;
      }
      .navbar-logo img {
      height: 45px;
      }
  }

  .hero-carousel {
      position: relative;
      overflow: hidden;
  }

  .hero-carousel .carousel-item {
      height: 600px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
  }

  @media (max-width: 768px) {
      .hero-carousel .carousel-item {
      height: 250px;
      background-position: center top;
      }
  }

  @media (max-width: 576px) {
      .hero-carousel .carousel-item {
      height: 200px;
      }
  }

  .carousel-fade .carousel-item {
      transition: opacity 1s ease-in-out;
  }

  .footer-logo {
    height: 60px;
    width: auto;
  }

  .footer-links a {
    color: #ccc;
    text-decoration: none;
    display: block;
    margin-bottom: 6px;
    transition: all 0.3s ease;
  }

  .footer-links a:hover {
    color: #3D210F;
    transform: translateX(5px);
  }

  .social-icons a {
    color: #fff;
    font-size: 1.25rem;
    transition: color 0.3s ease, transform 0.3s ease;
  }

  .social-icons a:hover {
    color: #3D210F;
    transform: scale(1.1);
  }

  .footer a:hover {
    color: #f28f2c !important;
  }

  .footer-logo {
    max-width: 180px;
  }

  .footer {
    font-family: 'Poppins', sans-serif;
  }

#welcomeModal .modal-content {
  border-radius: 15px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
  background: #fff;
  animation: fadeInScale 0.6s ease;
}

@keyframes fadeInScale {
  from { opacity: 0; transform: scale(0.85); }
  to { opacity: 1; transform: scale(1); }
}

#welcomeModal h5 {
  color: #000;
}

#welcomeModal p {
  font-size: 0.95rem;
}


@keyframes fadeInScale {
  from { opacity: 0; transform: scale(0.85); }
  to { opacity: 1; transform: scale(1); }
}

#welcomeModal h5 {
  color: #000;
}

#welcomeModal p {
  font-size: 0.95rem;
}

.modal-title {
  color: #3a1c00;
  font-size: 1.6rem;
  font-weight: 700;
}

.text-dark {
  color: #3a1c00 !important;
}

.bounce-img {
  animation: bounce 1.5s infinite ease-in-out;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.modal-backdrop.show {
  opacity: 0.6;
  background-color: #000;
}

.category-item p {
  font-weight: 600;
  color: #000;
  margin: 0;
  font-size: 0.95rem;
  transition: color 0.3s ease, transform 0.3s ease;
}

.category-scroll {
  background: #fff;
  box-shadow: 0 6px 15px -5px rgba(0, 0, 0, 0.2);
}

.category-list {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-x: auto;
  padding-bottom: 5px;
}

.category-list::-webkit-scrollbar {
  display: none;
}

.category-item {
  min-width: 90px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  border-radius: 25px;
  padding: 10px 12px;
  text-align: center;
  background: #fff;
  margin: 8px 15px;
  position: relative;
  z-index: 2;
}

.category-item img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  background: #f7f7f7;
  padding: 10px;
  border: 2px solid #f7a800;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.category-item:hover {
  transform: scale(1.12);
  background: #3a1c00 !important;
  border: 1px solid #3a1c00 !important;
  color: #fff !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.category-item:hover p {
  color: #fff !important;
}



@media (max-width: 767px) {
  .category-list {
    display: none !important;
  }

  .category-item p {
    font-size: 0.9rem;
  }

  .btn-outline-dark {
    border-radius: 8px;
  }
}


@media (max-width: 575px) {
  .category-item {
    min-width: 40px;
  }

  .category-item img {
    width: 50px;
    height: 50px;
    padding: 8px;
  }

  .category-item p {
    font-size: 0.85rem;
  }
}

.search-box .form-control {
  border-radius: 50px 0 0 50px;
  border: 2px solid #3D210F;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.search-box .form-control:focus {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(247, 168, 0, 0.25);
}

.search-box .btn {
  border-radius: 0 50px 50px 0;
  background-color: #3D210F;
  color: #fff;
  border: 2px solid #3D210F;
  transition: background 0.3s ease;
}

.search-box .btn:hover {
  background-color: #3D210F;
  border-color: #3D210F;
}

.discount-banner {
  background-color: #f0f0f0;
  font-size: 1.5rem;
  font-weight: 500;
}

.discount-circle {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #3D210F;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
}

@media (max-width: 575px) {
  .search-box .form-control {
    font-size: 0.9rem;
  }

  .discount-banner {
    font-size: 1.2rem;
  }

  .discount-circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.2rem;
  }
}

.text-orange{
  color: #ff6600;
}

.open-hours h5 {
  letter-spacing: 1px;
}

.hours-list span {
  font-size: 15px;
  font-weight: 500;
}

.bg-warning-price{
  background-color: #3a1c00 !important;
}

.banner-img {
  border-radius: 1rem !important;
}

.menu-item {
  transition: all 0.3s ease;
}

.menu-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.menu-img img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 0.75rem;
}

.featured-pill {
    position: absolute;
    top: -20px;
    left: 10px;
    color: #000;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 50px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
}

@media (max-width: 768px) {
    .featured-pill {
        font-size: 0.65rem;
        padding: 2px 6px;
        top: -30px;
        left: 20px;
    }
}

.fade-in {
  opacity: 0;
  transform: translateY(10px);
  animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.notice-box {
  background: #fff8e1;
  border: 1px solid #ffe58f;
  transition: all 0.3s ease;
}

.notice-box:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.category-drawer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 85vh;
    background: #fff;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.25);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    z-index: 1050;
    transform: translateY(100%);
    transition: transform 0.35s ease-in-out;
    overflow: hidden;
}

.category-drawer.open {
    transform: translateY(0);
}

.drawer-header {
    background: #f8f9fa;
    position: sticky;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid #ddd;
}

.drawer-body {
    max-height: calc(85vh - 60px);
    overflow-y: auto;
    padding: 10px 0;
}

.drawer-body::-webkit-scrollbar {
    width: 6px;
}

.drawer-body::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
}

.drawer-body::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}
