/*
 * Savaştepe Belediyesi — Kurumsal Tema
 * ————————————————————————————————————
 * Lacivert:   #1a3f6f  (ana kurumsal renk)
 * Mavi:       #2563a4  (hover/link)
 * Kırmızı:    #c0392b  (vurgu/accent — Türk kimliği)
 * Açık gri:   #f5f7fa  (arka plan)
 * Koyu yazı:  #2c3e50
 * Footer:     #0d2137
 */

/* ===== TEMEL ===== */
body {
    color: #2c3e50;
    background: #f5f7fa;
    font-size: 14px;
}

a { color: #1a3f6f; }
a:hover { color: #2563a4; text-decoration: none; }

/* ===== HEADER — YENİ YAPI ===== */
#site-header {
    width: 100%;
    position: relative;
    z-index: 1000;
}

.hdr-inner {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Üst çubuk */
#header-topbar {
    background: #0d2137;
    height: 52px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
#header-topbar .hdr-inner { height: 52px; }

.hdr-top-left {
    display: flex;
    align-items: center;
    gap: 20px;
}
.hdr-top-left a {
    color: #8bacc8 !important;
    font-size: 12px;
    text-decoration: none;
    transition: color 0.15s;
}
.hdr-top-left a:hover { color: #fff !important; }
.hdr-top-left i { margin-right: 5px; color: #c0392b; }

.hdr-top-right {
    display: flex;
    align-items: center;
    gap: 10px;
}
.hdr-top-right > a {
    color: #8bacc8 !important;
    font-size: 15px;
    transition: color 0.15s;
    text-decoration: none;
}
.hdr-top-right > a:hover { color: #fff !important; }

/* Atatürk alıntı + görsel sarmalayıcı */
.hdr-ataturk-wrap {
    display: flex;
    align-items: center;
    gap: 0;
    height: 52px;
    border-left: 1px solid rgba(255,255,255,0.1);
    padding-left: 10px;
}
.hdr-ataturk-quote {
    color: #ffffff;
    font-size: 13px;
    font-style: italic;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    gap: 6px;
    max-width: 220px;
    line-height: 1.4;
    padding-right: 8px;
}
.hdr-quote-icon {
    color: #c0392b;
    font-size: 12px;
    flex-shrink: 0;
}
/* Atatürk görseli */
.hdr-ataturk-img {
    height: 52px;
    width: auto;
    display: block;
    opacity: 0.92;
    filter: drop-shadow(0 0 4px rgba(0,0,0,0.4));
}

.hdr-top-sep {
    width: 1px;
    height: 16px;
    background: rgba(255,255,255,0.15);
    margin: 0 4px;
}
/* İletişim butonu — premium canlı tasarım */
.hdr-btn-contact {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11.5px !important;
    font-weight: 700;
    color: #ffffff !important;
    background: linear-gradient(135deg, #ff6b35 0%, #e74c3c 50%, #c0392b 100%);
    border-radius: 25px;
    padding: 7px 20px 7px 14px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    box-shadow: 0 3px 14px rgba(231,76,60,0.5), inset 0 1px 0 rgba(255,255,255,0.2);
    border: none;
    position: relative;
    overflow: hidden;
    transition: transform 0.22s cubic-bezier(.34,1.56,.64,1), box-shadow 0.22s ease !important;
    text-decoration: none !important;
}
/* Parlama sweep efekti */
.hdr-btn-contact::before {
    content: '';
    position: absolute;
    top: 0; left: -75%;
    width: 50%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.28), transparent);
    transform: skewX(-20deg);
    animation: btn-shine 2.6s infinite;
    pointer-events: none;
}
.hdr-btn-contact .btn-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px; height: 22px;
    background: rgba(255,255,255,0.22);
    border-radius: 50%;
    flex-shrink: 0;
    transition: background 0.2s ease;
}
.hdr-btn-contact i {
    font-size: 11px !important;
    color: #fff !important;
    display: block;
}
.hdr-btn-contact:hover {
    transform: translateY(-3px) scale(1.06) !important;
    box-shadow: 0 8px 24px rgba(231,76,60,0.65), inset 0 1px 0 rgba(255,255,255,0.25) !important;
    color: #ffffff !important;
    text-decoration: none !important;
}
.hdr-btn-contact:hover .btn-icon-wrap {
    background: rgba(255,255,255,0.35);
}
@keyframes btn-shine {
    0%   { left: -75%; }
    60%, 100% { left: 130%; }
}

/* Logo alanı */
#header-main {
    background: #fff;
    border-bottom: 1px solid #e8edf2;
}
#header-main .hdr-inner {
    height: 90px;
}

.hdr-logo-link {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none !important;
}
.hdr-logo-link img {
    height: 70px;
    width: auto;
}
.hdr-logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
    border-left: 3px solid #c0392b;
    padding-left: 12px;
}
.hdr-logo-title {
    font-size: 19px;
    font-weight: 800;
    color: #1a3f6f;
    letter-spacing: 0.5px;
}
.hdr-logo-sub {
    font-size: 12px;
    color: #5d6d7e;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hdr-main-right {
    display: flex;
    align-items: center;
}
.hdr-search-box {
    display: flex;
    border: 1px solid #d1dbe6;
    border-radius: 4px;
    overflow: hidden;
}
.hdr-search-box input {
    border: none;
    outline: none;
    padding: 7px 14px;
    font-size: 13px;
    width: 220px;
    color: #2c3e50;
    background: #f8fafc;
}
.hdr-search-box button {
    background: #1a3f6f;
    border: none;
    color: #fff;
    padding: 0 14px;
    cursor: pointer;
    font-size: 13px;
    transition: background 0.15s;
}
.hdr-search-box button:hover { background: #c0392b; }

/* Navigasyon */
#header-nav {
    background: #1a3f6f;
}
#header-nav .hdr-inner {
    padding: 0 20px;
    justify-content: flex-start;
}

/* Hamburger butonu — masaüstünde gizli */
.nav-hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px 4px;
    margin-left: auto;
}
.nav-hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: #dce8f5;
    border-radius: 2px;
    transition: transform 0.25s, opacity 0.25s;
}
.nav-hamburger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.is-open span:nth-child(2) { opacity: 0; }
.nav-hamburger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

#main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
#main-nav > ul > li {
    position: relative;
}
#main-nav > ul > li > a {
    display: block;
    color: #dce8f5 !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    padding: 14px 16px;
    letter-spacing: 0.2px;
    transition: background 0.15s, color 0.15s;
    white-space: nowrap;
}
#main-nav > ul > li > a i {
    font-size: 10px;
    margin-left: 3px;
    opacity: 0.7;
}
#main-nav > ul > li:hover > a,
#main-nav > ul > li.aktif > a {
    background: #c0392b;
    color: #fff !important;
}

/* Nav İletişim butonu — kırmızı vurgulu */
#main-nav > ul > li.nav-iletisim > a {
    background: #c0392b !important;
    color: #fff !important;
    border-radius: 4px;
    margin-left: 6px;
    font-weight: 700;
}
#main-nav > ul > li.nav-iletisim > a i { opacity: 1; color: #fff; }
#main-nav > ul > li.nav-iletisim:hover > a {
    background: #a93226 !important;
}

