body {
  margin: 0;
  font-family: Georgia, serif;
  background: #f6f2eb;
  color: #2b1a12;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  background: #fff;
  border-bottom: 2px solid #d6c4a2;
}

.logo { height: 55px; }

nav a {
  margin-left: 20px;
  text-decoration: none;
  color: #7a1d12;
  font-weight: bold;
}

nav a.active { border-bottom: 2px solid #7a1d12; }

.hero {
  height: 90vh;
  background-size: cover;
  background-position: center;
}

.hero-overlay {
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.25),
    rgba(0,0,0,0.45),
    rgba(0,0,0,0.7)
  );
  height: 100%;
  position: relative;
  color: #fff;
}

.hero-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-bottom {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}


.hero-title h1 {
  font-size: 60px;
  letter-spacing: 4px;
}

.hero-bottom .subtitle {
  font-size: 18px;
  margin-bottom: 20px;
}

.hero-buttons {
  margin-bottom: 40px;
}

.hero h1 span { color: #f3d9a4; }

.subtitle { font-size: 20px; margin-bottom: 30px; }

.btn {
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  margin: 10px;
  display: inline-block;
  font-weight: bold;
}

.primary { background: #7a1d12; color: #fff; }
.secondary { border: 2px solid #fff; color: #fff; }

.radio-box {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255,255,255,0.85);
  padding: 8px 10px;
  border-radius: 14px;
}

.radio-box audio {
  width: 220px;
}


.tradite, .reviews {
  padding: 60px 20px;
  text-align: center;
}

.foods {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 40px 20px;
}

.food-card {
  width: 260px;
}

.food-card img {
  width: 100%;
  border-radius: 12px;
}

footer {
  background: #1a0f0a;
  color: #fff;
  text-align: center;
  padding: 30px 20px;
}
.hero {
  height: 90vh;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-overlay {
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.2),
    rgba(0,0,0,0.45),
    rgba(0,0,0,0.75)
  );
  position: relative;
  color: white;
}

.hero-center {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.hero-center h1 {
  font-size: 70px;
}

.hero-center span {
  color: #f3d9a4;
}

.hero-bottom {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.radio-box {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255,255,255,0.85);
  padding: 8px;
  border-radius: 10px;
}

.folklore-strip {
  width: 100%;
  height: 40px;
  background-image: url("images/folklore-pattern.png");
  background-repeat: repeat-x;
  background-size: auto 100%;
  opacity: 0.7;
}

.menu {
  max-width: 1000px;
  margin: 80px auto;
  padding: 0 20px;
  color: #3b2b1a;
}

.menu-title {
  text-align: center;
  font-size: 42px;
  margin-bottom: 60px;
}

.menu-section {
  margin-bottom: 50px;
}

.menu-section h2 {
  font-size: 28px;
  border-bottom: 2px solid #b58b4a;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.menu-section ul {
  list-style: none;
  padding: 0;
}

.menu-section li {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px dotted #ccc;
}

.menu-section li span:last-child {
  font-weight: bold;
}

.menu-section {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 20px;
}

.menu-title {
  text-align: center;
  font-size: 32px;
  color: #7a2d1c;
  margin-bottom: 30px;
}

.menu-list {
  list-style: none;
  padding: 0;
}

.menu-list li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px dotted #bbb;
  font-size: 18px;
}


/* MENU BACKGROUND */
.menu-bg {
  background-image: url("images/menu-bg.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 100px 0;
}

/* OVERLAY */
.menu-overlay {
  background: rgba(255, 248, 235, 0.92);
  max-width: 1200px;
  margin: auto;
  padding: 60px 40px;
  border-radius: 14px;
}

/* TITULLI */
.menu-main-title {
  text-align: center;
  font-size: 48px;
  margin-bottom: 60px;
  color: #5a1f14;
}

/* GRID 2 KOLONA */
.menu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.menu-column h2 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #7a2d1c;
}

/* LISTA */
.menu-list {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.menu-list li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #9c7b5a;
  padding: 6px 0;
  font-size: 18px;
}

/* SHIRIT FOLKLORIK */
.folklore-strip {
  height: 40px;
  background-image: url("images/folklore-pattern.png");
  background-repeat: repeat-x;
  background-size: auto 100%;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .menu-grid {
    grid-template-columns: 1fr;
  }
}


/* REZERVIME PAGE */

.reservation-hero {
  min-height: 100vh;
  background-image: url("images/reservation-bg.jpg"); /* ambient / mish / vere */
  background-size: cover;
  background-position: center;
  position: relative;
}

.reservation-overlay {
  min-height: 100vh;
background: linear-gradient(
  rgba(30, 20, 15, 0.75),
  rgba(30, 20, 15, 0.55)
);

  color: #fff;
  text-align: center;
  padding: 120px 20px;
  padding-top: 120px;
}

.reservation-overlay h1 {
  font-size: 3rem;
  margin-bottom: 15px;
  font-family: serif;
}

.subtitle {
  font-size: 1.2rem;
  margin-bottom: 40px;
  color: #f0e6d8;
}

.call-btn {
  display: inline-block;
  background: #8b1e16;
  color: #fff;
  padding: 20px 35px;
  border-radius: 40px;
  text-decoration: none;
  font-size: 1.3rem;
  margin-bottom: 35px;
  transition: 0.3s;
}

.call-btn span {
  font-size: 1.1rem;
  display: block;
  margin-top: 5px;
}

.call-btn:hover {
  background: #a52a22;
}

.reservation-info {
  display: grid;
  gap: 12px;
  max-width: 400px;
  margin: 0 auto 30px;
  font-size: 1.1rem;
}

.reservation-note {
  background: rgba(255, 255, 255, 0.1);
  padding: 15px;
  border-radius: 10px;
  max-width: 500px;
  margin: 0 auto 30px;
  font-size: 0.95rem;
}

.reservation-location a {
  color: #ffd9a0;
  text-decoration: underline;
}

.subtitle {
  font-size: 1.3rem;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.logo img {
  height: 55px;        /* madhësi perfekte për header */
  width: auto;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.logo img:hover {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .logo img {
    height: 40px;
  }
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 40px;
  background: #fff;
}

.logo img {
  height: 55px;
  width: auto;
  cursor: pointer;
}

.contact-hero {
  height: 45vh;
  background-size: cover;
  background-position: center;
  position: relative;
}

.contact-hero .overlay {
  height: 100%;
  background: rgba(0,0,0,0.55);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.contact-hero h1 {
  font-size: 48px;
  margin-bottom: 10px;
}

.contact-hero p {
  font-size: 18px;
  opacity: 0.9;
}

.folk-strip {
  height: 28px;
  background: url("images/folk-strip.png") repeat-x center;
}

.contact-section {
  max-width: 1000px;
  margin: 60px auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  padding: 0 20px;
}

.contact-card {
  background: #f9f5ef;
  padding: 30px;
  border-radius: 14px;
  text-align: center;
}

.contact-card h2 {
  margin-bottom: 10px;
  color: #7a2d1f;
}

.header {
  width: 100%;
}

.header-inner {
  max-width: 1200px;
  margin: auto;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  height: 55px;   /* KJO E RREGULLON MADHËSINË */
  width: auto;
  display: block;
}

.nav a {
  margin-left: 25px;
  text-decoration: none;
  font-weight: 600;
  color: #7a2d1f;
  position: relative;
}

.nav a:hover,
.nav a.active {
  color: #b23a2a;
}

.nav a.active::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #b23a2a;
}

/* HAMBURGER ICON */
.hamburger {
  display: none;
  font-size: 28px;
  cursor: pointer;
  color: #7a2d1f;
}

/* MOBILE */
@media (max-width: 768px) {

  .hamburger {
    display: block;
  }

  .nav {
    position: absolute;
    top: 80px;
    right: 0;
    background: #fff;
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: none;
    border-top: 1px solid #e2d8c8;
  }

  .nav a {
    padding: 15px 0;
    width: 100%;
    text-align: center;
    margin: 0;
  }

  .nav.open {
    display: flex;
  }
}

@media (max-width: 768px) {

  .hero h1 {
    font-size: 32px;
  }

  .hero p {
    font-size: 16px;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .btn {
    width: 90%;
    text-align: center;
  }
}

@media (max-width: 768px) {

  .menu-grid {
    grid-template-columns: 1fr;
  }

  .menu-item {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
  }
}

@media (max-width: 768px) {

  .contact-section,
  .reservation-section {
    padding: 30px 15px;
  }

  .contact-card {
    text-align: center;
  }

  iframe {
    width: 100%;
    height: 300px;
  }
}

@media (max-width: 768px) {

  .footer-inner {
    text-align: center;
  }

  .footer-socials a {
    font-size: 16px;
  }
}


/* HERO ANIMATIONS */
.hero-center h1 {
  opacity: 0;
  transform: translateY(30px);
  animation: heroTitle 1.2s ease forwards;
}

.hero-bottom p {
  opacity: 0;
  transform: translateY(20px);
  animation: heroText 1s ease forwards;
  animation-delay: 0.6s;
}

.hero-buttons a {
  opacity: 0;
  transform: translateY(20px);
  animation: heroButtons 0.8s ease forwards;
}

.hero-buttons a:nth-child(1) { animation-delay: 1s; }
.hero-buttons a:nth-child(2) { animation-delay: 1.2s; }

@keyframes heroTitle {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes heroText {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes heroButtons {
  to { opacity: 1; transform: translateY(0); }
}

.btn {
  transition: all 0.3s ease;
}

.btn:hover {
  transform: translateY(-3px);
}

.btn.primary:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

.btn.secondary:hover {
  background: rgba(255,255,255,0.1);
}

/* LOGO */
.logo img {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.logo:hover img {
  transform: scale(1.05);
  opacity: 0.85;
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.9s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.call-btn {
  animation: pulse 3s infinite;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(170,40,30,0.6); }
  70% { box-shadow: 0 0 0 12px rgba(170,40,30,0); }
  100% { box-shadow: 0 0 0 0 rgba(170,40,30,0); }
}

.menu-item {
  transition: transform 0.25s ease;
}

.menu-item:hover {
  transform: translateX(5px);
}

@media (max-width: 768px) {

  .nav {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #fff;
    flex-direction: column;
    align-items: center;
    transform: translateY(-20px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.35s ease;
  }

  .nav.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav a {
    padding: 14px 0;
    font-size: 18px;
    width: 100%;
    text-align: center;
    animation: navItem 0.4s ease forwards;
  }
}

@keyframes navItem {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 768px) {

  .hero-center h1,
  .hero-bottom p,
  .hero-buttons a {
    animation-duration: 0.8s;
    transform: translateY(15px);
  }
}
@media (max-width: 768px) {

  .btn:active {
    transform: scale(0.97);
  }
}
@media (max-width: 768px) {

  .reveal {
    transform: translateY(20px);
    transition-duration: 0.6s;
  }
}
@media (max-width: 768px) {

  .call-btn {
    animation: pulse 2.5s infinite;
  }
}
