/* ============================================================
   CUKUROVA BELEDIYESI - TOLGA KALEOGLU
   ============================================================ */
:root {
    --primary: #002e6d;
    --primary-mid: #1a4a94;
    --primary-light: #2c7be5;
    --accent: #a78851;
    --accent-orange: #a78851;
    --red: #dc2626;
    --green: #16a34a;
    --bg: #eff3f9;
    --bg2: #f6f8fc;
    --white: #ffffff;
    --text: #253c4f;
    --text-mid: #515558;
    --text-light: #8a97a5;
    --border: #dfe6f0;
    --shadow: 0 4px 18px rgba(0,46,109,.07);
    --shadow-md: 0 10px 34px rgba(0,46,109,.13);
    --radius: 14px;
    --radius-sm: 8px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Poppins', sans-serif; color: var(--text); background: var(--bg); line-height: 1.6; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; }
ul { list-style: none; }

.w2-container {max-width: 1480px;margin: 0 auto;padding: 10px;}


body::before {
    content: '';
    display: block;
    height: 7px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
}

.w2-header {
    position: relative;
    z-index: 500;
    background: var(--primary);
    box-shadow: none;
}
.w2-header-home {
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    background: none;
    box-shadow: none;
}
.w2-header-home .w2-topbar-utility-inner a,
.w2-header-home .w2-nav-link,
.w2-header-home .w2-tb-phone,
.w2-header-home .w2-tb-btn span {
    color: #fff;
}
.w2-header-home .w2-tb-btn { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.35); }
.w2-header-home .w2-tb-btn:hover { background: rgba(255,255,255,.3); }
.w2-hdr-inner {
    display: flex;
    align-items: center;
    gap: 34px;
    padding: 16px 0 10px;
    padding-left: 150px;
    min-height: 118px;
}
.w2-hdr-mid { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 6px; }

