/* =========================================================
   GLOBAL RESET — ÜST BOŞLUK SIFIRLAMA
   ========================================================= */
html, body{
    margin:0 !important;
    padding:0 !important;
}



/* =========================================================
   GENEL AYARLAR
   ========================================================= */
body{
    margin:0;
    font-family: Verdana, Arial, sans-serif;
    background:#f4f6fb;
    color:#000000;
}

/* =========================================================
   ÜST BAR / MENÜ (BEYAZ YAZI KORUNUR)
   ========================================================= */



.topbar *{
    color:#ffffff;
}

.brand{
    font-weight:700;
    font-size:20px;
}

.nav{
    display:flex;
    gap:10px;
    align-items:center;
    flex-wrap:wrap;
    margin-top:8px;
}

.nav a{
    color:#ffffff;
    text-decoration:none;
    font-weight:700;
    font-size:14px;
    padding:6px 10px;
    border:1px solid rgba(255,255,255,0.25);
    border-radius:8px;
}

.nav a:hover{
    background:rgba(255,255,255,0.15);
}

.me{
    margin-left:auto;
    font-size:12px;
    opacity:.9;
}

.role-strip{
    display:flex;
    flex-wrap:wrap;
    gap:6px;
    margin-top:8px;
}

.role-chip{
    background:rgba(255,255,255,0.15);
    border:1px solid rgba(255,255,255,0.25);
    padding:4px 8px;
    border-radius:999px;
    font-size:12px;
    font-weight:700;
}

/* =========================================================
   SAYFA GENİŞLİĞİ
   ========================================================= */
.topbar-inner,
.container,
.footer-inner{
    max-width:800px;
    margin:0 auto;
    padding:0 12px;
}



/* =========================================================
   İÇERİK – GENEL METİN STANDARDI
   (INDEX + DUYURULAR + TÜM SAYFALAR)
   ========================================================= */
.container,
.container *{
    font-family: Verdana, Arial, sans-serif;
    font-size:18px;
    font-weight:bold;
    color:#000000;
}

/* =========================================================
   KART / İÇERİK BLOKLARI
   ========================================================= */
.card{
    background:#ffffff;
    border:2px solid #0a67b5;
    border-radius:14px;
    padding:14px;
    box-shadow:0 6px 18px rgba(0,0,0,0.06);
}

h1{
    margin:0 0 12px 0;
    font-size:20px;
    font-weight:bold;
    color:#000000;
}

label{
    display:block;
    margin-top:10px;
    font-weight:700;
}

/* =========================================================
   FORM ELEMANLARI
   ========================================================= */
input,
select,
textarea{
    width:100%;
    box-sizing:border-box;
    padding:10px;
    border:2px solid #0a67b5;
    border-radius:10px;
    font-size:18px;
    font-weight:bold;
    font-family: Verdana, Arial, sans-serif;
    color:#000000;
}

textarea{
    resize:vertical;
}

/* =========================================================
   BUTONLAR
   ========================================================= */
.btn{
    margin-top:12px;
    background:#0b6b2f;
    color:#ffffff;
    font-weight:700;
    border:none;
    padding:10px 14px;
    border-radius:10px;
    cursor:pointer;
}

.btn:hover{
    filter:brightness(0.95);
}

/* =========================================================
   FLASH MESAJLAR
   ========================================================= */
.flash{
    padding:10px 12px;
    border-radius:10px;
    margin-bottom:10px;
    font-weight:700;
}

.flash.success{
    background:#e7f7ea;
    border:2px solid #0b6b2f;
    color:#0b6b2f;
}

.flash.danger{
    background:#ffecec;
    border:2px solid #b00020;
    color:#b00020;
}

/* =========================================================
   DUYURULAR / KAYITLAR / İÇERİK BLOKLARI
   ========================================================= */
.duyuru,
.item{
    margin-top:12px;
    border:2px solid #d0def1;
    border-radius:12px;
    padding:12px;
    background:#ffffff;
    color:#000000;
}

