body {
  font-family: 'Poppins', sans-serif;
}


body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #fffdf8;
  }
  
  header {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  nav ul {
    list-style: none;
    display: flex;
    gap: 15px;
    padding: 0;
    margin: 0;
  }
  
  nav a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
  }
  
  main {
    padding: 30px;
  }
  
  footer {
    text-align: center;
    padding: 20px;
    background: #f7f7f7;
    color: #888;
  }
  .flavor-card {
    border: 1px solid #ddd;
    padding: 15px;
    margin: 20px 0;
    border-radius: 10px;
    text-align: center;
    background-color: #fff7f7;
  }
  
  .flavor-card img {
    border-radius: 8px;
    margin-bottom: 10px;
  }
  
  .nutrition-link {
    display: inline-block;
    margin-top: 10px;
    color: #ff0066;
    font-weight: bold;
    text-decoration: none;
  }
  
  .nutrition-link:hover {
    text-decoration: underline;
  }
  
  .nutrition-facts {
    margin-top: 30px;
    padding: 15px;
    border-top: 2px dashed #ccc;
    background-color: #f9f9f9;
    border-radius: 8px;
  }
  .flavors-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 40px 20px;
  }
  
  
  .nutrition-link {
    color: #ff0066;
    text-decoration: none;
    font-weight: bold;
  }
  .flavor-list h1,
.flavors-section h1,
.flavors-section h2,
.flavors-section h3,
h1 {
  text-align: center;
}

  .flavor-card {
    text-align: center;
    background-color: #fff0f5;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .nutrition-link {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    color: #ff0066;
    font-weight: bold;
  }
/* Flavor cards container */
.flavor-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 20px;
  
}
.flavor-card {
  background-color: #ffeef5;
  border-radius: 15px;
  text-align: center;
  padding: 15px;
  width: 220px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  flex: 0 0 auto;
}

.flavor-card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}




.flavor-card img {
  width: 100px;
  margin-bottom: 10px;
}

.flavor-card h2 {
  font-size: 1.1rem;
  margin: 8px 0 4px;
}

.flavor-card p {
  font-size: 0.9rem;
  color: #555;
}

.nutrition-link {
  display: inline-block;
  margin-top: 10px;
  color: #ff0066;
  font-weight: bold;
  font-size: 0.9rem;
  text-decoration: none;
}

.nutrition-link:hover {
  text-decoration: underline;
}
.flavor-card:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .flavors-container {
    flex-direction: column;
    align-items: center;
  }

  .flavor-card {
    width: 90%;
  }
}
.tag {
  background-color: #ffccdd;
  color: #880044;
  padding: 3px 8px;
  border-radius: 10px;
  font-size: 0.8em;
  margin-top: 5px;
  display: inline-block;
}
/* Mobil uyumlu grid */
.flavors-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}



@media (max-width: 768px) {
  .flavor-card {
    width: 80%;
  }
}
  
.icon-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.icon-nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
  font-size: 0.85rem;
  font-weight: 500;
  transition: transform 0.3s ease;
}

.icon-nav a img {
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
  transition: transform 0.3s ease;
}

.icon-nav a:hover {
  transform: scale(1.1);
}

.icon-nav a:hover img {
  transform: scale(1.2);
}
.icon-menu img {
  width: 150px;
  height: 150px;
  display: block;
  margin: 0 auto;
}
.icon-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin: 100x auto;
  max-width: 800px;
}
.site-logo {
  width: 1200px;
  height: auto;
  display: block;
  margin-left: 20px;
}
.contact-section {
  max-width: 600px;
  margin: 40px auto;
  padding: 20px;
  text-align: center;
}