/* Bornova tarzi ust sira: hap butonlar + sosyal daireler */
.w2-bn-toprow {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}
.w2-bn-circle {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1.5px solid rgba(255,255,255,.5);
    background: transparent;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    cursor: pointer;
    transition: .2s;
    flex-shrink: 0;
}
.w2-bn-bayrak {
    height: 46px;
    width: auto;
    flex-shrink: 0;
    display: block;
}
.w2-bn-circle:hover { background: rgba(255,255,255,.18); color: #fff; }
.w2-bn-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1.5px solid rgba(255,255,255,.5);
    border-radius: 28px;
    background: transparent;
    color: #fff;
    padding: 6px 18px 6px 8px;
    min-height: 46px;
    cursor: pointer;
    transition: .2s;
    font-family: inherit;
}
.w2-bn-pill:hover { background: rgba(255,255,255,.15); color: #fff; }
.w2-bn-pill > i { font-size: 15px; margin-left: 10px; }
.w2-bn-pill > span:not(.w2-bn-pill-icon):not(.w2-bn-pill-text) { font-size: 14px; font-weight: 600; }
.w2-bn-pill-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    flex-shrink: 0;
}
.w2-bn-pill-icon.wa { background: #25d366; }
.w2-bn-pill-icon.call { background: #e23b3b; }
.w2-bn-swap { position: relative; display: inline-grid; border: none; background: none; padding: 0; margin: 0; font: inherit; cursor: pointer; }
.w2-bn-swap > .w2-bn-pill { grid-area: 1 / 1; opacity: 0; visibility: hidden; transition: opacity 1.1s ease; pointer-events: none; }
.w2-bn-swap > .w2-bn-pill.w2-bn-swap-active { opacity: 1; visibility: visible; }

.w2-bn-pop-overlay { display: none; position: fixed; inset: 0; background: rgba(10,20,40,.55); z-index: 9999; align-items: center; justify-content: center; padding: 20px; }
.w2-bn-pop-overlay.open { display: flex; }
.w2-bn-pop { position: relative; background: #fff; border-radius: 20px; padding: 30px 26px 24px; max-width: 380px; width: 100%; box-shadow: 0 24px 60px rgba(0,0,0,.3); }
.w2-bn-pop-close { position: absolute; top: 12px; right: 12px; width: 30px; height: 30px; border-radius: 50%; border: none; background: var(--bg,#f1f4f9); color: var(--text,#333); cursor: pointer; font-size: 13px; }
.w2-bn-pop-title { font-size: 16px; font-weight: 800; color: var(--text,#1a2333); margin-bottom: 18px; text-align: center; }
.w2-bn-pop-opt { display: flex; align-items: center; gap: 13px; padding: 12px 12px; border-radius: 14px; text-decoration: none; transition: .2s; margin-bottom: 6px; }
.w2-bn-pop-opt:last-child { margin-bottom: 0; }
.w2-bn-pop-opt:hover { background: var(--bg,#f1f4f9); }
.w2-bn-pop-opt b { display: block; font-size: 14px; font-weight: 700; color: var(--text,#1a2333); }
.w2-bn-pop-opt small { display: block; font-size: 12.5px; color: var(--text-muted,#8a93a3); margin-top: 2px; }
.w2-bn-pop-ic { width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 17px; flex-shrink: 0; }
.w2-bn-pop-ic.wa { background: #25d366; }
.w2-bn-pop-ic.call { background: #e23b3b; }
.w2-bn-pop-ic.bina { background: var(--primary,#1f3c75); }
.w2-bn-pop-ic.form { background: #8b5cf6; }
.w2-bn-pill-text { display: flex; flex-direction: column; line-height: 1.15; text-align: left; }
.w2-bn-pill-text small { font-size: 11.5px; font-weight: 500; opacity: .9; }
.w2-bn-pill-text b { font-size: 13.5px; font-weight: 700; }

.w2-topbar-utility { background: var(--primary); }
.w2-topbar-utility-inner {
    display: flex;
    align-items: center;
    gap: 26px;
    height: 46px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .4px;
}
.w2-topbar-utility-inner a {
    color: rgba(255,255,255,.85);
    display: flex;
    align-items: center;
    gap: 7px;
    transition: .15s;
    text-transform: uppercase;
}
.w2-topbar-utility-inner a:hover { color: #fff; }
.w2-topbar-utility-inner a i { font-size: 12px; }
@media (max-width: 992px) { .w2-topbar-utility { display: none; } }

.w2-topbar { background: var(--primary); position: relative; z-index: 300; }
.w2-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 78px;
    padding-bottom: 12px;
}
.w2-topbar-logo {
    display: flex;
    align-items: flex-start;
    min-width: 0;
    position: relative;
    z-index: 350;
}
.w2-topbar-logo {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 0 60px 60px 0;
    padding: 12px 34px 12px 28px;
    box-shadow: 0 8px 26px rgba(0,0,0,.18);
    z-index: 350;
}
.w2-topbar-logo a { display: flex; align-items: center; gap: 16px; position: relative; z-index: 1; }
.w2-topbar-logo-card {
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    flex-shrink: 0;
}
.w2-topbar-logo img {
    height: 78px;
    width: 78px;
    object-fit: contain;
    display: block;
}
.w2-brandline { display: flex; flex-direction: column; color: #fff; line-height: 1.05; }
.w2-brandline b {
    font-size: 34px;
    font-weight: 800;
    letter-spacing: .3px;
    text-shadow: 0 2px 8px rgba(0,0,0,.35);
}
.w2-brandline i {
    font-style: normal;
    font-size: 26px;
    font-weight: 300;
    opacity: .95;
    text-shadow: 0 2px 8px rgba(0,0,0,.35);
}
.w2-topbar-brand-text { display: none; }

.w2-topbar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
}
.w2-tb-phone {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    margin-right: 8px;
}
.w2-tb-phone i { font-size: 30px; color: #fff; opacity: .95; }
.w2-tb-phone-num { display: flex; flex-direction: column; line-height: 1.05; }
.w2-tb-phone-num b { font-size: 21px; font-weight: 800; letter-spacing: .4px; }
.w2-tb-divider { display: none; }

.w2-tb-btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.14);
    backdrop-filter: blur(4px);
    border-radius: 12px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    width: 86px;
    height: 72px;
    text-align: center;
    letter-spacing: .2px;
    transition: .2s;
    line-height: 1.25;
}
.w2-tb-btn i { font-size: 19px; margin: 0; }
.w2-tb-btn:hover { background: rgba(255,255,255,.22); color: #fff; }
.w2-tb-talep { display: none; }

.w2-topbar-search { display: none; }
.w2-topbar-socials { display: none; }

.w2-tb-mobile-toggle {
    display: none;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.3);
    border-radius: var(--radius-sm);
    color: #fff;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 18px;
    align-items: center;
    justify-content: center;
}

/* NAV ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â header icinde beyaz linkler, saga yasli (Bornova tarzi) */
.w2-nav-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 48px;
}
.w2-nav-item:last-child .w2-nav-link { padding-right: 0; }
.w2-nav-left { display: flex; align-items: center; }
.w2-nav-item { position: relative; }
.w2-nav-item:first-child .w2-nav-link { padding-left: 0; }
.w2-nav-link {
    display: flex;
    align-items: center;
    padding: 0 11px;
    height: 48px;
    color: rgba(255,255,255,.92);
    text-transform: uppercase;
    white-space: nowrap;
    transition: transform .25s cubic-bezier(.34,1.56,.64,1), color .2s, border-color .2s;
    border-bottom: 3px solid transparent;
    transform: scale(1);
    transform-origin: center;
}
.w2-dropdown-right { left: auto; right: 0; }
.w2-nav-link:hover, .w2-nav-link.active { color: #fff; border-bottom-color: var(--accent); transform: scale(1.12); }
.w2-nav-top {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .4px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.w2-nav-top .caret { font-size: 8px; }
.w2-nav-home { font-size: 16px; justify-content: center; }

/* Arama sonuc kutusu */
.w2-arama-wrap { position: relative; }
.w2-arama-sonuclar {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 14px 48px rgba(0,0,0,.24);
    z-index: 3000;
    max-height: 460px;
    overflow-y: auto;
    text-align: left;
    border: 1px solid var(--border);
}
.w2-topbar-right .w2-arama-sonuclar { left: auto; right: 0; width: 360px; }
.w2-arama-grup {
    padding: 14px 18px 8px;
    font-size: 11px;
    font-weight: 800;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: .6px;
    background: transparent;
    border-bottom: none;
    display: flex;
    align-items: center;
    gap: 6px;
}
.w2-arama-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    color: var(--text);
    border: none;
    border-radius: 14px;
    background: var(--bg2);
    margin: 0 4px 10px;
    transition: .15s;
}
.w2-arama-item:last-child { margin-bottom: 4px; }
.w2-arama-item:hover { background: var(--bg); transform: translateX(3px); }
.w2-arama-img { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.w2-arama-icon {
    width: 38px; height: 38px; border-radius: 50%;
    background: #fff; border: 1.5px solid var(--border);
    color: var(--accent);
    display: flex; align-items: center; justify-content: center;
    font-size: 15px; flex-shrink: 0;
}
.w2-arama-bilgi { flex: 1; min-width: 0; }
.w2-arama-baslik { font-size: 13.5px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: var(--text); }
.w2-arama-baslik mark { background: #f6e7c8; border-radius: 2px; padding: 0 1px; }
.w2-arama-alt { font-size: 11.5px; color: var(--text-light); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-top: 2px; }
.w2-arama-bos { padding: 24px; text-align: center; color: #aaa; font-size: 13px; }
.w2-arama-yukleniyor { padding: 20px; text-align: center; color: var(--primary); font-size: 13px; }
.w2-mob-search-bar .w2-arama-wrap { width: 100%; }

/* Arama popup ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â koyu blur zemin + beyaz kart (Sivas tarzi) */
.w2-search-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 5200;
    align-items: flex-start;
    justify-content: center;
    padding: 11vh 20px 40px;
    background: rgba(4,16,40,.55);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.w2-search-modal.open { display: flex; animation: w2MegaDrop .25s ease; }
.w2-search-modal-inner {
    width: 100%;
    max-width: 960px;
    display: flex;
    align-items: stretch;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 30px 80px rgba(0,10,35,.4);
    overflow: hidden;
}
.w2-search-modal-title { display: none; }
.w2-search-side {
    width: 300px;
    flex-shrink: 0;
    background: var(--primary);
    padding: 26px 20px;
}
.w2-search-side-title {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: .5px;
    margin-bottom: 18px;
}
.w2-search-side a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255,255,255,.9);
    font-size: 14px;
    font-weight: 600;
    padding: 11px 6px;
    border-radius: 8px;
    transition: .15s;
}
.w2-search-side a i {
    width: 22px; height: 22px;
    border: 1.5px solid rgba(255,255,255,.5);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 9px;
    flex-shrink: 0;
}
.w2-search-side a:hover { background: rgba(255,255,255,.12); color: #fff; padding-left: 10px; }
.w2-search-main { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.w2-arama-wrap-modal { position: relative; flex: 1; display: flex; flex-direction: column; min-height: 0; }
.w2-search-big-form {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border-bottom: 1px solid var(--border);
    padding: 20px 22px;
}
.w2-search-big-form i { color: var(--text-light); font-size: 18px; }
.w2-search-big-input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 17px;
    font-family: inherit;
    color: var(--text);
    padding: 4px 0;
}
.w2-search-big-form .w2-search-modal-go { display: none; }
.w2-search-modal .w2-arama-sonuclar {
    position: relative;
    top: auto; left: auto; right: auto;
    text-align: left;
    max-height: 55vh;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 12px 8px;
}
.w2-search-modal-close {
    position: static;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: transparent;
    color: var(--text-light);
    font-size: 16px;
    cursor: pointer;
    transition: .2s;
    flex-shrink: 0;
}
.w2-search-modal-close:hover { background: var(--bg); color: var(--text); }
@media (max-width: 760px) {
    .w2-search-side { display: none; }
}
@media (max-width: 600px) {
    .w2-search-modal { padding: 12vh 14px 30px; }
    .w2-search-big-input { font-size: 15px; }
}

/* Dropdown + Mega menu ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â Sivas tarzi */
.w2-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 260px;
    background: #fff;
    border-top: 3px solid var(--accent);
    border-radius: 0 0 14px 14px;
    box-shadow: 0 18px 48px rgba(0,20,50,.22);
    z-index: 600;
    padding: 10px 0;
}
.w2-nav-item:hover .w2-dropdown { display: block; }
.w2-dropdown a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 22px;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--text);
    transition: .15s;
}
.w2-dropdown a i { width: 17px; color: var(--accent); font-size: 13px; }
.w2-dropdown a:hover { background: var(--bg); color: var(--primary); padding-left: 27px; }

.w2-nav-item.has-mega { position: static; }
body.w2-mega-lock { overflow: hidden; }
body.w2-mega-lock .w2-header-home .w2-nav-link,
body.w2-mega-lock .w2-header-home .w2-topbar-utility-inner a {
    color: var(--text);
    text-shadow: none;
}
body.w2-mega-lock .w2-header-home .w2-nav-link:hover,
body.w2-mega-lock .w2-header-home .w2-nav-link.active { color: var(--primary); }
body.w2-mega-lock .w2-header-home .w2-bn-pill,
body.w2-mega-lock .w2-header-home .w2-bn-circle {
    color: var(--text);
    border-color: rgba(30,45,70,.35);
}
body.w2-mega-lock .w2-header-home .w2-bn-pill-text small,
body.w2-mega-lock .w2-header-home .w2-bn-pill-text b { text-shadow: none; }
.w2-megamenu {
    display: none;
    position: fixed;
    inset: 0;
    width: 100%;
    background: rgb(255 255 255 / 98%);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    z-index: 390;
    padding: 180px 0 60px;
    overflow-y: auto;
    animation: w2MegaDrop .25s ease;
}
.w2-megamenu.open { display: block; }
@keyframes w2MegaDrop { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }
.w2-mega-close {
    position: absolute;
    top: 24px;
    right: 30px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1.5px solid rgba(30,45,70,.3);
    background: rgba(255,255,255,.7);
    color: var(--text);
    font-size: 18px;
    cursor: pointer;
    transition: .2s;
    z-index: 5;
}
.w2-mega-close:hover { background: var(--primary); color: #fff; border-color: var(--primary); }
.w2-megamenu-inner { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; max-width: 1400px; margin: 0 auto; padding: 0 36px; }
.w2-megamenu-inner.cols-3 { grid-template-columns: repeat(3, 1fr); }
.w2-megamenu-col { padding: 0 30px; border-right: 1px solid rgba(30,45,70,.15); }
.w2-megamenu-col:last-child { border-right: none; }
.w2-megamenu-col-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--text);
    text-transform: uppercase;
    letter-spacing: .5px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(30,45,70,.35);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.w2-megamenu-col-title i { color: var(--text); font-size: 18px; }
.w2-megamenu a {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 13px 6px;
    font-size: 15px;
    font-weight: 500;
    color: var(--text);
    border-bottom: 1px solid rgba(30,45,70,.12);
    transition: .15s;
}
.w2-megamenu a:hover { color: var(--primary); padding-left: 12px; }
.w2-megamenu a i { width: 18px; color: var(--text-mid); font-size: 13px; flex-shrink: 0; }
.w2-megamenu a .ext { font-size: 10px; color: var(--text-light); margin-left: auto; }
.w2-kat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.w2-kat-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 13px 17px;
    background: rgba(255,255,255,.65);
    border: 1px solid rgba(30,45,70,.2) !important;
    color: var(--text) !important;
    border-radius: 10px;
    font-size: 13.5px;
    font-weight: 600;
    transition: .18s;
}
.w2-kat-btn:hover { background: var(--primary) !important; color: #fff !important; padding-left: 21px !important; }
.w2-kat-btn i { font-size: 11px; opacity: .8; color: inherit !important; width: auto; }
.w2-kat-btn-all { background: var(--primary) !important; border-color: var(--primary) !important; color: #fff !important; font-weight: 700; }
.w2-kat-btn-all:hover { filter: brightness(1.12); }


.w2-hero {position: relative;background: var(--primary);}
.w2-hero-inner {position: relative;}
.w2-hero-mayor { display: none; }
.w2-hero-slider { position: relative; min-width: 0; overflow: hidden; }
.w2-hero-static {
    width: 100%;
    min-width: 0;
    height: calc(102vh - 7px);
    min-height: 620px;
    max-height: 1080px;
    overflow: hidden;
    position: relative;
    background: #0a1f42;
}
.w2-hero-static::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgb(0 20 50) 0%, rgba(0, 20, 50, .05) 40%, rgb(255 255 255 / 0%) 100%);
    pointer-events: none;
}
.w2-hero-static img { width: 100%; height: 100%; object-fit: cover; display: block; }
.w2-hero-img-mobile { display: none; }

/* Hero alt gecisi ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ortada tumsek + fare kaydirma ikonu (Sivas tarzi) */
.w2-hero-wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 25;
    color: #ffffff;
    pointer-events: none;
}
.w2-hero-wave svg { display: block; width: 100%; height: 92px; }
.w2-hero-mouse {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: 27px;
    height: 44px;
    border: 2px solid var(--primary);
    border-radius: 15px;
    background: #fff;
}
.w2-hero-mouse::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 9px;
    border-radius: 3px;
    background: var(--primary);
    animation: w2MouseScroll 1.7s ease-out infinite;
}
@keyframes w2MouseScroll {
    0% { opacity: 1; transform: translate(-50%, 0); }
    70% { opacity: 0; transform: translate(-50%, 12px); }
    100% { opacity: 0; transform: translate(-50%, 12px); }
}

.w2-hero-overlay {
    position: absolute;
    left: 6%;
    bottom: 200px;
    z-index: 20;
    max-width: 620px;
}
.w2-hero-overlay-right {right: 6%;left: auto;top: auto;bottom: 100px;max-width: 640px;}
.w2-hero-side-left { right: auto; left: 6%; }
.w2-hero-slogan {
    display: inline-block;
    background: rgba(0,40,95,.82);
    color: #fff;
    padding: 8px 28px 12px;
    border-radius: 6px;
    font-weight: 800;
    font-style: italic;
    font-size: 46px;
    line-height: 1.12;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 10px 30px rgba(0,0,0,.3);
    text-shadow: 0 3px 10px rgba(0,0,0,.35);
    transition: .3s;
}
.w2-hero-slogan #w2SloganBaslik { display: block; }
.w2-hero-slogan .sub {
    display: block;
    font-family: Georgia, 'Times New Roman', serif;
    font-style: italic;
    font-weight: 600;
    text-transform: none;
    letter-spacing: .5px;
    font-size: 27px;
    color: #fff;
    opacity: .95;
    margin-top: 2px;
}
.w2-hero-search {
    display: flex;
    align-items: center;
    margin-top: 34px;
    background: rgba(255,255,255,.94);
    border-radius: 16px;
    overflow: visible;
    box-shadow: 0 10px 30px rgba(0,0,0,.28);
    max-width: 640px;
    padding: 5px;
}
.w2-hero-search input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    padding: 16px 20px;
    font-size: 15.5px;
    font-family: inherit;
    color: var(--text);
    min-width: 0;
}
.w2-hero-search button {
    background: var(--accent);
    border: none;
    width: 62px;
    height: 56px;
    flex-shrink: 0;
    color: #fff;
    font-size: 19px;
    cursor: pointer;
    border-radius: 12px;
    transition: .2s;
}
.w2-hero-search button:hover { filter: brightness(1.1); }
.w2-hero-pills { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 26px; }
.w2-hero-pills a {
    background: rgb(70 215 142 / 73%);
    border: 1px solid rgb(70 215 142);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
    font-size: 12.5px;
    font-weight: 600;
    padding: 13px 8px;
    border-radius: 12px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .2s;
}
.w2-hero-pills a:hover { background: rgb(70 215 142 ) }

/* Hero sag kart ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â "Neler Oluyor?" */
.w2-hero-side {
    position: absolute;
    right: 3%;
    top: auto;
    bottom: -10px;
    left: 10px;
    z-index: 20;
    width: 600px;
}
.w2-hero-side-title {
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    font-style: italic;
    text-shadow: 0 3px 12px rgba(0,0,0,.5);
    margin-bottom: 16px;
}
.w2-hero-side-card {
    display: block;
    /* background: rgba(255,255,255,.94); */
    border-radius: 18px;
    overflow: hidden;
    /* box-shadow: 0 16px 44px rgba(0,0,0,.35); */
    transition: .2s;
    padding: 8px;
}
.w2-hero-side-card img { width: 100%; height: 250px; object-fit: cover; display: block; border-radius: 12px; }
.w2-hero-side-card.w2-hero-side-noimg::before {
    content: '\f0a1';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    width: 100%;
    height: 250px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--primary), var(--primary-mid));
    color: rgba(255,255,255,.5);
    font-size: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.w2-hero-side-body { padding: 13px 8px 6px; }
.w2-hero-side-name {
    color: var(--text);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.w2-hero-side-nav { display: flex; justify-content: flex-end; gap: 10px; margin-top: 16px; }
.w2-hero-side-nav button {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1.5px solid rgba(255,255,255,.6);
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    transition: .2s;
}
.w2-hero-side-nav button:hover { background: #fff; color: var(--primary); }
.w2-hero-side-mobile { display: none; }
.w2-hero-side-mini { width: 300px; }
.w2-hero-side-mini .w2-bkhiz-kart { height: 130px; padding: 14px; border-radius: 14px; }
.w2-hero-side-mini .w2-bkhiz-kart-ttl { font-size: 13px; letter-spacing: 0; text-transform: none; max-width: 80%; }
.w2-hero-side-mini .w2-bkhiz-kart-ok { width: 32px; height: 32px; font-size: 12px; right: 12px; bottom: 12px; }
.w2-hero-side-mini .w2-hero-side-nav { margin-top: 10px; }
.w2-hero-side-mini .w2-hero-side-nav button { width: 34px; height: 34px; font-size: 12px; }
@media (max-width: 1250px) { .w2-hero-side { display: none; } .w2-hero-overlay-right { display: none; } }


/* ------------------------------------------------------------
   BOLUM ORTAK
   ------------------------------------------------------------ */
.w2-section { padding: 74px 0; }
.w2-section-title {
    font-size: 34px;
    font-weight: 800;
    font-style: italic;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: .5px;
    line-height: 1.2;
}
.w2-section-sub { font-size: 14.5px; color: var(--text-mid); margin-top: 6px; }

/* ------------------------------------------------------------
   HABER BOLUMU ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â buyuk slider + sekmeli liste
   ------------------------------------------------------------ */
.w2-news-section { padding: 86px 0 60px; }
.w2-news-layout {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 44px;
    align-items: start;
}
.w2-news-slider-wrap { min-width: 0; }
.w2-news-swiper {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    height: 480px;
}
.w2-news-swiper .swiper-slide { height: 480px; position: relative; background: #0a1f42; }
.w2-news-swiper .swiper-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.w2-news-slide-caption {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    padding: 90px 30px 28px;
    background: linear-gradient(to top, rgba(0,20,50,.92), rgba(0,20,50,0));
    color: #fff;
}
.w2-news-slide-caption h3 { font-size: 22px; font-weight: 800; line-height: 1.35; margin-bottom: 6px; }
.w2-news-slide-caption p { font-size: 13.5px; opacity: .88; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.w2-news-swiper .swiper-pagination-bullet { background: #fff; opacity: .5; }
.w2-news-swiper .swiper-pagination-bullet-active { background: var(--accent); opacity: 1; }
.w2-news-swiper .swiper-button-next, .w2-news-swiper .swiper-button-prev {
    color: #fff;
    background: rgba(0,30,70,.4);
    width: 42px; height: 42px;
    border-radius: 50%;
}
.w2-news-swiper .swiper-button-next::after, .w2-news-swiper .swiper-button-prev::after { font-size: 14px; font-weight: 800; }

.w2-news-tabs { display: flex; gap: 8px; margin: 18px 0 6px; flex-wrap: wrap; }
.w2-news-tab {
    border: none;
    background: #fff;
    color: var(--text-mid);
    font-family: inherit;
    font-size: 13.5px;
    font-weight: 700;
    padding: 10px 24px;
    border-radius: 22px;
    cursor: pointer;
    box-shadow: var(--shadow);
    transition: .2s;
}
.w2-news-tab.active { background: var(--primary); color: #fff; }
.w2-news-panel { display: none; }
.w2-news-panel.active { display: block; }
.w2-news-list-item {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #fff;
    border-radius: 14px;
    padding: 13px 16px;
    margin-top: 12px;
    box-shadow: var(--shadow);
    transition: .2s;
    position: relative;
}
.w2-news-list-item:hover { transform: translateX(4px); box-shadow: var(--shadow-md); }
.w2-news-date-box {
    flex-shrink: 0;
    width: 58px;
    height: 58px;
    border-radius: 12px;
    background: var(--bg);
    color: var(--primary);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
}
.w2-news-date-box .day { font-size: 21px; font-weight: 800; }
.w2-news-list-title { font-size: 14px; font-weight: 600; color: var(--text); line-height: 1.45; flex: 1; }
.w2-news-arrow { order: 3; color: var(--accent); font-size: 12px; }
.w2-news-see-all {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 20px;
    color: var(--primary);
    font-size: 13.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px;
    transition: .2s;
}
.w2-news-see-all:hover { color: var(--accent); gap: 13px; }

/* ------------------------------------------------------------
   BASKAN BOLUMU
   ------------------------------------------------------------ */
.w2-mayor-section {
    background: linear-gradient(120deg, var(--primary) 0%, #01245a 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.w2-mayor-section::after {
    content: '';
    position: absolute;
    right: -140px;
    top: -140px;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(167,136,81,.28), transparent 65%);
}
.w2-mayor-inner {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}
.w2-mayor-img-wrap {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0,0,0,.4);
    border: 4px solid rgba(255,255,255,.14);
}
.w2-mayor-img-wrap img { width: 100%; height: 440px; object-fit: cover; object-position: top center; display: block; }
.w2-mayor-img-socials {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 40px 0 16px;
    background: linear-gradient(to top, rgba(0,20,50,.85), transparent);
}
.w2-mayor-img-socials a {
    width: 36px; height: 36px;
    border-radius: 50%;
    border: 1.5px solid rgba(255,255,255,.55);
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 13px;
    transition: .2s;
}
.w2-mayor-img-socials a:hover { background: var(--accent); border-color: var(--accent); }
.w2-mayor-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: var(--accent);
    color: #fff;
    font-size: 12.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .8px;
    padding: 8px 20px;
    border-radius: 22px;
}
.w2-mayor-name { color: #fff; font-size: 40px; font-weight: 800; font-style: italic; margin-top: 18px; line-height: 1.15; }
.w2-mayor-role { color: var(--accent); font-size: 16px; font-weight: 600; margin-top: 6px; }
.w2-mayor-message {
    color: rgba(255,255,255,.86);
    font-size: 15px;
    line-height: 1.85;
    margin-top: 22px;
    max-width: 720px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.w2-mayor-message p { margin: 0 0 10px; }
.w2-mayor-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
    background: #fff;
    color: var(--primary);
    font-size: 14px;
    font-weight: 700;
    padding: 14px 30px;
    border-radius: 28px;
    transition: .2s;
    box-shadow: 0 8px 22px rgba(0,0,0,.25);
}
.w2-mayor-btn:hover { background: var(--accent); color: #fff; }

/* ------------------------------------------------------------
   BASKAN + HIZMET SLIDER (ANASAYFA, SLIDER ALTI)
   ------------------------------------------------------------ */
.w2-bkhiz-section { background: var(--bg-light, #eef1f6); padding: 26px 0; }
.w2-bkhiz-grid { display: grid; grid-template-columns: 400px 1fr; gap: 24px; align-items: stretch; }
.w2-bkhiz-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    min-height: 420px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px 26px;
    box-shadow: 0 14px 34px rgba(0,20,50,.16);
}
.w2-bkhiz-photo {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 97%;
    width: auto;
    max-width: 92%;
    object-fit: contain;
    object-position: bottom center;
    z-index: 1;
    pointer-events: none;
}
.w2-bkhiz-info { position: relative; z-index: 2; }
.w2-bkhiz-name { color: #fff; font-size: 26px; font-weight: 800; line-height: 1.2; text-shadow: 0 2px 12px rgba(0,0,0,.35); }
.w2-bkhiz-name b { font-weight: 900; }
.w2-bkhiz-title { color: rgba(255,255,255,.85); font-size: 13.5px; font-weight: 600; margin-top: 6px; letter-spacing: .3px; text-shadow: 0 2px 10px rgba(0,0,0,.3); }
.w2-bkhiz-bottom-row { display: flex; align-items: center; gap: 16px; margin-top: 12px; }
.w2-bkhiz-socials { display: flex; gap: 7px; flex-shrink: 0; }
.w2-bkhiz-socials a {
    width: 28px; height: 28px; border-radius: 50%;
    background: rgba(255,255,255,.9); color: var(--primary);
    display: flex; align-items: center; justify-content: center;
    font-size: 11px; transition: .2s;
}
.w2-bkhiz-socials a:hover { background: var(--accent); color: #fff; }
.w2-bkhiz-links { display: flex; flex-direction: column; gap: 4px; padding-left: 16px; border-left: 1px solid rgba(255,255,255,.28); }
.w2-bkhiz-links a {
    display: flex; align-items: center; gap: 6px;
    color: #fff; font-size: 10.5px; font-weight: 700;
    transition: .2s;
    white-space: nowrap;
}
.w2-bkhiz-links a i { color: var(--accent); font-size: 10.5px; width: 12px; text-align: center; }
.w2-bkhiz-links a:hover { color: var(--accent); transform: translateX(3px); }
.w2-bkhiz-slider-wrap { position: relative; height: 420px; min-width: 0; max-width: 100%; overflow: hidden; display: flex; flex-direction: column; }
.w2-bkhiz-slider-wrap .swiper { flex: 1; min-height: 0; width: 100%; max-width: 100%; border-radius: 18px; overflow: hidden; }
.w2-bkhiz-slider-wrap .swiper-wrapper { height: 100%; }
.w2-bkhiz-slider-wrap .swiper-slide { height: 100%; overflow: hidden; }
.w2-bkhiz-slider-wrap .w2-hero-side-card { height: 100%; padding: 0; }
.w2-bkhiz-slider-wrap .w2-hero-side-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 0; }
.w2-bkhiz-slider-wrap .w2-hero-side-card { position: relative; display: block; }
.w2-bkhiz-slider-wrap .w2-hero-side-nav { justify-content: space-between; align-items: center; margin-top: 12px; flex-shrink: 0; }
.w2-hero-side-all { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; color: var(--primary); text-decoration: none; padding: 8px 4px; transition: color .15s; }
.w2-hero-side-all:hover { color: var(--accent); }
.w2-hero-side-all i { font-size: 11px; transition: transform .15s; }
.w2-hero-side-all:hover i { transform: translateX(3px); }
.w2-bkhiz-swiper { height: 100%; }
.w2-bkhiz-swiper .swiper-wrapper { height: 100%; }
.w2-bkhiz-swiper .swiper-slide { height: auto; }
.w2-bkhiz-kart {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 420px;
    border-radius: 18px;
    background-size: cover;
    background-position: center;
    padding: 22px;
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(0,20,50,.12);
}
.w2-bkhiz-kart-ttl { color: #fff; font-size: 17px; font-weight: 800; text-transform: uppercase; letter-spacing: .3px; max-width: 75%; line-height: 1.3; }
.w2-bkhiz-kart-ok {
    position: absolute; right: 20px; bottom: 20px;
    width: 46px; height: 46px; border-radius: 50%;
    background: var(--accent); color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 15px; transition: .2s;
}
.w2-bkhiz-kart:hover .w2-bkhiz-kart-ok { background: #fff; color: var(--accent); transform: scale(1.08); }
.w2-bkhiz-nav-row { display: flex; align-items: center; gap: 18px; margin-top: 18px; }
.w2-bkhiz-progress { position: relative; flex: 1; height: 4px; border-radius: 100px; background: rgba(0,20,50,.08); overflow: hidden; }
.w2-bkhiz-progress .swiper-pagination-progressbar-fill { background: var(--accent); border-radius: 100px; }
.w2-bkhiz-arrows { display: flex; gap: 8px; flex-shrink: 0; }
.w2-bkhiz-arrows button {
    width: 38px; height: 38px; border-radius: 50%;
    border: 1.5px solid rgba(0,20,50,.12);
    background: #fff; color: var(--primary);
    font-size: 13px; cursor: pointer; transition: .2s;
    display: flex; align-items: center; justify-content: center;
}
.w2-bkhiz-arrows button:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
.w2-bkhiz-arrows button.swiper-button-disabled { opacity: .35; cursor: default; }
.w2-bkhiz-arrows button.swiper-button-disabled:hover { background: #fff; border-color: rgba(0,20,50,.12); color: var(--primary); }
@media (max-width: 992px) {
    .w2-bkhiz-grid { grid-template-columns: 1fr; }
    .w2-bkhiz-card { min-height: 260px; }
}
@media (max-width: 640px) {
    .w2-bkhiz-section { padding: 18px 0; }
    .w2-bkhiz-card { min-height: 300px; }
    .w2-bkhiz-kart { height: 260px; }
    .w2-bkhiz-slider-wrap { height: 260px; }
    .w2-bkhiz-links a { font-size: 10px; }
}

/* ------------------------------------------------------------
   ETKINLIK BOLUMU
   ------------------------------------------------------------ */
.w2-ekt-section { padding: 80px 0; }
.w2-ekt-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.w2-ekt-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--accent);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 8px;
}
.w2-ekt-title {
    font-size: 34px;
    font-weight: 800;
    font-style: italic;
    color: var(--primary);
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
}
.w2-ekt-nav { display: flex; gap: 10px; }
.w2-ekt-nav button {
    width: 46px; height: 46px;
    border-radius: 50%;
    border: 1.5px solid var(--border);
    background: #fff;
    color: var(--primary);
    cursor: pointer;
    font-size: 14px;
    transition: .2s;
    box-shadow: var(--shadow);
}
.w2-ekt-nav button:hover { background: var(--primary); color: #fff; border-color: var(--primary); }
.w2-ekt-swiper { overflow: hidden; }
.w2-ekt-card {
    display: block;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: .25s;
    height: 100%;
}
.w2-ekt-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.w2-ekt-img { position: relative; height: 210px; overflow: hidden; }
.w2-ekt-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: .4s; }
.w2-ekt-card:hover .w2-ekt-img img { transform: scale(1.06); }
.w2-ekt-img-ph {
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
    background: var(--bg);
    color: var(--primary-light);
    font-size: 40px;
}
.w2-ekt-date {
    position: absolute;
    left: 14px; bottom: 14px;
    background: var(--accent);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 18px;
    box-shadow: 0 4px 12px rgba(0,0,0,.25);
}
.w2-ekt-body { padding: 20px 22px 22px; }
.w2-ekt-cardtitle {
    font-size: 16px;
    font-weight: 700;
    color: var(--text);
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 46px;
}
.w2-ekt-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    color: var(--accent);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px;
}
.w2-ekt-card:hover .w2-ekt-link { gap: 12px; }

/* ------------------------------------------------------------
   BAGLANTILAR
   ------------------------------------------------------------ */
/* Hizli baglanti seridi ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â sol 6 sabit kart + sag kayan yuvarlak kurumlar */
.w2-hizli-strip {padding: 56px 0 84px;background: #fff;}
.w2-hizli-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 54px;
    align-items: center;
}
.w2-hizli-sol {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
.w2-hizli-kart {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 20px 18px;
    box-shadow: 0 3px 14px rgba(0,30,70,.05);
    transition: .22s;
    min-height: 76px;
}
.w2-hizli-kart b {
    font-size: 13.5px;
    font-weight: 700;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: .2px;
    line-height: 1.3;
}
.w2-hizli-kart .hk-ic {
    width: 32px;
    height: 32px;
    border: 1.5px solid var(--accent);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    font-size: 10px;
    flex-shrink: 0;
    transition: .22s;
}
.w2-hizli-kart:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(0,30,70,.12); }
.w2-hizli-kart:hover .hk-ic { background: var(--accent); color: #fff; }

.w2-hizli-kart-ico {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 12px;
    min-height: 128px;
    border-radius: 18px;
    padding: 20px 20px 44px;
    box-shadow: 0 3px 14px rgba(0,30,70,.06);
    transition: .25s;
    overflow: hidden;
}
.w2-hizli-ico-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 4px 14px rgba(0,20,50,.1);
    transition: .25s;
}
.w2-hizli-kart-ico b {
    color: var(--primary);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .2px;
    line-height: 1.3;
}
.w2-hizli-ico-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 14px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    flex-shrink: 0;
    transition: .25s;
}
.w2-hizli-kart-ico:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(0,30,70,.16); }
.w2-hizli-kart-ico:hover .w2-hizli-ico-circle { transform: scale(1.1) rotate(-6deg); }

.w2-hizli-sag { display: flex; align-items: center; gap: 20px; min-width: 0; }
.w2-hizli-nav { display: flex; flex-direction: column; gap: 10px; flex-shrink: 0; }
.w2-hizli-nav button {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 12px;
    background: var(--primary);
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    transition: .2s;
}
.w2-hizli-nav button:hover { background: var(--accent); }
.w2-kurum-swiper { overflow: hidden; flex: 1; min-width: 0; }
.w2-kurum-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
}
.w2-kurum-daire {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    background: #fff;
    border: 5px solid #fff;
    box-shadow: 0 6px 20px rgba(0,30,70,.14);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .22s;
}
.w2-kurum-item:hover .w2-kurum-daire { transform: translateY(-4px) scale(1.04); box-shadow: 0 14px 30px rgba(0,30,70,.2); }
.w2-kurum-daire img { width: 100%; height: 100%; object-fit: cover; }
.w2-kurum-daire b { font-size: 22px; font-weight: 800; color: var(--primary); }
.w2-kurum-daire i { font-size: 36px; color: var(--primary); }
.w2-kurum-item:hover .w2-kurum-daire i { color: var(--accent); }
.w2-kurum-ad {
    font-size: 12.5px;
    font-weight: 600;
    color: var(--text);
    line-height: 1.3;
    max-width: 120px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (max-width: 1100px) {
    .w2-hizli-grid {grid-template-columns: 1fr;gap: 25px;margin-top: -65px;}
}
@media (max-width: 640px) {
    .w2-hizli-sol { grid-template-columns: repeat(2, 1fr); }
    .w2-hizli-sag { display: none; }
}

.w2-baglanti-section { padding: 50px 0 84px; }
.w2-baglanti-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 800;
    font-style: italic;
    color: var(--primary);
    text-transform: uppercase;
    margin-bottom: 24px;
}
.w2-baglanti-title i { color: var(--accent); }
.w2-baglanti-swiper { overflow: hidden; }
.w2-baglanti-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background: #fff;
    border-radius: 16px;
    padding: 20px 12px;
    box-shadow: var(--shadow);
    transition: .2s;
    height: 100%;
    text-align: center;
}
.w2-baglanti-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.w2-baglanti-card img { height: 56px; width: auto; object-fit: contain; }
.w2-baglanti-ph {
    width: 56px; height: 56px;
    border-radius: 50%;
    background: var(--bg);
    color: var(--primary);
    display: flex; align-items: center; justify-content: center;
    font-weight: 800;
    font-size: 17px;
}
.w2-baglanti-card span {
    font-size: 12px;
    font-weight: 600;
    color: var(--text-mid);
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ------------------------------------------------------------
   IC SAYFA ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â hero, breadcrumb, kartlar
   ------------------------------------------------------------ */
.w2-page-hero {
    background-color: var(--primary);
    background-image: var(--w2-hero-img, none);
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: 190px 0 64px;
    position: relative;
    overflow: hidden;
}
.w2-page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(50deg, var(--primary) 12%, rgba(0,46,109,.88) 32%, rgba(0,46,109,.35));
}
.w2-page-hero .w2-container { position: relative; z-index: 2; }
.w2-page-hero h1 { font-size: 36px; font-weight: 800; font-style: italic; text-transform: uppercase; margin: 0; }
.w2-page-hero p { margin: 8px 0 0; opacity: .85; font-size: 15px; }
.w2-breadcrumb { background: #fff; border-bottom: 1px solid var(--border); }
.w2-breadcrumb-inner {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 0;
    font-size: 13px;
    color: var(--text-mid);
}
.w2-breadcrumb-inner a { color: var(--primary); font-weight: 600; display: flex; align-items: center; gap: 6px; }
.w2-breadcrumb-inner a:hover { color: var(--accent); }
.w2-breadcrumb-inner i.fa-chevron-right { font-size: 9px; color: var(--text-light); }

/* Sivas kart grid (kategori sayfalari) */
.w2-cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.w2-cat-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: var(--shadow);
    padding: 36px 26px 24px;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .22s;
}
.w2-cat-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.w2-cat-card-title { font-size: 17px; font-weight: 700; color: var(--primary); line-height: 1.35; }
.w2-cat-card-arrow {
    align-self: flex-end;
    width: 40px; height: 40px;
    border-radius: 50%;
    background: var(--primary-light);
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 14px;
    margin-top: 20px;
    transition: .2s;
}
.w2-cat-card:hover .w2-cat-card-arrow { background: var(--accent); }
@media (max-width: 992px) { .w2-cat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .w2-cat-grid { grid-template-columns: 1fr; } }

/* Haber/genel kartlar */
.w2-news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.w2-news-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: .22s;
    color: var(--text);
}
.w2-news-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); color: var(--text); }
.w2-news-card-img { position: relative; height: 210px; overflow: hidden; background: var(--bg); }
.w2-news-card-img img { width: 100%; height: 100%; object-fit: cover; transition: .4s; }
.w2-news-card:hover .w2-news-card-img img { transform: scale(1.05); }
.w2-news-card-cat {
    position: absolute;
    top: 12px; left: 12px;
    background: var(--primary);
    color: #fff;
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 5px 13px;
    border-radius: 16px;
}
.w2-news-card-body { padding: 18px 20px 6px; flex: 1; }
.w2-news-card-date {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    color: var(--text-light);
    font-weight: 600;
    margin-bottom: 8px;
}
.w2-news-card-title {
    font-size: 15.5px;
    font-weight: 700;
    line-height: 1.45;
    color: var(--text);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.w2-news-card-footer { padding: 0 20px 18px; margin-top: 10px; }
.w2-news-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--accent);
    font-size: 12.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px;
    transition: .2s;
}
.w2-news-card:hover .w2-news-card-link { gap: 12px; }

/* Filtre cubugu */
.w2-filter-bar {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    background: #fff;
    padding: 16px;
    border-radius: 16px;
    box-shadow: var(--shadow);
    align-items: center;
}
.w2-filter-search {
    flex: 1;
    min-width: 220px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--bg);
    border-radius: 12px;
    padding: 0 16px;
}
.w2-filter-search i { color: var(--text-light); font-size: 14px; }
.w2-filter-search input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    padding: 12px 0;
    font-size: 14px;
    font-family: inherit;
    color: var(--text);
}
.w2-filter-select {
    border: none;
    outline: none;
    background: var(--bg);
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 13.5px;
    font-family: inherit;
    color: var(--text);
    cursor: pointer;
}
.w2-filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    background: var(--primary);
    color: #fff;
    font-size: 13.5px;
    font-weight: 700;
    font-family: inherit;
    padding: 12px 26px;
    border-radius: 12px;
    cursor: pointer;
    transition: .2s;
}
.w2-filter-btn:hover { background: var(--primary-mid); color: #fff; }
.w2-filter-clear {
    display: inline-flex;
    align-items: center;
    padding: 12px 18px;
    background: var(--bg);
    color: var(--text-mid);
    border-radius: 12px;
    font-size: 13.5px;
    font-weight: 600;
    transition: .2s;
}
.w2-filter-clear:hover { background: var(--border); color: var(--text); }

.w2-empty {
    text-align: center;
    padding: 70px 20px;
    color: var(--text-light);
    background: #fff;
    border-radius: 16px;
    box-shadow: var(--shadow);
}

/* Resim galerisi */
.galeri-filtre {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 20px 22px;
}
.galeri-filtre .form-control {
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 14px;
    font-family: inherit;
    outline: none;
}
.galeri-filtre .form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(30,60,110,.08);
}
.yil-btn {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 100px;
    background: var(--bg);
    border: 1.5px solid var(--border);
    color: var(--text-mid);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    margin: 0 6px 6px 0;
    transition: .2s;
}
.yil-btn:hover { border-color: var(--primary); color: var(--primary); }
.yil-btn.aktif { background: var(--primary); border-color: var(--primary); color: #fff; }
.card-galeri {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: .25s;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.card-galeri:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}
.card-galeri img {
    width: 100%;
    height: 185px;
    object-fit: cover;
    display: block;
    transition: .35s;
}
.card-galeri:hover img { transform: scale(1.05); }
.card-galeri .body { padding: 16px 18px; flex: 1; display: flex; flex-direction: column; gap: 6px; }
.card-galeri .baslik {
    font-size: 14.5px;
    font-weight: 700;
    color: var(--text);
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.card-galeri:hover .baslik { color: var(--primary); }
.card-galeri .tarih { font-size: 12px; color: var(--text-light); font-weight: 600; margin-top: auto; }

/* Sayfalama */
.w2-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 40px; flex-wrap: wrap; }
.w2-page-btn {
    min-width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    background: #fff;
    color: var(--text);
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: var(--shadow);
    transition: .2s;
}
.w2-page-btn:hover { color: var(--primary); }
.w2-page-btn.active { background: var(--primary); color: #fff; }
.w2-page-dots { align-self: center; color: var(--text-light); }

/* Detay sayfasi */
.w2-detail-wrap {display: grid;grid-template-columns: 1fr 340px;gap: 34px;align-items: start;}
.w2-detail-main { background: #fff; border-radius: 18px; box-shadow: var(--shadow); overflow: hidden; }
.w2-detail-main > img { width: 100%; max-height: 520px; object-fit: cover; }
.w2-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    padding: 20px 30px 0;
    font-size: 13px;
    color: var(--text-light);
    font-weight: 600;
}
.w2-detail-content {/* padding: 20px 30px 34px; */font-size: 15.5px;line-height: 1.9;color: var(--text);min-width: 0;}
.w2-detail-content img { border-radius: 12px; height: auto; }
.w2-detail-sidebar { display: flex; flex-direction: column; gap: 22px; min-width: 0; }
.w2-sidebar-box { background: #fff; border-radius: 18px; box-shadow: var(--shadow); padding: 22px; }
.w2-sidebar-box-title {
    font-size: 15px;
    font-weight: 800;
    font-style: italic;
    color: var(--primary);
    text-transform: uppercase;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--accent);
    margin-bottom: 14px;
}
.w2-sidebar-list a, .w2-sidebar-news-item {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 9px 0;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--text);
    border-bottom: 1px solid #f1f4f9;
    transition: .15s;
}
.w2-sidebar-list a:hover, .w2-sidebar-news-item:hover { color: var(--primary); }
.w2-sidebar-news-img { width: 64px; height: 48px; border-radius: 8px; object-fit: cover; flex-shrink: 0; }
.w2-sidebar-news-title { font-size: 13px; font-weight: 600; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.w2-sidebar-news-date { font-size: 11px; color: var(--text-light); margin-top: 3px; }
.w2-sidebar-more { display: inline-flex; align-items: center; gap: 7px; margin-top: 12px; color: var(--accent); font-size: 12.5px; font-weight: 700; text-transform: uppercase; }
.w2-share-bar { display: flex; gap: 8px; align-items: center; padding: 0 30px 26px; }
.w2-share-bar > span { font-size: 13px; font-weight: 700; color: var(--text-mid); margin-right: 4px; }
.w2-share-fb, .w2-share-tw, .w2-share-wa, .w2-share-link {
    width: 38px; height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    transition: .2s;
    border: none;
    cursor: pointer;
    overflow: hidden;
    flex-shrink: 0;
}
.w2-share-fb i, .w2-share-tw i, .w2-share-wa i, .w2-share-link i { pointer-events: none; }
.w2-share-fb { background: #3b5998; }
.w2-share-tw { background: #111; }
.w2-share-wa { background: #25d366; }
.w2-share-link { background: var(--primary); }
.w2-share-fb:hover, .w2-share-tw:hover, .w2-share-wa:hover, .w2-share-link:hover { filter: brightness(1.15); color: #fff; }

/* ------------------------------------------------------------
   FOOTER ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â lacivert + altin ust cizgi
   ------------------------------------------------------------ */
.w2-footer {
    background: var(--primary);
    color: rgba(255,255,255,.85);
    border-top: 7px solid var(--accent);
    margin-top: 70px;
}
.w2-footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1.2fr;
    gap: 44px;
    padding: 64px 0 46px;
}
.w2-footer-logo img { height: 96px; width: auto; filter: brightness(0) invert(1); }
.w2-footer-brand-name { font-size: 19px; font-weight: 800; color: #fff; margin-top: 16px; }
.w2-footer-desc { font-size: 13px; line-height: 1.8; opacity: .75; margin-top: 10px; }
.w2-footer-socials { display: flex; gap: 8px; margin-top: 18px; }
.w2-footer-socials a {
    width: 38px; height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,.1);
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 14px;
    transition: .2s;
}
.w2-footer-socials a:hover { background: var(--accent); }
.w2-footer-col-title {
    font-size: 15px;
    font-weight: 800;
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .6px;
    padding-bottom: 13px;
    margin-bottom: 16px;
    position: relative;
}
.w2-footer-col-title::after {
    content: '';
    position: absolute;
    left: 0; bottom: 0;
    width: 44px; height: 3px;
    background: var(--accent);
    border-radius: 2px;
}
.w2-footer-links { display: flex; flex-direction: column; gap: 9px; }
.w2-footer-links a {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 13.5px;
    color: rgba(255,255,255,.78);
    transition: .18s;
}
.w2-footer-links a i { font-size: 9px; color: var(--accent); }
.w2-footer-links a:hover { color: #fff; padding-left: 5px; }
.w2-footer-contact { display: flex; flex-direction: column; gap: 14px; }
.w2-footer-contact-item { display: flex; gap: 13px; font-size: 13.5px; line-height: 1.6; }
.w2-footer-contact-item i { color: var(--accent); font-size: 15px; margin-top: 3px; }
.w2-footer-bottom {
    border-top: 1px solid rgba(255,255,255,.12);
    padding: 20px 0;
    font-size: 12.5px;
    color: rgba(255,255,255,.6);
}
.w2-footer-bottom-links { display: flex; gap: 18px; }
.w2-footer-bottom-links a { color: rgba(255,255,255,.6); transition: .15s; }
.w2-footer-bottom-links a:hover { color: #fff; }

/* ------------------------------------------------------------
   POPUP + VIDEO MODAL
   ------------------------------------------------------------ */
.w2-popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,15,40,.72);
    z-index: 5000;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.w2-popup-overlay.w2-popup-open { display: flex; animation: w2PopupFade .3s ease; }
@keyframes w2PopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes w2PopupZoom { from { transform: scale(.88); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.w2-popup-box { position: relative; max-width: 540px; width: 100%; animation: w2PopupZoom .35s cubic-bezier(.2,.9,.3,1.2); }
.w2-popup-box img { width: 100%; border-radius: 18px; display: block; box-shadow: 0 30px 80px rgba(0,0,0,.5); }
.w2-popup-close {
    position: absolute;
    top: -16px; right: -16px;
    width: 40px; height: 40px;
    border-radius: 50%;
    border: none;
    background: #fff;
    color: var(--primary);
    font-size: 16px;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 6px 20px rgba(0,0,0,.35);
}
.w2-popup-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px; height: 40px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,.9);
    color: var(--primary);
    cursor: pointer;
    z-index: 10;
}
.w2-popup-prev { left: -14px; }
.w2-popup-next { right: -14px; }
.w2-popup-nav::after { display: none; }
.w2-popup-dots { bottom: 12px !important; }
.w2-popup-dots .swiper-pagination-bullet { background: #fff; opacity: .6; }
.w2-popup-dots .swiper-pagination-bullet-active { background: var(--accent); opacity: 1; }

.w2-video-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,10,30,.85);
    z-index: 6000;
    align-items: center;
    justify-content: center;
    padding: 24px;
}
.w2-video-modal.open { display: flex; }
.w2-video-modal-inner { position: relative; width: min(960px, 96vw); aspect-ratio: 16/9; }
.w2-video-modal-inner iframe { width: 100%; height: 100%; border: none; border-radius: 14px; }
.w2-video-modal-close {
    position: absolute;
    top: -46px; right: 0;
    width: 38px; height: 38px;
    border-radius: 50%;
    border: none;
    background: #fff;
    color: var(--primary);
    cursor: pointer;
    font-size: 15px;
}

/* ------------------------------------------------------------
   MOBIL
   ------------------------------------------------------------ */
.w2-mob-header { display: none; }
.w2-mob-quickbar { display: none; }
.w2-mob-search-bar { display: none; }
.w2-mob-bk-section { display: none; }
.w2-mob-hizli-menu { display: none; }
.w2-mob-hilal { display: none; }
.w2-mob-bottom-nav { display: none; }

.w2-mobile-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,15,40,.55);
    z-index: 4000;
}
.w2-mobile-overlay.show { display: block; }
.w2-mobile-menu {
    position: fixed;
    top: 0; left: -320px;
    width: 300px;
    height: 100vh;
    background: #fff;
    z-index: 4100;
    transition: left .28s;
    overflow-y: auto;
    box-shadow: 8px 0 40px rgba(0,0,0,.2);
}
.w2-mobile-menu.open { left: 0; }
.w2-mobile-menu-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: var(--primary);
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 5;
}
.w2-mobile-menu-header-logo img { height: 44px; width: 44px; object-fit: contain; background: #fff; border-radius: 50%; padding: 3px; }
.w2-mobile-menu-header-info { flex: 1; min-width: 0; }
.w2-mobile-menu-header-info strong { display: block; font-size: 13.5px; line-height: 1.3; }
.w2-mobile-menu-header-info span { font-size: 11px; opacity: .75; }
.w2-mobile-close {
    width: 34px; height: 34px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,.15);
    color: #fff;
    cursor: pointer;
}
.w2-mobile-nav-body { padding: 10px 0 30px; }
.w2-mobile-nav-item { border-bottom: 1px solid #f0f3f8; }
.w2-mobile-nav-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 18px;
    font-size: 14px;
    font-weight: 600;
    color: var(--text);
}
.w2-mobile-nav-link .toggle { margin-left: auto; font-size: 11px; color: var(--text-light); transition: .2s; }
.w2-mobile-nav-link.active .toggle { transform: rotate(90deg); }
.w2-mob-ic {
    width: 34px; height: 34px;
    border-radius: 10px;
    background: var(--bg);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}
.w2-mobile-sub { display: none; padding: 4px 18px 12px 64px; }
.w2-mobile-sub.open { display: block; }
.w2-mobile-sub a {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 8px 0;
    font-size: 13px;
    font-weight: 500;
    color: var(--text-mid);
}
.w2-mobile-sub a i { font-size: 9px; color: var(--accent); }
.w2-mobile-sub a:hover { color: var(--primary); }

/* ------------------------------------------------------------
   RESPONSIVE
   ------------------------------------------------------------ */
@media (max-width: 1400px) {
    .w2-topbar-logo { padding: 10px 26px 10px 20px; }
    .w2-topbar-logo img { height: 62px; width: 62px; }
    .w2-hdr-inner { padding-left: 120px; min-height: 100px; }
    .w2-hdr-inner { gap: 22px; }
    .w2-nav-link { padding: 0 8px; font-size: 13px; }
    .w2-bn-pill-text b { font-size: 12px; }
    .w2-bn-pill-text small { font-size: 10.5px; }
    .w2-bn-pill { padding: 4px 13px 4px 6px; min-height: 42px; }
    .w2-bn-circle { width: 42px; height: 42px; }
}
@media (max-width: 1200px) {
    .w2-bn-pill-text small { display: none; }
    .w2-news-layout { grid-template-columns: 1fr; }
    .w2-news-swiper, .w2-news-swiper .swiper-slide { height: 420px; }
    .w2-mayor-inner { grid-template-columns: 320px 1fr; gap: 40px; }
}
@media (max-width: 992px) {
    .w2-header { display: none !important; }
    .w2-mob-header {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        gap: 12px;
        background: transparent;
        padding: 14px 14px 0 0;
        position: absolute;
        top: 0; left: 0; right: 0;
        z-index: 900;
        box-shadow: none;
    }
    .w2-mob-hdr-logo-new {
        display: flex; align-items: center; justify-content: center;
        background: #fff; border-radius: 0 14px 14px 0; padding: 8px 18px 8px 14px;
        box-shadow: 2px 0 10px rgba(0,0,0,.1);
    }
    .w2-mob-hdr-logo-new img { height: 34px; width: auto; max-width: 140px; object-fit: contain; }
    .w2-mob-hdr-right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; padding: 10px 0; }
    .w2-mob-hdr-toggle {
        width: 40px; height: 40px;
        border-radius: 10px;
        border: none;
        background: rgba(255,255,255,.16);
        box-shadow: 0 2px 10px rgba(0,0,0,.15);
        color: #fff;
        font-size: 16px;
        cursor: pointer;
        flex-shrink: 0;
    }
    .w2-mob-hdr-swap {
        width: 44px; height: 44px; border-radius: 50%; position: relative;
        border: none; background: transparent; box-shadow: 0 4px 14px rgba(0,0,0,.28);
        cursor: pointer; flex-shrink: 0; padding: 0;
    }
    .w2-mob-hdr-swap::before,
    .w2-mob-hdr-swap::after {
        content: ''; position: absolute; inset: 0; border-radius: 50%;
        background: #25d366; opacity: .55; z-index: -1;
        animation: w2SwapPulse 2.2s ease-out infinite;
    }
    .w2-mob-hdr-swap::after { animation-delay: 1.1s; }
    .w2-mob-hdr-swap.is-call::before,
    .w2-mob-hdr-swap.is-call::after { background: #e23b3b; }
    @keyframes w2SwapPulse {
        0%   { transform: scale(1); opacity: .55; }
        100% { transform: scale(1.9); opacity: 0; }
    }
    .w2-mob-hdr-swap .w2-bn-pill {
        position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
        opacity: 0; visibility: hidden; transition: opacity .8s ease;
        border: none; border-radius: 50%; padding: 0; margin: 0; min-height: 0; gap: 0;
        box-sizing: border-box;
    }
    .w2-mob-hdr-swap .w2-bn-pill.w2-bn-swap-active { opacity: 1; visibility: visible; }
    .w2-mob-hdr-swap .w2-bn-pill-icon { width: 44px; height: 44px; max-width: none; min-width: 0; flex: none; box-sizing: border-box; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 17px; line-height: 1; }
    .w2-mob-hdr-swap .w2-bn-pill-icon.wa { background: #25d366; }
    .w2-mob-hdr-swap .w2-bn-pill-icon.call { background: #e23b3b; }
    .w2-mob-hdr-swap .w2-bn-pill-text { display: none; }

    .w2-hero-static {min-height: 0;max-height: none;height: 600px;}
    .w2-hero-static.has-mobile-img .w2-hero-img-desktop { display: none; }
    .w2-hero-static.has-mobile-img .w2-hero-img-mobile { display: block; }
    .w2-hero-overlay { left: 5%; right: 5%; top: auto; bottom: 30px; max-width: none; }
    .w2-hero-slogan { font-size: 24px; padding: 8px 16px 10px; }
    .w2-hero-slogan .sub { font-size: 16px; }
    .w2-hero-search { display: none; }
    .w2-hero-pills { display: none; }

    .w2-mob-search-bar { display: block; background: transparent; padding: 16px 14px 0; }
    .w2-mob-search-form {
        display: flex;
        align-items: center;
        background: #fff;
        border: 1px solid rgba(0,0,0,.08);
        border-radius: 14px;
        box-shadow: 0 6px 18px rgba(0,20,50,.08);
        overflow: hidden;
    }
    .w2-mob-search-form input {
        flex: 1;
        border: none;
        outline: none;
        background: transparent;
        color: var(--text);
        font-family: inherit;
        font-size: 13.5px;
        padding: 14px 16px;
        min-width: 0;
    }
    .w2-mob-search-form input::placeholder { color: var(--text-light, #94a3b8); }
    .w2-mob-search-form button {
        border: none;
        background: var(--accent);
        color: #fff;
        font-weight: 700;
        font-family: inherit;
        font-size: 13px;
        height: 46px;
        padding: 0 20px;
        cursor: pointer;
        flex-shrink: 0;
    }

    .w2-hero-side { display: none; }
    .w2-hero-overlay-right { display: none; }

    .w2-hero-side-mobile { display: block; padding: 18px 14px 0; }
    .w2-hero-side-mobile .w2-hero-side-title { color: var(--text); font-size: 17px; font-weight: 800; text-shadow: none; margin-bottom: 12px; }
    .w2-hero-side-mobile .w2-hero-side-card img { height: 150px; }
    .w2-hero-side-mobile .w2-hero-side-nav { padding: 0 2px; }
    .w2-hero-side-mobile .w2-hero-side-nav button { border-color: rgba(0,0,0,.15); color: var(--text); }
    .w2-hero-side-mobile .w2-hero-side-nav button:hover { background: var(--primary); color: #fff; }


    .w2-section { padding: 46px 0; }
    .w2-section-title, .w2-ekt-title { font-size: 25px; }
    .w2-news-section { padding: 46px 0 30px; }
    .w2-news-swiper, .w2-news-swiper .swiper-slide { height: 300px; }
    .w2-news-slide-caption h3 { font-size: 16px; }

    .w2-mayor-section { padding: 46px 0; }
    .w2-mayor-inner { grid-template-columns: 1fr; gap: 26px; }
    .w2-mayor-img-wrap { max-width: 320px; margin: 0 auto; }
    .w2-mayor-img-wrap img { height: 360px; }
    .w2-mayor-name { font-size: 28px; }

    .w2-page-hero { padding: 90px 0 36px; }
    .w2-page-hero h1 { font-size: 25px; }
    .w2-news-grid { grid-template-columns: 1fr; }
    .w2-detail-wrap {grid-template-columns: 1fr;}
    .w2-footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 20px; padding: 40px 0 30px; }
    .w2-footer-grid > div:first-child { grid-column: 1 / -1; }
    .w2-footer-grid .w2-footer-links a { font-size: 12.5px; }
    .w2-footer-grid .w2-footer-col-title { font-size: 13px; }

    .w2-mob-hizli-menu { display: block; padding: 20px 14px 4px; }
    .w2-mob-hm-title { font-size: 15px; font-weight: 800; color: var(--text); margin-bottom: 12px; }
    .w2-mob-hm-scroll { display: flex; gap: 12px; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }
    .w2-mob-hm-scroll::-webkit-scrollbar { display: none; }
    .w2-mob-hm-tile {
        flex: 0 0 78px; display: flex; flex-direction: column; align-items: center; gap: 8px;
        text-decoration: none; text-align: center;
    }
    .w2-mob-hm-tile i {
        width: 52px; height: 52px; border-radius: 16px;
        background: var(--bg, #eef1f6); color: var(--primary);
        display: flex; align-items: center; justify-content: center;
        font-size: 19px; flex-shrink: 0; transition: .2s;
    }
    .w2-mob-hm-tile:active i { transform: scale(.94); background: var(--primary); color: #fff; }
    .w2-mob-hm-tile span {
        font-size: 11px; font-weight: 600; color: var(--text); line-height: 1.25;
        display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
    }

    .w2-mob-bottom-nav {
        display: flex;
        position: fixed;
        left: 0; right: 0; bottom: 0;
        background: #fff;
        border-top: 1px solid var(--border);
        z-index: 950;
        padding: 6px 4px calc(6px + env(safe-area-inset-bottom));
        box-shadow: 0 -6px 24px rgba(0,20,50,.10);
    }
    .w2-mob-bottom-item {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 3px;
        padding: 6px 2px;
        font-size: 10px;
        font-weight: 600;
        color: var(--text-mid);
        border: none;
        background: transparent;
        font-family: inherit;
        cursor: pointer;
    }
    .w2-mob-bottom-item i { font-size: 17px; }
    .w2-mob-bottom-item.active { color: var(--primary); }
    .w2-mob-center-wrap { flex: 1; display: flex; justify-content: center; }
    .w2-mob-center-btn {
        width: 54px; height: 54px;
        border-radius: 50%;
        background: #fff;
        border: 3px solid var(--accent);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -24px;
        box-shadow: 0 8px 20px rgba(0,20,50,.2);
    }
    .w2-mob-center-btn img { width: 40px; height: 40px; object-fit: contain; }
    body { padding-bottom: 66px; }
    .w2-footer { margin-top: 40px; }
}