.duyuru a,
.item a{
    color:#000000;
    font-weight:bold;
    text-decoration:none;
}

.duyuru a:hover,
.item a:hover{
    text-decoration:underline;
}

/* INLINE STYLE İLE GELEN METİNLERİ ZORLA DÜZELT */
.card div[style]{
    font-family: Verdana, Arial, sans-serif !important;
    font-size:18px !important;
    font-weight:bold !important;
    color:#000000 !important;
}

/* =========================================================
   ALT BİLGİ (FOOTER)
   ========================================================= */
.site-alt-hakkimizda{
    max-width:755px;
    margin:20px auto;
    background:#f2f2f2;
    border-top:2px solid #000000;
    padding:20px;
    display:flex;
    gap:15px;
    justify-content:center;
    flex-wrap:wrap;
}

.alt-kutu{
    width:320px;
    background:#ffffff;
    border:2px solid #000000;
    padding:15px;
    border-radius:10px;
}

.alt-baslik{
    font-size:20px;
    font-weight:bold;
    margin-bottom:10px;
    color:#000000;
}

.alt-yazi{
    font-size:16px;
    font-weight:bold;
    color:#000000;
    line-height:1.5;
}

/* =========================================================
   MOBİL
   ========================================================= */
@media (max-width:820px){
    .topbar-inner,
    .container,
    .footer-inner{
        max-width:100%;
        padding:0 8px;
    }
}

/* =========================================================
   HEADER ALT BOŞLUK SIFIRLAMA
   ========================================================= */
.container{
    margin-top:0 !important;
    padding-top:0 !important;
}










/* BAŞLANGIÇ 2026-07-01 21:05 (TR) — MOBİL ANA ÇERÇEVE TEMİZ DÜZELTME */
@media (max-width:768px){

    html,
    body{
        width:100% !important;
        max-width:100% !important;
        margin:0 !important;
        padding:0 !important;
        overflow-x:auto !important;
    }

    .topbar-inner,
    .container,
    .footer-inner{
        width:100% !important;
        max-width:100% !important;
        margin:0 auto !important;
        padding-left:6px !important;
        padding-right:6px !important;
        box-sizing:border-box !important;
    }

    .card{
        width:100% !important;
        max-width:100% !important;
        margin:10px auto !important;
        padding:8px !important;
        box-sizing:border-box !important;
    }

    .faaliyet-grid{
        display:grid !important;
        grid-template-columns:repeat(3, 1fr) !important;
        gap:6px !important;
        width:100% !important;
        max-width:100% !important;
        padding:6px 0 !important;
        box-sizing:border-box !important;
    }

    .faaliyet-kart{
        width:100% !important;
        padding:4px !important;
        box-sizing:border-box !important;
    }

    .faaliyet-resim{
        width:100% !important;
        height:115px !important;
        object-fit:cover !important;
    }

    .card .faaliyet-kart div{
        font-size:12px !important;
        line-height:1.2 !important;
    }

}
/* BİTİŞ 2026-07-01 21:05 (TR) — MOBİL ANA ÇERÇEVE TEMİZ DÜZELTME */











/* BAŞLANGIÇ 2026-07-01 19:55 (TR) — FAALİYET BÖLÜMÜ MOBİL GENİŞLİK */
@media (max-width:768px){

    .container{
        width:100% !important;
        max-width:800px !important;
        margin:0 auto !important;
        padding-left:8px !important;
        padding-right:8px !important;
        box-sizing:border-box !important;
    }

    .card{
        width:auto !important;
        max-width:none !important;
    }

    .faaliyetler,
    .faaliyet,
    .faaliyet-kutu,
    .faaliyet-liste,
    .faaliyet-detay{
        width:100% !important;
        max-width:100% !important;
        box-sizing:border-box !important;
    }

}
/* BİTİŞ 2026-07-01 19:55 (TR) — FAALİYET BÖLÜMÜ MOBİL GENİŞLİK */