.menu-tabs-section {
  font-family: 'Courier Prime', monospace;
  color: #fff;
}
.menu-item-img img {
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover;
    top: 0;
}

.menu-tabs-section .para-text {
   background: #000;
  padding: 40px;
  color: #fff;
  width: 100%;
  text-align: center;
  font-family: 'Courier Prime', monospace;

}

.nav-pills {
  width: 100%;
}

/* Tabs Styling */
.nav-pills .nav-link {
  background: transparent;
  border: 1px solid #EE2E3C;
  color: #fff;
  border-radius: 0;
  letter-spacing: 2px;
  margin: 5px;

  font-weight: 400;
  padding: 10px 30px !important;
}

.nav-pills .nav-link.active {
  background-color: #EE2E3C; /* Signature Red */
  border-color: #EE2E3C;
  text-shadow: 0 0 10px #fff, 0 0 30px #ffffff9a;
  color: #fff !important;
}

/* Food Card Layout */
.food-card {
  display: flex;
  background: #000;
  border: 1px solid #222;
  height: 100%;
}

.food-img-container {
  position: relative;
  flex: 0 0 200px; /* Width of the image div */
  overflow: hidden;
}

.food-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.price-tag {
  position: absolute;
  top: 0;
  left: 0;
  background: #EE2E3C;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  z-index: 5;
}

.food-details {
  padding: 20px;
  flex: 1;
  text-align: left;
}

.food-name {
  font-size: 1.2rem;
  letter-spacing: 3px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.food-desc {
  font-size: 0.9rem;
  color: #bbb;
  line-height: 1.4;
}

/* RESPONSIVE: Stack vertically on mobile */
@media (max-width: 768px) {
  .food-card {
    flex-direction: column;
  }
  .food-img-container {
    flex: 0 0 250px; /* Taller image on mobile */
  }
  .nav-pills .nav-link {
    width: 100%;
    margin: 5px 0;
    
  }
  .nav-item {
    margin: 0 10px;
  }
  
}
.menu-item-card {
  background-color: transparent;
  border: 1px solid #333;
  height: 100%;
  transition: border-color 0.3s ease;
}

.menu-item-instruction {
  background-color: transparent;
  border: 1px solid #333;
  height: 100%;
  font-size: 16px;
  transition: border-color 0.3s ease;
}
.menu-item-instruction .menu-item-title {
  font-size: 16px;

  letter-spacing: 10%;
  margin-bottom: 10px;
}

.menu-item-card:hover {
  border-color: #EE2E3C;
}

.menu-item-img {
  position: relative;
  flex-shrink: 0;
  width: 260px;
  height: 260px;
}

.menu-item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-item-type{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #EE2E3C;
  color: #fff;
  padding: 5px 12px;
  font-family: 'Courier Prime', monospace;
  font-size: 0.9rem;
  z-index: 2;
}


.menu-item-info {
  padding: 20px;
  text-align: left;
}

.menu-item-title {
  font-family: 'Courier Prime', monospace;
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.menu-item-head-title {
  font-family: 'Courier Prime', monospace;
  font-size: 1.5rem;
  color: #fff;
  background-color: #EE2E3C;
  margin-bottom: 0px;
  padding: 10px;
  margin-left: 10px;
  margin-right: 10px;
  letter-spacing: 2px;
}

.menu-item-desc {
  font-size: 0.85rem;
  color: #888;
  line-height: 1.4;
  margin: 0;
}

/* RESPONSIVE LAYOUT LOGIC */

/* Desktop: Side-by-side */
@media (max-width: 992px) {
  .menu-item-img {
    width: 100%; /* Fixed width for the image part on desktop */
  }
}

/* Tablet & Mobile: Stacked */
@media (max-width: 576px) {
  .menu-item-img {
    width: 100%;
    height: 250px; /* Give the image a fixed height when stacked */
  }
  .menu-item-head-title {
    font-size: 18px;
    padding: 8px;
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
  }
  .menu-item-info {
    padding: 15px;
  }
  
  .menu-item-title {
    font-size: 1.1rem;
  }
}

/* Container for the 'FROM' label and Price */
.price-container {
  display: flex;
  flex-direction: column;
  margin-top: auto; /* Pushes price to the bottom of the text side */
}

.price-prefix {
  font-size: 10px;
  color: #888;
  letter-spacing: 1px;
  margin-bottom: -2px;
}

.menu-item-price {
  font-family: 'Courier Prime', monospace;
  font-size: 1.1rem;
  color: #fff;
}

/* Ensure images have a consistent look across the drinks grid */
.menu-image-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  filter: brightness(0.9);
}

/* Responsive adjustment for Mobile/Tablets */
@media (max-width: 991px) {
  .menu-card.small {
    padding: 20px;
    gap: 10px;
  }
  
  .menu-image-side {
    height: 180px; /* Taller image on mobile stack */
    width: 100%;
  }

  .menu-add-btn.mini {
    bottom: 5px;
    right: 5px;
  }
}
.custom-menu-dropdown .btn-danger {
  background-color: #EE2E3C;
  border: none;
  font-family: 'Courier Prime', monospace;
  letter-spacing: 2px;
  padding: 12px;
  font-weight: bold;
}

.custom-menu-dropdown .dropdown-menu {
  background-color: #000;
  border: 1px solid #333;
  padding: 0;
}

.custom-menu-dropdown .dropdown-item {
  font-family: 'Courier Prime', monospace;
  padding: 15px;
  border-bottom: 1px solid #222;
  transition: background 0.3s;
}

.custom-menu-dropdown .dropdown-item:hover, 
.custom-menu-dropdown .dropdown-item.active {
  background-color: #EE2E3C;
  color: #fff !important;
}
/* --- HOT DRINKS EXTRAS STYLING --- */
.menu-extras-section {
    font-family: 'Courier Prime', monospace;
    text-transform: uppercase;
    color: #fff;
}

.menu-card-dark {
    background-color: #050505;
    transition: border-color 0.3s ease;
}



.extra-title {
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.2;
}

.price-badge {
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
}

.price-badge::before, .menu-dot-list span::before {
    content: '£';
}

.menu-dot-list li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 8px;
    font-size: 0.9rem;
    color: #ccc;
}

