* {
  font-family: "Roboto", sans-serif;;
}

body {
  background-color: #516f47;
}
.card {
  border-radius: 8px;
  overflow: hidden;
  background-color: transparent;
  border: 1px solid rgba(199, 161, 44, 1);
}
.card-img-top {
  height: 230px;
  object-fit: cover;
}
.card-body {
  background: #44404059;
  position: absolute;
  backdrop-filter: blur(6px);
  top: 9px;
  left: 9px;
  border-radius: 8px;
  padding: 10px 20px;
}
.card-title {
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
}
.navbar-brand img {
  height: 250px;
  width: auto;
}
.page-title {
  font-size: 44px;
  text-align: center;
  color: wheat;
  font-weight: bold;
  margin-bottom: 0;
}
.page-description {
  font-size: 16px;
  text-align: center;
  color: wheat;
  font-weight: bold;
}

body {
  background-image: url(https://websitedemos.net/bbq-food-truck-04/wp-content/uploads/sites/720/2020/10/bg-001-free-img.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

body::before {
  /* content: ""; */
  background-image: linear-gradient(90deg, #c7a12c00 50%, #c7a12c 50%);
  --background-overlay: "";
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.2;
}
.card-price {
  /* position: absolute;
  left: 20px;
  bottom: 9px;
  font-size: 29px;
  color: #fff;
  text-shadow: 4px 4px 8px #000;
  margin-bottom: 0; */
  white-space: nowrap;
}

.menu-list .card {
  min-height: 80px;
  background-color: #5a8053;
  justify-content: center;
  background: #44404059;
  backdrop-filter: blur(6px);
  padding-top: 8px;
  padding-bottom: 8px;
}

.menu-list .row {
  align-items: center;
}

.menu-list .card-title {
  font-size: 28px;
  padding-left: 16px;
  text-transform: none;
}

.menu-list .card-description {
  margin: 0;
  color: #fff;
  text-align: left;
  padding-left: 16px;
}
.menu-list .card-price {
  color: #fff;
  text-align: right;
  margin: 0;
  padding-right: 16px;
  font-size: 32px;
  text-shadow: 4px 4px 8px #000;
}

.category-item a {
  background: wheat;
  border: 1px solid wheat;
  color: green;
  font-weight: bold;
  text-transform: uppercase;
}

.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  background-color: #44404059;
  border-color: wheat;
}

.btn-outline-primary:hover {
  background-color: #44404059;
  border-color: wheat;
}

.menu-list {
  padding-bottom: 50px; /* Add extra padding to the bottom */
}

/* Custom scrollbar styling for #category-items */
#category-items {
  scrollbar-width: thin; /* For Firefox */
  scrollbar-color: #c7a12c transparent; /* Thumb color and transparent track */
}

/* Webkit-based browsers (Chrome, Edge, Safari) */
#category-items::-webkit-scrollbar {
  height: 8px; /* Height of the scrollbar */
}

#category-items::-webkit-scrollbar-track {
  background: transparent; /* Transparent track */
}

#category-items::-webkit-scrollbar-thumb {
  background-color: #c7a12c; /* Thumb color */
  border-radius: 10px; /* Rounded corners */
  border: 2px solid transparent; /* Transparent border around the thumb */
}

@media (max-width: 768px) {
  .card-description {
    font-size: 10px; /* Smaller font size for mobile devices */
  }
  .menu-list {
    padding-bottom: 120px; /* Increase padding for mobile devices */
  }
}

/* Center #category-items on larger screens */
@media (min-width: 992px) {
  /* lg screens and above */
  #category-items {
    justify-content: center; /* Center the items horizontally */
  }
}
