.uyari {
    color: red;
    font-style: italic;
    font-size: 0.9rem;
}

/* ----------- GALERİ ----------- */

.gallery-item img {
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s;
}

.gallery-item img:hover {
    transform: scale(1.05);
}

.about-flex {
    position: relative;
}

.service-card {
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

/* =========================
   MENU SYSTEM (FINAL)
   ========================= */
.menu-tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.menu-tab {
    padding: 10px 18px;
    border-radius: 30px;
    border: none;
    background: #eee;
    cursor: pointer;
    font-weight: 500;
    transition: 0.3s;
}

.menu-aciklama {
    padding: 10px 20px;
}

.menu-aciklama-title {
    font-weight: 600;
    font-size: 14px;
    color: #c59d5f;
    margin-bottom: 6px;
}

.menu-line {
    font-size: 14px;
    padding: 3px 0;
    color: #444;
}

.menu-tab:hover {
    background: #ddd;
}

.menu-tab.active {
    background: #c59d5f;
    color: #fff;
}

.alkol-table {
    width: 100%;
    color: #fff;
    border-collapse: collapse;
}

.alkol-table th {
    color: gold;
    padding: 10px;
}

.alkol-table td {
    padding: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.alkol-table td:first-child {
    text-align: left;
    font-weight: bold;
}

.alkol-ozel {
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-radius: 15px;
    margin-top: 15px;
}

.alkol-table {
    width: 100%;
    color: #fff;
    border-collapse: collapse;
}

.alkol-table th {
    color: gold;
    padding: 10px;
}

.alkol-table td {
    padding: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.alkol-table td {
    font-weight: 500;
}

.alkol-table td:contains("₺") {
    color: #e6c15a;
}

.alkol-table td:first-child {
    text-align: left;
    font-weight: bold;
}

.menu-item {
    background: #f3f3f3;
    border-radius: 12px;
    /* 🔥 daha sıkı */
    overflow: hidden;
    transition: 0.3s;
    max-width: 100%;
    ;
}


.menu-category {
    background: #ffffff;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.kategori-banner {
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
}

.kategori-banner img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
    transition: 0.3s;
}

.kategori-banner img:hover {
    transform: scale(1.03);
}

.menu-category h3 {
    text-transform: uppercase;
    font-size: 20px;
    opacity: 0.9;
    font-weight: 700;
    margin-bottom: 15px;
    color: #2c2c2c;
    letter-spacing: 0.5px;
}

.menu-category h3 {
    position: relative;
    padding-bottom: 10px;
}

.menu-category h3::after {
    content: "";
    width: 40px;
    height: 3px;
    background: #c59d5f;
    /* altın tonu 🔥 */
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 5px;
}

/* HEADER (ÜRÜN SATIRI) */
.menu-top {
    display: flex;
    align-items: center;
    padding: 15px;
    width: 100%;
    cursor: pointer;
}

/* SOL YAZI */
.menu-left {
    flex: 1;
    /* 🔥 tüm alanı kaplar */
    font-weight: 500;
}

/* SAĞ OK (KESİN SAĞDA) */
.menu-arrow {
    margin-left: auto;
    /* 🔥 sağa yapıştırır */
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 20px;
}

/* OK DÖNME */
.menu-item.active .menu-arrow {
    transform: rotate(180deg);
}

/* AÇILINCA GÖLGE */
.menu-item.active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    /* daha hafif */
}

/* DETAY ALANI */
.menu-detail {
    display: block;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background: #fafafa;
    margin: 10px 15px 15px 15px;
    border-radius: 10px;
    border: 1px solid #eee;
}

/* açılınca */
.menu-item.active .menu-detail {
    max-height: 600px;
    padding: 15px 0;
}

/* resim kesin alt satır */
.menu-img {
    display: block;
    width: 90%;
    margin: 10px auto;
    border-radius: 10px;
}

/* RESİM YOKSA TIKLANMASIN */
.menu-top:not([onclick]) {
    opacity: 1 !important;
    color: #000 !important;
    /* 🔥 yazıyı siyah yap */
}

.menu-top:not([onclick]) * {
    color: #000 !important;
    /* 🔥 içindeki her şeyi düzelt */
}

.about-image {
    float: right;
    width: 45%;
    margin-left: 30px;
    margin-bottom: 20px;
    position: relative;
}

@media (max-width: 768px) {
    .about-image {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
}

.about-image img {
    width: 100%;
    border-radius: 12px;
    height: auto;
}

.about-text {
    font-size: 15px;
    line-height: 1.8;
}

.gallery-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);

    align-items: center;
    justify-content: center;
}

.menu-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    cursor: pointer;
}

.menu-left {
    font-weight: 500;
}

.menu-arrow {
    font-size: 14px;
    transition: 0.3s;
}

/* döndür */
.menu-item.active .menu-arrow {
    transform: rotate(180deg);
}

.menu-top {
    display: flex;
    align-items: center;
    padding: 15px;
    cursor: pointer;
    width: 100%;
}

.menu-left {
    flex: 1;
}

.menu-detail {
    display: block;
    width: 100%;
}

.menu-item.active .menu-detail {
    display: block;
}

.menu-detail img {
    display: block;
    width: 100%;
}

