body {
    font-family: 'Segoe UI', 'Arial', 'Helvetica Neue', sans-serif;
    margin: 0;
    padding: 0;
    background: #0d47a1;
    color: #fff;
}
header {
    background: #fff;
    color: #1565c0;
    padding: 30px 0 10px 0;
    text-align: center;
    box-shadow: none;
}
.logo-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.logo {
    height: 180px;
    width: 180px;
    max-width: 90vw;
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(33,150,243,0.10);
    object-fit: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
header h1 {
    font-size: 3rem;
    font-family: 'Segoe UI', 'Arial', 'Helvetica Neue', sans-serif;
    font-weight: 900;
    letter-spacing: 3px;
    margin: 0 0 18px 0;
    color: #fff;
    text-shadow: 0 4px 18px rgba(13,71,161,0.18), 0 1px 0 #1565c0;
    text-align: center;
    border-radius: 22px;
    padding: 26px 0 22px 0;
    background: linear-gradient(90deg, #1976d2 0%, #0d47a1 100%);
    transition: color 0.2s;
    box-shadow: 0 4px 24px rgba(13,71,161,0.18);
    border: 3px solid #fff;
    position: relative;
    overflow: hidden;
}
header h1::after {
    content: '';
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 8px;
    background: linear-gradient(90deg, #fff 0%, #1976d2 100%);
    opacity: 0.18;
    border-radius: 0 0 22px 22px;
}
nav ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}
nav a {
    color: #1976d2;
    background: #fff;
    padding: 8px 18px;
    border-radius: 22px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 1px 4px rgba(33,150,243,0.08);
    transition: background 0.2s, color 0.2s;
}
nav a:hover {
    background: #1976d2;
    color: #fff;
}
main {
    max-width: 900px;
    margin: 30px auto 0 auto;
    padding: 0 10px;
    background: none;
    border-radius: 0;
    box-shadow: none;
}
section {
    margin-bottom: 40px;
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0 0 28px 0;
}
section, section h2, section h3, section .menu-title, section .menu-item, section p, section li, section a {
    color: #fff;
}
h2 {
    color: #1976d2;
    border-bottom: 2px solid #90caf9;
    padding-bottom: 5px;
    border-radius: 0 0 8px 8px;
    background: none;
}
h3 {
    color: #2196f3;
    margin-top: 28px;
    margin-bottom: 10px;
    font-size: 1.3rem;
    font-weight: 600;
}
.menu-item {
    margin-bottom: 18px;
    text-align: left;
    padding-left: 10px;
}
.menu-title {
    font-size: 1.1rem;
    font-weight: 500;
    color: #234;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}
.gallery img {
    width: 180px;
    height: 120px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 1px 6px rgba(33,150,243,0.10);
}
footer {
    text-align: center;
    padding: 18px 0 10px 0;
    background: #0d47a1;
    color: #fff;
    margin-top: 30px;
    border-radius: 0 0 10px 10px;
    font-size: 1rem;
    font-weight: 500;
}
footer, footer * {
    color: #fff !important;
}
#galeri, #iletisim {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(33,150,243,0.13);
    padding: 28px 18px 18px 18px;
    margin-bottom: 40px;
}
#galeri *, #iletisim * {
    color: #0d47a1 !important;
}
#galeri h2, #iletisim h2 {
    color: #fff;
}
#menu h2 {
    font-size: 2.2rem;
    font-weight: 900;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 18px;
    text-shadow: 0 2px 12px rgba(13,71,161,0.10);
    text-align: center;
}
#menu .menu-item {
    text-align: center;
    display: flex;
    justify-content: center;
}
#menu .menu-title {
    display: inline-block;
    text-align: center;
}
.social-links {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 10px;
}
.social-icon svg {
    transition: transform 0.2s;
}
.social-icon:hover svg {
    transform: scale(1.15) rotate(-6deg);
}
.footer-social-img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 1px 6px rgba(33,150,243,0.10);
    transition: transform 0.2s, box-shadow 0.2s;
}
.social-icon:hover .footer-social-img {
    transform: scale(1.15) rotate(-6deg);
    box-shadow: 0 2px 12px rgba(13,71,161,0.18);
}
.social-icon[aria-label="WhatsApp"] .footer-social-img {
    border-radius: 50%;
}
#hakkimizda p {
    font-family: 'Segoe UI', 'Arial', 'Helvetica Neue', sans-serif;
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.7;
    color: #234;
    background: #f7faff;
    border-radius: 12px;
    padding: 18px 16px;
    box-shadow: 0 1px 8px rgba(33,150,243,0.06);
    margin-top: 18px;
}
#hakkimizda h2 {
    color: #fff;
}
#hakkimizda {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(33,150,243,0.13);
    padding: 28px 18px 18px 18px;
    margin-bottom: 40px;
}
#hakkimizda *, #hakkimizda h2 {
    color: #0d47a1 !important;
}
#yorumlar {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(33,150,243,0.13);
    padding: 28px 18px 18px 18px;
    margin-bottom: 40px;
}
#yorumlar h2 {
    color: #0d47a1;
    margin-bottom: 18px;
}
#yorumlar *, #yorumlar h2 {
    color: #0d47a1 !important;
}
.yorumlar-listesi {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.yorum {
    background: #f7faff;
    border-radius: 12px;
    padding: 18px 16px;
    box-shadow: 0 1px 8px rgba(33,150,243,0.06);
    color: #0d47a1 !important;
    font-size: 1.08rem;
    line-height: 1.6;
    font-family: 'Segoe UI', 'Arial', 'Helvetica Neue', sans-serif;
}
.yorum span {
    display: block;
    margin-top: 10px;
    font-weight: 500;
    color: #0d47a1;
    font-size: 1rem;
    text-align: right;
}
.menu-category {
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 32px;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.menu-hr {
    border: none;
    border-bottom: 2.5px solid #fff;
    width: 120px;
    margin: 0 0 18px 0;
    opacity: 0.7;
}
/* .menu-drinks ve ilgili grid/flex kurallarını kaldırıyorum */
#pide-oneri {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 16px rgba(33,150,243,0.13);
    padding: 32px 18px 24px 18px;
    margin: 32px auto 40px auto;
    max-width: 600px;
    text-align: center;
}
#pide-oneri h2 {
    color: #0d47a1;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 18px;
    letter-spacing: 1px;
}
#pideSecenekleri button {
    background: linear-gradient(90deg, #1976d2 0%, #0d47a1 100%);
    color: #fff;
    border: none;
    border-radius: 22px;
    padding: 12px 28px;
    font-size: 1.08rem;
    font-family: inherit;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 1px 6px rgba(33,150,243,0.10);
    transition: background 0.2s, transform 0.2s;
}
#pideSecenekleri button:hover {
    background: #0d47a1;
    transform: translateY(-2px) scale(1.04);
}
#pideOnerisi {
    margin-top: 18px;
    font-size: 1.18rem;
    color: #1976d2;
    font-weight: 700;
    background: #e3f0ff;
    border-radius: 12px;
    padding: 16px 10px;
    min-height: 32px;
    box-shadow: 0 1px 8px rgba(33,150,243,0.06);
    display: inline-block;
    max-width: 90%;
    animation: fadeIn 0.5s;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: none; }
}
@media (max-width: 700px) {
    nav ul {
        gap: 4px;
    }
    nav a {
        padding: 6px 8px;
        font-size: 0.95rem;
    }
    #pide-oneri { padding: 18px 4vw 18px 4vw; }
    #pideSecenekleri button { padding: 10px 10vw; font-size: 1rem; }
}
@media (max-width: 600px) {
    .hamburger {
        display: flex;
    }
    nav#mainNav {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100vw;
        background: #fff;
        z-index: 1000;
        border-radius: 0 0 18px 18px;
        padding: 18px 0 12px 0;
        text-align: left;
        max-height: 80vh;
        overflow-y: auto;
    }
    nav#mainNav.open {
        display: block;
    }
    nav#mainNav ul {
        flex-direction: column;
        gap: 0;
        margin: 0;
        padding: 0;
    }
    nav#mainNav li {
        margin: 0;
        padding: 0;
    }
    nav#mainNav a {
        display: block;
        padding: 10px 10px;
        color: #1976d2;
        background: none;
        border-radius: 0;
        font-size: 1rem;
        border-bottom: 1px solid #e3f0ff;
        box-shadow: none;
        margin: 0;
    }
    nav#mainNav a:last-child {
        border-bottom: none;
    }
    nav#mainNav a:hover {
        background: #e3f0ff;
        color: #0d47a1;
    }
    /* Varsayılan nav'u gizle */
    header nav:not(#mainNav) {
        display: none !important;
    }
    nav#mainNav a,
    nav#mainNav a:visited,
    nav#mainNav a:active {
        color: #0d47a1 !important;
        background: #e3f0ff !important;
        font-weight: bold;
    }
}
.lang-switch {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-right: 18px;
}
.lang-flag {
    width: 32px;
    height: 22px;
    border-radius: 4px;
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: 0 1px 4px rgba(33,150,243,0.10);
    transition: transform 0.15s, box-shadow 0.15s;
}
.lang-flag:hover {
    transform: scale(1.08) rotate(-2deg);
    box-shadow: 0 2px 8px rgba(13,71,161,0.18);
} 