
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-color: #111827;
    color: #e5e7eb;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

/* background icin dallar ayarı   */
body::before, body::after {
    content: "";
    position: fixed;
    top: 58px;
    bottom: 0;
    width: max(0px, calc((100vw - 884px) / 2));
    background: url("images/zeytin-dali.jpg") center / cover no-repeat;
    opacity: 0.62;
    pointer-events: none;
}
body::before { left: 0; }
body::after { right: 0; transform: scaleX(-1); }


.navbar, .tanitim-alani, .container, .alt-bilgi, .modal {
    position: relative;
    z-index: 1;
}
.navbar, .alt-bilgi, .tanitim-alani, .ilce-tablosu th {
    background-color: #0f172a;
    color: #fff;
}

/* navbar alanı*/
.navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
}
.logo-icon {
    margin: 0 8px;
    font-size: 26px;
}
.nav-links a {
    color: #fff;
    font-size: 16px;
    margin-left: 20px;
    text-decoration: none;
}
.nav-links a:hover, .nav-links a.active, .modal-close:hover {
    color: #2ecc71;
}

/*ana satfa tanitimm*/
.tanitim-alani {
    width: min(860px, calc(100% - 40px));
    height: 350px;
    margin: 24px auto 34px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0,0,0,0.22);
    position: relative;
}
.tanitim-sol {
    position: absolute;
    left: 24px;
    bottom: 24px;
    width: min(470px, calc(100% - 48px));
    padding: 22px 24px;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(46,204,113,0.2), rgba(46,204,113,0) 52%), rgba(15,23,42,0.78);
    backdrop-filter: blur(4px);
    z-index: 2;
}
.tanitim-sol h1 {
    font-size: clamp(26px, 2vw, 34px);
    line-height: 1.14;
    margin-bottom: 12px;
}
.tanitim-sol p {
    font-size: 16px;
    color: #d1d5db;
}
.tanitim-sag {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #020617;
}
.tanitim-slider {
    width: 100%;
    height: 100%;
    display: flex; 
    transition: transform 0.8s ease-in-out;
}
.tanitim-gorseli {
    flex: 0 0 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.78);
}
/* content kart ve sayfa duzenleeri*/
.container {
    max-width: 860px;
    margin: 30px auto;
}
.icerik-karti {
    margin-bottom: 25px;
    padding: 30px;
    border-radius: 8px;
    background: #1f2937;
    box-shadow: 0 2px 8px rgba(0,0,0,0.35);
}
.icerik-karti h2 {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid #2ecc71;
}
.icerik-karti h2, .icerik-karti h3, .galeri-notu, .ilce-tablosu td, .kaynak-notu {
    color: #f9fafb;
}
.icerik-karti p {
    color: #d1d5db;
    margin-bottom: 15px;
}

/* foto-gorsel css ayarı*/
.ana-gorsel, .galeri-ogesi {
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.ana-gorsel {
    max-height: 350px;
    margin-top: 15px;
}
.kucuk-gorsel, .yemek-gorseli {
    display: block;
    width: min(100%, 520px);
    margin: 15px auto;
}
.kucuk-gorsel {
    height: auto;
    object-fit: contain;
}
.yemek-gorseli {
    height: 300px;
}

/* yorum js kısmı css*/
.yorum-formu { margin-top: 20px; }
.form-grubu { margin-bottom: 15px; }
.form-grubu label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.form-grubu input, .form-grubu textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #4b5563;
    border-radius: 4px;
    background-color: #111827;
    color: #f9fafb;
    font-size: 15px;
}
.gonder-butonu {
    width: 100%;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    background-color: #2c3e50;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
}
.gonder-butonu:hover { background-color: #2ecc71; }
.hata-mesaji {
    display: block;
    margin-top: 5px;
    color: #e74c3c;
    font-size: 13px;
}
.basari-mesaji {
    margin-top: 15px;
    color: #2ecc71;
    font-weight: bold;
    text-align: center;
}

/* galeri ve izgara gorunumu */
.galeri-izgara {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
    margin-top: 20px;
}
.galeri-notu {
    padding-left: 12px;
    border-left: 4px solid #2ecc71;
    font-weight: 600;
}
.galeri-ogesi {
    height: 150px;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}
.galeri-ogesi:hover {
    transform: scale(1.04);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 2000;
    padding-top: 60px;
    background-color: rgba(0,0,0,0.9);
}
.modal-content, .modal-caption {
    display: block;
    width: 80%;
    margin: auto;
}
.modal-content {
    max-height: 75vh;
    object-fit: contain;
}
.modal-caption {
    padding: 10px 0;
    color: #ccc;
    font-size: 18px;
    text-align: center;
}
.modal-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

/* ilce table kullanımı */
.ilce-tablosu {
    width: 100%;
    margin-top: 15px;
    border-collapse: collapse;
}
.ilce-tablosu th, .ilce-tablosu td {
    padding: 12px;
    border: 1px solid #4b5563;
    text-align: left;
}
.ilce-tablosu td:last-child { font-weight: 700; }
.kaynak-notu { margin-top: 12px; font-size: 14px; }
.alt-bilgi { margin-top: 40px; padding: 20px; text-align: center; }

/* RESPONSİVE KISIM!!! */
@media (max-width: 1100px) {
    body::before, body::after { display: none; }
}
@media (max-width: 768px) {
    .nav-container { flex-direction: column; }
    .nav-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        margin-top: 15px;
    }
    .nav-links a { margin: 0; }
    .tanitim-alani {
        width: calc(100% - 16px);
        margin: 8px auto;
    }
    .tanitim-sol {
        left: 12px;
        bottom: 12px;
        width: calc(100% - 24px);
        padding: 16px;
        align-items: center;
        text-align: center;
    }
    .tanitim-sol h1 { font-size: 24px; }
    .icerik-karti { padding: 18px; }
}

.kaynakca-listesi {
    padding-left: 20px;
    margin-top: 10px;
}
.kaynakca-listesi li {
    margin-bottom: 8px;
    color: #d1d5db;
}
