:root {
  --red: #C8102E;
  --navy: #1a1a2e;
  --gold: #D4AF37;
  --white: #fff;
  --gray: #f5f5f5;
  --text: #333;
  --border: #e0e0e0;
  --shadow: 0 4px 20px rgba(0,0,0,0.1);
}
* { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { font-family:'Inter',sans-serif; color:var(--text); background:#fff; }

/* ── TOP BAR ── */
.top-bar { background:var(--navy); color:#ccc; font-size:13px; padding:8px 0; }
.top-bar .container { display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:8px; }
.top-bar a { color:#ccc; text-decoration:none; }
.top-bar a:hover { color:#fff; }
.top-info { display:flex; gap:20px; align-items:center; }
.top-info span { display:flex; align-items:center; gap:6px; }
.top-right { display:flex; gap:16px; align-items:center; }
.top-social { display:flex; gap:10px; }
.top-social a { color:#ccc; font-size:14px; }
.top-social a:hover { color:var(--gold); }

/* ── HEADER ── */
.site-header { background:#fff; padding:16px 0; box-shadow:0 2px 10px rgba(0,0,0,0.08); position:sticky; top:0; z-index:1000; }
.site-header .container { display:flex; justify-content:space-between; align-items:center; gap:16px; }
.logo-area { display:flex; align-items:center; gap:14px; text-decoration:none; }
.logo-img { width:95px; height:95px; border-radius:50%; object-fit:cover; transition: transform .2s ease; }
.logo-text h1 { font-size:17px; font-weight:800; color:var(--navy); line-height:1.25; }
.logo-text .slogan { color:var(--red); font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:1px; margin-top:3px; }
.header-btns { display:flex; gap:10px; align-items:center; }
.btn-bagis { background:var(--red); color:#fff; padding:10px 18px; border-radius:6px; text-decoration:none; font-size:13px; font-weight:700; display:flex; align-items:center; gap:6px; transition:.2s; }
.btn-bagis:hover { background:#a00d24; }
.btn-uye { background:var(--navy); color:#fff; padding:10px 18px; border-radius:6px; text-decoration:none; font-size:13px; font-weight:700; display:flex; align-items:center; gap:6px; transition:.2s; }
.btn-uye:hover { background:#0d1421; }
.btn-ara { background:none; border:none; cursor:pointer; color:var(--navy); font-size:18px; padding:8px; }

/* ── NAVBAR ── */
.main-nav { background:#1e293b; }
.main-nav .container { display:flex; align-items:center; }
.nav-list { list-style:none; display:flex; margin:0; padding:0; }
.nav-list > li { position:relative; }
.nav-list > li > a { color:#fff; text-decoration:none; padding:14px 16px; display:block; font-size:13px; font-weight:600; letter-spacing:.4px; transition:.2s; border-bottom:3px solid transparent; }
.nav-list > li > a:hover,
.nav-list > li > a.active { color:#fff; border-bottom-color:var(--red); }
.nav-list > li.dropdown:hover .dropdown-menu { display:block; }
.dropdown-menu { display:none; position:absolute; top:100%; left:0; background:#fff; min-width:200px; border-top:3px solid var(--red); box-shadow:var(--shadow); z-index:999; }
.dropdown-menu a { display:block; padding:10px 18px; color:var(--text); text-decoration:none; font-size:13px; border-bottom:1px solid var(--border); transition:.15s; }
.dropdown-menu a:hover { background:var(--gray); color:var(--red); padding-left:24px; }
.hamburger { display:none; background:none; border:none; cursor:pointer; padding:12px; color:#fff; font-size:22px; margin-left:auto; }

/* ── CONTAINER ── */
.container { max-width:1200px; margin:0 auto; padding:0 16px; }

/* ── HERO SLIDER (Türk Bayrağı Ön Planda Net Görünür Banner) ── */
.hero-slider {
  position: relative;
  height: 480px;
  background: #0b1a2d;
  overflow: hidden;
}
.slides-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide.active {
  opacity: 1;
}
.slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11,26,45,0.25) 0%, rgba(0,0,0,0.1) 50%, rgba(11,26,45,0.4) 100%);
  pointer-events: none;
}

/* Center Content Overlay (Bayrağı Kapatmayan Şeffaf Metin Alanı) */
.slide-overlay-content {
  position: relative;
  z-index: 5;
  text-align: center;
  max-width: 720px;
  padding: 0 20px;
}
.slide-main-title {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 44px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.15;
  letter-spacing: 1.5px;
  margin-bottom: 14px;
  text-transform: uppercase;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.9), 0 1px 3px rgba(0, 0, 0, 0.8);
}
.slide-main-title .text-red {
  color: #ff3b5c;
  display: block;
  text-shadow: 0 3px 15px rgba(160, 12, 36, 0.9), 0 2px 4px rgba(0, 0, 0, 0.9);
}
.slide-sub-title {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.55;
  margin-bottom: 26px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9);
}
.slide-buttons-row {
  display: flex;
  justify-content: center;
  gap: 14px;
}
.hs-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(0,0,0,0.4);
  transition: transform .2s, box-shadow .2s;
}
.hs-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.5);
  color: #fff;
}
.hs-btn-red { background: #a00c24; }
.hs-btn-navy { background: #0b1a2d; }
.hs-btn-gold { background: #c59b27; }

.slider-dots-overlay {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}
.slider-dots-overlay .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: all 0.25s ease;
}
.slider-dots-overlay .dot.active {
  background: #a00c24;
  width: 26px;
  border-radius: 5px;
}

/* Sağ Tarafta Başkan Katmanı */
.baskan-hero-layer {
  position: absolute;
  right: 4%;
  bottom: 0;
  height: 96%;
  z-index: 6;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.baskan-hero-layer img {
  height: 82%;
  max-height: 400px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 28px rgba(0,0,0,0.6));
  border-radius: 12px 12px 0 0;
}
.baskan-badge-card {
  width: 100%;
  min-width: 250px;
  max-width: 300px;
  background: #0b1a2d;
  color: #fff;
  padding: 10px 18px;
  text-align: center;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.4);
  border-top: 3px solid #a00c24;
  margin-top: -6px;
  z-index: 7;
}
.baskan-badge-card strong {
  display: block;
  font-size: 15px;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.baskan-badge-card span {
  display: block;
  font-size: 11px;
  color: #e2e8f0;
  font-weight: 600;
  margin-top: 2px;
}
.baskan-badge-card small {
  display: block;
  font-size: 9.5px;
  color: #94a3b8;
  margin-top: 1px;
}

@media (max-width: 1024px) {
  .baskan-hero-layer { right: 2%; height: 80%; }
  .baskan-hero-layer img { max-height: 360px; }
}
@media (max-width: 768px) {
  .hero-slider { height: 400px; }
  .baskan-hero-layer { display: none; }
  .slide-overlay-content { margin: 0 16px; padding: 16px 20px; }
  .slide-main-title { font-size: 26px; }
  .slide-sub-title { font-size: 12px; margin-bottom: 16px; }
  .slide-buttons-row { flex-wrap: wrap; gap: 8px; }
  .hs-btn { padding: 8px 14px; font-size: 11px; }
}

/* ── HIZLI ERİŞİM ── */
.quick-access { background:#fff; padding:0; box-shadow:0 4px 20px rgba(0,0,0,.08); }
.quick-access .container { display:grid; grid-template-columns:repeat(6,1fr); }
.quick-item { padding:22px 12px; text-align:center; cursor:pointer; border-right:1px solid var(--border); transition:.2s; text-decoration:none; color:var(--text); }
.quick-item:last-child { border-right:none; }
.quick-item:hover { background:var(--red); color:#fff; }
.quick-item .qi-icon { font-size:26px; color:var(--red); margin-bottom:8px; display:block; transition:.2s; }
.quick-item:hover .qi-icon { color:#fff; }
.quick-item h4 { font-size:12px; font-weight:700; line-height:1.3; }
.quick-item p { font-size:11px; opacity:.7; margin-top:3px; }

/* ── PAGE HERO (SAYFA BAŞLIĞI ARKAPLANI) ── */
.page-hero {
  position: relative;
  padding: 60px 0;
  background-color: var(--navy);
  background-image: linear-gradient(135deg, rgba(11, 26, 45, 0.9), rgba(160, 12, 36, 0.78)), url('../../uploads/slider/slider1.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
  box-shadow: inset 0 -10px 25px rgba(0, 0, 0, 0.35);
  border-bottom: 3px solid var(--red);
}
.page-hero h1 {
  font-size: 30px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  letter-spacing: -0.3px;
}
.page-hero .breadcrumb {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.page-hero .breadcrumb a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  transition: opacity 0.2s ease;
}
.page-hero .breadcrumb a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

/* ── SECTION ── */
.section { padding:60px 0; }
.section-alt { background:var(--gray); }
.section-title { font-size:1.6rem; font-weight:800; color:var(--navy); margin-bottom:6px; }
.section-line { width:50px; height:3px; background:var(--red); margin-bottom:24px; }
.section-header { display:flex; justify-content:space-between; align-items:flex-start; margin-bottom:24px; }
.more-link { color:var(--red); text-decoration:none; font-size:13px; font-weight:600; white-space:nowrap; }
.more-link:hover { text-decoration:underline; }

/* ── 4 KOLON ── */
.grid-section { background:#f8fafc; padding:48px 0; }
.content-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }

.col-card {
  background:#fff;
  border-radius:10px;
  border:1px solid #e2e8f0;
  box-shadow:0 4px 12px rgba(0,0,0,0.03);
  padding:20px;
  display:flex;
  flex-direction:column;
}

.col-card-header {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:16px;
  padding-bottom:12px;
  border-bottom:1px solid #f1f5f9;
}

.col-card-title {
  font-size:14px;
  font-weight:800;
  color:#1e293b;
  letter-spacing:.3px;
  margin:0;
}

.header-link {
  font-size:12px;
  font-weight:600;
  color:#2563eb;
  text-decoration:none;
}
.header-link:hover { text-decoration:underline; }

.col-card-body {
  flex:1;
  display:flex;
  flex-direction:column;
}
.col-card-flex-body {
  justify-content:space-between;
}

/* 1. Başkanın Mesajı Card */
.baskan-flex {
  display:flex;
  gap:14px;
  align-items:flex-start;
  margin-bottom:16px;
}
.baskan-img-area {
  flex-shrink:0;
  width:100px;
}
.baskan-img {
  width:100px;
  height:135px;
  object-fit:cover;
  border-radius:6px;
  box-shadow:0 2px 8px rgba(0,0,0,0.1);
}
.baskan-img-ph {
  width:100px;
  height:135px;
  background:linear-gradient(135deg,#1a1a2e,#2a3f5f);
  border-radius:6px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:rgba(255,255,255,.4);
  font-size:36px;
}
.baskan-text-area {
  flex:1;
}
.baskan-excerpt {
  font-size:11px;
  line-height:1.55;
  color:#475569;
  margin-bottom:10px;
  display:-webkit-box;
  -webkit-line-clamp:5;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.baskan-name {
  font-size:13px;
  font-weight:800;
  color:#0f172a;
}
.baskan-unvan {
  font-size:11px;
  color:#64748b;
  margin-top:2px;
}
.btn-baskan-red {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  background:var(--red);
  color:#fff;
  padding:10px;
  border-radius:6px;
  text-decoration:none;
  font-size:12px;
  font-weight:700;
  margin-top:auto;
  transition:background .2s;
}
.btn-baskan-red:hover { background:#a00d24; }

/* 2. Son Haberler List */
.news-list { display:flex; flex-direction:column; gap:12px; }
.news-item { display:flex; gap:12px; align-items:center; }
.news-thumb { width:64px; height:46px; object-fit:cover; border-radius:6px; flex-shrink:0; }
.news-thumb-ph { width:64px; height:46px; background:#e2e8f0; border-radius:6px; display:flex; align-items:center; justify-content:center; color:#94a3b8; font-size:18px; flex-shrink:0; }
.news-info h4 { font-size:12px; font-weight:700; color:#1e293b; line-height:1.35; margin-bottom:3px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.news-info h4 a { color:inherit; text-decoration:none; }
.news-info h4 a:hover { color:var(--red); }
.news-date { font-size:11px; color:#94a3b8; }

/* 3. Etkinlik Takvimi List */
.events-list { display:flex; flex-direction:column; gap:14px; }
.event-item { display:flex; gap:12px; align-items:center; }
.event-date-box { width:44px; flex-shrink:0; border-radius:6px; overflow:hidden; border:1px solid #cbd5e1; }
.event-date-box .month-badge { background:var(--red); color:#fff; font-size:9px; font-weight:800; text-align:center; padding:2px 0; text-transform:uppercase; letter-spacing:.5px; }
.event-date-box .day-number { background:#fff; color:#0f172a; font-size:16px; font-weight:900; text-align:center; padding:3px 0; line-height:1; }
.event-info h4 { font-size:12px; font-weight:700; color:#1e293b; line-height:1.35; margin-bottom:3px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.event-info h4 a { color:inherit; text-decoration:none; }
.event-info h4 a:hover { color:var(--red); }
.event-date-text { font-size:11px; color:#94a3b8; }

/* 4. Duyurular List */
.duyuru-list { display:flex; flex-direction:column; gap:14px; }
.duyuru-item { display:flex; gap:12px; align-items:center; }
.duyuru-icon-wrap { width:28px; height:28px; display:flex; align-items:center; justify-content:center; color:var(--red); font-size:18px; flex-shrink:0; }
.duyuru-info h4 { font-size:12px; font-weight:700; color:#1e293b; line-height:1.35; margin-bottom:3px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.duyuru-info h4 a { color:inherit; text-decoration:none; }
.duyuru-info h4 a:hover { color:var(--red); }
.duyuru-date { font-size:11px; color:#94a3b8; }

/* Bottom Outline Button */
.btn-col-outline {
  display:block;
  width:100%;
  text-align:center;
  padding:8px;
  border:1px solid #cbd5e1;
  border-radius:6px;
  color:#2563eb;
  font-size:12px;
  font-weight:600;
  text-decoration:none;
  margin-top:16px;
  transition:all .2s;
}
.btn-col-outline:hover {
  background:#f1f5f9;
  border-color:#94a3b8;
}

/* ── ŞUBELER ── */
.subeler-section {
  padding: 40px 0 50px;
  background: #f8fafc;
}
.subeler-wrapper-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px 28px 32px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.03);
  position: relative;
}
.subeler-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
  position: relative;
}
.subeler-center-title {
  flex: 1;
  text-align: center;
}
.subeler-center-title h2 {
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: 0.5px;
  margin: 0;
  text-transform: uppercase;
}
.subeler-center-title .title-red-bar {
  width: 50px;
  height: 3px;
  background: var(--red);
  margin: 6px auto 0;
  border-radius: 2px;
}
.btn-all-subeler {
  position: absolute;
  right: 0;
  top: -4px;
  background: #ffffff;
  color: var(--navy);
  border: 1px solid #cbd5e1;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}
.btn-all-subeler:hover {
  background: var(--navy);
  color: #ffffff;
  border-color: var(--navy);
}

.subeler-slider-box {
  position: relative;
}
.subeler-slider {
  position: relative;
  overflow: hidden;
  padding: 4px;
}
.subeler-track {
  display: flex;
  gap: 16px;
  transition: transform 0.4s ease-in-out;
}

.sube-card {
  flex: 0 0 calc(16.666% - 13.4px);
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 20px 12px 16px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
  transition: all 0.25s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sube-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border-color: #cbd5e1;
  transform: translateY(-3px);
}
.sube-ilce {
  font-size: 13px;
  font-weight: 800;
  color: #0f172a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.2;
}
.sube-baslik {
  font-size: 10px;
  font-weight: 700;
  color: #64748b;
  letter-spacing: 0.5px;
  margin-top: 2px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.sube-photo {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #f1f5f9;
  margin: 0 auto 12px;
  display: block;
  background: #e2e8f0 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='35' r='20' fill='%2394a3b8'/%3E%3Cpath d='M10 90 Q50 55 90 90' fill='%2394a3b8'/%3E%3C/svg%3E") center/cover;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.sube-name {
  font-size: 14px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 2px;
  line-height: 1.2;
}
.sube-unvan {
  font-size: 11px;
  color: #64748b;
  font-weight: 600;
  margin-bottom: 8px;
}
.sube-tel {
  font-size: 11px;
  color: #334155;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 14px;
  margin-top: auto;
}
.btn-sube {
  background: var(--red);
  color: #ffffff !important;
  width: 100%;
  padding: 8px 10px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-shadow: 0 2px 6px rgba(200, 16, 46, 0.2);
}
.btn-sube:hover {
  background: #a00c24;
  box-shadow: 0 4px 12px rgba(200, 16, 46, 0.35);
}

/* Subeler Prev/Next Floating Buttons */
.sube-prev-btn,
.sube-next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #0f172a;
  z-index: 10;
  transition: all 0.2s ease;
}
.sube-prev-btn { left: -18px; }
.sube-next-btn { right: -18px; }

.sube-prev-btn:hover,
.sube-next-btn:hover {
  background: var(--red);
  color: #ffffff;
  border-color: var(--red);
  box-shadow: 0 6px 16px rgba(200,16,46,0.3);
}

/* ── SAYAÇ / İSTATİSTİKLER BARI ── */
.stats-section {
  background: #0b1a2d;
  padding: 24px 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
}
.stat-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 8px 16px;
  border-right: 1px solid rgba(255,255,255,0.12);
}
.stat-item:last-child {
  border-right: none;
}
.stat-icon-box {
  font-size: 32px;
  color: #fff;
  opacity: 0.9;
  flex-shrink: 0;
}
.stat-content {
  display: flex;
  flex-direction: column;
}
.stat-value {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
}
.stat-label {
  font-size: 11px;
  color: rgba(255,255,255,0.7);
  margin-top: 3px;
  white-space: nowrap;
}

/* ── 5 KARTLI MEDYA & BAĞIŞ KISMI ── */
.media-section {
  padding: 30px 0 50px;
  background: #fff;
}
.media-grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.mcard {
  position: relative;
  height: 160px;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
  transition: transform .25s ease, box-shadow .25s ease;
}
.mcard:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
.mcard-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mcard-ph {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  color: rgba(255,255,255,0.25);
}
.mcard-ph-1 { background: linear-gradient(135deg, #1e293b, #0f172a); }
.mcard-ph-2 { background: linear-gradient(135deg, #2b374e, #1a2332); }
.mcard-ph-3 { background: linear-gradient(135deg, #2d5a27, #1b3d17); }
.mcard-ph-4 { background: linear-gradient(135deg, #334155, #1e293b); }

.mcard-overlay {
  position: relative;
  z-index: 2;
  padding: 16px;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
  width: 100%;
}
.mcard-overlay h4 {
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 2px;
  letter-spacing: .3px;
}
.mcard-overlay p {
  font-size: 11px;
  color: rgba(255,255,255,0.75);
  margin: 0;
}

/* Kırmızı Online Bağış Kartı */
.mcard-bagis {
  background: var(--red);
  padding: 18px;
  justify-content: space-between;
}
.mcard-bagis-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.mcard-bagis-top h4 {
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 4px;
}
.mcard-bagis-top p {
  font-size: 10px;
  color: rgba(255,255,255,0.9);
  line-height: 1.3;
  margin: 0;
}
.mcard-bagis-icon {
  font-size: 38px;
  color: #fff;
  opacity: 0.95;
  margin-left: 6px;
}
.mcard-bagis-btn {
  background: #fff;
  border-radius: 5px;
  padding: 6px 14px;
  display: inline-block;
  align-self: flex-start;
  margin-top: auto;
}
.mcard-bagis-btn span {
  font-size: 11px;
  font-weight: 700;
  color: #000;
}

/* ── FOOTER ── */
.site-footer {
  background: #08101d;
  color: #fff;
  padding: 40px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.1fr 1.8fr 1.8fr 1.6fr;
  gap: 24px;
  padding-bottom: 40px;
}
.footer-col {
  border-right: 1px solid rgba(255,255,255,0.12);
  padding-right: 20px;
}
.footer-col-last {
  border-right: none;
  padding-right: 0;
}
.footer-col h4 {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .5px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-col ul li {
  margin-bottom: 7px;
}
.footer-col ul li a {
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  font-size: 12px;
  transition: color .2s;
}
.footer-col ul li a:hover {
  color: #fff;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.footer-logo-img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.footer-logo-ph {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}
.footer-brand-title {
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  line-height: 1.25;
  text-transform: uppercase;
}
.footer-desc {
  font-size: 11px;
  color: rgba(255,255,255,0.65);
  line-height: 1.5;
  margin-bottom: 14px;
}
.footer-social {
  display: flex;
  gap: 14px;
}
.footer-social a {
  color: #fff;
  font-size: 14px;
  opacity: 0.8;
  transition: opacity .2s;
  text-decoration: none;
}
.footer-social a:hover {
  opacity: 1;
  color: var(--gold);
}
.footer-contact-item {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  color: rgba(255,255,255,0.8);
  margin-bottom: 10px;
}
.footer-contact-item i {
  color: #fff;
  font-size: 13px;
  width: 16px;
  text-align: center;
  flex-shrink: 0;
  opacity: 0.9;
}
.footer-bulten-text {
  font-size: 11px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 12px;
  line-height: 1.4;
}
.ebulten-input {
  width: 100%;
  padding: 10px 14px;
  border-radius: 5px;
  border: none;
  background: #fff;
  color: #111;
  font-size: 12px;
  margin-bottom: 10px;
  outline: none;
}
.ebulten-btn {
  width: 100%;
  padding: 10px;
  background: var(--red);
  color: #fff;
  border: none;
  border-radius: 5px;
  font-weight: 800;
  font-size: 12px;
  cursor: pointer;
  transition: background .2s;
}
.ebulten-btn:hover {
  background: #a00d24;
}

/* Alt Kırmızı Bant Footer */
.footer-bottom-red {
  background: var(--red);
  padding: 12px 0;
  color: #fff;
  font-size: 12px;
}
.footer-bottom-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-copy {
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer-bottom-nav {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  color: rgba(255,255,255,0.8);
}
.footer-bottom-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
}
.footer-bottom-nav a:hover {
  text-decoration: underline;
}
.footer-bottom-nav span {
  opacity: 0.5;
}

/* ── PAGINATION ── */
.pagination { display:flex; gap:8px; justify-content:center; margin:32px 0; }
.page-btn { padding:8px 14px; border-radius:6px; border:1px solid var(--border); color:var(--text); text-decoration:none; font-size:13px; transition:.2s; }
.page-btn:hover,.page-btn.active { background:var(--red); color:#fff; border-color:var(--red); }

/* ── CARD GRID ── */
.cards-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.card { background:#fff; border-radius:12px; overflow:hidden; box-shadow:0 2px 15px rgba(0,0,0,.07); transition:.2s; border:1px solid var(--border); }
.card:hover { box-shadow:0 8px 30px rgba(0,0,0,.12); transform:translateY(-3px); }
.card-img { width:100%; aspect-ratio:16/9; object-fit:cover; display:block; background:#eee; }
.card-body { padding:20px; }
.card-meta { font-size:12px; color:#999; margin-bottom:8px; display:flex; gap:12px; }
.card-title { font-size:16px; font-weight:700; color:var(--navy); margin-bottom:8px; line-height:1.4; }
.card-title a { color:inherit; text-decoration:none; }
.card-title a:hover { color:var(--red); }
.card-text { font-size:13px; color:#666; line-height:1.7; }
.card-badge { display:inline-block; background:var(--red); color:#fff; font-size:11px; padding:3px 8px; border-radius:4px; margin-bottom:8px; }

/* ── FORM ── */
.form-group { margin-bottom:18px; }
.form-group label { display:block; font-size:13px; font-weight:600; color:var(--navy); margin-bottom:6px; }
.form-control { width:100%; padding:11px 14px; border:1px solid var(--border); border-radius:7px; font-size:14px; font-family:inherit; transition:.2s; background:#fff; }
.form-control:focus { outline:none; border-color:var(--red); box-shadow:0 0 0 3px rgba(200,16,46,.1); }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.btn-submit { background:var(--red); color:#fff; padding:13px 32px; border:none; border-radius:7px; font-size:14px; font-weight:700; cursor:pointer; transition:.2s; }
.btn-submit:hover { background:#a00d24; }

/* ── GALERİ ── */
.gallery-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }
.gallery-item { aspect-ratio:1; overflow:hidden; border-radius:8px; cursor:pointer; }
.gallery-item img { width:100%; height:100%; object-fit:cover; transition:.3s; }
.gallery-item:hover img { transform:scale(1.07); }

/* ── MOBILE NAV BACKDROP & DRAWER HEADER ── */
.nav-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(4px);
  z-index: 99998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.nav-backdrop.active {
  opacity: 1;
  visibility: visible;
}
body.menu-open {
  overflow: hidden;
}

.mobile-drawer-header {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background: #06111f;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.mobile-drawer-title {
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.5px;
}
.mobile-drawer-title i {
  color: var(--gold);
}
.mobile-drawer-close {
  background: rgba(255,255,255,0.1);
  color: #fff;
  border: none;
  width: 34px;
  height: 34px;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.mobile-drawer-close:hover {
  background: var(--red);
}

.mobile-nav-actions {
  display: none;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  margin-top: 10px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.btn-bagis-mobile,
.btn-uye-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  text-align: center;
}
.btn-bagis-mobile {
  background: var(--red);
  color: #fff !important;
}
.btn-uye-mobile {
  background: var(--gold);
  color: #111 !important;
}

/* ── RESPONSIVE ── */
@media(max-width:1024px) {
  .content-grid { grid-template-columns:repeat(2,1fr); }
  .stats-grid { grid-template-columns:repeat(3,1fr); }
  .subeler-track .sube-card { flex:0 0 calc(33.333% - 14px); }
  .cards-grid { grid-template-columns:repeat(2,1fr); }
  .media-grid { grid-template-columns:repeat(2,1fr); }
  .quick-access .container { grid-template-columns:repeat(3,1fr); }
}

@media(max-width:992px) {
  /* TOP BAR MOBİL OPTİMİZASYON */
  .top-bar {
    padding: 6px 0;
    font-size: 11px;
  }
  .top-bar .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
  }
  .top-address,
  .top-map-link {
    display: none !important;
  }
  .top-info {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .top-right {
    display: flex;
    gap: 12px;
    align-items: center;
  }
  .top-social {
    gap: 8px;
  }

  /* HEADER */
  .site-header {
    padding: 12px 0;
  }
  .site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .logo-img {
    height: 50px;
    width: auto;
  }
  .logo-text h1 {
    font-size: 13px;
    line-height: 1.2;
  }
  .logo-text .slogan {
    font-size: 9.5px;
  }
  .header-btns {
    display: none;
  }

  /* HAMBURGER */
  .hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: var(--navy);
    color: #fff;
    border-radius: 8px;
    font-size: 18px;
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    transition: all 0.25s ease;
  }
  .hamburger.active {
    background: var(--red);
  }

  /* MAIN NAV DRAWER */
  .mobile-drawer-header {
    display: flex !important;
    flex-shrink: 0;
  }
  .mobile-nav-actions {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    gap: 10px;
    padding: 20px;
    margin-top: 10px;
    border-top: 1px solid rgba(255,255,255,0.1);
  }

  .main-nav {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    max-width: 88vw;
    height: 100vh;
    background: #0b1a2d;
    z-index: 99999;
    display: flex !important;
    flex-direction: column !important;
    overflow-y: auto;
    transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -6px 0 25px rgba(0,0,0,0.4);
    padding: 0;
  }
  .main-nav.open {
    right: 0;
  }
  .main-nav .container {
    padding: 0;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .nav-list {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    gap: 0;
  }
  .nav-list > li > a {
    padding: 14px 20px;
    font-size: 13px;
    font-weight: 700;
    color: rgba(255,255,255,0.9);
    border-bottom: 1px solid rgba(255,255,255,0.07);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nav-list > li > a:hover,
  .nav-list > li > a.active {
    background: rgba(200, 16, 46, 0.15);
    color: #fff;
    border-left: 4px solid var(--red);
  }

  /* SUBMENU ACCORDION */
  .dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: #06111f;
    display: none;
    padding: 6px 0;
    border-radius: 0;
  }
  .dropdown.active .dropdown-menu {
    display: block;
  }
  .dropdown-menu a {
    padding: 10px 20px 10px 32px;
    font-size: 12px;
    color: rgba(255,255,255,0.75);
    border-bottom: 1px solid rgba(255,255,255,0.04);
  }
  .dropdown-menu a:hover {
    color: var(--gold);
    background: transparent;
  }

  /* MEDYA KARTLARI (5'Lİ GRİD) RESPONSIVE */
  .media-grid-5 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
  }
  .mcard-bagis {
    grid-column: 1 / -1;
    height: auto !important;
    min-height: 110px !important;
  }

  /* FOOTER RESPONSIVE */
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .footer-col {
    border-right: none !important;
    padding-right: 0 !important;
  }
  .footer-bottom-flex {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }
  .footer-bottom-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 10px;
  }
}

@media(max-width:768px) {
  .slide { height:360px; }
  .slide-content { padding:0 24px; }
  .content-grid { grid-template-columns:1fr; }
  .stats-grid { grid-template-columns:repeat(2,1fr); }
  .media-grid { grid-template-columns:repeat(2,1fr); }
  .quick-access .container { grid-template-columns:repeat(2,1fr); }
  .gallery-grid { grid-template-columns:repeat(2,1fr); }
  .subeler-track .sube-card { flex:0 0 calc(50% - 10px); }
  .baskan-card { display:none; }
  .cards-grid { grid-template-columns:1fr; }
}

@media(max-width:576px) {
  /* Şube Başkanlıkları Mobil Düzenleme */
  .subeler-wrapper-card {
    padding: 18px 12px 24px !important;
  }
  .subeler-top-bar {
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 20px !important;
  }
  .subeler-center-title h2 {
    font-size: 15px !important;
    line-height: 1.3 !important;
  }
  .btn-all-subeler {
    position: static !important;
    margin-top: 2px;
  }
  .subeler-slider-box {
    padding: 0 14px !important;
  }
  .sube-prev-btn {
    left: -8px !important;
    width: 32px !important;
    height: 32px !important;
    font-size: 11px !important;
  }
  .sube-next-btn {
    right: -8px !important;
    width: 32px !important;
    height: 32px !important;
    font-size: 11px !important;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px 16px !important;
  }
  .footer-col {
    border-right: none !important;
    padding-right: 0 !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
  }
  .footer-col-brand,
  .footer-col-last {
    grid-column: 1 / -1;
  }
  .footer-col-brand {
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding-bottom: 16px;
  }
  .footer-brand {
    justify-content: center;
  }
  .footer-social {
    justify-content: center;
  }
  .stats-grid { grid-template-columns:repeat(2,1fr); }
  .form-row { grid-template-columns:1fr; }
  .subeler-track .sube-card { flex:0 0 100% !important; }
  .top-email {
    display: none !important;
  }
  .logo-text h1 {
    font-size: 11.5px;
  }
  .logo-text .slogan {
    font-size: 8.5px;
  }
}

/* ── ÖZEL BUTON STİLLERİ (Devamını Oku & Tüm Haberlere Dön) ── */
.btn-devam {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--red);
  color: #ffffff !important;
  padding: 8px 18px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(200, 16, 46, 0.25);
  transition: all 0.25s ease-in-out;
  border: none;
}
.btn-devam:hover {
  background: #a00c24;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(200, 16, 46, 0.4);
}
.btn-devam i {
  transition: transform 0.2s ease;
  font-size: 11px;
}
.btn-devam:hover i {
  transform: translateX(4px);
}

.btn-outline,
.btn-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  color: var(--navy) !important;
  border: 2px solid var(--navy);
  padding: 10px 22px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.btn-outline:hover,
.btn-back:hover {
  background: var(--navy);
  color: #ffffff !important;
  border-color: var(--navy);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(11, 26, 45, 0.25);
}
.btn-outline i,
.btn-back i {
  transition: transform 0.2s ease;
}
.btn-outline:hover i,
.btn-back:hover i {
  transform: translateX(-4px);
}
