/* =================================================================
   ÖZGÜR KÖKSAL ÇAKIR - NİHAİ KINGOLD DARK CSS
   ================================================================= */

/* 1. GENEL ZEMİN VE FONT */
body {
    background-color: #0a192f !important; /* TÜM SİTE LACİVERT */
    font-family: 'Montserrat', sans-serif !important;
    color: #ffffff !important;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* 2. NAVBAR (ÜST MENÜ) */
.navbar {
    background-color: #0a192f !important;
    border-bottom: 2px solid #d4af37 !important;
    padding: 15px 0 !important;
}
.navbar-brand {
    font-weight: 700 !important;
    color: #ffffff !important;
    letter-spacing: 1px;
}
.nav-link {
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.85rem;
    margin-left: 15px;
}
.nav-link:hover {
    color: #d4af37 !important;
}

/* 3. BANNER (SAYFA BAŞLIĞI ŞERİDİ) */
.page-title-bar {
    background-color: #112240 !important; /* Bir ton açık lacivert derinlik katar */
    border-bottom: 2px solid #d4af37 !important;
    padding: 10px 0 !important;
}
.page-title-bar h2 {
    color: #d4af37 !important;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.3rem !important;
    margin: 0 !important;
}

/* 4. ANA GÖVDE VE İÇERİK ALANI (SOL) */
#content-area {
    background-color: #0a192f !important;
}

.main-text {
    background-color: #0a192f !important;
    color: #ffffff !important;
    border: 1px solid rgba(212, 175, 55, 0.2); /* İnce gold çerçeve */
    border-radius: 15px;
    min-height: 600px; /* Kısa içerikte bile heybetli durur */
    width: 100% !important;
}

/* İçerik içindeki başlıklar */
.main-text h1, .main-text h2, .main-text h3 {
    color: #d4af37 !important;
    font-weight: 700;
    margin-bottom: 20px;
}

/* İçerik içindeki paragraflar */
.main-text p {
    color: #ffffff !important;
    line-height: 1.8;
    font-size: 1.1rem;
    text-align: justify;
}

/* 5. SIDEBAR (SAĞ RESİM ALANI) */
.sidebar-wrapper {
    background-color: #0a192f !important;
    border: 1px solid rgba(212, 175, 55, 0.3) !important;
    border-radius: 15px;
}

/* 6. FOOTER (ALT KISIM) */
footer {
    background-color: #0a192f !important;
    border-top: 3px solid #d4af37 !important;
    color: #ffffff !important;
    padding: 30px 0 !important;
}
footer a {
    color: #ffffff !important;
    text-decoration: none;
    font-size: 0.9rem;
    opacity: 0.8;
}
footer a:hover {
    color: #d4af37 !important;
    opacity: 1;
}

/* 7. MOBİL UYUM DOKUNUŞU */
@media (max-width: 768px) {
    #content-area { padding: 20px !important; }
    .main-text { min-height: auto; }
}