.menu-arrow {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menu-arrow i {
    font-size: 14px;
}

.menu-top:not([onclick]) {
    cursor: default;
    opacity: 0.7;
}

/* açılınca döner */
.menu-item.active .menu-arrow {
    transform: rotate(180deg);
}

.gallery-modal img {
    margin: auto;
    display: block;
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90vh;
    object-fit: contain;
}

.close {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 40px;
    color: white;
    cursor: pointer;
}

.prev,
.next {
    position: absolute;
    top: 50%;
    font-size: 40px;
    color: white;
    cursor: pointer;
    padding: 10px;
}

.prev {
    left: 20px;
}

.next {
    right: 20px;
}

/* =========================
   MASA SİSTEMİ (TEMİZ PRO)
   ========================= */


.somine {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    opacity: 0.9;
    pointer-events: none;
}

.restaurant-plan {
    overflow: visible !important;
}

.restaurant-plan::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(to right,
            #999,
            #999 10px,
            transparent 10px,
            transparent 20px);
}

.restaurant-plan::before {
    content: "CAM KENARI";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;

    background: linear-gradient(to bottom,
            rgba(135, 206, 235, 0.4),
            rgba(255, 255, 255, 0.1));

    border-top-left-radius: 20px;
    border-top-right-radius: 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 14px;
    font-weight: bold;
    color: #555;

    backdrop-filter: blur(4px);
}

.restaurant-plan {
    position: relative;
    width: 100%;
    max-width: 800px;
    height: 420px;
    margin: 20px auto;
    background: linear-gradient(135deg, #f8f8f8, #eaeaea);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
}

/* MASA */
.masa {
    position: absolute;
    width: 100px;
    height: 70px;
    border-radius: 12px;
    /* hafif oval köşe */
    background: #ffffff;
    border: 2px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    transition: all 0.25s ease;
}

/* hover */
.masa:hover {
    transform: scale(1.1);
    border-color: #999;
}

.kategori-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.kategori-left h3 {
    margin: 0;
}

.menu-search {
    margin: 20px 0;
    text-align: center;
}

.menu-search input {
    width: 300px;
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.kategori-right {
    background: #f1f1f1;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 14px;
    color: #555;
    max-width: 300px;
}

/* seçili (yeşil) */
.masa.secili {
    background: #09601d;
    color: #fff;
    border-color: #0f3518;
    box-shadow: 0 0 15px rgba(40, 167, 69, 0.6);
}

/* dolu (kırmızı) */
.masa.dolu {
    background: #cd3131;
    color: #fff;
    border-color: #cd3131;
    box-shadow: 0 0 15px rgba(220, 53, 69, 0.6);
    cursor: not-allowed;
}

/* masa numarası */
.masa span {
    pointer-events: none;
}

/* responsive */
@media (max-width:768px) {
    .restaurant-plan {
        height: 300px;
    }

    .masa {
        width: 60px;
        height: 60px;
        font-size: 14px;
    }
}

.masa {
    color: #555;
    /* normal */
}

.masa.dolu {
    color: #dc3545;
    /* kırmızı */
}

.masa.secili {
    color: #28a745;
    /* yeşil */
}

.masa img {
    width: 70%;
    height: 70%;
    object-fit: contain;
    position: relative;
    z-index: 2;
}

.masa span {
    position: absolute;
    z-index: 5;
    color: inherit;
    font-weight: bold;
    font-size: 16px;
}

.masa.dolu span,
.masa.secili span {
    color: #fff;
}

.masa img {
    opacity: 0.9;
}

.masa img {
    position: absolute;
    z-index: 1;
    opacity: 0.4;
    width: 80%;
}

/* dolu */
.masa.dolu img {
    filter: brightness(0) invert(1);
}

/* seçili */
.masa.secili img {
    filter: brightness(0) invert(1);
}

.masa {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
}

.alkol-ozel {
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 15px;
}

.alkol-table {
    width: 100%;
    color: #fff;
    border-collapse: collapse;
}

.alkol-table th {
    color: #d4af37;
    padding: 12px;
}

.alkol-table td {
    padding: 12px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.alkol-table td:first-child {
    text-align: left;
    font-weight: bold;
}


.lang-switcher {
    display: flex;
    gap: 6px;
}

.lang-switcher a {
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 5px;
    background: #eee;
    color: #333;
    font-size: 12px;
    transition: 0.2s;
}

.lang-switcher a:hover {
    background: #000;
    color: #fff;
}

.aciklama {
    font-size: 14px;
    color: #555;
    margin-top: 5px;
}

.fiyat {
    font-weight: bold;
    color: #2e7d32;
    margin-top: 5px;
}

.menu-aciklama-text {
    margin-bottom: 8px;
    font-size: 14px;
    color: #444;
}

.menu-line {
    font-size: 14px;
    color: #666;
    margin-left: 5px;
}

.menu-aciklama-title {
    font-weight: bold;
    color: #c48a3a;
    margin-bottom: 5px;
}

.menu-aciklama-title {
    font-weight: bold !important;
    color: #c48a3a !important;
    margin-bottom: 5px;
    display: block;
}

.urun-aciklama {
    font-size: 13px;
    font-style: italic;
    color: #777;
    margin: 3px 0 5px;
}

