/* Tarihi Sanayi Köftecisi - Final Optimized CSS */

/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Gelişmiş Renk Sistemi */
:root {
    /* Ana Renk Paleti */
    --kirmizi: #E5523A;
    --sanayi-kirmizi: #E5523A;
    --kahverengi: #8C3A2F;
    --kahverengi-kizil: #8C3A2F;
    --bej: #F5E9DC;
    --krem-bej: #F5E9DC;
    --beyaz: #FAF6F1;
    --kirli-beyaz: #FAF6F1;
    --siyah: #2E2E2E;
    --mat-siyah: #2E2E2E;
    
    /* Ek Tonlar */
    --sanayi-kirmizi-dark: #C4351E;
    --krem-bej-light: #FBF2E8;
    --mat-siyah-light: #4A4A4A;
    
    /* Shadows */
    --shadow-light: 0 2px 10px rgba(0, 0, 0, 0.1);
    --shadow-dark: 0 5px 20px rgba(0, 0, 0, 0.15);
    --shadow-warm: 0 8px 25px rgba(140, 58, 47, 0.2);
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--siyah);
    background: var(--beyaz);
    line-height: 1.6;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* =====================================
   NAVIGATION - Enhanced
   ===================================== */

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(140, 58, 47, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 1rem 0;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(140, 58, 47, 0.3);
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
}

.logo-image {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid var(--kirmizi);
    transition: transform 0.3s ease;
}

.logo-image:hover {
    transform: scale(1.1);
}

.nav-logo span {
    background: linear-gradient(45deg, var(--sanayi-kirmizi), var(--krem-bej));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-menu a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
}

.nav-menu a:hover {
    color: var(--kirmizi);
}
.nav-menu a:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 3px;
    border-radius: 6px;
}

.nav-menu a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 50%;
    background-color: var(--sanayi-kirmizi);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.nav-menu a:hover::after {
    width: 100%;
}

/* Active nav link state for scroll-spy */
.nav-menu a.active {
    color: var(--kirmizi);
}
.nav-menu a.active::after {
    width: 100%;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 5px;
    transition: transform 0.3s ease;
    background: transparent; /* reset default button bg on mobile */
    border: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
}

/* Desktop header call button */
.header-call {
    display: none;
    margin-left: 1rem;
    background: #2BB24C;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    padding: 0.5rem 0.85rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}
.header-call i { font-size: 0.95rem; }
.header-call .label { font-size: 0.95rem; }
/* Hide header call button site-wide per request */
.header-call { display: none !important; }

.hamburger:hover {
    transform: scale(1.1);
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: white;
    margin: 3px 0;
    transition: 0.3s;
    border-radius: 2px;
    transform-origin: center;
}

/* Accessible focus without grey default button */
.hamburger:focus { outline: none; }
.hamburger:focus-visible {
    outline: 2px solid rgba(255,255,255,0.85);
    outline-offset: 2px;
    border-radius: 6px;
}

/* Hamburger Animation */
.hamburger.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}

/* =====================================
   HERO SECTION - Enhanced
   ===================================== */

.hero {
    min-height: 100vh;
    background: linear-gradient(135deg, var(--kahverengi), var(--kirmizi));
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 100px 20px 50px;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text y=".9em" font-size="20" opacity="0.05">🍖</text></svg>');
    animation: float 10s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(5deg); }
}

.hero-content {
    max-width: 800px;
    margin-bottom: 3rem;
    z-index: 1;
    position: relative;
}

.hero-content h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.hero-slogan {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--bej);
}

.hero-subtitle {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.hero-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
}

.highlight-card {
    background: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.highlight-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.highlight-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: var(--kirmizi);
}

.highlight-card h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    color: white;
}

.highlight-card p {
    margin-bottom: 1rem;
    opacity: 0.9;
}

.highlight-card .price {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--kirmizi);
    background: rgba(0, 0, 0, 0.2);
    padding: 0.5rem 1rem;
    border-radius: 25px;
    display: inline-block;
}

/* =====================================
   BUTTONS - Enhanced
   ===================================== */

.btn {
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 1rem;
    min-width: 200px;
    position: relative;
    overflow: hidden;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.btn:hover::before {
    left: 100%;
}

.btn-primary {
    background: var(--kirmizi);
    color: white;
    box-shadow: 0 4px 15px rgba(229, 82, 58, 0.3);
}

.btn-primary:hover {
    background: var(--sanayi-kirmizi-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(229, 82, 58, 0.4);
}

.btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.btn-secondary:hover {
    background: white;
    color: var(--kahverengi);
    transform: translateY(-2px);
}

.btn-yemeksepeti {
    background: linear-gradient(135deg, #FF6B35, #E63946);
    color: white;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.btn-yemeksepeti:hover {
    background: linear-gradient(135deg, #E63946, #D62828);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
}

.btn-maps {
    background: #4285F4;
    color: white;
}

.btn-maps:hover {
    background: #3367D6;
    transform: translateY(-2px);
}

.btn-outline {
    background: transparent;
    color: var(--kahverengi);
    border: 2px solid var(--kahverengi);
}
.btn-outline:hover {
    background: var(--kahverengi);
    color: white;
    transform: translateY(-2px);
}
/* Hero içi varyant: beyaz kontur */
.hero .btn-outline {
    color: white;
    border-color: white;
}
.hero .btn-outline:hover {
    background: white;
    color: var(--kahverengi);
}

/* =====================================
   FEATURES SECTION
   ===================================== */

.features {
    padding: 100px 0;
    background: var(--krem-bej-light);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
}

.feature-card {
    background: var(--kirli-beyaz);
    padding: 2.5rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: var(--shadow-light);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, var(--kirmizi), var(--kahverengi));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-dark);
}

.feature-card:hover::before {
    opacity: 0.05;
}

.feature-card * {
    position: relative;
    z-index: 1;
}

.feature-card i {
    font-size: 3rem;
    color: var(--sanayi-kirmizi);
    margin-bottom: 1.5rem;
    display: block;
}

.feature-card h3 {
    font-size: 1.4rem;
    color: var(--kahverengi-kizil);
    margin-bottom: 1rem;
    font-weight: 600;
}

.feature-card p {
    color: var(--mat-siyah);
    line-height: 1.6;
}

/* =====================================
   ABOUT SECTION - Enhanced
   ===================================== */

.about {
    padding: 100px 0;
    background: var(--kirli-beyaz);
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: flex-start;
}

/* About → Contact visual polish */
.about { padding-bottom: 80px; }
.about .about-main { max-width: 1000px; margin: 0 auto; }
.about-header h2::after,
.contact-header h2::after {
    content: '';
    display: block;
    width: 56px;
    height: 4px;
    background: var(--sanayi-kirmizi);
    border-radius: 3px;
    margin: 8px auto 0;
}

/* Section break (between About and Contact) */
.section-break {
    position: relative;
    height: 64px;
    background: linear-gradient(180deg, var(--kirli-beyaz) 0%, var(--krem-bej-light) 100%);
    display: grid;
    place-items: center;
}
.section-break::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: min(92%, 1100px);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0,0,0,0.08), transparent);
}
.break-icon {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.06);
    color: var(--sanayi-kirmizi);
    animation: breakIconDrift 6s ease-in-out infinite;
}
.break-icon i { font-size: 1rem; }