/* Dropdown */
#main-nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #1a3f6f;
    min-width: 260px;
    border-top: 2px solid #c0392b;
    box-shadow: 0 4px 16px rgba(0,0,0,0.25);
    z-index: 9999;
    list-style: none;
    padding: 0;
    margin: 0;
}
#main-nav ul ul li a {
    white-space: nowrap;
}
#main-nav ul li:hover > ul { display: block; }
#main-nav ul ul li a {
    display: block;
    color: #c8d8ea !important;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none !important;
    padding: 10px 18px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    transition: background 0.15s, color 0.15s, padding-left 0.15s;
}
#main-nav ul ul li a:hover {
    background: #c0392b;
    color: #fff !important;
    padding-left: 24px;
}

/* Sticky nav */
#header-nav.nav-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 2px 10px rgba(0,0,0,0.25);
}

/* Mobil — header tepki */
@media (max-width: 768px) {
    #header-topbar { display: none; }
    #header-main .hdr-inner { flex-wrap: wrap; height: auto; padding: 12px 16px; }
    .hdr-search-box { display: none; }

    /* Hamburger göster */
    .nav-hamburger { display: flex; }

    /* Nav çubuğu: hamburger ile açılır panel */
    #header-nav .hdr-inner { justify-content: flex-end; padding: 8px 16px; position: relative; }
    #main-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0; right: 0;
        background: #1a3f6f;
        z-index: 999;
        box-shadow: 0 6px 20px rgba(0,0,0,0.35);
    }
    #main-nav.nav-open { display: block; }
    #main-nav > ul { flex-direction: column; }
    #main-nav > ul > li { width: 100%; border-bottom: 1px solid rgba(255,255,255,0.08); }
    #main-nav > ul > li > a { padding: 13px 20px; font-size: 14px; white-space: normal; }
    #main-nav ul ul {
        position: static;
        display: block;
        box-shadow: none;
        border-top: none;
        background: #163260;
        padding: 0;
    }
    #main-nav ul ul li a { padding: 10px 32px; font-size: 13px; }
}

/* ===== SLIDER ===== */
.banner { position: relative; height: 580px !important; }
#owl-slide,
#owl-slide .owl-wrapper-outer,
#owl-slide .owl-wrapper { height: 580px !important; }
#owl-slide .item { position: relative !important; overflow: hidden; height: 580px !important; }
#owl-slide .item img { width: 100%; height: 580px !important; object-fit: cover; }

/* Slider başlık bandı — slide'ın altına yapışık */
.banneryazi {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    padding: 14px 30px !important;
    padding-top: 14px !important;
    background: rgba(13,33,55,0.82) !important;
    border-left: none !important;
    border-top: 3px solid #c0392b !important;
    border-radius: 0 !important;
    backdrop-filter: blur(3px);
    z-index: 10;
    box-sizing: border-box !important;
}
.banneryazi h2 {
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4 !important;
}
.banneryazi p { color: #c8d8ea; font-size: 14px; margin: 4px 0 0; }

/* OWL nav okları */
.owl-buttons div {
    background: rgba(13,33,55,0.7) !important;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 2px;
    transition: background 0.2s;
}
.owl-buttons div:hover { background: #c0392b !important; }

/* ===== HABERLER ===== */
.habercontainer {
    border-top: 3px solid #1a3f6f !important;
}
.haberler {
    border-radius: 0 !important;
    position: relative;
    overflow: hidden;
}

/* Fotoğraf üzerine gradient overlay */
#owl-haber .item1 {
    position: relative;
}
#owl-haber .item1::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 55%;
    background: linear-gradient(to top, rgba(5,15,35,0.92) 0%, rgba(5,15,35,0.4) 60%, transparent 100%);
    pointer-events: none;
    z-index: 1;
}

/* Haber başlık bandı */
.haberyazi {
    background: transparent !important;
    z-index: 2;
}
.haberyazi .manset a {
    background: transparent !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    text-shadow: 0 1px 4px rgba(0,0,0,0.6);
    padding: 4px 0 !important;
    transition: color 0.2s;
    display: block;
}
.haberyazi .manset a:hover {
    color: #f8c74a !important;
    background: transparent !important;
}

/* OWL sayfa numaraları — modern daire */
.owl-pagination {
    text-align: left !important;
    padding: 10px 0 6px !important;
    line-height: 1 !important;
    overflow: visible !important;
}
.owl-pagination .owl-page {
    display: inline-block !important;
    margin: 0 3px !important;
}
.owl-pagination .owl-page span {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    background: #dde6f0 !important;
    color: #1a3f6f !important;
    font-size: 11px !important;
    font-weight: 700;
    border: 2px solid transparent !important;
    margin: 0 !important;
    opacity: 1 !important;
    transition: background 0.2s, box-shadow 0.2s, color 0.2s !important;
}
.owl-pagination .owl-page.active span,
.owl-pagination .owl-page:hover span {
    background: #c0392b !important;
    color: #fff !important;
    border-color: rgba(192,57,43,0.3) !important;
    box-shadow: 0 3px 10px rgba(192,57,43,0.4) !important;
}

