/* ============================================================
   Belediye Sitesi — "Şaşalı" Canlı Tema
   Palet: İndigo → Mor → Fuşya gradyanları + Altın vurgular
   ============================================================ */

/* ---------- Yazı tipi: Plus Jakarta Sans (yerel) ---------- */
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/pjs-latin-400.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/pjs-latin-ext-400.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/pjs-latin-600.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/pjs-latin-ext-600.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/pjs-latin-700.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/pjs-latin-ext-700.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/pjs-latin-800.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/pjs-latin-ext-800.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
    --bld-primary: #4f46e5;
    --bld-primary-dark: #312e81;
    --bld-violet: #7c3aed;
    --bld-fuchsia: #c026d3;
    --bld-accent: #f59e0b;
    --bld-accent-2: #fbbf24;
    --bld-light: #f5f3ff;
    --bld-ink: #1e1b4b;
    --bld-grad: linear-gradient(135deg, #4f46e5 0%, #7c3aed 50%, #c026d3 100%);
    --bld-grad-soft: linear-gradient(135deg, #312e81 0%, #4f46e5 60%, #7c3aed 100%);
    --bld-gold: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
    --bld-shadow: 0 10px 30px rgba(79, 70, 229, .12);
    --bld-shadow-lg: 0 22px 45px rgba(79, 70, 229, .22);
}

body {
    background: #fff;
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
    color: #27272a;
}

h1, h2, h3, h4, h5, h6 { font-weight: 800; }

a { transition: color .15s ease; }

::selection { background: var(--bld-violet); color: #fff; }

/* ---------- Üst bilgi çubuğu ---------- */
.topbar {
    background: linear-gradient(90deg, #131038 0%, #1e1b4b 50%, #2e1065 100%);
    color: #c7d2fe;
    font-size: .82rem;
    padding-top: .45rem !important;
    padding-bottom: .45rem !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.topbar a { color: #c7d2fe; text-decoration: none; transition: all .2s; }
.topbar a:hover { color: #fbbf24; }
.topbar .bi { color: #a5b4fc; }

.btn-topbar-pill {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #e0e7ff;
    padding: 0.28rem 0.8rem;
    border-radius: 2rem;
    font-size: 0.78rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}
.btn-topbar-pill:hover {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.topbar-search-form .form-control {
    border-radius: 1.5rem 0 0 1.5rem;
    border: 1px solid rgba(255,255,255,0.25);
    background: rgba(255,255,255,0.12);
    color: #fff;
    font-size: .8rem;
}
.topbar-search-form .form-control::placeholder {
    color: rgba(255,255,255,0.65);
}
.topbar-search-form .btn {
    border-radius: 0 1.5rem 1.5rem 0;
    font-weight: 700;
    font-size: .8rem;
}

/* ---------- Tümleşik & Görkemli Header Alanı (Kendi Satırında) ---------- */
.site-header-integrated {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(30, 27, 75, 0.05);
    position: relative;
    z-index: 10;
}

.main-brand-link {
    transition: transform 0.25s ease;
}
.main-brand-link:hover {
    transform: translateY(-2px);
}

.integrated-logo-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 14px;
    border-radius: 1.5rem;
    background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(245,243,255,0.9));
    box-shadow: 0 8px 24px rgba(79, 70, 229, 0.12), inset 0 0 0 1px rgba(124, 58, 237, 0.15);
    transition: all 0.3s ease;
}
.main-brand-link:hover .integrated-logo-wrapper {
    box-shadow: 0 12px 30px rgba(124, 58, 237, 0.25), inset 0 0 0 1px rgba(192, 38, 211, 0.3);
    transform: scale(1.03);
}

.integrated-logo-img {
    height: 95px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 6px 12px rgba(79, 70, 229, 0.22));
}

.integrated-site-title {
    font-weight: 800;
    font-size: 1.85rem;
    line-height: 1.12;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, #1e1b4b 0%, #4f46e5 50%, #7c3aed 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--bld-primary);
}

.integrated-site-subtitle {
    font-size: 0.78rem;
    color: #64748b;
    letter-spacing: 0.32em;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 4px;
    display: flex;
    align-items: center;
}

.header-info-box {
    padding: 0.5rem 0.8rem;
    background: #f8fafc;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
}

.header-search-form .form-control {
    border-radius: 1.5rem 0 0 1.5rem;
    border: 1px solid #cbd5e1;
    font-size: 0.85rem;
}
.header-search-form .btn {
    border-radius: 0 1.5rem 1.5rem 0;
    font-weight: 700;
}

/* Ana menü barı */
.main-nav {
    background: linear-gradient(135deg, #1e1b4b 0%, #312e81 40%, #4f46e5 100%);
    box-shadow: 0 6px 20px rgba(30, 27, 75, 0.2);
}
.main-nav .nav-link {
    font-weight: 700;
    font-size: 0.88rem;
    padding: 1rem 0.75rem !important;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.92) !important;
    transition: all 0.2s ease;
}
.main-nav .nav-link:hover,
.main-nav .nav-link.active {
    color: #fbbf24 !important;
    background: rgba(255, 255, 255, 0.08);
}

/* ---------- Ana menü ---------- */
.main-nav {
    background: var(--bld-grad);
    box-shadow: 0 8px 24px rgba(79, 70, 229, .35);
    transition: box-shadow .3s ease;
}
.main-nav.scrolled { box-shadow: 0 10px 30px rgba(30, 27, 75, .45); }
.main-nav .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .92);
    font-weight: 600;
    font-size: .92rem;
    padding: .95rem 1rem;
    position: relative;
}
.main-nav .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: .45rem;
    width: 0;
    height: 3px;
    border-radius: 2px;
    background: var(--bld-gold);
    transform: translateX(-50%);
    transition: width .25s ease;
}
.main-nav .navbar-nav .nav-link:hover::after,
.main-nav .navbar-nav .nav-link.active::after { width: 55%; }
.main-nav .navbar-nav .nav-link:hover,
.main-nav .navbar-nav .nav-link.active { color: #fff; background: rgba(255, 255, 255, .08); }
.main-nav .dropdown-menu {
    border-radius: 1rem;
    border: 0;
    box-shadow: 0 18px 40px rgba(30, 27, 75, .22);
    padding: .5rem;
    margin-top: 0;
}
.main-nav .dropdown-item {
    padding: .55rem 1rem;
    font-size: .9rem;
    border-radius: .6rem;
    font-weight: 500;
}
.main-nav .dropdown-item:hover {
    background: var(--bld-grad);
    color: #fff;
    transform: translateX(4px);
    transition: all .2s;
}

/* ---------- Hero / slider ---------- */
.hero-slider .carousel-item {
    height: 560px;
    background: var(--bld-grad-soft);
    position: relative;
}
.hero-slider .carousel-item img { width: 100%; height: 100%; object-fit: cover; }
.hero-slider .carousel-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(30, 27, 75, .88) 0%, rgba(79, 70, 229, .55) 45%, rgba(192, 38, 211, .25) 100%);
}
.hero-slider .carousel-caption {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    left: 8%;
    right: 30%;
    z-index: 5;
}
.hero-slider .carousel-caption h2 {
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: -.02em;
    text-shadow: 0 4px 24px rgba(0, 0, 0, .35);
    animation: heroUp .7s ease both;
}
.hero-slider .carousel-caption p {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, .9);
    text-shadow: 0 2px 10px rgba(0, 0, 0, .35);
    animation: heroUp .7s .15s ease both;
}
.hero-slider .carousel-caption .btn {
    background: var(--bld-gold);
    border: 0;
    color: #431407;
    font-weight: 700;
    padding: .7rem 1.6rem;
    border-radius: 2rem;
    box-shadow: 0 10px 26px rgba(245, 158, 11, .45);
    animation: heroUp .7s .3s ease both;
    transition: transform .2s ease, box-shadow .2s ease;
}
.hero-slider .carousel-caption .btn:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 16px 34px rgba(245, 158, 11, .55); }
.hero-slider .carousel-indicators button {
    width: 34px;
    height: 5px;
    border-radius: 3px;
    background: rgba(255, 255, 255, .45);
    border: 0;
}
.hero-slider .carousel-indicators .active { background: var(--bld-accent-2); }
@keyframes heroUp {
    from { opacity: 0; transform: translateY(28px); }
    to   { opacity: 1; transform: none; }
}
@media (max-width: 767.98px) {
    .hero-slider .carousel-item { height: 400px; }
    .hero-slider .carousel-caption { right: 8%; }
    .hero-slider .carousel-caption h2 { font-size: 1.7rem; }
}