.contact-section h1 {
  color: #ff0066;
  margin-bottom: 20px;
  font-size: 2rem;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form input,
.contact-form textarea {
  padding: 12px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  resize: vertical;
}

.contact-form button {
  background-color: #ff0066;
  color: white;
  padding: 12px 25px;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-form button:hover {
  background-color: #e6005c;
}
/* 1. Genel (her cihaz için) stil: */
.contact-form {
  text-align: center;
  margin: 60px 20px;
}

.contact-form input,
.contact-form textarea {
  width: 400px; /* 🟢 Masaüstü için büyütüldü */
  max-width: 90%;
  padding: 14px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
}

.contact-form button {
  background-color: #ff0066;
  color: white;
  padding: 14px 30px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1.1rem;
  margin-top: 10px;
}

.contact-form button:hover {
  background-color: #e6005c;
}


/* 2. Mobil cihazlar için özel stil: */
@media (max-width: 768px) {
  .contact-form form {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-form input,
  .contact-form textarea {
    width: 100%;
    margin-bottom: 10px;
  }

  .contact-form button {
    width: 100%;
  }
}

/* FRANCHISE SECTION */
.franchise-section {
  padding: 40px 20px;
  background-color: #fffaf5;
  text-align: center;
}

.franchise-section h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #ff0066;
}

.franchise-section .subtitle {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 30px;
}

.franchise-benefits {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

.benefit-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  padding: 20px;
  max-width: 300px;
  flex: 1;
  transition: transform 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-5px);
}

.benefit-card img {
  width: 60px;
  margin-bottom: 10px;
}

.benefit-card h3 {
  font-size: 1.2rem;
  color: #ff0066;
  margin-bottom: 5px;
}

.benefit-card p {
  font-size: 0.95rem;
  color: #444;
}

/* FRANCHISE FORM */
.franchise-form {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  margin: 0 auto;
  gap: 10px;
}

.franchise-form input,
.franchise-form textarea {
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  resize: vertical;
}

.franchise-form textarea {
  min-height: 100px;
}

.franchise-form button {
  background-color: #ff0066;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.franchise-form button:hover {
  background-color: #e6005c;
}

.request-title {
  margin-bottom: 20px;
  font-size: 1.4rem;
  color: #333;
}
@media (max-width: 768px) {
  .franchise-benefits {
    flex-direction: column;
    align-items: center;
  }

  .benefit-card {
    max-width: 90%;
  }

  .franchise-form {
    width: 100%;
    padding: 0 10px;
  }

  .franchise-section h2 {
    font-size: 1.5rem;
  }

  .franchise-section .subtitle {
    font-size: 1rem;
  }

  .request-title {
    font-size: 1.2rem;
  }
}
.branches-section {
  padding: 40px 20px;
  background-color: #fffaf6;
  text-align: center;
}

.branches-section h2 {
  color: #ff0066;
  font-size: 2rem;
  margin-bottom: 20px;
}

.branch-card {
  max-width: 700px;
  margin: 30px auto;
  padding: 20px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.branch-card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}

.branch-card h3 {
  color: #ff0066;
  margin-bottom: 5px;
}

.branch-card p {
  margin: 10px 0;
}
@media (max-width: 768px) {
  .branch-card {
    margin: 20px 10px;
    padding: 15px;
  }

  .branches-section h2 {
    font-size: 1.5rem;
  }

  .branch-card h3 {
    font-size: 1.1rem;
  }

  .branch-card p {
    font-size: 0.95rem;
  }

  .branch-card iframe {
    height: 200px;
  }
}

/* Global font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

:root {
  --main-bg: #fffafc;
  --section-bg: #fff0f5;
  --text-color: #333;
  --highlight: #ff0066;
  --card-bg: #ffffff;
  --shadow: rgba(0, 0, 0, 0.08);
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  background-color: var(--main-bg);
  color: var(--text-color);
}

/* Header nav */
/* Menü konteynerini ortala */
.nav-container {
  display: flex;
  justify-content: center; /* Ortaya hizalar */
  background-color: white;
  padding: 10px 0;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  z-index: 1000;
  position: relative;
}
@media (min-width: 768px) {
  .nav-container {
    padding: 15px 0;
  }

  .icon-menu {
    gap: 50px; /* İkonlar arası boşluk */
  }
}


/* Menü çubuğu boyutu */
.icon-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}


