body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  padding: 2rem;
  background-color: #fdf6e3;
  color: #333;
  transition: background-color 0.3s ease;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fdf6e3;
  padding: 1rem 2rem;
  border-bottom: 1px solid #ccc;
  flex-wrap: wrap;
  gap: 1rem;
}

.top-bar .description {
  margin-top: -1.5rem;
    margin-bottom: -1rem;
  font-size: 0.9rem;
  color: #333;
  max-width: 600px;
}


.logo img {
  height: 60px;
  object-fit: contain;
}

.contact-info {
  text-align: right;
  font-size: 0.95rem;
  color: #444;
  line-height: 1.4;
}

.contact-info p {
  margin: 2px 0;
}
.contact-info a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

.contact-info a:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .top-bar {
    flex-direction: column;
    text-align: center;
  }

  .contact-info {
    text-align: center;
  }
}

.menu-toggle {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}

.menu-toggle button {
  padding: 1rem 2rem;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 8px;
  font-weight: bold;
  background-color: #e0e0e0;
  color: #333;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.menu-toggle button:hover {
  background-color: #ccc;
}

.menu-toggle button.active {
  background-color: #3cb371;
  color: #fff;
}

.menu h1 {
  margin-top: 2rem;
  color: #555;
  font-size: 1.8rem;
  border-bottom: 2px solid #ddd;
}

.menu ul {
  list-style-type: none;
  padding-left: 0;
}

.menu ul li {
  font-size: 1.1rem;
  margin: 0.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 4px;
}

.extra {
  margin-top: 1rem;
  font-style: italic;
  font-size: 0.9rem;
}

.price {
  color: #3cb371;
  font-weight: bold;
  font-size: 1rem;
}

.language-switch {
  text-align: center;
  margin-bottom: 1.5rem;
}

.language-switch a {
  margin: 0 0.5rem;
  text-decoration: none;
  font-weight: bold;
  color: #333;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  background-color: #f0f0f0;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.language-switch a:hover {
  background-color: #ddd;
}

/* Shto stil për linkun e zgjedhur */
.language-switch a.active {
  background-color: #3cb371;
  color: white;
}


@media (max-width: 600px) {
  .menu-toggle {
    flex-direction: column;
    align-items: center;
  }

  .menu-toggle button {
    width: 100%;
    max-width: 300px;
  }

  .language-switch a {
    display: inline-block;
    margin: 0.3rem;
  }
}
body .logo img {
  border: 2px solid #3cb371;
  border-radius: 10px;
   width: 100px;   
  height: auto; 
}

/*img*/
.menu-image {
  width: 100%;
  height: 200px;
  display: block;
  margin: 0 auto 1rem;
  border: 2px solid #b9b2ad; /* ngjyrë ushqimore (portokalli e ngrohtë) */
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* opsionale për efekt hijesh */
}
