body {

    font-family: 'Montserrat', sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;

}

h2,h3{

    font-weight: 700!important;

}

.modal {
    z-index: 99999 !important;
}

.modal-backdrop {
    z-index: 99998 !important;
}

p {

    font-size: 14px!important;

}

main {
    flex: 1; /* Footer dışındaki alanı kaplar */
}


a {

    text-decoration:none!important;

}

.myacc .accordion-button:not(.collapsed) {
    background-color: #a89471 !important;
    color: #fff !important;
}

.accordion-button::after {
    background-image: none !important;
    transform: none !important;
    display: none !important;
}


.con {
    display: flex;           /* Yan yana olmasını sağlar */
    justify-content: center!important; /* Yatayda ortalar */
    align-items: center!important;
    gap: 20px;               /* Paragraflar arası boşluk */
    height: 60px;           /* Dikey ortalamayı görmek için örnek yükseklik */
    border: 1px solid #ccc;  /* Sınır görmek için opsiyonel */
    padding-top:10px!important;
}

span.yazi {

    position:relative;
    top:3px;
    left:5px;

}

.show-popup-btn {
    width: 100%;
    text-align: center;
}
#showPopupBtn {
    display: inline-block!important;
}

#popupOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#popupBox {
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    max-width: 600px;
    width: 90%;
    animation: fadeIn 0.6s ease;
}


#popupBox img {
    width: 100%;
    height: auto;
    max-height: 80vh;
    display: block;
    border-bottom: 1px solid #ddd;

}

#closePopup {
    position: absolute;
    top: 10px;
    right: 15px;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 20px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

#enterMenuBtn {
    display: block;
    width: 100%;
    border: none;
    border-radius: 0;
    background-color: #a89471;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

#enterMenuBtn:hover {
    background-color: #bb2d3b;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }


    to {
        opacity: 1;
        transform: scale(1);
    }
}

.menu-section{max-width:900px;margin:auto;padding:15px 15px;}
.accordion-button:not(.collapsed){background-color:#fff;color:#1e2125; border: 1px solid #6B6A75}
.accordion-body{background:#fff;border-radius:0 0 10px 10px;}
.menu-item{display:flex;justify-content:space-between;align-items:start;padding:8px 0;border-bottom:1px dashed #ddd; font-size: 16px}
.menu-item:last-child{border-bottom:none;}
.menu-name{font-weight:600;}
.menu-desc{font-size:0.9rem;color:#6c757d;}
.menu-price{font-weight:700;color:#b32d1a;}

.accordion-button:focus {
    box-shadow: none !important;  /* gölgeyi kaldır */
    outline: none !important;     /* mavi dış çizgiyi kaldır */
}

.accordion-button {
    font-size: 1.3rem;
    color:#1b2f4c!important;
}

.accordion-body {

    font-size: 1.5rem; /

}

.accordion-button.collapsed {
    background-color: #fff !important; /* beyaz arka plan */
    color: #000; /* siyah yazı */
    box-shadow: none !important;
}

.carousel-item img{height:300px;object-fit:cover;filter:brightness(70%);}
.carousel-caption{bottom:30px;}
.carousel-caption img{width:150px;height:auto;filter:brightness(100%);}

.duyuru-kutu{background:#a89471;;color:#fff;text-align:center;padding:15px;max-width:100%;margin:auto;margin-top:-30px;box-shadow:0 3px 10px rgba(0,0,0,0.2);position:relative;z-index:10;}
.duyuru-kutu marquee{font-weight:500; font-size: 1.5rem;}


.thumbnail {
    width: 60px;
    cursor: pointer;
    transition: 0.3s;
    border-radius:10px;
    padding: 0 5px;
    clear: both;
}
.thumbnail:hover {
    opacity: 0.8;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
}

.modal-content {
    max-width: 90%;
    max-height: 90%;
    position:relative;
    margin:0 auto!important;
    width: auto;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    transition: transform 0.3s; /* İsteğe bağlı animasyon */
}

.close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    padding: 20px;
    border-radius: 14px;
    margin-bottom: 18px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

.menu-text {
    max-width: 65%;
}

.menu-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0 0 6px 0;
    letter-spacing: 0.3px;
}

.menu-desc {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

.menu-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.menu-price {
    font-size: 22px;
    font-weight: 700;
    color: #222;
}

.menu-image {
    width: 140px;
    height: 100px;
    border-radius: 12px;
    object-fit: cover;
}

/* Mobil */
@media (max-width: 700px) {
    .menu-item {
        flex-direction: column;
        align-items: flex-start;
    }
    .menu-right {
        align-items: flex-start;
        width: 100%;
    }
    .menu-image {
        width: 100%;
        height: auto;
    }
}


/*DUYURULAR*/

h1 {
    text-align: center;
}

.announcement-list {
    list-style: none;
    padding: 0;
    min-width:95%;
    margin: 0 auto;
}

.announcement-list li {
    background: #f1f1f1;
    margin: 10px 0;
    padding: 15px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s;
}

.announcement-list li:hover {
    background: #e0e0e0;
}

/* Pop-up stili */
#popupOverlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#popupContent {
    background: #fff;
    padding: 20px;
    max-width: 500px;
    width: 90%;
    border-radius: 10px;
    position: relative;
}

#popupContent h2 {
    margin-top: 0;
}


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




.ft {

    width: 400px !important;

}

}