.menu-tabs {
  max-width: 100%;
  padding: 10px;
}

@media (min-width: 1024px) {
  .menu-tabs {
    max-width: 962px; /* ose 900px sipas preferencës */
    margin-left: 17.2%;
  }
}
.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  justify-content: center;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.tab {
  padding: 2px 6px;
  background-color: transparent;
  border: 1px solid #ecb66c;
  color: #ecb66c;
  font-weight: 500;
  font-size: 0.65rem; /* më e vogël se më parë */
  cursor: pointer;
  border-radius: 2px;
  transition: 0.3s;
}

.tab.active,
.tab:hover {
  background-color: #ecb66c;
  color: #fff;
}

.tab-content {
    margin: 20px;
  text-align: center;
  color: #fff;
  background-color: #3a3737;
  padding: 10px;
  border-radius: 6px;
  font-size: 0.8rem; /* më e vogël për përmbajtjen */
}

.tab-content p{
    text-align: start;
}


.sub-tabs {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.sub-tab {
  padding: 3px 8px;
  font-size: 0.65rem;
  border: 1px solid #ecb66c;
  background-color: transparent;
  color: #ecb66c;
  border-radius: 2px;
  cursor: pointer;
}

.sub-tab.active,
.sub-tab:hover {
  background-color: #d2b88f;
  color: #3a3737;
}

.sub-tab-content {
  font-size: 0.75rem;
}


.tab-content p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
  border-bottom: 1px dashed #555;
}

.item-name {
  font-size: 0.8rem;
  color: #fff;
}

.item-price {
  font-size: 0.75rem;
  color: #ecb66c;
  font-weight: bold;
    margin-left: 10px;

}


.item-ingredients {
  font-size: 0.7rem;
  font-style: italic;
  color: #ccc;
}


.tab-special {
  position: relative;
  padding: 3px 8px;
  background-color: transparent;
  border: 1px solid #ecb66c;
  color: #ecb66c;
  font-weight: bold;
  cursor: pointer;
  border-radius: 3px;
  transition: 0.3s;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tab-special .flame {
  position: absolute;
  font-size: 1.6rem;
  opacity: 0.8;
  z-index: 0;
  animation: flicker 1.5s infinite ease-in-out alternate;
  pointer-events: none;
  color: orange;
  filter: drop-shadow(0 0 4px #ff9800) drop-shadow(0 0 8px red);
  text-shadow: 0 0 5px #ff5722, 0 0 10px #ffc107;
}


/* Teksti qëndron sipër */
.tab-special .button-text {
  position: relative;
  z-index: 1;
}

/* Animacion flakërimë */
@keyframes flicker {
  0%   { transform: scale(1) rotate(0deg);   opacity: 0.15; }
  50%  { transform: scale(1.1) rotate(5deg); opacity: 0.25; }
  100% { transform: scale(1) rotate(-5deg); opacity: 0.15; }
}

#menyja {
  scroll-margin-top: 100px; /* ose vlera që i përshtatet lartësisë së headerit tënd */
}
