body {
    background-color: #0B1D3A;
    color: #FFD700;
    font-family: tahoma, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
}
.site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #0B1D3A;
}
.header-left a, .header-right a {
    color: #FFD700;
    font-size: 1.5em;
    text-decoration: none;
}
.header-left a:hover, .header-right a:hover {
    color: white;
}

.call-button {
    padding: 4px 7px;
    border: 1px solid #FFD700;
    border-radius: 5px;
}
main img {
    max-width:20%;
    height: auto;
    margin: 10px 0;
}

body { background-color: #0B1D3A; color: #FFD700; }
a, button { color: #FFD700; }
button, .btn { background-color: #FFD700; color: #0B1D3A; }

.insta-icon {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
/* 📸 Instagram Icon Sizing - Bojan Café */
.insta-icon {
  width: 35px; /* سایز استاندارد برای دسکتاپ و نمایش عمومی */
  height: auto;
  margin-left: 10px; /* برای فاصله گرفتن از بقیه محتوا */
}

/* 📱 نسخه ریسپانسیو برای موبایل */
@media (max-width: 768px) {
  .insta-icon {
    width: 28px; /* کمی کوچک‌تر برای فضای محدود موبایل */
  }
}

.menu-button {
  display: inline-block;
  padding:12px 16px;
  border: 1px solid #FFD700;
  border-radius: 7px;
  background-color: #FFD700;
  color: #0B1D3A;
  font-size: 1.5em;      /* 👈 از 1.4em به 1.8em افزایش دادیم */
  font-weight: bold;
  text-decoration: none;
  margin: 14px auto;
  transition: all 0.3s ease;
}
.menu-button:hover {
  background-color: white;
  color: #0B1D3A;
  transform: scale(1.05); /* 👈 انیمیشن لطیف روی هاور */
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  padding: 20px;
}
.gallery img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.map {
  margin-top: 30px;
}


.gallery img {
    max-width: 100%;
    max-height: 300px;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    margin: 5px;
}
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
    justify-items: center;
}


.gallery img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
}
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
    padding: 20px 0;
}


.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
}
.gallery img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
}

.section-separator {
    border: none;
    height: 2px;
    background-color: #FFD700;
    margin: 20px auto;
    width: 80%;
}

/* --- Social Icons Updated (Luxurious Style) --- */
.insta-icon, .whatsapp-icon, .call-icon {
  width: 42px;
  height: 42px;
  vertical-align: middle;
}

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

.social-icons img {
  width: 42px;
  height: 42px;
  filter: brightness(1.1);
  transition: transform 0.3s ease, filter 0.3s ease;
}

.social-icons img:hover {
  transform: scale(1.15);
  filter: brightness(1.4);
}
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease-in-out;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* 👑 درخشش طلایی لطیف */
.fade-in.visible {
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.4);
}
   /* 🎇 Bojan Cafe Golden Gallery Style */
   .gallery {
     display: flex;
     flex-wrap: nowrap;
     overflow-x: auto;
     gap: 20px;
     padding: 30px 0;
     justify-content: center;
     scroll-behavior: smooth;
   }

   .gallery::-webkit-scrollbar {
     height: 8px;
   }
   .gallery::-webkit-scrollbar-thumb {
     background: linear-gradient(90deg, #c5a100, #ffd700);
     border-radius: 10px;
   }

   .gallery img {
     flex: 0 0 auto;
     width: 320px;
     height: 210px;
     object-fit: cover;
     border-radius: 10px;
     border: 2px solid #FFD700;
     transition: all 0.3s ease-in-out;
     box-shadow: 0 0 10px rgba(255, 215, 0, 0.2);
   }

   .gallery img:hover {
     transform: scale(1.08);
     box-shadow: 0 0 20px rgba(255, 215, 0, 0.4);
   }

   @media (max-width: 768px) {
     .gallery img {
       width: 240px;
       height: 160px;
     }
     .gallery {
       gap: 12px;
       padding: 20px 0;
     }
   }


/* حالت موبایل */
@media only screen and (max-width: 60px) {
  
}


@media only screen and (max-width: 60px) {
  
}

/* ✅ Optimized Logo Sizing - Bojan Café */
.site-logo {
  width: 100px;       /* پهنای کنترل‌شده برای دسکتاپ */
  height: auto;       /* حفظ تناسب طبیعی */
  transition: all 0.3s ease;
  display: block;
  margin: 0 auto;     /* وسط‌چین در header-center */
}

/* 📱 نسخه ریسپانسیو برای موبایل */
@media (max-width: 768px) {
  .site-logo {
    width: 110px;      /* تنظیم سایز برای گوشی‌های معمولی */
  }
}

@media (max-width: 480px) {
  .site-logo {
    width:55px;      /* سایز مناسب برای موبایل‌های کوچک */
  }
/* فایل استایل Calm Luxury ∞ */
/* نسخه کامل و ریسپانسیو */

body {
  background-color: #111217;
  font-family: "Vazirmatn", "IRANSans", sans-serif;
  line-height: 1.6;
  color: #eee;
  margin: 0;
  padding: 0;
  direction: rtl;
}

.hookah-list-card {
  max-width:200px;
  margin: 30px auto;
  background: #191a22;
  border: 3px solid #BFA053;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 12px 20px rgba(191,160,83,0.15);
  text-align: right;
}

.hookah-list-card h2 {
  font-size: 60px;
  color: #FFD700;
  margin-bottom: 8px;
}

.hookah-list-card p {
  margin-bottom: 40px;
  font-size: 25px;
  color: #dadada;
}

.hookah-row {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 22px;
}

.hookah-img-box {
  flex-shrink: 0;
}

.hookah-img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 32px;
  border: 1.8px solid #BFA053;
  box-shadow: 0 2px 8px rgba(255,205,71,0.25);
}

.hookah-desc {
  flex: 1;
  font-size: 15px;
  line-height: 1.55;
  color: #dadada;
}

.hookah-title {
  display: block;
  font-size: 17px;
  color: #FFD700;
  font-weight: 700;
  margin-bottom: 5px;
}

.hookah-row:last-child {
  margin-bottom: 0;
}

/* نسخه موبایل */
@media (max-width: 480px) {
  .hookah-list-card {
    max-width: 50%;
    padding: 60px;
  }

  .hookah-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .hookah-img {
    width: 70%;
    height: auto;
  }

  .hookah-desc {
    margin-top: 50px;
    font-size: 70px;
  }

  .hookah-title {
    font-size: 25px;
  }
.food-gallery {
  max-width: 300px;
  margin: 50px auto;
  text-align: center;
  background: #191a22;
  border: 1.5px solid #BFA053;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 4px 20px rgba(191,160,83,0.15);
}

.food-gallery h2 {
  color: #FFD700;
  font-size: 22px;
  margin-bottom: 20px;
}

.food-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; /* اگر عرض کم شد، خودش به خط بعد بره */
  gap: 16px;
}

.food-img {
  width:100px;
  height: 100px;
  object-fit: cover;
  border-radius: 12px;
  border: 1.8px solid #BFA053;
  box-shadow: 0 2px 8px rgba(255,205,71,0.25);
  transition: transform 0.3s ease;
}

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

/* نسخه موبایل */
@media (max-width: 480px) {
  .food-row {
    flex-direction: column;
  }

  .food-img {
    width: 90%;
    height: auto;
  }
}




