/* Reset */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #0f0f0f;
    color: #f1f1f1;
    line-height: 1.6;
}


/* Header */

.basliq1 {
    background-color: #866837;
    padding: 15px 30px;
    display: flex;
    justify-content: center;
    /* LOGO-nu ortalamaq üçün */
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.basliq1logo1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.basliq1logo1a1img1 {
    height: 125px;
    transition: transform 0.3s;
}

.basliq1logo1a1img1:hover {
    transform: scale(1.05);
}


/* Main placeholder */

.index1 {
    padding: 80px 20px;
    text-align: center;
    background: #f5ead6;
    min-height: 300px;
}

.index1m {
    padding: 40px 20px;
    background: #f5ead6;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.img11 {
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}

.img111 {
    width: 20%;
}

.menu-section-title1 {
    font-size: 24px;
    color: #ae8032;
    /* Changed from #333 to #ae8032 */
    border-bottom: 2px solid #ae8032;
    /* Changed border color */
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.index1_menu {
    width: 100%;
    max-width: 800px;
}

.index1_menu_ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.index1_menu_ul_li {
    margin-bottom: 15px;
}

.index1_menu_ul_li_a {
    display: block;
    text-decoration: none;
    background-color: #1c1c1c;
    color: #f1f1f1;
    padding: 14px 20px;
    border-left: 6px solid transparent;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.index1_menu_ul_li_a:hover {
    background-color: #ae8032;
    color: #ffffff;
    border-left: 6px solid #ffffff;
    transform: translateX(5px);
}

.menu-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.menu-section {
    margin-bottom: 40px;
}

.menu-section-title {
    font-size: 24px;
    color: #ae8032;
    /* Changed from #333 to #ae8032 */
    border-bottom: 2px solid #ae8032;
    /* Changed border color */
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.menu-subsection-title {
    font-size: 20px;
    color: #ae8032;
    /* Changed from #666 to #ae8032 */
    margin: 15px 0;
}

.menu-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.menu-item {
    padding: 15px;
    border: 1px solid #ae8032;
    /* Changed border color */
    border-radius: 8px;
    background-color: #fff;
}

.img1 {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.img1s {
    width: 200px;
}

.menu-item h3 {
    margin: 0 0 10px 0;
    color: #ae8032;
    /* Changed from #333 to #ae8032 */
}

.menu-description {
    font-size: 14px;
    color: #ae8032;
    /* Changed from #666 to #ae8032 */
    margin: 10px 0;
}

.price {
    display: block;
    font-weight: bold;
    color: #ae8032;
    /* Changed from #2c3e50 to #ae8032 */
    margin-top: 10px;
}


/* Footer */

.sonluq1 {
    background-color: #121212;
    padding: 50px 20px;
}

.sonluq1logo1elaqe1map1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}


/* Logo */

.sonluq1logo1a1img1 {
    height: 125px;
}


/* Contact */

.sonluq1elaqe1 {
    flex: 1;
    min-width: 250px;
}

.sonluq1elaqe1callmail1a1 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    text-decoration: none;
    color: #ddd;
    transition: color 0.3s;
    justify-content: center;
    flex-direction: column;
}

.sonluq1elaqe1callmail1a1:hover {
    color: #ae8032;
    /* Changed from #1db954 to #ae8032 */
}

.sonluq1elaqe1callmail1a1img1 {
    padding: 10px;
    width: 50px;
    filter: brightness(0.9);
    border-radius: 10px;
    background-color: #ae8032;
}

.sonluq1elaqe1callmail1a1h11 {
    font-size: 18px;
}


/* Sosial Media */

.sonluq1elaqe1sosialmedia1 {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.sonluq1elaqe1sosialmedia1a1 {
    margin: 10px;
    display: inline-block;
    background-color: #ae8032;
    /* Changed from #1a1a1a to #ae8032 */
    border-radius: 50%;
    padding: 10px;
    transition: background-color 0.3s, transform 0.2s;
}

.sonluq1elaqe1sosialmedia1a1:hover {
    background-color: #ae8032;
    /* Adjusted to maintain color scheme */
    transform: scale(1.1);
}

.sonluq1elaqe1sosialmedia1a1img1 {
    width: 30px;
    height: 30px;
}


/* Map */

.sonluq1map1 {
    max-width: 400px;
    width: 100%;
}

.sonluq1map1 iframe {
    width: 100%;
    height: 300px;
    border-radius: 12px;
    border: 2px solid #ae8032;
    /* Added border color */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}


/* Responsive */

@media (max-width: 768px) {
    .img11 {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: stretch;
    }
    .img111 {
        width: 35%;
    }
    .sonluq1logo1elaqe1map1 {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .sonluq1elaqe1 {
        margin: 20px 0;
    }
}