/* ---------- Hızlı erişim ---------- */
.quick-access { margin-top: -56px; position: relative; z-index: 10; }
.quick-access .qa-card {
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(12px);
    border-radius: 1.1rem;
    border: 1px solid rgba(255, 255, 255, .7);
    box-shadow: var(--bld-shadow);
    padding: 1.4rem .75rem 1.15rem;
    text-align: center;
    text-decoration: none;
    color: #3f3f46;
    display: block;
    transition: transform .22s ease, box-shadow .22s ease;
    height: 100%;
}
.quick-access .qa-card:hover { transform: translateY(-8px); box-shadow: var(--bld-shadow-lg); color: var(--bld-primary); }
.quick-access .qa-card .bi {
    font-size: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 1rem;
    color: #fff;
    margin-bottom: .7rem;
    box-shadow: 0 10px 22px rgba(79, 70, 229, .35);
    transition: transform .22s ease;
}
.quick-access .qa-card:hover .bi { transform: scale(1.12) rotate(-6deg); }
.quick-access .col-4:nth-child(6n+1) .qa-card .bi { background: linear-gradient(135deg, #4f46e5, #818cf8); }
.quick-access .col-4:nth-child(6n+2) .qa-card .bi { background: linear-gradient(135deg, #7c3aed, #a78bfa); }
.quick-access .col-4:nth-child(6n+3) .qa-card .bi { background: linear-gradient(135deg, #c026d3, #e879f9); }
.quick-access .col-4:nth-child(6n+4) .qa-card .bi { background: linear-gradient(135deg, #db2777, #f472b6); }
.quick-access .col-4:nth-child(6n+5) .qa-card .bi { background: linear-gradient(135deg, #ea580c, #fb923c); }
.quick-access .col-4:nth-child(6n+6) .qa-card .bi { background: linear-gradient(135deg, #0d9488, #2dd4bf); }
.quick-access .qa-card span { font-size: .85rem; font-weight: 700; }

/* ---------- İstatistik şeridi ---------- */
.stats-band {
    background: var(--bld-grad);
    color: #fff;
    padding: 3rem 0;
    margin: 3.5rem 0 0;
    position: relative;
    overflow: hidden;
}
.stats-band::before,
.stats-band::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
}
.stats-band::before { width: 340px; height: 340px; top: -170px; right: -80px; }
.stats-band::after { width: 240px; height: 240px; bottom: -140px; left: -60px; }
.stats-band .stat .bi {
    font-size: 1.6rem;
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .25);
    margin-bottom: .8rem;
}
.stats-band .stat .sayi { font-size: 2.4rem; font-weight: 800; line-height: 1; }
.stats-band .stat .etiket { color: rgba(255, 255, 255, .85); font-weight: 600; font-size: .92rem; }

/* ---------- Bölüm başlıkları ---------- */
.section-title {
    font-weight: 800;
    color: var(--bld-ink);
    position: relative;
    padding-bottom: .65rem;
    letter-spacing: -.01em;
}
.section-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 64px;
    height: 5px;
    border-radius: 3px;
    background: var(--bld-grad);
}
.section-title::before {
    content: "";
    position: absolute;
    left: 70px;
    bottom: 0;
    width: 14px;
    height: 5px;
    border-radius: 3px;
    background: var(--bld-gold);
}

/* "Tümü" butonları */
.btn-outline-primary {
    --bs-btn-color: var(--bld-primary);
    --bs-btn-border-color: #c7d2fe;
    --bs-btn-hover-bg: var(--bld-primary);
    --bs-btn-hover-border-color: var(--bld-primary);
    border-radius: 2rem;
    font-weight: 600;
}
.btn-primary {
    background: var(--bld-grad);
    border: 0;
    font-weight: 700;
    border-radius: .8rem;
    box-shadow: 0 8px 20px rgba(79, 70, 229, .35);
    transition: transform .2s ease, box-shadow .2s ease;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(79, 70, 229, .45); }

/* ---------- İçerik kartları ---------- */
.content-card {
    border: 0;
    border-radius: 1.15rem;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
    height: 100%;
    background: #fff;
    box-shadow: 0 4px 18px rgba(30, 27, 75, .07);
}
.content-card:hover { transform: translateY(-8px); box-shadow: var(--bld-shadow-lg); }
.content-card a { overflow: hidden; }
.content-card img.cover {
    width: 100%;
    height: 205px;
    object-fit: cover;
    transition: transform .45s ease;
}
.content-card:hover img.cover { transform: scale(1.07); }
.content-card .card-title { font-size: 1.05rem; }
.content-card .card-title a { color: var(--bld-ink); text-decoration: none; }
.content-card .card-title a:hover { color: var(--bld-primary); }
.content-card .meta { font-size: .78rem; color: #8b5cf6; font-weight: 600; }
.content-card .badge { font-weight: 600; }

/* ---------- Duyuru listesi ---------- */
.duyuru-item {
    display: flex;
    gap: 1rem;
    padding: .8rem .9rem;
    margin-bottom: .6rem;
    border: 0;
    border-radius: .9rem;
    background: #fff;
    box-shadow: 0 3px 12px rgba(30, 27, 75, .06);
    text-decoration: none;
    align-items: center;
    transition: transform .2s ease, box-shadow .2s ease;
    position: relative;
}
.duyuru-item::after {
    content: "\F135";
    font-family: "bootstrap-icons";
    position: absolute;
    right: 1rem;
    color: #c4b5fd;
    opacity: 0;
    transition: all .2s ease;
}
.duyuru-item:hover { transform: translateX(6px); box-shadow: var(--bld-shadow); }
.duyuru-item:hover::after { opacity: 1; right: .8rem; }
.duyuru-item .tarih-kutu {
    background: var(--bld-grad);
    border: 0;
    color: #fff;
    border-radius: .75rem;
    text-align: center;
    min-width: 58px;
    padding: .45rem .3rem;
    flex-shrink: 0;
    box-shadow: 0 6px 14px rgba(79, 70, 229, .35);
}
.duyuru-item .tarih-kutu .gun { font-size: 1.3rem; font-weight: 800; line-height: 1; }
.duyuru-item .tarih-kutu .ay { font-size: .68rem; text-transform: uppercase; font-weight: 700; letter-spacing: .06em; }
.duyuru-item .baslik { color: var(--bld-ink); font-weight: 600; font-size: .93rem; padding-right: 1.6rem; }
.duyuru-item:hover .baslik { color: var(--bld-primary); }

/* ---------- Sayfa başlığı şeridi ---------- */
.page-head {
    background: var(--bld-grad);
    color: #fff;
    padding: 3.2rem 0;
    position: relative;
    overflow: hidden;
}
.page-head::before,
.page-head::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, .09);
}
.page-head::before { width: 300px; height: 300px; top: -150px; right: -60px; }
.page-head::after { width: 200px; height: 200px; bottom: -120px; right: 22%; }
.page-head .container { position: relative; z-index: 2; }
.page-head h1 { font-weight: 800; font-size: 2rem; margin: 0; letter-spacing: -.01em; text-shadow: 0 3px 14px rgba(0, 0, 0, .2); }
.page-head .breadcrumb { margin: .5rem 0 0; --bs-breadcrumb-divider-color: rgba(255,255,255,.5); }
.page-head .breadcrumb a { color: rgba(255, 255, 255, .8); text-decoration: none; }
.page-head .breadcrumb a:hover { color: #fbbf24; }
.page-head .breadcrumb .active { color: #fde68a; }

/* ---------- İçerik gövdesi ---------- */
.icerik-govde { line-height: 1.85; font-size: 1.02rem; }
.icerik-govde img { max-width: 100%; height: auto; border-radius: .9rem; box-shadow: var(--bld-shadow); }
.icerik-govde h3, .icerik-govde h4 { color: var(--bld-ink); margin-top: 1.6rem; }
.icerik-govde blockquote {
    border-left: 4px solid var(--bld-violet);
    background: var(--bld-light);
    padding: 1rem 1.25rem;
    border-radius: 0 .75rem .75rem 0;
}

/* ---------- Kartlar (genel) ---------- */
.card { border: 0; border-radius: 1rem; box-shadow: 0 4px 18px rgba(30, 27, 75, .07); }
.card-header {
    background: #fff;
    border-bottom: 1px solid #f1f0fb;
    font-weight: 700;
    color: var(--bld-ink);
    border-radius: 1rem 1rem 0 0 !important;
}
.nav-pills .nav-link { border-radius: 2rem; font-weight: 600; color: #6d28d9; }
.nav-pills .nav-link.active { background: var(--bld-grad); box-shadow: 0 6px 16px rgba(79, 70, 229, .35); }
.pagination .page-link { border-radius: .6rem; margin: 0 .15rem; border: 0; color: var(--bld-primary); font-weight: 600; }
.pagination .page-item.active .page-link { background: var(--bld-grad); box-shadow: 0 6px 14px rgba(79, 70, 229, .35); }
.table thead { color: var(--bld-ink); }

/* ---------- Başkan köşesi ---------- */
.baskan-box {
    background: var(--bld-grad-soft);
    color: #fff;
    border-radius: 1.5rem;
    position: relative;
    overflow: hidden;
    box-shadow: var(--bld-shadow-lg);
}
.baskan-box::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(251, 191, 36, .22) 0%, transparent 65%);
    top: -160px;
    right: -100px;
}
.baskan-box::after {
    content: "\F59F";
    font-family: "bootstrap-icons";
    position: absolute;
    right: 2.2rem;
    bottom: 1rem;
    font-size: 6rem;
    color: rgba(255, 255, 255, .07);
}
.baskan-box img {
    width: 185px;
    height: 225px;
    object-fit: cover;
    border-radius: 1.1rem;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .35);
    border: 3px solid rgba(251, 191, 36, .65);
    position: relative;
    z-index: 2;
}
.baskan-box .btn-light {
    border-radius: 2rem;
    font-weight: 700;
    color: var(--bld-primary-dark);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
}
.baskan-box p { color: rgba(255, 255, 255, .92); font-size: 1.05rem; }

/* ---------- Galeri ---------- */
.galeri-thumb {
    border-radius: 1rem;
    overflow: hidden;
    display: block;
    position: relative;
    box-shadow: 0 4px 16px rgba(30, 27, 75, .1);
}
.galeri-thumb::after {
    content: "\F52A";
    font-family: "bootstrap-icons";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    color: #fff;
    background: linear-gradient(135deg, rgba(79, 70, 229, .55), rgba(192, 38, 211, .55));
    opacity: 0;
    transition: opacity .25s ease;
}
.galeri-thumb:hover::after { opacity: 1; }
.galeri-thumb img { width: 100%; height: 185px; object-fit: cover; transition: transform .35s ease; }
.galeri-thumb:hover img { transform: scale(1.09); }

/* ---------- Footer ---------- */
.site-footer {
    background: linear-gradient(180deg, #1e1b4b 0%, #141133 100%);
    color: #a5b4fc;
    position: relative;
}
.site-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: var(--bld-grad);
}
.site-footer h5 {
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 1.1rem;
    position: relative;
    padding-bottom: .5rem;
}
.site-footer h5::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 3px;
    border-radius: 2px;
    background: var(--bld-gold);
}
.site-footer a { color: #a5b4fc; text-decoration: none; display: inline-block; padding: .16rem 0; transition: all .2s; }
.site-footer a:hover { color: #fbbf24; transform: translateX(3px); }
.site-footer .social a {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: .8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: .45rem;
    font-size: 1.05rem;
    transition: all .25s;
}
.site-footer .social a:hover { background: var(--bld-grad); color: #fff; transform: translateY(-4px); border-color: transparent; }
.site-footer .footer-bottom { border-top: 1px solid rgba(255, 255, 255, .08); font-size: .82rem; }

/* ---------- Başa dön ---------- */
.back-to-top {
    position: fixed;
    right: 1.4rem;
    bottom: 1.4rem;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 1rem;
    background: var(--bld-grad);
    color: #fff;
    font-size: 1.2rem;
    box-shadow: 0 10px 26px rgba(79, 70, 229, .45);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: all .3s ease;
    z-index: 1500;
}
.back-to-top.show { opacity: 1; visibility: visible; transform: none; }
.back-to-top:hover { transform: translateY(-3px); }

/* ---------- Kaydırma animasyonları ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
    .reveal { opacity: 1; transform: none; transition: none; }
    .hero-slider .carousel-caption h2,
    .hero-slider .carousel-caption p,
    .hero-slider .carousel-caption .btn { animation: none; }
}

/* ---------- Özel kartlar ---------- */
.vefat-card { border-left: 4px solid #6b7280; border-radius: 1rem; }
.eczane-bugun { border: 2px solid #10b981; box-shadow: 0 14px 34px rgba(16, 185, 129, .18) !important; }
.eczane-bugun .card-header { background: linear-gradient(135deg, #059669, #10b981) !important; border-radius: .9rem .9rem 0 0 !important; }

/* ---------- Lightbox ---------- */
.bld-lightbox {
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: rgba(20, 17, 51, .94);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}
.bld-lightbox img { max-width: 100%; max-height: 90vh; border-radius: 1rem; box-shadow: 0 30px 80px rgba(0, 0, 0, .6); }
.bld-lightbox .close-btn {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    background: rgba(255, 255, 255, .1);
    border: 0;
    border-radius: .8rem;
    width: 46px;
    height: 46px;
    color: #fff;
    font-size: 1.6rem;
    cursor: pointer;
}
.bld-lightbox .close-btn:hover { background: var(--bld-fuchsia); }

/* ---------- Erişilebilirlik Butonları & Temaları ---------- */
.btn-access-sm {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 0.15rem 0.45rem;
    border-radius: 0.35rem;
    font-size: 0.72rem;
    font-weight: 700;
    transition: all 0.2s ease;
}
.btn-access-sm:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
}

body.bld-dark-mode {
    background: #0f172a !important;
    color: #f1f5f9 !important;
}
body.bld-dark-mode .card,
body.bld-dark-mode .content-card,
body.bld-dark-mode .qa-card,
body.bld-dark-mode .duyuru-item,
body.bld-dark-mode .site-header-centered .logo-badge-inner,
body.bld-dark-mode .logo-circle {
    background: #1e293b !important;
    color: #f8fafc !important;
    border-color: #334155 !important;
}
body.bld-dark-mode .badge-site-title,
body.bld-dark-mode .card-title a,
body.bld-dark-mode .text-dark,
body.bld-dark-mode h1, body.bld-dark-mode h2, body.bld-dark-mode h3, body.bld-dark-mode h4, body.bld-dark-mode h5, body.bld-dark-mode h6 {
    color: #f8fafc !important;
    -webkit-text-fill-color: initial !important;
}

body.bld-mono-mode {
    filter: grayscale(100%);
}

/* ---------- Son Dakika Kayan Duyuru Şeridi ---------- */
.ticker-bar {
    background: #1e1b4b;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 2px solid var(--bld-accent);
    color: #fff;
    font-size: 0.84rem;
    padding: 0.45rem 0;
    margin-top: 0;
    position: relative;
    z-index: 80;
}
.ticker-content {
    position: relative;
}
.ticker-badge {
    background: var(--bld-gold);
    color: #431407;
    font-weight: 800;
    padding: 0.25rem 0.75rem;
    border-radius: 2rem;
    font-size: 0.72rem;
    letter-spacing: 0.05em;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(245, 158, 11, 0.35);
}
.ticker-track {
    display: flex;
    gap: 2.5rem;
    white-space: nowrap;
    animation: tickerMove 28s linear infinite;
}
.ticker-track:hover {
    animation-play-state: paused;
}
.ticker-item {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}
.ticker-item:hover {
    color: #fbbf24;
}

@keyframes tickerMove {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

.hover-lift {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.hover-lift:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(30, 27, 75, 0.15) !important;
}