@keyframes breakIconDrift {
    0% { transform: translateX(-8px); }
    50% { transform: translateX(8px); }
    100% { transform: translateX(-8px); }
}

@media (prefers-reduced-motion: reduce) {
  .break-icon { animation: none; }
}

.about-text h2 {
    font-size: 2.5rem;
    color: var(--kahverengi);
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(140, 58, 47, 0.1);
    line-height: 1.3;
}

.about-text p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: var(--mat-siyah-light);
    line-height: 1.8;
}

/* Değerlerimiz (Values) - refined cards */
.values-section { margin-top: 1.25rem; }
.values-section h3 { text-align: center; color: var(--kahverengi); margin-bottom: 0.75rem; }
.values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-top: 0.5rem;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.value-card {
  background: #fff;
  border: 1px solid var(--bej);
  border-radius: 12px;
  padding: 1.15rem 1.2rem;
  box-shadow: 0 1px 10px rgba(0,0,0,0.06);
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 0.75rem 1rem;
  align-items: start;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.value-card:hover { transform: translateY(-3px); box-shadow: 0 10px 22px rgba(0,0,0,0.08); border-color: rgba(229,82,58,0.35); }
.value-card i {
  grid-row: 1 / span 2;
  width: 44px; height: 44px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(229,82,58,0.08);
  color: var(--sanayi-kirmizi);
  font-size: 1.2rem;
}
.value-card h4 { margin: 0; color: var(--kahverengi); font-weight: 700; font-size: 1.05rem; }
.value-card p { margin: 0.25rem 0 0; color: var(--mat-siyah-light); line-height: 1.55; }
@media (max-width: 768px) { .values-grid { grid-template-columns: 1fr 1fr; max-width: 100%; } }
@media (max-width: 520px) { .values-grid { grid-template-columns: 1fr; } }

/* Our Story visual polish */
.about-subtitle { opacity: 0.85; }
.story-hero {
    border: 1px solid rgba(229,82,58,0.15);
    background: linear-gradient(180deg, #ffffff, #fffaf6);
}

/* Timeline: centered rail, alternating cards */
.story-timeline { position: relative; padding: 1rem 0 1.25rem; }
.story-timeline::before {
    content: '';
    position: absolute;
    top: 0; bottom: 0; left: 50%;
    width: 2px;
    background: linear-gradient(180deg, rgba(229,82,58,0.25), rgba(229,82,58,0.08));
    transform: translateX(-50%);
}
.timeline-item { position: relative; width: min(760px, 96%); }
.story-timeline .timeline-item { opacity: 0; transform: translateY(24px); }
.story-timeline.animate .timeline-item { animation: stepDrop 540ms ease-out var(--stagger, 0ms) forwards; }
.timeline-item:nth-child(odd) { margin-right: auto; padding-right: 2.75rem; }
.timeline-item:nth-child(even) { margin-left: auto; padding-left: 2.75rem; }
.timeline-item::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 12px; height: 12px;
    background: #fff;
    border: 2px solid var(--sanayi-kirmizi);
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.timeline-item:nth-child(odd)::after { right: -7px; transform: translateY(-50%); }
.timeline-item:nth-child(even)::after { left: -7px; transform: translateY(-50%); }
.timeline-year { box-shadow: none; }
.timeline-content { overflow: visible; }

@media (max-width: 768px) {
  .story-timeline::before { left: 8px; transform: none; }
  .timeline-item,
  .timeline-item:nth-child(odd),
  .timeline-item:nth-child(even) { width: 100%; margin: 0 0 1rem 0; padding: 0.9rem 0.9rem 0.9rem 1.9rem; }
  .timeline-item::after { left: 8px; right: auto; transform: translateY(-50%); }
  .timeline-year { padding: 0.35rem 0.7rem; font-size: 0.9rem; }
  .timeline-item::before { display: none; } /* hide edge accent bar on mobile for balance */
}

/* Step-down reveal animation for timeline cards */
@keyframes stepDrop {
  0% { opacity: 0; transform: translateY(-28px); }
  55% { opacity: 1; transform: translateY(8px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* Story Hero */
.story-hero {
    background: white;
    padding: 1.6rem 1.6rem 1.8rem;
    border-radius: 14px;
    box-shadow: var(--shadow-light);
    margin-bottom: 2rem;
    position: relative;
    border-left: 4px solid var(--kirmizi);
}

.year-badge {
    position: absolute;
    top: -10px;
    right: 16px;
    background: var(--kirmizi);
    color: white;
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.98rem;
    box-shadow: 0 6px 16px rgba(229,82,58,0.25);
}

.story-hero h3 {
    color: var(--kahverengi);
    font-size: 1.8rem;
    margin-bottom: 0.75rem;
}

.story-intro {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--siyah);
}

/* Timeline */
.story-timeline {
    margin: 2rem 0;
}

.timeline-item {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: white;
    border-radius: 12px;
    box-shadow: var(--shadow-light);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    position: relative;
    overflow: visible;
}

.timeline-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 26px rgba(0,0,0,0.12);
}

/* Hover accent: fill the rail dot and tint the chip */
.timeline-item:hover::after { background: var(--sanayi-kirmizi); border-color: var(--sanayi-kirmizi); }
.timeline-item:hover .timeline-year { filter: brightness(0.98) saturate(1.05); box-shadow: 0 0 0 3px rgba(229,82,58,0.12); }

/* Edge accent bar that animates in (left or right depending on side) */
.timeline-item::before {
    content: '';
    position: absolute;
    top: 8px;
    bottom: 8px;
    width: 3px;
    background: var(--sanayi-kirmizi);
    border-radius: 3px;
    opacity: 0.9;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.22s ease;
}
.timeline-item:nth-child(odd)::before { right: -10px; }
.timeline-item:nth-child(even)::before { left: -10px; }
.timeline-item:hover::before, .timeline-item:focus-within::before { transform: scaleY(1); }
.timeline-item:focus-within { box-shadow: 0 12px 26px rgba(0,0,0,0.12); }

@media (prefers-reduced-motion: reduce) {
  .timeline-item { transition: none; }
  .timeline-item:hover { transform: none; box-shadow: var(--shadow-light); }
}

.timeline-year {
    background: var(--kirmizi);
    color: white;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    font-weight: 700;
    min-width: unset;
    text-align: center;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    word-break: keep-all;
    hyphens: manual;
}

.timeline-content h4 {
    color: var(--kahverengi);
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.timeline-content i {
    color: var(--kirmizi);
}

/* Secret Recipe */
.secret-recipe {
    margin-top: 2rem;
}

.recipe-card {
    background: linear-gradient(135deg, var(--kahverengi), var(--kirmizi));
    color: white;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.recipe-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text y=".9em" font-size="90" opacity="0.1">🍖</text></svg>');
    animation: float 6s ease-in-out infinite;
}

.recipe-card i {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #FFD700;
}

.recipe-card h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.recipe-highlights {
    display: grid;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 0.75rem;
    margin-top: 1rem;
    align-items: stretch;
}

.recipe-highlights span {
    display: grid;
    grid-template-columns: 24px 1fr;
    align-items: center;
    justify-items: start;
    gap: 0.6rem;
    width: 100%;
    background: rgba(255, 255, 255, 0.18);
    padding: 0.6rem 0.95rem;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.25);
    font-size: 0.95rem;
    text-align: left;
    min-height: 44px;
}
.recipe-highlights span i {
    color: #FFD700;
    font-size: 1.05rem;
    line-height: 1;
    width: 24px; height: 24px;
    display: inline-grid; place-items: center;
}

/* Center last highlight (Mangal Ateşi) across both columns */
.recipe-highlights span:last-child {
    grid-column: 1 / -1;
    justify-self: center;
}

@media (max-width: 768px) {
  .recipe-highlights { grid-template-columns: 1fr; gap: 0.6rem; }
  .recipe-highlights span:last-child { grid-column: auto; justify-self: stretch; }
  .recipe-card { padding: 1.4rem 1.1rem 1.6rem; }
  .recipe-highlights span { grid-template-columns: 22px 1fr; gap: 0.55rem; padding: 0.55rem 0.85rem; }
  .recipe-highlights span i { width: 22px; height: 22px; font-size: 1rem; }
}

/* Lezzet Sırrımız – animated meat bubbles */
.meat-bubbles { position: absolute; inset: 0; pointer-events: none; }
.meat-bubble { position: absolute; font-size: 1.35rem; opacity: 0.12; filter: drop-shadow(0 6px 12px rgba(0,0,0,0.25)); animation: riseMeat 7s linear infinite; }
.meat-bubble.b1 { left: 8%; bottom: -10%; animation-delay: 0s; }
.meat-bubble.b2 { left: 26%; bottom: -14%; animation-delay: 1s; font-size: 1.6rem; opacity: 0.14; }
.meat-bubble.b3 { left: 48%; bottom: -12%; animation-delay: 2.2s; font-size: 1.2rem; }
.meat-bubble.b4 { right: 22%; bottom: -16%; animation-delay: 3.5s; font-size: 1.5rem; opacity: 0.13; }
.meat-bubble.b5 { right: 6%; bottom: -10%; animation-delay: 4.6s; font-size: 1.25rem; }
.meat-bubble.b6 { left: 16%; bottom: -9%; animation-delay: 0.8s; font-size: 1.1rem; opacity: 0.12; }
.meat-bubble.b7 { left: 35%; bottom: -13%; animation-delay: 1.8s; font-size: 1.3rem; opacity: 0.13; }
.meat-bubble.b8 { left: 58%; bottom: -11%; animation-delay: 2.8s; font-size: 1.15rem; opacity: 0.12; }
.meat-bubble.b9 { right: 30%; bottom: -15%; animation-delay: 3.9s; font-size: 1.35rem; opacity: 0.14; }
.meat-bubble.b10 { right: 12%; bottom: -9%; animation-delay: 4.9s; font-size: 1.1rem; opacity: 0.12; }

@keyframes riseMeat {
  0% { transform: translateY(0) translateX(0) rotate(0deg); opacity: 0; }
  10% { opacity: 0.16; }
  50% { transform: translateY(-45%) translateX(8px) rotate(6deg); }
  100% { transform: translateY(-95%) translateX(-8px) rotate(-8deg); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .meat-bubble { animation: none; display: none; }
}

@media (max-width: 768px) {
  .meat-bubble.b6, .meat-bubble.b7, .meat-bubble.b8, .meat-bubble.b9, .meat-bubble.b10 { display: none; }
}

/* Restaurant Showcase */
.restaurant-showcase {
    display: grid;
    gap: 1.5rem;
}

.showcase-item {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: var(--shadow-light);
    transition: transform 0.3s;
}

.showcase-item:hover {
    transform: translateY(-5px);
}

.showcase-item i {
    font-size: 2.5rem;
    color: var(--kirmizi);
    margin-bottom: 1rem;
}

.showcase-item h4 {
    color: var(--kahverengi);
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.showcase-item p {
    color: var(--siyah);
    opacity: 0.8;
}

.about-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: var(--krem-bej-light);
    border-radius: 15px;
    border-left: 4px solid var(--sanayi-kirmizi);
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateX(5px);
    box-shadow: var(--shadow-dark);
}

.feature-item i {
    font-size: 1.8rem;
    color: var(--sanayi-kirmizi);
    width: 40px;
    flex-shrink: 0;
}

.feature-item span {
    font-weight: 600;
    color: var(--mat-siyah);
}

.about-image {
    text-align: center;
    position: relative;
}

.about-image img {
    width: 100%;
    max-width: 400px;
    border-radius: 20px;
    box-shadow: var(--shadow-dark);
    transition: transform 0.3s ease;
}

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

.about-image::before {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    background: var(--sanayi-kirmizi);
    border-radius: 50%;
    opacity: 0.1;
    z-index: -1;
}

/* =====================================
   MENU SECTION - Kompakt Tasarım
   ===================================== */

.menu {
    padding: 100px 0;
    background: var(--krem-bej-light);
}

.menu-header {
    text-align: center;
    margin-bottom: 4rem;
}

.menu-header h2 {
    font-size: 2.5rem;
    color: var(--kahverengi-kizil);
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(140, 58, 47, 0.1);
}

.menu-subtitle {
    font-size: 1.2rem;
    color: var(--mat-siyah-light);
    opacity: 0.8;
}

.menu-category {
    margin-bottom: 4rem;
}

.category-title {
    font-size: 2rem;
    color: var(--kahverengi-kizil);
    margin-bottom: 2rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.category-title i {
    color: var(--sanayi-kirmizi);
}

/* Kompakt Menü Grid */
.menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 1.5rem;
}

/* Horizontal Kompakt Menü Item */
.menu-item {
    background: var(--kirli-beyaz);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow-light);
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid var(--krem-bej);
    display: flex;
    align-items: center;
    height: 120px;
    padding: 0;
}

.menu-item:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-warm);
    border-color: var(--sanayi-kirmizi);
}

.menu-image {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    overflow: hidden;
    background: linear-gradient(135deg, var(--krem-bej-light), var(--kirli-beyaz));
    position: relative;
}

.menu-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.menu-item:hover .menu-photo {
    transform: scale(1.05);
}

.food-emoji {
    font-size: 2.5rem;
    line-height: 120px;
    text-align: center;
    display: block;
    width: 100%;
}

.menu-content {
    flex: 1;
    padding: 1rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.menu-content h4 {
    font-size: 1.2rem;
    color: var(--kahverengi-kizil);
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.2;
    word-break: break-word;
    hyphens: auto;
}

.menu-content p {
    color: var(--mat-siyah-light);
    margin-bottom: 0.5rem;
    line-height: 1.4;
    font-size: 0.85rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.menu-content .price {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--sanayi-kirmizi);
    margin-top: auto;
}

/* İçecekler için özel kompakt grid */
.drinks-category .menu-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
}

.drinks-category .menu-item {
    height: 80px;
}

.drinks-category .menu-image {
    width: 80px;
    height: 80px;
}

.drinks-category .food-emoji {
    font-size: 2rem;
    line-height: 80px;
}

.drinks-category .menu-content {
    padding: 0.8rem 1rem;
}

.drinks-category .menu-content h4 {
    font-size: 1rem;
    margin-bottom: 0.2rem;
}

.drinks-category .menu-content p {
    font-size: 0.8rem;
    margin-bottom: 0.3rem;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.drinks-category .menu-content .price {
    font-size: 1rem;
}

/* =====================================
   GALLERY SECTION
   ===================================== */

.gallery {
    padding: 100px 0;
    background: white;
}

.gallery-header {
    text-align: center;
    margin-bottom: 4rem;
}

.gallery-header h2 {
    font-size: 2.5rem;
    color: var(--kahverengi);
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(140, 58, 47, 0.1);
}

.gallery-subtitle {
    font-size: 1.2rem;
    color: var(--mat-siyah-light);
    opacity: 0.8;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.gallery-item {
    background: var(--beyaz);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow-light);
    transition: transform 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-10px);
}

.gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

/* Gallery caption below image (no overlay), a bit lower */
.gallery-image { position: initial; }
.gallery-overlay {
    margin-top: 6px;
    padding: 0.65rem 0.9rem 0.9rem;
}
.gallery-overlay h4 { margin: 0 0 0.2rem 0; color: var(--kahverengi); text-shadow: none !important; }
.gallery-overlay p { margin: 0; color: var(--mat-siyah-light); text-shadow: none !important; }

.gallery-item-content {
    padding: 1.5rem;
}

.gallery-item h3 {
    font-size: 1.4rem;
    color: var(--kahverengi);
    margin-bottom: 0.5rem;
}

.gallery-item p {
    color: var(--mat-siyah-light);
    line-height: 1.6;
}

/* =====================================
   CONTACT SECTION - Enhanced
   ===================================== */

.contact {
    padding: 100px 0;
    background: linear-gradient(180deg, var(--krem-bej-light) 0%, #fff 60%);
}

.contact-header {
    text-align: center;
    margin-bottom: 4rem;
}

.contact-header h2 {
    font-size: 2.5rem;
    color: var(--kahverengi);
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(140, 58, 47, 0.1);
}

.contact-subtitle {
    font-size: 1.2rem;
    color: var(--mat-siyah-light);
    opacity: 0.8;
}

/* Ana İletişim Kartları */
.contact-main-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.25rem;
    margin-bottom: 2.5rem;
}

.contact-card {
    background: white;
    padding: 1.5rem;
    border-radius: 14px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    border: 1px solid var(--bej);
}

.contact-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}