.icon-menu li {
  cursor: pointer;
  transition: transform 0.2s;
}

.icon-menu li:hover {
  transform: scale(1.1);
}

/* Section base */
section {
  padding: 60px 20px;
  text-align: center;
}

h1, h2, h3 {
  color: var(--highlight);
  margin-bottom: 20px;
}

p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 15px;
}



/* Branches */
.branches-section {
  background-color: var(--section-bg);
  text-align: center;
  padding: 60px 20px;
}

.branch-card {
  background-color: var(--card-bg);
  max-width: 700px;
  margin: 30px auto;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 5px 20px var(--shadow);
}

.branch-card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}

.branch-card h3 {
  color: var(--highlight);
  margin-bottom: 5px;
}

.branch-card p {
  margin: 10px 0;
}

/* Franchise/contact/... bölümlerine özel sınıflar da buraya eklenebilir */

/* Responsive */
@media (max-width: 768px) {
  .branch-card {
    padding: 15px;
  }

  .icon-menu ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.nav-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 12px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.nav-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.button {
  background-color: #ff0066;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.button:hover {
  background-color: #e6005c;
}
.nav-container {
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.icon-menu ul {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.icon-menu li {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.icon-menu li:hover {
  transform: scale(1.1);
}

.nav-icon {
  height: 32px;
  transition: opacity 0.3s ease;
}

.nav-icon:hover {
  opacity: 0.7;
}






/* Mobil ekranlar için */
@media (max-width: 768px) {
  .nav-list {
    overflow-x: auto;
    padding: 10px;
  }

  .nav-list li {
    min-width: 70px;
  }

  .nav-list img {
    width: 30px;
  }

  .nav-list p {
    font-size: 11px;
  }
}
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
  padding: 10px;
}

.hamburger span {
  height: 3px;
  width: 25px;
  background-color: #ff007f;
  border-radius: 2px;
}

/* Mobilde göster */
@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }

  .icon-menu ul {
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background-color: white;
    display: none;
    z-index: 1000;
  }

  .icon-menu ul.show {
    display: flex;
  }
}



/* Hamburger sadece mobilde */
@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }
}
/* Masaüstü için menü her zaman açık */
@media (min-width: 769px) {
  .icon-menu ul {
    display: flex !important; /* Mobildeki 'display: none' kuralını ezmek için */
    flex-direction: row;
    position: static;
    background-color: transparent;
  }

  .hamburger {
    display: none; /* Hamburger ikonunu gizle */
  }
}
/* Masaüstü görünüm (768px ve üstü için) */
@media (min-width: 769px) {
  .icon-menu {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    background-color: white;
  }

  .icon-menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px; /* Menü aralığı */
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .icon-menu li {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: transform 0.2s ease;
  }

  .icon-menu li:hover {
    transform: scale(1.1);
  }

  .icon-menu img {
    width: 64px;   /* Daha büyük ikon */
    height: 64px;
  }

  /* Eğer altına yazı eklersen */
  .icon-menu p {
    margin-top: 6px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
  }

  body {
    overflow-x: hidden; /* Yatay scroll engeli */
  }
}
/* Mobil (max 768px) */
@media (max-width: 768px) {
  .icon-menu ul {
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background-color: white;
    display: none;
    z-index: 1000;
  }

  .icon-menu ul.show {
    display: flex;
  }

  .icon-menu img {
    width: 40px;
    height: 40px;
  }
}

