/* GENEL */
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: #f5f7fb;
  color: #111827;
}

/* NAVBAR */
.main-navbar {
  background: linear-gradient(90deg, #0f3df2, #002c7a);
}

.main-navbar .navbar-brand {
  font-size: 1.1rem;
}

.main-navbar .nav-link {
  font-weight: 500;
  opacity: 0.85;
}

.main-navbar .nav-link:hover,
.main-navbar .nav-link.active {
  opacity: 1;
}

/* HERO */
.hero-section {
  background: radial-gradient(circle at top left, #306cff 0, #020617 60%);
  color: #f9fafb;
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: -100px;
  background: radial-gradient(circle at top right, rgba(255,255,255,0.06), transparent 60%);
  opacity: 0.7;
}

.hero-section .container {
  position: relative;
  z-index: 1;
}

.hero-highlight {
  color: #ffd54f;
}

.btn-hero-call {
  background: #22c55e;
  border-color: #16a34a;
  color: #0b1120;
  font-weight: 600;
}

.btn-hero-call:hover {
  background: #16a34a;
  border-color: #15803d;
  color: #f9fafb;
}

.hero-image-wrapper {
  background: rgba(15,23,42,0.6);
  border-radius: 1.25rem;
  padding: 1.5rem;
  border: 1px solid rgba(148,163,184,0.4);
  box-shadow: 0 22px 45px rgba(15,23,42,0.7);
}

.hero-image {
  max-width: 100%;
}

/* LIGHT SECTION */
.section-light {
  background: #eef2ff;
}

/* CARD GENEL */
.card {
  border-radius: 0.75rem;
}

.card-header {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

/* İLÇE KARTLARI */
.district-card {
  border: 1px solid rgba(148,163,184,0.5);
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.district-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(15,23,42,0.18);
  border-color: #2563eb;
}

.district-card .card-footer {
  background-color: #f8fafc;
}

.district-logo {
  max-width: 80px;
  height: auto;
}

/* METİN BÖLÜMLERİ */
.article-text p {
  line-height: 1.7;
  margin-bottom: 1rem;
}

/* TABLO */
.services-table td {
  padding: 0.55rem 0.75rem;
  font-size: 0.95rem;
}

/* ETİKETLER */
.tags-text {
  font-size: 0.9rem;
  color: #4b5563;
}

/* FOOTER */
.footer-main {
  border-top: 1px solid rgba(148,163,184,0.4);
}

.footer-main a {
  color: #93c5fd;
}

/* SABİT ALT ARAMA BUTONU */
.fix {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #111827;
  display: block;
  z-index: 9999;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  padding: 8px 5px;
  border-top: 1px solid #FFFFFF;
  box-shadow: 0 0 10px rgba(15,15,15,0.9);
  font-size: 22px;
}

/* .visible-xs (sadece mobilde göster) */
.visible-xs {
  display: none;
}

@media (max-width: 768px) {
  .visible-xs {
    display: block;
  }
}

/* Blink animasyon */
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/* RESPONSIVE AYARLAR */
@media (max-width: 992px) {
  .hero-section {
    text-align: center;
  }

  .hero-image-wrapper {
    margin-top: 1rem;
  }
}

@media (max-width: 576px) {
  .hero-section {
    padding-top: 2.5rem;
    padding-bottom: 3.5rem;
  }

  .fix {
    font-size: 18px;
  }
}
/* --- SABİT BUTONLARIN TASARIMI --- */
        
/* SENİN GÖNDERDİĞİN CSS AYARLARI */
    .whatsapp-button {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 1000;
    }

    .whatsapp-button img {
        width: 50px; /* İkon genişliği */
        height: 50px; /* İkon yüksekliği */
    }

    .Tel-button {
        position: fixed;
        bottom: 20px;
        right: 100px;
        z-index: 1000;
    }

    .Tel-button img {
        width: 50px; /* İkon genişliği */
        height: 50px; /* İkon yüksekliği */
    }