.contact-card.primary {
    border-top-color: #00C851;
}

.contact-card.location {
    border-top-color: var(--kirmizi);
}

.contact-card.hours {
    border-top-color: #FF8800;
}

.card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: var(--kirmizi);
    border-radius: 50%;
    margin: 0 auto 1rem;
    color: white;
    font-size: 1.5rem;
}

.contact-card.primary .card-icon {
    background: #00C851;
}

.contact-card.hours .card-icon {
    background: #FF8800;
}

.card-content h3 {
    text-align: center;
    color: var(--kahverengi);
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
}

/* Telefon Numaraları */
.phone-numbers {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.phone-main, .phone-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.8rem 1rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

.phone-main {
    background: #00C851;
    color: white;
    font-size: 1.1rem;
}

.phone-main:hover {
    background: #00A041;
    transform: scale(1.02);
}

.phone-secondary {
    background: var(--bej);
    color: var(--kahverengi);
}

.phone-secondary:hover {
    background: var(--kahverengi);
    color: white;
}

.phone-note {
    text-align: center;
    font-size: 0.9rem;
    color: var(--siyah);
    opacity: 0.7;
    margin-top: 0.5rem;
}

/* Adres Bilgileri */
.address-info {
    text-align: center;
    margin-bottom: 1.5rem;
}

.address-main {
    font-weight: 600;
    color: var(--kahverengi);
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.address-district {
    color: var(--siyah);
    opacity: 0.8;
}

.location-actions {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
}

/* Çalışma Saatleri */
.hours-table {
    margin-bottom: 1rem;
}

.hour-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--bej);
}

