    /* Global Styles */
body {
    margin: 0;
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
}

.container {
   
    max-width: 1000px;
    margin: 0 auto;
}

.hero { height: 70px;
    background:#000;
    color: white;
    max-width: 1000px; 
    margin: 0 auto;
    padding: 20px 0 0 0;
}

.hero img{width:250px;}

.hero h1 {
    font-size: 3rem;
    margin: 0;
}

.hero p {
    font-size: 1.2rem;
    margin: 0.5rem 0 0;
}

.heroLogo{width:20%; float: left;}
.heroButon{width:160px;  margin:5px 0 0 0; float: right;}
.heroMenu{width:40%; margin: 0 40px; float: right;}



nav ul { text-align: left;
    display: flex;
    list-style: none;
    padding: 0px 0;
    color: #fff;
}

nav ul li { font-size: 1.1em; 
    margin: 0 1rem;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    transition: color 0.3s;
}

nav ul li a:hover {
    color: #b22222;
}

main {
    
}

.bb1{width: 100%; margin: 0 0 50px 0;  padding: 40px  0;  min-height: 380px; background: url(gorseller/b31.webp); }
    .bb11{max-width: 1000px; margin: 0 auto; padding: 40px 0;}
        .bb11 h1{margin: 0; padding: 0; font-size: 3.8em; font-weight: 600; color:#fff; line-height: 60px;}
        .bb11 p{margin:30px 0 0 20px; font-size: 1.6em; color: #f9f9f9;}

.card {
    background: white;
    margin-bottom: 2rem;
    
    border-radius: 5px;
}

.card h2 {
    margin-top: 0;
    font-size: 1.8rem;
    color: #b22222;
}

.card ul {
    padding: 0;
    list-style: none;
}

.card ul li {
    margin: 0.5rem 0;
    font-size: 1.1rem;
}

.card ul li strong {
    color: #333;
}


.altlar{background: #f9f9f9;  padding:20px 50px; margin: 20px 0;}

.banner { padding: 20px 0; margin: 0 0 40px 0;
    width: 100%;
    max-height: 600px;
    height: 50vh; /* Responsive yükseklik */
    background: url('gorseller/b2.webp') no-repeat center center/cover;
    display: flex;
    color: white;
}

.banner img{height: 100%;}

.banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner-content { max-width: 1000px; margin: 0 auto; padding:40px 0;
    position: relative;
    z-index: 2;
}

.banner h1 {box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    font-size: 3rem;
    margin: 0;
    font-weight: bold; /* Kalın yazı */
    color: #fff; /* Hafif şeffaf karakterler */
    padding: 7px 17px; /* Harflerin çevresine boşluk */
    box-decoration-break: clone; /* Her kelimenin kendi kutusunda düzgün görünmesini sağlar */
    -webkit-box-decoration-break: clone; /* Safari desteği */
    background: #000; opacity: 0.7;
}


.banner p {
    font-size: 1.5rem;
   color: rgba(255, 255, 255, 0.9); /* Hafif şeffaf karakterler */
    background-color: rgba(0, 0, 0, 0.6); /* Hafif şeffaf siyah arka plan */
    border: 1px solid #fff; /* Beyaz kenarlık */
    padding: 0.5rem 1rem; /* Metni kenarlıklardan uzaklaştırmak için padding */
}


footer {
    text-align: center;
    background: #000;
    padding: 1rem 0;
    color: #666;
    margin-top: 2rem;
}

footer p {
    margin: 0;
}

a {
    color: #b22222;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}



  .menu {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
        }
        .menu-item {
            background: #fff;
            border: 1px solid #ddd;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: transform 0.2s ease;
        }
        .menu-item:hover {
            transform: scale(1.05);
        }
        .menu-item img {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }
        .menu-item .content {
            padding: 15px;
        }
        .menu-item .mheader {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 10px;
        }
        .menu-item h3 { margin: 0; padding: 0;
            font-size: 18px;
        }
        .menu-item .price {
            font-size: 18px;
            font-weight: bold;
            color: #333;
        }

        .menu-item .buttons {
            display: flex;
            justify-content: space-between;
            gap: 10px;
        }

        .menu-item .buttons button {
            flex: 1;
            padding: 10px;
            font-size: 14px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .menu-item .buttons .call-btn {
            background: #007bff;
            color: #fff;
        }

        .menu-item .buttons .call-btn:hover {
            background: #0056b3;
        }

        .menu-item .buttons .whatsapp-btn {
            background: #14ae4d;
            color: #fff;
        }

        .menu-item .buttons .whatsapp-btn:hover {
            background: #0e9e43;
        }


    


.tabs {
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.tab-links { font-weight: bold;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    border-bottom: 1px solid #ccc;
    background: #f9f9f9;
}



.tab-links li {
    flex: 1;
    text-align: center;
    padding: 0.8rem;
    cursor: pointer;
    transition: background 0.3s;
}

.tab-links li.active {
    background: #b22222;
    color: white;
}

.tab-links li:hover {
    background: #ddd; color: #000;
}

.tab-content {
    padding: 1.5rem;
    background: white;
}

.tab {
    display: none;
}

.tab.active {
    display: block;
}


.order-button {
    display: inline-block;
    padding: 7px 23px;
    background-color: #b22222;
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s, transform 0.2s;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.order-button:hover {
    background-color: #a11d1d;
    transform: scale(1.05);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.order-button:active {
    transform: scale(0.98);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}






@media (max-width: 768px) {
    
    .heroLogo{width:100%; padding: 0px 30px; margin: 0;}
    .heroMenu{width:100%; background:#000; margin:-5px 0 0 0; border-top: 1px solid #fff; }
    .heroButon{width: 100%; display: none;}
    
    nav ul { text-align: left;      justify-content: center;

    display: flex;
    list-style: none;
    padding: 0px 10px;
    color: #fff;
}

nav ul li {   padding: 0; margin: 0 20px 0 10px;}

nav ul li a {font-size: 14px;
    text-decoration: none;
    color: #fff;
    transition: color 0.3s;
}

nav ul li a:hover {
    color: #b22222;
}

    
    .bb1{padding: 0 20px;}
    
    .tab-links {
        flex-direction: column;
    }

    .tab-links li {
        text-align: center;
    }
    
    .bb11 p{display:none;}
       .bb11 h1{font-size:3em; color:#fff;}
.bb11 {padding:70px 0 30px 0; }
.bb1{background: url(gorseller/urfaporsiyon.webp); width:100%; }

}


/* Footer */
footer {
    text-align: center;
    background: #000;
    padding: 1rem 0;
    color: #666;
}

footer p {
    margin: 0;
}