/* Tüm Haberler butonu */
.tumhaberler {
    background: linear-gradient(135deg, #1a3f6f, #0d2137) !important;
    color: #fff !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 20px !important;
    padding: 6px 18px !important;
    transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
    box-shadow: 0 2px 8px rgba(13,33,55,0.3);
    float: right;
    margin-top: 4px !important;
}
.tumhaberler:hover {
    background: linear-gradient(135deg, #c0392b, #a93226) !important;
    box-shadow: 0 4px 14px rgba(192,57,43,0.4) !important;
    transform: translateY(-1px);
    letter-spacing: 1px;
    color: #fff !important;
}

/* ===== BAŞKAN ===== */
.baskan {
    border-top: 3px solid #1a3f6f !important;
}
.baskanalt {
    background: linear-gradient(135deg, #0d2137 0%, #1a3f6f 100%) !important;
    border-top: 1px solid rgba(255,255,255,0.1) !important;
}
.baskanmenu {
    background: linear-gradient(180deg, rgba(10,25,47,0.92) 0%, rgba(26,63,111,0.85) 100%) !important;
    backdrop-filter: blur(4px);
}
.baskanmenu a {
    background: transparent !important;
    color: #dce8f5 !important;
    font-size: 12px;
    font-weight: 600;
    border-bottom: none !important;
    border-right: 1px solid rgba(255,255,255,0.15) !important;
    transition: background 0.2s, color 0.2s !important;
    padding-left: 2% !important;
    letter-spacing: 0.2px;
}
.baskanmenu a:last-child { border-right: none !important; }
.baskanmenu a:hover {
    background: #c0392b !important;
    color: #fff !important;
    padding-left: 2% !important;
}
.baskanyazi span {
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.baskanyazi {
    color: #8bacc8;
    font-size: 11.5px;
    letter-spacing: 0.2px;
}

/* Sosyal medya */
.baskansm { display: flex; align-items: center; gap: 6px; }
.baskansm a { color: #8bacc8 !important; font-size: 26px; text-decoration: none; transition: color 0.2s; }
.baskansm a:hover { color: #fff !important; }

/* ===== HIZLI MENÜ ===== */
.hizlimenu {
    border-top: 3px solid #1a3f6f !important;
    background: #f8fafc;
    box-sizing: border-box !important;
    padding: 14px 10px 8px !important;
}
.hizlimenu h3 {
    color: #1a3f6f !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 12px !important;
    border-bottom: 1px solid #dce6f0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.hizlimenu h3::before {
    content: '';
    display: inline-block;
    width: 4px; height: 14px;
    background: #c0392b;
    border-radius: 2px;
}

/* Kart stili — Balıkesir mantığı: büyük ikon üst, başlık alt, beyaz kart */
.hizlimenu a.item2 {
    background: #fff !important;
    border: 1px solid #e0e8f0 !important;
    border-bottom: 3px solid transparent !important;
    border-radius: 8px !important;
    color: #1a3f6f !important;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    padding: 22px 8px 18px !important;
    margin: 0 0.8% 12px !important;
    text-align: center;
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 23% !important;
    vertical-align: top;
    box-sizing: border-box !important;
    transition: box-shadow 0.22s ease, border-bottom-color 0.22s ease, transform 0.22s ease !important;
    text-decoration: none !important;
    position: relative;
    min-height: 135px;
}
.hizlimenu a.item2:hover {
    box-shadow: 0 6px 24px rgba(26,63,111,0.13) !important;
    border-bottom-color: #1a3f6f !important;
    transform: translateY(-3px) !important;
    color: #1a3f6f !important;
    text-decoration: none !important;
    background: #fff !important;
}

/* İkon — büyük, doğrudan renk, daire yok */
.hizlimenu a.item2 i {
    display: block !important;
    font-size: 40px !important;
    color: #1a3f6f !important;
    background: none !important;
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    margin: 0 0 10px !important;
    line-height: 1;
    flex-shrink: 0;
    transition: transform 0.22s ease, color 0.22s ease !important;
}
.hizlimenu a.item2:hover i {
    transform: scale(1.15) !important;
    color: #c0392b !important;
    background: none !important;
}

/* Her ikona farklı renk */
.hizlimenu a.item2:nth-of-type(1) i  { color: #2563a4 !important; }
.hizlimenu a.item2:nth-of-type(2) i  { color: #e67e22 !important; }
.hizlimenu a.item2:nth-of-type(3) i  { color: #27ae60 !important; }
.hizlimenu a.item2:nth-of-type(4) i  { color: #8e44ad !important; }
.hizlimenu a.item2:nth-of-type(5) i  { color: #16a085 !important; }
.hizlimenu a.item2:nth-of-type(6) i  { color: #c0392b !important; }
.hizlimenu a.item2:nth-of-type(7) i  { color: #2980b9 !important; }
.hizlimenu a.item2:nth-of-type(8) i  { color: #d35400 !important; }
.hizlimenu a.item2:nth-of-type(9) i  { color: #1abc9c !important; }
.hizlimenu a.item2:nth-of-type(10) i { color: #7d3c98 !important; }
.hizlimenu a.item2:nth-of-type(11) i { color: #2e4057 !important; }
.hizlimenu a.item2:nth-of-type(12) i { color: #c0392b !important; }
.hizlimenu a.item2:nth-of-type(13) i { color: #1a3f6f !important; }

/* Hover'da ikon rengi de değişsin */
.hizlimenu a.item2:nth-of-type(1):hover i  { color: #2563a4 !important; }
.hizlimenu a.item2:nth-of-type(2):hover i  { color: #e67e22 !important; }
.hizlimenu a.item2:nth-of-type(3):hover i  { color: #27ae60 !important; }
.hizlimenu a.item2:nth-of-type(4):hover i  { color: #8e44ad !important; }
.hizlimenu a.item2:nth-of-type(5):hover i  { color: #16a085 !important; }
.hizlimenu a.item2:nth-of-type(6):hover i  { color: #c0392b !important; }
.hizlimenu a.item2:nth-of-type(7):hover i  { color: #2980b9 !important; }
.hizlimenu a.item2:nth-of-type(8):hover i  { color: #d35400 !important; }
.hizlimenu a.item2:nth-of-type(9):hover i  { color: #1abc9c !important; }
.hizlimenu a.item2:nth-of-type(10):hover i { color: #7d3c98 !important; }
.hizlimenu a.item2:nth-of-type(11):hover i { color: #2e4057 !important; }
.hizlimenu a.item2:nth-of-type(12):hover i { color: #c0392b !important; }
.hizlimenu a.item2:nth-of-type(13):hover i { color: #1a3f6f !important; }

/* Alt border hover rengini ikona eşitle */
.hizlimenu a.item2:nth-of-type(1):hover  { border-bottom-color: #2563a4 !important; }
.hizlimenu a.item2:nth-of-type(2):hover  { border-bottom-color: #e67e22 !important; }
.hizlimenu a.item2:nth-of-type(3):hover  { border-bottom-color: #27ae60 !important; }
.hizlimenu a.item2:nth-of-type(4):hover  { border-bottom-color: #8e44ad !important; }
.hizlimenu a.item2:nth-of-type(5):hover  { border-bottom-color: #16a085 !important; }
.hizlimenu a.item2:nth-of-type(6):hover  { border-bottom-color: #c0392b !important; }
.hizlimenu a.item2:nth-of-type(7):hover  { border-bottom-color: #2980b9 !important; }
.hizlimenu a.item2:nth-of-type(8):hover  { border-bottom-color: #d35400 !important; }
.hizlimenu a.item2:nth-of-type(9):hover  { border-bottom-color: #1abc9c !important; }
.hizlimenu a.item2:nth-of-type(10):hover { border-bottom-color: #7d3c98 !important; }
.hizlimenu a.item2:nth-of-type(11):hover { border-bottom-color: #2e4057 !important; }
.hizlimenu a.item2:nth-of-type(12):hover { border-bottom-color: #c0392b !important; }
.hizlimenu a.item2:nth-of-type(13):hover { border-bottom-color: #1a3f6f !important; }

.hizlimenu a.item2 span {
    display: block;
    line-height: 1.3;
    margin-top: 0 !important;
    color: #1a3f6f;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2px;
    word-break: break-word;
    white-space: normal;
    overflow: visible;
}

/* ===== DUYURULAR ===== */
.duyurular {
    border-top: 3px solid #1a3f6f !important;
    background: #fff;
    box-sizing: border-box !important;
    height: 515px !important;
    display: flex;
    flex-direction: column;
    padding: 14px 10px 14px !important;
}
.duyuruslide {
    height: 360px !important;
    flex-shrink: 0;
}

.duyurular h3 {
    color: #1a3f6f !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-bottom: 1px solid #dce6f0;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.duyurular h3::before {
    content: '';
    display: inline-block;
    width: 4px; height: 14px;
    background: #c0392b;
    border-radius: 2px;
}

.duyuruRow {
    border-bottom: 1px solid #f0f4f8;
    transition: background 0.15s, padding-left 0.15s;
}
.duyuruRow:hover { background: #f5f8fc; }

.duyurucell {
    display: block;
    color: #3d5166 !important;
    font-size: 12.5px;
    line-height: 1.5;
    padding: 8px 8px 8px 16px;
    position: relative;
    transition: color 0.15s;
    text-decoration: none !important;
}
.duyurucell::before {
    content: '›';
    position: absolute;
    left: 4px;
    color: #c0392b;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}
.duyurucell:hover { color: #1a3f6f !important; }

/* "Tüm Duyurular" alt link */
.duyuru-tumunu {
    display: block;
    margin-top: auto;
    padding: 10px 12px;
    background: #1a3f6f;
    color: #fff !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center;
    border-radius: 3px;
    transition: background 0.2s;
}
.duyuru-tumunu:hover { background: #c0392b !important; }

/* Paginator (yukarı/aşağı okları) */
.paginator {
    float: right;
    display: flex;
    gap: 4px;
    margin-top: 2px;
}
.paginator .prev,
.paginator .next {
    width: 26px; height: 26px;
    background: #1a3f6f !important;
    color: #fff !important;
    border-radius: 4px;
    display: flex; align-items: center; justify-content: center;
    font-size: 11px;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
}
.paginator .prev:hover, .paginator .next:hover {
    background: #c0392b !important;
    transform: scale(1.1);
}

/* ===== ETKİNLİKLER TAKVİMİ ===== */
.takvim {
    border: 1px solid #dce3ea;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.takvim-sag {
    background: #1a3f6f !important;
}
.takvim-sag h1 { color: #fff !important; font-size: 16px !important; }
.takvim-sol { background: #fff; }
.takvim-gun-isim li {
    color: #1a3f6f !important;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}
.takvim-gunler li a {
    color: #2c3e50;
    font-size: 12px;
}
.takvim-gunler li a:hover {
    background: #e8ecf4;
    border-radius: 2px;
}
.takvim-gunler li.bugun a {
    background: #c0392b !important;
    color: #fff !important;
    border-radius: 2px;
}
.takvim-tum-etkinlikler {
    background: #c0392b !important;
    color: #fff !important;
    font-size: 11px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 2px;
    transition: background 0.2s;
}
.takvim-tum-etkinlikler:hover { background: #a93226 !important; }
.takvim-detay-etkinlik-yok {
    color: #b0bec5;
    font-size: 12px;
}

/* ===== PROJELERİMİZ ===== */
.containera {
    background: #f5f8fc;
    border-top: 1px solid #e8ecf0;
    padding-bottom: 40px;
}

/* "PROJELERİMİZ" başlığı */
.containera .content4 > h2 {
    color: #1a3f6f;
    letter-spacing: 2px;
    font-size: 22px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.containera .content4 > h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #c0392b, #f4a261);
    border-radius: 2px;
    margin: 10px auto 0;
}
.containera .content4 > h5 {
    color: #7f8c8d;
    font-size: 13px;
    font-weight: 400;
}
.containera .content4 > hr {
    border-color: #e8ecf0;
}

.projeitem {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 6px 24px rgba(0,0,0,0.28);
    transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.3s ease;
}
.projeitem:hover {
    transform: translateY(-10px) scale(1.015);
    box-shadow: 0 18px 44px rgba(0,0,0,0.38);
}
.projeitem .projeimg {
    overflow: hidden;
    display: block;
    position: relative;
}
.projeitem .projeimg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(13,33,55,0.72) 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
}
.projeitem:hover .projeimg::after {
    opacity: 1;
}
.projeitem .projeimg img {
    transition: transform 0.45s ease;
}
.projeitem:hover .projeimg img {
    transform: scale(1.08);
}
.baslikProje {
    color: #1a3f6f !important;
    font-size: 14px;
    font-weight: 700;
    transition: color 0.15s;
    display: block;
    margin-bottom: 4px;
}
.baslikProje:hover { color: #c0392b !important; }
.projedesc {
    font-size: 12px;
    color: #5d6d7e;
    line-height: 1.55;
    padding: 10px 14px 12px;
    border-top: 3px solid #2d6a4f;
}

.tumprojeler {
    background: linear-gradient(90deg, #c0392b, #e74c3c) !important;
    color: #fff !important;
    border-radius: 25px !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 11px 36px !important;
    box-shadow: 0 4px 16px rgba(192,57,43,0.45);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s !important;
}
.tumprojeler:hover {
    background: linear-gradient(90deg, #a93226, #c0392b) !important;
    transform: translateY(-2px) scale(1.05) !important;
    box-shadow: 0 8px 24px rgba(192,57,43,0.55);
}

.tumprojelerSol, .tumprojelerSag {
    background: rgba(255,255,255,0.12) !important;
    border: 2px solid rgba(255,255,255,0.28) !important;
    color: #fff !important;
    border-radius: 50% !important;
    width: 42px; height: 42px;
    display: flex; align-items: center; justify-content: center;
    transition: background 0.2s, border-color 0.2s, transform 0.15s;
    cursor: pointer;
}
.tumprojelerSol:hover, .tumprojelerSag:hover {
    background: #c0392b !important;
    border-color: #c0392b !important;
    transform: scale(1.12);
}
.projebottom {
    background: transparent !important;
    box-shadow: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    width: auto !important;
    height: auto !important;
    padding: 18px 0 10px !important;
    border-radius: 0 !important;
    margin: 20px auto 10px !important;
}
.projebottom .clr { display: none !important; }
.tumprojeler {
    float: none !important;
    width: auto !important;
    height: auto !important;
    padding: 11px 36px !important;
    display: inline-block !important;
    text-align: center !important;
}

/* ===== BÖLÜM BAŞLIKLARI ===== */
.content4 > h2 {
    color: #1a3f6f;
    letter-spacing: 1.5px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
    position: relative;
    display: inline-block;
}
.content4 > h2::after {
    content: '';
    display: block;
    height: 3px;
    background: linear-gradient(90deg, #c0392b, #1a3f6f);
    border-radius: 2px;
    margin-top: 6px;
    width: 60%;
}
.content4 hr {
    border: none;
    border-top: 1px solid #e8ecf2;
    margin: 0;
}

/* ===== TUMHABERLER / TÜM BUTONLAR ===== */
.tumhaberler {
    background: #1a3f6f !important;
    color: #fff !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0 0 4px 4px;
    transition: background 0.2s, letter-spacing 0.2s;
    display: block;
    text-align: center;
    text-decoration: none !important;
}
.tumhaberler:hover {
    background: #c0392b !important;
    letter-spacing: 1.5px;
    color: #fff !important;
}

/* ===== BAŞKAN BÖLÜMÜ ===== */

/* ===== İÇ SAYFA CLEARFIX (footer karışmasını önler) ===== */
.contentmp::after {
    content: '';
    display: block;
    clear: both;
}

/* İç sayfa sağ içerik alanı başlık */
.sag h1 {
    color: #1a3f6f;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}
.sag h1 + hr {
    border: none;
    border-top: 2px solid #c0392b;
    margin: 0 0 20px;
    width: 60px;
}

/* Sol menü stillendirme */
.menuust {
    background: linear-gradient(135deg, #1a3f6f, #0d2137) !important;
    color: #fff !important;
    border-radius: 6px 6px 0 0;
    font-size: 12px;
    letter-spacing: 1px;
}
.solmenu ul li a {
    color: #3d5a7a !important;
    font-size: 13px !important;
    border-bottom: 1px solid #eef2f7 !important;
    padding: 8px 10px !important;
    display: block;
    transition: background 0.15s, color 0.15s, padding-left 0.15s !important;
}
.solmenu ul li a:hover {
    background: #f0f6ff !important;
    color: #1a3f6f !important;
    padding-left: 16px !important;
}

/* ===== HABER KARTI (liste sayfası) ===== */
.hbrstr {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 14px 12px;
    border-bottom: 1px solid #edf1f6;
    border-radius: 6px;
    text-decoration: none !important;
    transition: background 0.15s, box-shadow 0.15s;
}
.hbrstr:hover {
    background: #f5f8fc;
    box-shadow: 0 2px 12px rgba(26,63,111,0.07);
    padding-left: 16px;
}
.hbrresim {
    width: 120px !important;
    height: 80px !important;
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
}
.hbrresim img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.hbryazi {
    flex: 1;
    width: auto !important;
    height: auto !important;
    display: block !important;
}
.hbryazi strong {
    color: #1a3f6f;
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-bottom: 4px;
    line-height: 1.4;
    transition: color 0.15s;
}
.hbrstr:hover .hbryazi strong { color: #c0392b; }
.hbryazi small { color: #95a5a6; font-size: 11px; }
.hbryazi p, .hbryazi span {
    font-size: 12px;
    color: #5d6d7e;
    line-height: 1.5;
    margin-top: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ===== PROJELER LİSTE SAYFASI ===== */
.projeler-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 10px 0 24px;
}
.projebox {
    width: calc(33.333% - 14px) !important;
    margin: 0 !important;
    float: none !important;
    border-radius: 10px;
    overflow: hidden;
    border: none !important;
    background: #fff;
    box-shadow: 0 3px 16px rgba(26,63,111,0.10);
    transition: transform 0.25s ease, box-shadow 0.25s ease !important;
    display: flex;
    flex-direction: column;
}
.projebox:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(26,63,111,0.18) !important;
}
.projeboximg {
    width: 100% !important;
    height: 180px !important;
    overflow: hidden;
    display: block;
    position: relative;
}
.projeboximg img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.projebox:hover .projeboximg img {
    transform: scale(1.06);
}
.projebox-body {
    padding: 12px 14px 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.projebox-title {
    color: #1a3f6f !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    text-decoration: none !important;
    display: block;
    margin-bottom: 6px;
    line-height: 1.4;
    transition: color 0.15s;
}
.projebox-title:hover { color: #c0392b !important; }
.projebox-ozet {
    font-size: 12px;
    color: #5d6d7e;
    line-height: 1.5;
    flex: 1;
    margin-bottom: 10px;
}
.projebox-badge {
    display: inline-block;
    color: #fff;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    align-self: flex-start;
}
.projebox-read {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 700;
    color: #1a3f6f;
    text-decoration: none !important;
    margin-top: 8px;
    transition: color 0.15s, gap 0.15s;
}
.projebox-read:hover { color: #c0392b; gap: 8px; }

/* ===== İLETİŞİM SAYFASI ===== */
.iletisim-wrap {
    display: flex;
    gap: 28px;
    align-items: flex-start;
}
.iletisim-form-col { flex: 1; }
.iletisim-info-col { width: 280px; flex-shrink: 0; }
.iletisim-info-card {
    background: linear-gradient(135deg, #1a3f6f, #0d2137);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 16px;
    color: #fff;
}
.iletisim-info-card h4 {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.iletisim-info-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 13px;
    color: rgba(255,255,255,0.85);
    line-height: 1.5;
}
.iletisim-info-item i {
    color: #f4a261;
    font-size: 15px;
    margin-top: 1px;
    flex-shrink: 0;
    width: 16px;
    text-align: center;
}
.iletisim-info-col .iletisim-info-item a { color: #ffffff !important; }
.iletisim-info-col .iletisim-info-item a:hover { color: #f4a261 !important; }
.iletisim-map {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

/* Form kart sarmalayıcı */
.form-card {
    background: #fff;
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 3px 16px rgba(26,63,111,0.08);
    border: 1px solid #e8eef8;
}
.form-card h3 {
    color: #1a3f6f;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eef2fa;
}
.form-card input[type=text],
.form-card input[type=email],
.form-card textarea,
.solilet input[type=text],
.solilet input[type=email],
.solilet textarea {
    width: 100% !important;
    padding: 10px 14px !important;
    border: 1.5px solid #d4dce8 !important;
    border-radius: 6px !important;
    font-size: 13px !important;
    font-family: 'Open Sans', sans-serif !important;
    color: #2c3e50 !important;
    background: #f8fafc !important;
    margin-bottom: 10px !important;
    box-sizing: border-box !important;
    transition: border-color 0.2s, box-shadow 0.2s !important;
    outline: none !important;
}
.form-card input:focus,
.form-card textarea:focus,
.solilet input:focus,
.solilet textarea:focus {
    border-color: #1a3f6f !important;
    box-shadow: 0 0 0 3px rgba(26,63,111,0.08) !important;
    background: #fff !important;
}
.form-card textarea, .solilet textarea {
    resize: vertical;
    min-height: 120px;
}
.btn-submit {
    background: linear-gradient(135deg, #1a3f6f, #2d6a9f) !important;
    color: #fff !important;
    border: none !important;
    padding: 12px 32px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    font-family: 'Open Sans', sans-serif !important;
    letter-spacing: 0.5px;
    transition: transform 0.15s, box-shadow 0.15s !important;
    box-shadow: 0 4px 14px rgba(26,63,111,0.25);
}
.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(26,63,111,0.35) !important;
}
.alert-success {
    background: #d4edda;
    color: #155724;
    padding: 14px 16px;
    border-radius: 6px;
    margin-bottom: 16px;
    border-left: 4px solid #2d6a4f;
    font-size: 13px;
}
.alert-error {
    background: #f8d7da;
    color: #721c24;
    padding: 14px 16px;
    border-radius: 6px;
    margin-bottom: 16px;
    border-left: 4px solid #c0392b;
    font-size: 13px;
}

/* ===== PAGER ===== */
.pager span {
    background: #c0392b !important;
    color: #fff !important;
    border-color: #c0392b !important;
    border-radius: 4px;
}
.pager a {
    color: #1a3f6f !important;
    border-color: #d4dce8 !important;
    border-radius: 4px;
    transition: background 0.15s, color 0.15s, transform 0.15s;
}
.pager a:hover {
    background: #1a3f6f !important;
    color: #fff !important;
    transform: scale(1.08);
}

/* ===== YUKARI BUTONU ===== */
.yukari-cik {
    transition: transform 0.2s, opacity 0.2s;
}
.yukari-cik:hover { transform: translateY(-4px); }

/* ===== GENEL GEÇİŞ AKICILAŞTIRMA ===== */
a { transition: color 0.15s; }
button { transition: background 0.15s, transform 0.15s; }

/* Scroll animasyonu — animate.css sınıfları ile */
.animated { animation-duration: 0.5s; }

/* ===== FOOTER ANA YAPI ===== */
.footer {
    background: linear-gradient(180deg, #0d2137 0%, #081624 100%) !important;
    border-top: 4px solid #c0392b;
    padding-top: 10px;
}

/* Kolon başlıkları */
.footer h3 {
    color: #fff !important;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding-bottom: 10px;
    margin-bottom: 14px;
    position: relative;
}
.footer h3::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 30px; height: 2px;
    background: #c0392b;
    border-radius: 2px;
}

/* Footer kolonlar — flexbox layout */
.footeric {
    display: flex !important;
    align-items: flex-start !important;
    gap: 0 !important;
    padding: 32px 0 24px !important;
    width: 1190px;
    margin: 0 auto;
}
.fbox {
    flex: 1 !important;
    width: auto !important;
    float: none !important;
    padding: 10px 20px 10px 0 !important;
}
.fboxright {
    width: 300px !important;
    flex-shrink: 0 !important;
    float: none !important;
    background: rgba(255,255,255,0.06) !important;
    border: 1px solid rgba(255,255,255,0.14) !important;
    border-radius: 12px !important;
    padding: 22px 20px !important;
    margin-top: 10px !important;
}

/* Kolon linkleri */
.fbox a {
    color: #8bacc8 !important;
    font-size: 12px !important;
    padding: 5px 0 5px 10px !important;
    display: block !important;
    border-left: 2px solid transparent;
    transition: color 0.15s, border-color 0.15s, padding-left 0.15s !important;
    line-height: 1.5 !important;
}
.fbox a:hover {
    color: #fff !important;
    border-left-color: #c0392b;
    padding-left: 14px !important;
}
.fbox a i { display: none !important; }

/* Logo alanı */
.footerlogo {
    text-align: left !important;
    padding: 0 0 12px 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 12px !important;
    display: flex !important;
    align-items: center !important;
}

/* footeradres — style.css beyaz kart arkaplanını kaldır */
.footeradres {
    background: transparent !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

/* fboxright içindeki tüm metinleri beyaz yap */
.fboxright,
.fboxright strong,
.fboxright span,
.fboxright div,
.fboxright p,
.fboxright a {
    color: #ffffff !important;
}
.fboxright a:hover { color: #f4a261 !important; }

/* Telefon */
.footertel {
    float: none !important;
    width: auto !important;
    padding: 0 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

/* Satır ikonları */
.footerrow {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 9px 0 !important;
    padding: 0 !important;
}
.footerrow > i {
    width: 18px !important;
    height: auto !important;
    min-width: 18px !important;
    background: none !important;
    color: #f4a261 !important;
    border-radius: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 15px !important;
    flex-shrink: 0 !important;
    float: none !important;
    box-shadow: none !important;
}
.footercell {
    float: none !important;
    width: auto !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
}

/* Belediyesi alt yazısı biraz soluk */
.footer-brand-sub { color: rgba(255,255,255,0.6) !important; font-size: 10px !important; }

/* Sosyal medya ikonları — ortalı ve küçük */
.footersm {
    margin-top: 16px !important;
    padding-top: 14px !important;
    border-top: 1px solid rgba(255,255,255,0.1) !important;
    display: flex !important;
    justify-content: center !important;
    gap: 8px !important;
}
.footersm a {
    width: 26px !important;
    height: 26px !important;
    border-radius: 50% !important;
    border: 1px solid rgba(255,255,255,0.25) !important;
    color: rgba(255,255,255,0.75) !important;
    font-size: 11px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    text-decoration: none !important;
    transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.2s !important;
}
.footersm a:hover {
    background: #c0392b !important;
    border-color: #c0392b !important;
    color: #fff !important;
    transform: translateY(-3px) !important;
}

.footer p, .footer li, .footer span {
    color: #8bacc8;
    font-size: 12px;
    line-height: 1.7;
}
.footer .baskansm a,
.footer .sm a { color: #8bacc8 !important; font-size: 18px; }
.footer .baskansm a:hover,
.footer .sm a:hover { color: #c0392b !important; }

/* Alt footer şeridi */
.altfooter {
    background: #040d17 !important;
    border-top: 1px solid rgba(255,255,255,0.04);
}
.altfooter p, .altfooter a {
    color: #3d5060 !important;
    font-size: 11px;
}
.altfooter a:hover { color: #8bacc8 !important; }

/* ===== İÇ SAYFA — BREADCRUMB ===== */
.breadcrump {
    color: #5a6a7a;
}
.breadcrump a {
    color: #1a3f6f !important;
    font-size: 12px;
}
.breadcrump a:hover { color: #c0392b !important; }
.breadcrump i { color: #b0bec5; }

/* ===== İÇ SAYFA — SOL MENÜ ===== */
.menuust {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 16px 18px !important;
    border-bottom: 2px solid #c0392b !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    height: auto !important;
    line-height: 1.4 !important;
    display: block !important;
    overflow: visible !important;
}

.solmenu ul li a {
    color: #2c3e50 !important;
    font-size: 13px !important;
    padding: 9px 10px 9px 18px !important;
    border-bottom: 1px solid #f0f2f5 !important;
    transition: background 0.15s, color 0.15s, border-left 0.15s;
}
.solmenu ul li a:hover {
    background: #f0f4fa !important;
    color: #1a3f6f !important;
}

/* ===== İÇ SAYFA — İÇERİK ALANI ===== */
.sag h1, .contentpr h1 {
    color: #1a3f6f;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: none;
    margin-bottom: 0;
}
.sag h1 + hr, .contentpr h1 + hr {
    border: none;
    border-top: 2px solid #c0392b;
    margin: 0 0 18px 0;
    width: 48px;
}
.sag a {
    color: #1a3f6f !important;
    text-decoration: none;
}
.sag a:hover {
    color: #c0392b !important;
    text-decoration: none !important;
}

/* İç sayfa kapsayıcı */
.contentmp {
    background: #f5f7fa;
}
.contentpr, .sag {
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.sol {
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    background: #fff !important;
    border-top: 3px solid #1a3f6f;
}

/* ===== FORM ELEMANLARI ===== */
input[type=text]:focus, input[type=email]:focus,
input[type=tel]:focus, textarea:focus {
    border-color: #1a3f6f;
    outline: none;
    box-shadow: 0 0 0 2px rgba(26,63,111,0.12);
}

/* Gönder butonu */
input[type=submit], .gonderbuton, button[type=submit] {
    background: #1a3f6f !important;
    color: #fff !important;
    border: none;
    border-radius: 3px;
    padding: 10px 28px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}
input[type=submit]:hover, .gonderbuton:hover, button[type=submit]:hover {
    background: #c0392b !important;
}

/* ===== İÇERİK (haber detay vb.) ===== */
.haberic {
    font-size: 14px;
    line-height: 1.75;
    color: #2c3e50;
}
.haberic img { border-radius: 3px; }
.haberic h2, .haberic h3 { color: #1a3f6f; }
.haberic a { color: #1a3f6f; text-decoration: underline; }

/* ===== SAYFA LİSTELERİ (haber listesi) ===== */
.hbrstr {
    border-bottom: 1px solid #e8ecf0;
    transition: background 0.15s;
}
.hbrstr:hover { background: #f8f9fb; }

/* ===== PAGER ===== */
.pager span {
    background: #c0392b !important;
    color: #fff !important;
    border-color: #c0392b !important;
}
.pager a {
    color: #1a3f6f !important;
    border-color: #dce3ea !important;
}
.pager a:hover {
    background: #1a3f6f !important;
    color: #fff !important;
}

/* ===== YUKARI BUTONU ===== */
#yukari {
    background: #1a3f6f !important;
    border-radius: 2px;
}
#yukari:hover { background: #c0392b !important; }

/* ===== GENEL DÜZELTMELER ===== */
/* Section ayraç çizgisi rengi */
.content4 > hr { border-top-color: #e2e8f0; }

/* Konteyner arka planları — beyaz tut */
.content3, .content2 { background: transparent; }


/* Masthead arka planı */
.masterbg {
    background-color: #edf0f3 !important;
}

/* ===================================================
   RESPONSIVE — Hızlı Menü + Duyurular + Genel Layout
   =================================================== */

/* Tablet (≤1024px) */
@media (max-width: 1024px) {
    #site-header .hdr-inner,
    .content2, .content3, .containera { width: 100% !important; padding-left: 12px; padding-right: 12px; box-sizing: border-box; }

    /* Hızlı menü + duyurular yan yana ama dar */
    .hizlimenu { width: 58% !important; }
    .duyurular  { width: 38% !important; height: 310px !important; }

    /* Hızlı menü kartları: 3'lü grid */
    .hizlimenu a.item2 { width: 30% !important; margin: 0 1.5% 10px !important; }

    /* Haberler + başkan */
    .habercontainer { width: 58% !important; }
    .baskan         { width: 38% !important; }
}

/* Geniş mobil / küçük tablet (≤768px) */
@media (max-width: 768px) {
    /* Header topbar gizle — sadece logo + nav kalsın */
    #header-topbar { display: none !important; }
    #header-main { height: auto !important; padding: 10px 0 !important; }
    .hdr-logo-link img { height: 44px !important; }
    .hdr-search-box { display: none !important; }

    /* Nav burger — style.css'in kendi responsive'ini kullan */

    /* Hızlı menü ve duyurular dikey stack */
    .hizlimenu { width: 96% !important; float: none !important; margin: 0 auto 16px !important; }
    .duyurular  { width: 96% !important; float: none !important; margin: 0 auto !important; height: auto !important; }

    /* Slick slider dikey moddan çık — JS ile handle edilir, yükseklik serbest */
    .duyuruslide { height: auto !important; }

    /* Hızlı menü kartları: 2'li grid */
    .hizlimenu a.item2 { width: 46% !important; margin: 0 2% 10px !important; }

    /* Haberler + başkan dikey stack */
    .habercontainer,
    .baskan { width: 96% !important; float: none !important; margin: 0 auto 16px !important; }

    /* İç sayfa: sol menü ve sağ içerik dikey stack */
    .sol { width: 96% !important; float: none !important; margin: 0 auto 16px !important; }
    .sag { width: 96% !important; float: none !important; margin: 0 auto !important; }
    .contentpr { width: 96% !important; margin: 0 auto !important; }
}

/* ===== ÜYE KARTLARI (Meclis, Encümen, Başkan Yardımcıları) ===== */
.uye-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 20px 0;
}
.uye-card {
    display: block;
    border: 1px solid #dce3ea;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    text-align: center;
    text-decoration: none !important;
    transition: box-shadow 0.2s, border-color 0.2s;
}
.uye-card:hover {
    box-shadow: 0 3px 12px rgba(0,0,0,0.1);
    border-color: #b0c4d8;
}
.uye-card-img {
    width: 100%;
    aspect-ratio: 3/4;
    overflow: hidden;
    background: #edf0f3;
    border-bottom: 1px solid #e8ecf0;
}
.uye-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.uye-card-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #edf0f3;
}
.uye-card-placeholder i {
    font-size: 44px;
    color: #b0bec5;
}
.uye-card-info {
    padding: 10px 8px 12px;
}
.uye-card-info strong {
    display: block;
    font-size: 13px;
    color: #1a3f6f;
    margin-bottom: 3px;
    line-height: 1.3;
}
.uye-card-info span {
    display: block;
    font-size: 11px;
    color: #718096;
    font-style: italic;
}

/* Üye Detay */
.uye-detay {
    display: flex;
    gap: 28px;
    margin: 10px 0 20px;
    align-items: flex-start;
}
.uye-detay-img {
    flex: 0 0 260px;
    width: 260px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #dce3ea;
    background: #edf0f3;
}
.uye-detay-img img {
    width: 100%;
    height: auto;
    display: block;
}
.uye-detay-bilgi {
    flex: 1;
}
.uye-detay-unvan {
    font-weight: 700;
    color: #1a3f6f;
    font-size: 15px;
    margin-bottom: 6px;
}
.uye-detay-parti {
    font-size: 13px;
    color: #718096;
    font-style: italic;
    margin-bottom: 14px;
}
.uye-detay-bio {
    font-size: 14px;
    line-height: 1.75;
    color: #2c3e50;
}
.uye-detay-bio p { margin-bottom: 10px; }

/* Üye grid responsive */
@media (max-width: 768px) {
    .uye-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .uye-detay { flex-direction: column; gap: 16px; }
    .uye-detay-img { flex: none; width: 220px; max-width: 60%; }
}
@media (max-width: 480px) {
    .uye-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .uye-card-info strong { font-size: 12px; }
    .uye-card-info span { font-size: 10px; }
}

/* Küçük mobil (≤480px) */
@media (max-width: 480px) {
    /* Hızlı menü kartları: tam genişlik (2'li) */
    .hizlimenu a.item2 { width: 46% !important; }

    /* Footer kolonları tam genişlik */
    .footeric { flex-wrap: wrap !important; padding: 20px 12px !important; }
    .fbox { flex: 0 0 100% !important; width: 100% !important; margin-bottom: 16px !important; padding: 0 !important; }
    .fboxright { width: 100% !important; margin: 0 !important; }

    /* Breadcrumb küçült */
    .breadcrump { font-size: 12px !important; }

    /* Slider yükseklik azalt */
    .banner { height: auto !important; }
}

/* ===== BAŞKANIN MESAJI SAYFASI ===== */
.baskan-mesaj-wrap {
    display: flex;
    gap: 28px;
    align-items: flex-start;
    margin: 6px 0 20px;
}
.baskan-mesaj-foto {
    flex: 0 0 220px;
    width: 220px;
    text-align: center;
}
.baskan-mesaj-foto img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 6px 24px rgba(26,63,111,0.18);
    display: block;
}
.baskan-mesaj-kimlik {
    margin-top: 14px;
    padding: 12px 8px;
    background: linear-gradient(135deg, #1a3f6f, #0d2137);
    border-radius: 8px;
    color: #fff;
}
.baskan-mesaj-kimlik strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin-bottom: 2px;
}
.baskan-mesaj-kimlik span {
    display: block;
    font-size: 11px;
    color: rgba(255,255,255,0.7);
    font-weight: 400;
}
.baskan-mesaj-icerik {
    flex: 1;
    font-size: 14px;
    line-height: 1.85;
    color: #2c3e50;
    position: relative;
}
.baskan-mesaj-alinti {
    margin-bottom: 10px;
}
.baskan-mesaj-alinti i {
    font-size: 32px;
    color: #dce6f0;
    line-height: 1;
}
.baskan-mesaj-icerik p {
    margin-bottom: 12px;
}
.baskan-mesaj-imza {
    margin-top: 24px;
    padding-top: 16px;
}
.baskan-mesaj-imza-cizgi {
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, #c0392b, #1a3f6f);
    border-radius: 2px;
    margin-bottom: 12px;
}
.baskan-mesaj-imza p {
    font-style: italic;
    color: #718096;
    font-size: 13px;
    margin-bottom: 4px;
}
.baskan-mesaj-imza strong {
    display: block;
    color: #1a3f6f;
    font-size: 15px;
    font-weight: 700;
}
.baskan-mesaj-imza span {
    display: block;
    font-size: 12px;
    color: #718096;
}

@media (max-width: 768px) {
    .baskan-mesaj-wrap { flex-direction: column; gap: 16px; }
    .baskan-mesaj-foto { flex: none; width: 180px; max-width: 50%; }
}

/* ——— Sayfa İçi Slider ——— */
.sayfa-slider {
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.12);
    background: #000;
}
.sayfa-slider-track {
    position: relative;
    width: 100%;
    aspect-ratio: 16/8;
}
.sayfa-slider-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.sayfa-slider-slide.active {
    opacity: 1;
}
.sayfa-slider-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.sayfa-slider-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 16px;
    background: linear-gradient(transparent, rgba(0,0,0,0.65));
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.sayfa-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.85);
    color: #1a3f6f;
    font-size: 16px;
    cursor: pointer;
    z-index: 2;
    box-shadow: 0 1px 6px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}
.sayfa-slider-btn:hover { background: #fff; }
.sayfa-slider-prev { left: 10px; }
.sayfa-slider-next { right: 10px; }
.sayfa-slider-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    z-index: 2;
}
.sayfa-slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    transition: background 0.2s;
}
.sayfa-slider-dot.active {
    background: #fff;
}
@media (max-width: 768px) {
    .sayfa-slider-track { aspect-ratio: 16/9; }
    .sayfa-slider-btn { width: 30px; height: 30px; font-size: 13px; }
    .sayfa-slider-caption { font-size: 12px; padding: 8px 12px; }
}

/* ——— Okullar Kartları ——— */
.okul-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 10px;
}
.okul-card {
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: transform 0.2s, box-shadow 0.2s;
    text-decoration: none;
    color: inherit;
}
.okul-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.14);
}
.okul-card-img {
    position: relative;
    width: 100%;
    height: 200px;
    background: #e8ecf1;
    overflow: hidden;
}
.okul-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.okul-card-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e8ecf1, #d1d9e6);
    color: #a0aec0;
    font-size: 40px;
}
.okul-card-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(26,63,111,0.88);
    color: #fff;
    font-size: 10px;
    padding: 3px 8px;
    border-radius: 4px;
    font-weight: 600;
}
.okul-card-info {
    padding: 12px;
}
.okul-card-info strong {
    display: block;
    font-size: 13px;
    color: #1a3f6f;
    margin-bottom: 4px;
    line-height: 1.3;
}
.okul-card-info span {
    font-size: 12px;
    color: #718096;
}

/* Okul Detay */
.okul-detay {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}
.okul-detay-img {
    flex: 0 0 320px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1);
}
.okul-detay-img img {
    width: 100%;
    height: auto;
    display: block;
}
.okul-detay-bilgi {
    flex: 1;
}
.okul-detay-tur {
    display: inline-block;
    background: #1a3f6f;
    color: #fff;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 4px;
    margin-bottom: 12px;
    font-weight: 600;
}
.okul-detay-bilgi p {
    margin: 6px 0;
    font-size: 14px;
    color: #2c3e50;
}
.okul-detay-aciklama {
    margin-top: 16px;
    line-height: 1.7;
    color: #2c3e50;
}
@media (max-width: 992px) {
    .okul-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
    .okul-grid { grid-template-columns: 1fr; gap: 12px; }
    .okul-detay { flex-direction: column; gap: 16px; }
    .okul-detay-img { flex: none; width: 100%; max-width: 300px; }
}

/* ——— Önemli Telefonlar Tablosu ——— */
.tel-kategori {
    margin-bottom: 20px;
}
.tel-kategori-baslik {
    background: linear-gradient(135deg, #1a3f6f, #2563a4);
    color: #fff;
    padding: 10px 16px;
    border-radius: 8px 8px 0 0;
    font-size: 15px;
    margin: 0;
}
.tel-kategori-baslik i {
    margin-right: 6px;
}
.tel-tablo {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.tel-tablo thead th {
    background: #f0f4fa;
    color: #1a3f6f;
    padding: 10px 12px;
    text-align: left;
    font-weight: 600;
    border-bottom: 2px solid #d1d9e6;
}
.tel-tablo tbody td {
    padding: 9px 12px;
    border-bottom: 1px solid #e8ecf1;
}
.tel-tablo .tel-alt {
    background: #f8f9fb;
}
.tel-tablo a {
    color: #1a3f6f;
    text-decoration: none;
    font-weight: 500;
}
.tel-tablo a:hover {
    color: #c0392b;
}
@media (max-width: 768px) {
    .tel-tablo { font-size: 12px; }
    .tel-tablo thead th, .tel-tablo tbody td { padding: 7px 8px; }
}

/* ——— Muhtar Kartları ——— */
.muhtar-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.muhtar-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s;
}
.muhtar-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.13);
}
.muhtar-card-img {
    width: 100%;
    height: 260px;
    overflow: hidden;
    background: #e8ecf1;
}
.muhtar-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.muhtar-card-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e8ecf1, #d1d9e6);
    color: #a0aec0;
    font-size: 48px;
}
.muhtar-card-info {
    padding: 12px 10px 14px;
}
.muhtar-card-info strong {
    display: block;
    font-size: 14px;
    color: #1a3f6f;
    margin-bottom: 4px;
}
.muhtar-card-mahalle {
    display: block;
    font-size: 12px;
    color: #c0392b;
    font-weight: 600;
    margin-bottom: 4px;
}
.muhtar-card-mahalle i { margin-right: 3px; }
.muhtar-card-tel {
    display: inline-block;
    font-size: 12px;
    color: #1a3f6f;
    text-decoration: none;
    margin-top: 2px;
}
.muhtar-card-tel:hover { color: #c0392b; }
.muhtar-card-tel i { margin-right: 3px; }
@media (max-width: 992px) {
    .muhtar-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
    .muhtar-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
}
@media (max-width: 480px) {
    .muhtar-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .muhtar-card-img { height: 180px; }
    .muhtar-card-info { padding: 8px 6px 10px; }
    .muhtar-card-info strong { font-size: 12px; }
}

/* ——— Yerel Lezzetler Kartları ——— */
.lezzet-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.lezzet-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    transition: transform 0.2s, box-shadow 0.2s;
}
.lezzet-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.14);
}
.lezzet-card-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #f0ebe3;
}
.lezzet-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.lezzet-card-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f0ebe3, #e8dfd3);
    color: #c4a97d;
    font-size: 48px;
}
.lezzet-card-body {
    padding: 14px 16px;
}
.lezzet-card-body h3 {
    margin: 0 0 8px;
    font-size: 16px;
    color: #1a3f6f;
}
.lezzet-card-text {
    font-size: 13px;
    color: #4a5568;
    line-height: 1.6;
}
@media (max-width: 992px) {
    .lezzet-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
    .lezzet-grid { grid-template-columns: 1fr; gap: 14px; }
}

/* ——— WhatsApp FAB ——— */
.whatsapp-fab {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 56px;
    height: 56px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(37,211,102,0.4);
    z-index: 9998;
    transition: transform 0.2s, box-shadow 0.2s;
    text-decoration: none;
}
.whatsapp-fab:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 24px rgba(37,211,102,0.55);
}
.whatsapp-fab svg {
    width: 30px;
    height: 30px;
}
@media (max-width: 768px) {
    .whatsapp-fab { bottom: 16px; right: 16px; width: 50px; height: 50px; }
    .whatsapp-fab svg { width: 26px; height: 26px; }
}