/* Masaüstü (min 769px) */
@media (min-width: 769px) {
  .icon-menu {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    background-color: white;
  }

  .icon-menu ul {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 60px;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .icon-menu li {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .icon-menu li:hover {
    transform: scale(1.1);
  }

  .icon-menu img {
    width: 72px;
    height: 72px;
  }

  .icon-menu p {
    margin-top: 6px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
  }
}
@media (min-width: 769px) {
  .icon-menu img {
    width: 80px;
    height: 80px;
  }
}
.icon-menu li p {
  margin-top: 5px;
  font-size: 13px;
  color: #333;
  font-weight: 500;
  text-align: center;
}




.about {
  background: linear-gradient(to bottom right, #fff0f5, #ffe4ec);
  color: #333;
  padding: 80px 20px;
  max-width: 2300px;
  margin: 0 auto;
  border-radius: 16px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.about h2 {
  font-size: 2.8rem;
  color: #ff0066;
  text-align: center;
  margin-bottom: 40px;
}

.about-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 50px;
}

.about-row.reverse {
  flex-direction: row-reverse;
}

.about-text {
  flex: 1 1 300px;
  padding: 20px;
}

.about-text h3 {
  font-size: 1.8rem;
  color: #ff0066;
  margin-bottom: 15px;
}

.about-text p {
  font-size: 1.rem;
  line-height: 1.8;
  color: #444;
}

.about-image {
  flex: 1 1 300px;
  display: flex;
  justify-content: center;
}

.about-image img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.about-image img:hover {
  transform: scale(1.05);
}

/* Highlights */
.about-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 40px;
}

.highlight-card {
  background: #fff;
  padding: 25px;
  border-radius: 14px;
  width: 280px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.highlight-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.highlight-card h3 {
  font-size: 1.3rem;
  color: #ff0066;
  margin-bottom: 10px;
}

.highlight-card p {
  font-size: 1rem;
  color: #666;
}
.about p {
  font-size: 1.6rem;
  line-height: 1.9;
  margin-bottom: 16px;
  color: #333;
}

.about .highlight {
  color: #e6005c;
  font-size: 1.3rem;
  font-weight: 600;
}

/* Testimonials */
.about-testimonials {
  margin-top: 50px;
  text-align: center;
}

.about-testimonials h3 {
  color: #ff0066;
  font-size: 1.8rem;
  margin-bottom: 25px;
}

.about-testimonials blockquote {
  font-size: 1.15rem;
  font-style: italic;
  max-width: 700px;
  margin: 15px auto;
  color: #444;
}

/* About Images */
.about-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
}

.about-images img {
  width: 100%;
  max-width: 320px;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.about-images img:hover {
  transform: scale(1.07);
}

/* Responsive */
@media (max-width: 768px) {
  .about {
    padding: 40px 15px;
  }

  .about h2 {
    font-size: 2rem;
  }

  .about-row {
    flex-direction: column;
  }

  .about-text {
    text-align: center;
  }

  .about-images {
    flex-direction: column;
    align-items: center;
  }

  .about-image img {
    width: 90%;
  }
}
/* Mobilde reverse satırın resmini alta al */
@media (max-width: 768px) {
  .about-row.reverse {
    flex-direction: column;
  }

  .about-row.reverse .about-image {
    order: 2;
  }

  .about-row.reverse .about-text {                                                                                                                    
             
    order: 1;
  }
}
.image-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.image-popup img {
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
  transition: transform 0.3s ease;
}

.image-popup img:hover {
  transform: scale(1.02);
}
/* === Reset === */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/* === Font ve Renk Ayarları === */
body {
  font-family: 'Poppins', sans-serif;
  background: #fff0f5;
  color: #333;
  line-height: 1.6;
  padding-top: 60px;
}

/* === Header Menü === */
.navbar {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem;
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.navbar button {
  background-color: #ff69b4;
  border: none;
  padding: 10px 15px;
  color: white;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.navbar button:hover {
  background-color: #e553a0;
}

/* === About Section === */
.about-section {
  max-width: 900px;
  margin: 2rem auto;
  background: linear-gradient(#ffe6f0, #fff);
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
}

.about-section h2,
.about-section h3 {
  color: #e91e63;
  margin-bottom: 1rem;
}

.about-block {
  margin-bottom: 2rem;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

.about-block.visible {
  opacity: 1;
  transform: translateY(0);
}

.about-section img {
  width: 100%;
  max-width: 180px;
  border-radius: 8px;
  margin-top: 1rem;
}

/* === Footer === */
footer {
  text-align: center;
  padding: 2rem 1rem;
  background-color: #ff69b4;
  color: white;
  font-weight: 500;
}

/* === Responsive (Mobil) === */
@media (max-width: 768px) {
  .about-section {
    padding: 1.2rem;
  }

  .navbar {
    flex-direction: column;
    gap: 0.5rem;
  }

  .about-section img {
    display: block;
    margin: 1rem auto;
  }
}
.flavors-container {
  display: flex;
  overflow-x: auto;
  gap: 1rem;
  padding: 1rem;
  scroll-snap-type: x mandatory;
}

.flavor-card {
  scroll-snap-align: center;
}
@media (max-width: 768px) {
  .mobile-intro {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff0f5;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    animation: fadeOutIntro 2.5s ease-in-out 2.5s forwards;
  }

  .mobile-intro img {
    width: 60%;
    max-width: 300px;
    animation: popIn 1s ease-in-out;
  }

  @keyframes popIn {
    0% {
      opacity: 0;
      transform: scale(0.8);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }

  @keyframes fadeOutIntro {
    to {
      opacity: 0;
      visibility: hidden;
    }
  }
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
/* === Intro Gallery (Mobile & Desktop) === */
.intro-gallery {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 16px 8px;
  margin-bottom: 24px;
  scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.gallery-card {
  flex: 0 0 auto;
  width: 140px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  text-align: center;
  scroll-snap-align: center;
  transition: transform 0.3s ease;
}

.gallery-card:hover {
  transform: scale(1.05);
}

.gallery-card img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.gallery-card p {
  font-size: 14px;
  padding: 6px 0;
  color: #333;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .intro-gallery {
    display: none !important;
  }
}
.hero-image {
  width: 25%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
}

.flavor-finder {
  text-align: center;
  padding: 20px;
}

.flavor-gallery {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 10px;
}

.flavor-gallery img {
  height: 100px;
  border-radius: 10px;
}

.testimonials blockquote {
  font-style: italic;
  text-align: center;
  margin: 10px auto;
  max-width: 600px;
}

.instagram-social {
  text-align: center;
  margin: 30px 0;
}

.instagram-social img.social-icon {
  width: 36px;
  margin-right: 6px;
  vertical-align: middle;
}

.contact-form {
  text-align: center;
  padding: 20px;
}

.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .hero-image {
     width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: cover; /* veya contain */
    border-radius: 8px; /* istersen köşeleri yumuşat */
  }

  .flavor-gallery {
    padding: 8px;
    gap: 8px;
  }

  .flavor-gallery img {
    height: 80px;
  }

  .contact-form form {
    width: 90%;
  }

  .testimonials blockquote {
    font-size: 14px;
    padding: 10px;
  }

  .instagram-social a {
    font-size: 14px;
  }
}
.flavor-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  padding: 10px;
}

.flavor-gallery img {
  width: 120px;
  height: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 10px;
  cursor: pointer;
}

.flavor-gallery img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Mobil için boyut sabitleme */
@media (max-width: 768px) {
  .flavor-gallery img {
    width: 100px;
  }
}

/* Büyütme efekti için tıklanınca overlay */
.image-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.image-overlay img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
  animation: zoomIn 0.3s ease;
}

@keyframes zoomIn {
  from {
    transform: scale(0.7);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.image-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.image-overlay img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
  animation: zoomIn 0.3s ease;
  
}

@keyframes zoomIn {
  from {
    transform: scale(0.7);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
  
}
img[alt="flavor 1"],
img[alt="flavor 2"],
img[alt="flavor 3"] {
  display: none !important;
}