.hour-item.special {
    background: rgba(229, 82, 58, 0.1);
    padding: 0.5rem;
    border-radius: 5px;
    border: none;
    margin-top: 0.5rem;
}

.day {
    font-weight: 500;
    color: var(--siyah);
}

.time {
    font-weight: 600;
    color: var(--kahverengi);
}

.time.open {
    color: #00C851;
}

.status-indicator {
    text-align: center;
    margin-top: 1rem;
}

.status-badge {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: rgba(0, 200, 81, 0.1);
    color: #00C851;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
}

/* Detaylı İletişim */
.contact-detailed {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 1.5rem;
    align-items: start;
    margin-bottom: 2rem;
}

.contact-methods h3 {
    color: var(--kahverengi);
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

.method-item {
    display: flex;
    gap: 0.9rem;
    padding: 1.1rem;
    background: white;
    border-radius: 12px;
    margin-bottom: 0.8rem;
    box-shadow: 0 1px 8px rgba(0,0,0,0.06);
    border: 1px solid var(--bej);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.method-item:hover {
    transform: translateX(3px);
    box-shadow: 0 10px 22px rgba(0,0,0,0.08);
}

.method-item i {
    font-size: 1.5rem;
    color: var(--kirmizi);
    width: 30px;
    margin-top: 0.2rem;
}

.method-item h4 {
    color: var(--kahverengi);
    margin-bottom: 0.5rem;
}

.method-item a {
    color: var(--siyah);
    text-decoration: none;
    margin-bottom: 0.3rem;
    display: block;
}

.method-item a:hover {
    color: var(--kirmizi);
}

.whatsapp-link {
    display: inline-flex !important;
    align-items: center;
    gap: 0.5rem;
    background: #25D366;
    color: white !important;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 600;
    margin-top: 0.5rem;
    transition: background 0.3s;
}

.whatsapp-link:hover {
    background: #1DA851 !important;
}

.google-reviews-link {
    display: inline-flex !important;
    align-items: center;
    gap: 0.5rem;
    background: #4285F4;
    color: white !important;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 600;
    margin-top: 0.5rem;
    transition: background 0.3s;
}

.google-reviews-link:hover {
    background: #3367D6 !important;
}

/* Delivery Links */
.delivery-links {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.delivery-btn {
    display: inline-flex !important;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1rem;
    border-radius: 20px;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s;
}

.delivery-btn.yemeksepeti {
    background: #FF6B35;
    color: white !important;
}

.delivery-btn.getir {
    background: #5D3EBC;
    color: white !important;
}

.delivery-btn.trendyol {
    background: #F27A1A;
    color: white !important;
}

.delivery-btn:hover {
    transform: scale(1.02);
    opacity: 0.9;
}

/* Sosyal Medya */
.social-section {
    margin-top: 2rem;
}

.social-section h3 {
    color: var(--kahverengi);
    margin-bottom: 1rem;
}

.social-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.5rem;
}

.social-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem;
    border-radius: 8px;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s;
}

.social-item.instagram {
    background: linear-gradient(45deg, #E4405F, #C13584);
    color: white;
}

.social-item.facebook {
    background: #1877F2;
    color: white;
}

.social-item.youtube {
    background: #FF0000;
    color: white;
}

.social-item.tiktok {
    background: #000;
    color: white;
}

.social-item:hover {
    transform: scale(1.02);
    opacity: 0.9;
}

/* Hızlı İletişim Formu */
.quick-contact {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: var(--shadow-light);
}

.quick-contact h3 {
    color: var(--kahverengi);
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

.contact-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.contact-form .form-group {
    margin-bottom: 1rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 0.8rem;
    border: 2px solid var(--bej);
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    transition: border-color 0.3s;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: var(--kirmizi);
}

.full-width {
    width: 100%;
}

/* Harita Bölümü */
.map-section {
    margin-top: 2rem;
}

.map-section h3 {
    color: var(--kahverengi);
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    text-align: center;
}

.map-container {
    margin-bottom: 2rem;
}

.map-placeholder {
    background: white;
    border-radius: 14px;
    min-height: 300px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 10px rgba(0,0,0,0.06);
}

.map-placeholder.interactive {
    background: linear-gradient(135deg, var(--bej), white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-overlay {
    text-align: center;
    padding: 2rem;
}

.map-info h4 {
    color: var(--kahverengi);
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.map-info p {
    color: var(--siyah);
    margin-bottom: 1rem;
}

.map-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin: 1rem 0;
}

.map-features span {
    background: var(--kirmizi);
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

/* Ulaşım Bilgileri */
.transport-info {
    background: white;
    padding: 1.5rem;
    border-radius: 14px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.06);
}

.transport-info h4 {
    color: var(--kahverengi);
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
}

.transport-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.transport-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: var(--bej);
    border-radius: 10px;
}

.transport-item i {
    font-size: 1.5rem;
    color: var(--kirmizi);
    width: 30px;
}

.transport-item strong {
    color: var(--kahverengi);
    display: block;
    margin-bottom: 0.3rem;
}

.transport-item p {
    color: var(--siyah);
    font-size: 0.9rem;
    margin: 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.contact-info {
    background: var(--krem-bej-light);
    padding: 3rem;
    border-radius: 20px;
    box-shadow: var(--shadow-dark);
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 2rem;
    padding: 1rem;
    background: var(--kirli-beyaz);
    border-radius: 15px;
    transition: all 0.3s ease;
}

.contact-item:hover {
    transform: translateX(5px);
    box-shadow: var(--shadow-dark);
}

.contact-item i {
    font-size: 1.8rem;
    color: var(--sanayi-kirmizi);
    width: 50px;
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.contact-item-content h4 {
    font-size: 1.1rem;
    color: var(--kahverengi-kizil);
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.contact-item-content p {
    color: var(--mat-siyah-light);
    line-height: 1.6;
}

.contact-item-content a {
    color: var(--mat-siyah-light);
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item-content a:hover {
    color: var(--sanayi-kirmizi);
}

/* =====================================
   FOOTER SECTION
   ===================================== */

.footer {
    background: var(--kahverengi);
    color: white;
    padding: 3rem 0 1rem;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h3,
.footer-section h4,
.footer-section h5 {
    color: var(--kirmizi);
    margin-bottom: 1rem;
}

.footer-section p,
.footer-section li {
    color: var(--bej);
    margin-bottom: 0.5rem;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li a {
    color: var(--bej);
    text-decoration: none;
    transition: color 0.3s;
}

.footer-section ul li a:hover {
    color: var(--kirmizi);
}

/* Social Links */
.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--kirmizi);
    color: white;
    border-radius: 50%;
    text-decoration: none;
    transition: background 0.3s;
}

.social-links a:hover {
    background: #C4351E;
}

/* Working Hours */
.working-hours-footer {
    margin-top: 1rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    border-left: 4px solid var(--kirmizi);
}

.working-hours-footer h5 {
    margin-bottom: 0.5rem;
}

.working-hours-footer p {
    margin-bottom: 0.3rem;
    font-size: 0.9rem;
}

/* Yemek Sepeti Link */
.yemeksepeti-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #FF6B35, #E63946);
    color: white !important;
    padding: 0.8rem 1rem;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s;
    margin-top: 0.5rem;
}

.yemeksepeti-link:hover {
    background: linear-gradient(135deg, #E63946, #D62828);
}

/* Footer bottom tidy */
.footer-bottom-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    text-align: center;
}
.footer-author { color: var(--bej); opacity: 0.9; font-size: 0.95rem; }
.footer-author a { color: #fff; text-decoration: none; }
.footer-author a:hover { text-decoration: underline; }
.footer-bottom-links {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-copy, .footer-tagline { opacity: 0.9; }
@media (min-width: 768px) {
    .footer-bottom-content { gap: 0.6rem; }
}

/* =====================================
   ANIMATIONS & EFFECTS
   ===================================== */

@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease forwards;
}

/* =====================================
   RESPONSIVE DESIGN
   ===================================== */

@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }
    
    .nav-menu {
        display: none;
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        height: calc(100vh - 70px);
        background: var(--kahverengi);
        flex-direction: column;
        padding: 2rem;
        z-index: 999;
    }
    
    .nav-menu.active {
        display: flex !important;
    }
    
    .nav-menu li {
        width: 100%;
        margin-bottom: 1rem;
    }
    
    .nav-menu a {
        padding: 1rem 0 1.2rem; /* extra bottom space to separate text from divider */
        display: block;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    /* Hide logo/header brand when mobile menu is open */
    body.menu-open .nav-logo { opacity: 0; visibility: hidden; pointer-events: none; }
    body.menu-open .nav-container { justify-content: flex-end; }
    
    .hero-content h1 {
        font-size: 2.5rem;
    }
    
    .hero-slogan {
        font-size: 1.4rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn {
        width: 100%;
        max-width: 280px;
    }
    
    .hero-highlights {
        grid-template-columns: 1fr;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .about-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .about-features {
        grid-template-columns: 1fr;
    }
    
    /* Menu Mobile */
    .menu-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .menu-item {
        height: 100px;
        min-height: unset;
    }
    
    .menu-image {
        width: 100px;
        height: 100px;
    }
    
    .food-emoji {
        font-size: 2rem;
        line-height: 100px;
    }
    
    .menu-content {
        padding: 0.7rem 1rem;
    }
    
    .menu-content h4 {
        font-size: 1rem;
        margin-bottom: 0.25rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
        line-height: 1.2;
        word-break: break-word;
        overflow-wrap: anywhere;
    }
    
    
    .menu-content p {
        font-size: 0.8rem;
    }
    
    .drinks-category .menu-item {
        height: 70px;
    }
    
    .drinks-category .menu-image {
        width: 70px;
        height: 70px;
    }
    
    .drinks-category .food-emoji {
        font-size: 1.5rem;
        line-height: 70px;
    }
    
    /* Contact Mobile */
    .contact-main-cards {
        grid-template-columns: 1fr;
    }
    
    .contact-detailed {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .contact-form .form-row {
        grid-template-columns: 1fr;
    }
    
    .location-actions { flex-direction: row; align-items: center; gap: 0.5rem; }
    .location-actions .btn {
        flex: 1 1 0; /* 50% each */
        width: auto;
        min-width: 0;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 0.5rem 0.6rem;
        font-size: 0.9rem;
        min-height: 40px;
        border-radius: 8px;
    }
    .location-actions .btn i { font-size: 0.95rem; }
    /* Solid navbar background on mobile for better contrast */
    .navbar { background: var(--kahverengi) !important; }
    body.menu-open .navbar { background: var(--kahverengi) !important; }
    
    .method-item {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }
    
    .delivery-links {
        align-items: center;
    }
    
    .social-grid {
        grid-template-columns: 1fr;
    }
    
    .transport-grid { grid-template-columns: 1fr; }
    .transport-item { text-align: left; align-items: flex-start; }
    .transport-item i { margin-top: 0.15rem; }
    .transport-item .transport-list { padding-left: 0; }
    
    .map-features {
        flex-direction: column;
        align-items: center;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .social-links {
        justify-content: center;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-bottom-links {
        flex-direction: column;
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .nav-container {
        padding: 0 1rem;
    }
    
    .hero-content h1 {
        font-size: 1.8rem;
    }
    
    .hero-slogan {
        font-size: 1.2rem;
    }
    
    .about-text h2,
    .gallery-header h2,
    .contact-header h2,
    .menu-header h2 {
        font-size: 2rem;
    }
    
    .btn {
        padding: 10px 20px;
        font-size: 0.9rem;
        min-width: auto;
    }
    
    .feature-card {
        padding: 2rem 1.5rem;
    }
    
    .contact-card {
        padding: 1.5rem;
    }
    
    .menu-item { height: auto; min-height: 90px; }
    
    .menu-image {
        width: 90px;
        height: 90px;
    }
    
    .food-emoji {
        font-size: 1.8rem;
        line-height: 90px;
    }
    
    .drinks-category .menu-item {
        height: 60px;
    }
    
    .drinks-category .menu-image {
        width: 60px;
        height: 60px;
    }
    
    .drinks-category .food-emoji {
        font-size: 1.2rem;
        line-height: 60px;
    }
    
    .social-links a {
        width: 35px;
        height: 35px;
    }
}

/* Mobile enhancements */
@media (max-width: 768px) {
  /* Larger tap targets for contact cards buttons */
  .btn { min-height: 44px; }
  .phone-main { min-height: 44px; }
  /* Floating call button */
  .floating-call {
    position: fixed; right: 14px; bottom: 18px;
    width: 52px; height: 52px; border-radius: 50%;
    display: grid; place-items: center;
    background: #2BB24C; color: #fff; z-index: 1100;
    box-shadow: 0 10px 24px rgba(0,0,0,0.2);
    border: none; outline: none; text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    background-clip: padding-box;
  }
  .floating-call i { font-size: 1.15rem; }
}

/* Floating Search Button (desktop + mobile) */
.floating-search {
  position: fixed;
  right: 94px;
  bottom: 30px;
  width: 50px; height: 50px;
  border-radius: 50%;
  background: #ffffff;
  color: var(--kahverengi);
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 6px 18px rgba(0,0,0,0.14);
  display: grid; place-items: center;
  z-index: 1000;
  cursor: pointer;
}
.floating-search i { font-size: 1rem; }
.floating-search:hover { box-shadow: 0 10px 24px rgba(0,0,0,0.18); }

/* Home section specific placement */
body.at-home .floating-search { right: 20px; bottom: 20px; }

@media (max-width: 768px) {
  .floating-search { display: none !important; }
}

/* Hide floating buttons when mobile menu is open to avoid overlap */
body.menu-open .floating-call { display: none !important; }
body.menu-open .scroll-to-top { display: none !important; }

/* Search modal */
.search-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,0.45);
  display: none; align-items: center; justify-content: center; z-index: 1200;
}
.search-dialog {
  width: min(92vw, 540px);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 20px 48px rgba(0,0,0,0.25);
  padding: 14px 16px;
  display: grid; gap: 10px;
}
.search-input {
  width: 100%; border: 1px solid #e6e2dc; border-radius: 10px;
  padding: 10px 12px; font-size: 16px; font-family: 'Poppins', sans-serif;
}
.search-hint { font-size: 12px; color: #6b6b6b; }
.search-results { max-height: 45vh; overflow: auto; display: grid; gap: 6px; }
.search-result { padding: 8px 10px; border: 1px solid #eee; border-radius: 8px; cursor: pointer; }
.search-result:hover { background: #faf6f1; }
.search-close { justify-self: end; background: transparent; border: none; font-size: 18px; cursor: pointer; }

/* Pulse highlight for matched element */
.pulse-highlight { animation: pulseOutline 1.4s ease-out 1; border-radius: 12px; }

/* =====================================
   UTILITY CLASSES
   ===================================== */

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

.mb-1 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: 2rem; }
.mb-3 { margin-bottom: 3rem; }

.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.mt-3 { margin-top: 3rem; }

.opacity-50 { opacity: 0.5; }
.opacity-70 { opacity: 0.7; }
.opacity-90 { opacity: 0.9; }

/* High Performance Optimizations */
.gpu-accelerated {
    transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000;
}

/* Print Styles */
@media print {
    .navbar,
    .hero-buttons,
    .footer {
        display: none;
    }
    
    .hero {
        min-height: auto;
        padding: 2rem;
    }
    
    * {
        box-shadow: none !important;
    }
}

/* Düzen iyileştirmeleri */
/* Press excerpt kartı */
.press-excerpt {
    background: white;
    padding: 1.5rem 2rem;
    border-left: 4px solid var(--kirmizi);
    border-radius: 12px;
    box-shadow: var(--shadow-light);
    margin: 1.5rem 0 0;
}
.press-excerpt h3 {
    color: var(--kahverengi);
    margin-bottom: 0.75rem;
    font-size: 1.3rem;
}
.press-excerpt p {
    color: var(--mat-siyah);
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

/* Contact detailed grid otomatik uyum */
.contact-detailed {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

/* Menü içerik boşlukları ve hizalama */
.menu-content {
    gap: 0.35rem;
}

/* Timeline öğeleri daha dengeli görünüm */
.timeline-item {
    align-items: flex-start;
    min-height: 100px;
}

/* Sosyal grid daha esnek olabilir */
.social-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

/* Map feature rozetleri okunaklı */
.map-features span {
    gap: 0.4rem;
    font-size: 0.85rem;
}

/* Typography polish */
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.25;
    letter-spacing: -0.015em;
    text-wrap: balance;
    overflow-wrap: anywhere;
}

p, li {
    overflow-wrap: anywhere;
    hyphens: auto;
}

/* Responsive heading sizes */
.hero-content h1 {
    font-size: clamp(2rem, 1.2rem + 3vw, 3.2rem);
}
.hero-slogan {
    font-size: clamp(1rem, 0.8rem + 1.2vw, 1.6rem);
}
.hero-subtitle {
    font-size: clamp(0.95rem, 0.8rem + 0.9vw, 1.2rem);
    max-width: 55ch;
    margin: 0 auto 1.25rem;
}

.category-title {
    font-size: clamp(1.4rem, 1.1rem + 1.2vw, 2rem);
    line-height: 1.2;
}

.menu-content h4 { line-height: 1.25; }

.address-main, .address-district { word-break: break-word; }

/* Overlay metinleri için okunabilirlik */
.gallery-overlay h4, .gallery-overlay p {
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

/* Footer metinleri biraz daha okunaklı */
.footer-section p, .footer-section li {
    font-size: 0.95rem;
    line-height: 1.55;
}

/* Transport info tidy */
.transport-list {
    list-style: none;
    margin: 0.25rem 0 0;
    padding: 0;
    display: grid;
    gap: 0.25rem;
}
.transport-list li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    line-height: 1.4;
}
.transport-list .icon {
    width: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--kirmizi);
}
.transport-item p { margin: 0.25rem 0 0; }

/* Footer contact visuals */
.footer-contact p {
    display: flex;
    align-items: flex-start; /* multi-line alignment */
    gap: 0.45rem;
    line-height: 1.55;
}
.footer-contact i {
    color: var(--kirmizi);
    width: 18px;
    min-width: 18px;
    text-align: center;
    margin-top: 0.2rem; /* fine baseline offset */
    font-size: 0.9rem;
    line-height: 1;
}
.footer-contact a { color: var(--bej); }
.footer-contact a:hover { color: white; }

/* Footer columns spacing */
.footer-section { display: flex; flex-direction: column; gap: 0.35rem; }
.footer-section h4 { margin-bottom: 0.25rem; }

/* Gallery tabs typography */
.gallery-tabs { display: flex; gap: 0.5rem; flex-wrap: wrap; justify-content: center; margin: 0.25rem 0 1rem; }
.gallery-tab {
    font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    font-weight: 600;
    letter-spacing: 0.2px;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    border: 1px solid var(--krem-bej);
    background: white;
    color: var(--kahverengi);
}
.gallery-tab.active,
.gallery-tab:hover { border-color: var(--sanayi-kirmizi); color: var(--sanayi-kirmizi); }

/* Header logo hover preview */
.nav-logo { position: relative; }
.logo-wrap { position: relative; display: inline-block; }
.logo-preview {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.001);
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.25s ease, opacity 0.25s ease;
    z-index: 1001;
    background: #fff;
    padding: 8px;
}
.logo-preview .logo-big { width: 100%; height: 100%; object-fit: contain; }
.logo-wrap:hover .logo-preview { opacity: 1; transform: translate(-50%, -50%) scale(1); }

/* Header logo hover preview: remove white edge ring */
.nav-logo .logo-preview { padding: 0 !important; background: transparent !important; }
.nav-logo .logo-preview .logo-big { object-fit: cover !important; }

/* Logo küçük resim hover ölçeği yumuşatıldı */
.logo-image { transition: transform 0.25s ease, border-color 0.25s ease; }
.logo-wrap:hover .logo-image { transform: scale(1.08); }

/* Buton etkileşimlerini güçlendir */
.btn { transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease; }

/* Menüyü Gör (primary) - renk ve gölge geçişi */
.btn-primary {
    box-shadow: 0 6px 16px rgba(229, 82, 58, 0.35);
}
.btn-primary:hover,
.btn-primary:focus {
    background: var(--sanayi-kirmizi-dark);
    box-shadow: 0 0 0 3px rgba(255,255,255,0.9), 0 10px 24px rgba(229, 82, 58, 0.45);
    filter: brightness(1.05);
}

/* Online Sipariş Ver (yemeksepeti) - renk ve gölge geçişi */
.btn-yemeksepeti {
    box-shadow: 0 6px 16px rgba(255, 107, 53, 0.35);
}
.btn-yemeksepeti:hover,
.btn-yemeksepeti:focus {
    box-shadow: 0 0 0 3px rgba(255,255,255,0.9), 0 10px 24px rgba(255, 107, 53, 0.45);
    filter: brightness(1.05);
}

/* Yemeksepeti tooltip */
.btn-yemeksepeti { overflow: visible !important; position: relative; }
.btn-yemeksepeti[data-tip]::after {
    content: attr(data-tip);
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    bottom: auto;
    top: calc(100% + 8px);
    background: rgba(0,0,0,0.8);
    color: #fff;
    padding: 6px 10px;
    font-size: 0.8rem;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    box-shadow: 0 6px 18px rgba(0,0,0,0.2);
    border-radius: 8px;
}
.btn-yemeksepeti[data-tip]:hover::after {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* Tooltip görünürlüğü */
.btn-yemeksepeti[data-tip]::after { visibility: hidden; }
.btn-yemeksepeti[data-tip]:hover::after { visibility: visible; }

/* Bölüm vurgu animasyonu (Menüye kayınca) */
@keyframes pulseOutline {
    0% { box-shadow: 0 0 0 0 rgba(229,82,58,0.6); }
    60% { box-shadow: 0 0 0 10px rgba(229,82,58,0); }
    100% { box-shadow: 0 0 0 0 rgba(229,82,58,0); }
}
.pulse-highlight {
    animation: pulseOutline 1.4s ease-out 1;
    border-radius: 12px;
}

/* HERO buttons clean layout */
.hero-buttons { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 1rem; }
.hero-buttons .btn { flex: 0 0 auto; }

/* Remove tooltip entirely for cleaner look */
.btn-yemeksepeti[data-tip]::after { display: none !important; content: none !important; }

.btn, a.btn, .btn *, .btn:hover, .btn:focus {
    text-decoration: none !important;
    text-decoration-skip-ink: none !important;
}

.hero .btn-primary:hover,
.hero .btn-secondary:hover,
.hero .btn-yemeksepeti:hover,
.hero .btn-outline:hover { transform: none !important; }

/* Bize Ulaşın butonunda metin ve ikon hizası */
.hero-buttons .btn.btn-outline { flex-basis: 100%; display: flex; justify-content: center; align-items: center; }

.hero .btn::before { content: none !important; }

/* Hover feedback ring for primary and yemeksepeti buttons */
.btn-primary, .btn-yemeksepeti { position: relative; overflow: hidden; }
.btn-primary::after, .btn-yemeksepeti::after {
    content: none !important;
    display: none !important;
}
.btn-primary:hover::after, .btn-primary:focus::after,
.btn-yemeksepeti:hover::after, .btn-yemeksepeti:focus::after {
    opacity: 0 !important;
}

/* Extra clarity without movement */
.btn-primary:hover, .btn-primary:focus { filter: brightness(1.08) saturate(1.05); }
.btn-yemeksepeti:hover, .btn-yemeksepeti:focus { filter: brightness(1.08) saturate(1.05); }

/* Primary button gradient same as yemeksepeti */
.btn-primary { background: linear-gradient(135deg, #FF6B35, #E63946) !important; color: #fff; }
.btn-primary:hover, .btn-primary:focus { background: linear-gradient(135deg, #E63946, #D62828) !important; }

/* Hero Google Reviews CTA */
.review-cta { display: flex; justify-content: center; margin-top: 0.5rem; }
.google-reviews-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 8px 14px;
    border-radius: 999px;
    background: #fff;
    color: #202124;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    border: 1px solid rgba(0,0,0,0.06);
}
.google-reviews-cta i { color: #4285F4; font-size: 1rem; }
.google-reviews-cta .stars { color: #FBBC05; letter-spacing: 1px; font-size: 0.95rem; }
.google-reviews-cta:hover { box-shadow: 0 10px 24px rgba(0,0,0,0.16); transform: translateY(-1px); }
@media (max-width: 480px) { .google-reviews-cta { padding: 7px 12px; font-size: 0.95rem; } }

/* --- Visual cleanup overrides for Contact section --- */
/* Softer section background */
.contact { background: var(--krem-bej-light) !important; }

/* Cards: remove colored top bars, add subtle border */
.contact-card {
    border-top: none !important;
    border: 1px solid var(--bej) !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06) !important;
}

/* Icon chips: light background, brand-colored icon */
.contact .card-icon {
    width: 52px;
    height: 52px;
    background: rgba(229,82,58,0.08) !important;
    color: var(--kirmizi) !important;
    font-size: 1.25rem;
}

/* Phone CTA: calmer green and no jump */
.phone-main {
    background: #2BB24C !important;
}
.phone-main:hover { 
    background: #249F44 !important; 
    transform: none !important; 
}

/* Method items: cleaner look */
.contact .method-item {
    background: #fff !important;
    border: 1px solid var(--bej);
    box-shadow: 0 1px 6px rgba(0,0,0,0.06);
}
.contact .method-item:hover {
    transform: translateX(3px);
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}

/* Map section color balance */
.map-section .btn-maps {
    background: #3B82F6 !important; /* softer blue */
    box-shadow: 0 6px 16px rgba(59,130,246,0.25) !important;
}
.map-section .btn-maps:hover,
.map-section .btn-maps:focus {
    background: #2563EB !important;
    box-shadow: 0 0 0 3px rgba(255,255,255,0.9), 0 10px 24px rgba(59,130,246,0.35) !important;
    filter: brightness(1.03);
    transform: none !important;
}
/* Chips a bit calmer */
.map-section .map-features span {
    background: #fff !important;
    border: 1px solid rgba(229,82,58,0.25) !important;
    color: var(--kirmizi) !important;
}

/* Transport items on white with borders */
.transport-item {
    background: #fff !important;
    border: 1px solid var(--bej);
}

/* Reduce overall saturation of contact subtitles */
.contact-subtitle { opacity: 0.8; }

/* Address card actions: keep buttons inside card */
.location-actions { flex-wrap: wrap; }
.location-actions .btn { min-width: 0; flex: 1 1 180px; }
.contact-card { overflow: hidden; }

/* Equal heights for Transport and Contact cards */
.transport-grid { align-items: stretch; }
.transport-grid > .transport-item { height: 100%; display: flex; flex-direction: column; }
@media (min-width: 768px) { .transport-grid > .transport-item { min-height: 150px; } }

.contact-main-cards { align-items: stretch; }
.contact-main-cards > .contact-card { height: 100%; display: flex; flex-direction: column; }
.contact-card .card-content { flex: 1 1 auto; display: flex; flex-direction: column; justify-content: space-between; }

/* Larger Instagram CTA */
.social-section .social-grid { grid-template-columns: 1fr; max-width: 520px; }
.social-section .social-item { width: 100%; padding: 0.9rem 1.1rem; font-size: 1.05rem; }
.social-section .social-item i { font-size: 1.2rem; }
.social-section .social-item.instagram { min-height: 58px; border-radius: 10px; box-shadow: 0 6px 18px rgba(228,64,95,0.18); }

/* Align 'Konumumuz' with 'İletişim Yöntemleri' on desktop */
@media (min-width: 768px) {
  .map-section { margin-top: 0 !important; }
  .map-section h3 { text-align: left !important; }
}

/* Drinks brand logos with emoji fallback */
.drinks-category .brand-logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px;
    display: block;
}
.menu-image.has-logo { background: #fff; }
.menu-image.has-logo .food-emoji { display: none; }

/* Hero background photo tuned for readability */
.hero-background {
    position: absolute;
    inset: 0;
    background: url('images/dukkan2.jpg') center center / cover no-repeat !important;
    opacity: 0.72 !important;
    filter: saturate(0.85) !important; /* slight desaturation for a softer look */
    z-index: 0;
    pointer-events: none;
    image-rendering: auto;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(0,0,0,0.36) 0%, rgba(0,0,0,0.26) 35%, rgba(0,0,0,0.52) 100%),
      linear-gradient(0deg, rgba(229,82,58,0.14), rgba(229,82,58,0.14)); /* warm orange wash */
    pointer-events: none;
    z-index: 1;
}
.hero-content { z-index: 2; }
.hero-content h1, .hero .hero-slogan, .hero .hero-subtitle { text-shadow: 0 2px 8px rgba(0,0,0,0.35); }
/* Remove emoji noise over photo for cleaner look */
.hero::before { opacity: 0 !important; }
@media (max-width: 768px) {
  .hero-background { opacity: 0.64 !important; filter: saturate(0.82) !important; background-position: center 50% !important; background-size: cover !important; }
  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(0,0,0,0.52) 0%, rgba(0,0,0,0.40) 40%, rgba(0,0,0,0.66) 100%),
      linear-gradient(0deg, rgba(229,82,58,0.18), rgba(229,82,58,0.18));
  }
}

@media (max-width: 480px) {
  .hero-background {
    background-image: url('images/dukkan2.jpg') !important;
    background-position: center 54% !important;
    background-size: cover !important;
    image-rendering: auto;
  }
}
