﻿body {
    position: relative;
    font-size: 16px;
    font-weight: 300 !important;
    overflow-x: hidden;
    background-color: #f4f4f4 !important;
    font-family: "Markazi Text", serif !important;
    font-optical-sizing: auto;
    font-style: normal;
/*    background-position: top;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(http://panel.ttkobi.gen.tr/images/uploads/F1460/9acd0222-0a77-4c8a-b53e-cd6a6808d734_kilimli-body-arkaplan.png );*/
}

.banneralan
{
    border-radius:25px;
    width:100%;
    position:relative;
}

.banneralan img
{
    width:100%;
    border-radius:25px;
}



.menu-category {
    margin-bottom: 30px;
}

    .menu-category h2 {
        background: #c0392b;
        color: #fff;
        padding: 10px;
        border-radius: 6px;
        font-size: 20px;
        margin: 0 0 10px;
    }

.item {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #e6e6e6;
}

.item p
{
    margin-bottom:0;
}

    .item:last-child {
        border-bottom: none;
    }

    .item .name {
        font-weight: 400;
        font-size: 20px;
    }

    .item .desc {
        font-size: 13px;
        color: #666;
    }

    .item .price {
        font-weight: bold;
        white-space: nowrap;
        font-size: 18px;
    }

.qr-box {
    text-align: center;
    margin: 30px 0;
}

    .qr-box img {
        width: 200px;
        height: 200px;
    }


.item-image {
    margin-right: 15px;
}

    .item-image img {
        width: 75px;
        height: 75px;
        object-fit: cover;
        border-radius: 8px;
        border: 1px solid #ddd;
    }


.item-details {
    flex: 1;
}


.item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    border-bottom: 1px solid #eee;
    background: #fff;
    border-radius: 6px;
    transition: box-shadow 0.3s ease, transform 0.2s ease;
}

    .item:hover {
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        transform: translateY(-2px);
    }

.logo {
    width: 35%;
    BACKGROUND-COLOR: #f4f4f4;
    padding: 10px;
    border-radius: 20px;
}

@media (max-width:600px) {
    .item {
        align-items: flex-start;
    }

    .logo {
        width: 80%;
    }

    .item-image img {
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
    }

    .price {
        align-self: flex-end;
        margin-top: 10px;
    }
}

.accordion-item {
    margin: 10px !important;
    border-radius: 30px !important;
}

.menubg {
    height: 140px;
    font-size: 40px !important;
    font-weight: bold;
    color: white !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px !important;
}


.site-footer {
    background-color: #f4f4f4;
    color: #333;
    padding: 15px 15px;
    font-size: 17px;
    margin-top: 40px;
    border-top: 1px solid #e2e2e2;
}



.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}

.footer-links ul,
.footer-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li,
.footer-social li {
    margin: 0 10px;
}

.footer-links a,
.footer-social a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

    .footer-links a:hover,
    .footer-social a:hover {
        text-decoration: underline;
    }

.footer-copy {
    text-align: center;
    margin-top: 15px;
    font-size: 17px;
    color: #555;
}

@media (max-width: 600px) {
    .footer-links li,
    .footer-social li {
        display: block;
        margin: 8px 0;
    }

    .menubg {
        height: 100px;
        font-size: 30px !important;
    }
}


.accordion-button::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #00000057;
    position: absolute;
    left: 0;
    border-radius: 30px;
    z-index:1;
}

.accordion-button span {
    z-index: 99;
    position: relative;
    letter-spacing: 2px;
}