.menu-dot-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #fff;
}

.tea-images img {
    border-radius: 2px;
    filter: grayscale(20%);
    transition: filter 0.3s ease;
}

.tea-images img:hover {
    filter: grayscale(0%);
}

@media (max-width: 991px) {
    .extra-title { font-size: 1rem; }
}

.cold-drinks-container {
  background-color: #000;
  padding: 20px;
  font-family: 'Courier New', Courier, monospace; /* Matches the typewriter style */
  color: #fff;
}

.drink-card {
  display: flex;
  background-color: #111; /* Slightly lighter black for the card background */
  border: 1px solid #333;
  margin-bottom: 20px;
  padding: 15px;
  align-items: flex-start;
  justify-content: space-between;
}

.drink-info {
  flex: 1;
}

.drink-info h3 {
  margin: 0;
  text-transform: lowercase;
  font-size: 1.5rem;
  font-weight: bold;
}

.price {
  display: block;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 5px 0;
}

.flavor-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
}

.flavor-list li {
  text-transform: lowercase;
  margin-bottom: 2px;
}

.drink-image {
  flex: 1;
  max-width: 100%;
  margin-left: 20px;
}

.drink-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Responsive adjustment for mobile */
@media (max-width: 576px) {
  .drink-card {
    flex-direction: row;
  }
  .drink-image {
    margin-left: 0;
    margin-top: 15px;
    max-width: 100%;
  }
  .menu-tabs-section .para-text { 
    width: 100%;
    margin: 0 auto;
  }
  .menu-item-img {
    width: 100%;
    height: 130px;
  }
}