/* ==============================================
   Aslan Hukuk — Sayfa Bileşen Stilleri
   (Contact, Sık Sorulanlar, Makale, Index)
   ============================================== */

/* ---- Genel yardımcılar ---- */
.banner-ayrac {
    width: 25%;
    height: 2px;
}

/* ---- İletişim sayfası ---- */
.iletisim-baslik {
    color: #fff;
    font-weight: 500;
    margin-bottom: 4px;
}

.iletisim-link {
    color: var(--renkText);
    line-height: 1.7;
}

.iletisim-tel,
.iletisim-eposta {
    color: var(--renkText);
}

.iletisim-saat {
    color: var(--renkText);
    line-height: 1.7;
}

.form-label-site {
    color: var(--renkText);
    font-size: .85rem;
}

.form-control-site {
    background: #0f172a;
    border: 1px solid #1e3a5f;
    color: #fff;
    border-radius: .4rem;
}

.form-control-site:focus {
    background: #0f172a;
    border-color: var(--renk3);
    color: #fff;
    box-shadow: 0 0 0 2px rgba(251, 191, 36, .15);
}

.form-select-site {
    background: #0f172a;
    border: 1px solid #1e3a5f;
    color: #fff;
    border-radius: .4rem;
}

.form-select-site:focus {
    background: #0f172a;
    border-color: var(--renk3);
    color: #fff;
    box-shadow: 0 0 0 2px rgba(251, 191, 36, .15);
}

.form-select-site option {
    background: #1e293b;
}

.validation-msg {
    font-size: .8rem;
}

.form-gizlilik {
    color: #475569;
    font-size: .8rem;
}

.alert-basari {
    background: #14532d;
    border: 1px solid #166534;
    color: #bbf7d0;
    border-radius: .4rem;
}

/* ---- Sık Sorulanlar sayfası ---- */
.sss-kategori-baslik {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: .85rem;
}

.accordion-item-dark {
    background: var(--renkCard);
    border: 1px solid #1e3a5f;
    border-radius: .5rem;
    margin-bottom: .5rem;
}

.accordion-btn-dark {
    background: var(--renkCard);
    color: #fff;
    border-radius: .5rem;
}

.accordion-btn-dark:not(.collapsed) {
    background: var(--renkCard);
    color: var(--renk3);
    box-shadow: none;
}

.accordion-btn-dark:focus {
    box-shadow: none;
}

.accordion-body-dark {
    color: var(--renkText);
    border-top: 1px solid #1e3a5f;
}

.vurgu-altin {
    color: var(--renk3);
}

/* ---- Makale listesi sayfası ---- */
.makale-listesi-tarih {
    color: #475569;
    font-size: .85rem;
}

/* ---- Makale detay sayfası ---- */
.makale-detay-tarih {
    font-size: .85rem;
    color: #94a3b8;
}

/* ---- Index sayfası ---- */
.index-bolum-ayrac {
    width: 25%;
    height: 2px;
}

/* ---- Harita ---- */
.harita-iframe {
    border: 0;
    display: block;
    width: 100%;
}

/* ---- Makale hero padding (navbar offset) ---- */
.makale-hero-padding {
    padding-top: 140px !important;
}

/* ---- banner-ayrac (index divider çizgisi) ---- */
.banner-ayrac {
    width: 25%;
    height: 2px;
}
