/* Tema özel ufak ayarlar */
.ankara-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* Modern Menu Styles */
header nav ul li {
  position: relative;
}

header nav ul li a {
  position: relative;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
  color: #4b5563;
  font-weight: 500;
}

header nav ul li a:hover {
  color: #0ea5e9;
  background-color: #f0f9ff;
  transform: translateY(-2px);
}

/* Active/Current Menu Item */
header nav ul li.current-menu-item a,
header nav ul li.current_page_item a,
header nav ul li.current-menu-ancestor a,
header nav ul li.current_page_ancestor a {
  color: #0ea5e9;
  background-color: #f0f9ff;
  font-weight: 600;
  transform: translateY(-2px);
  position: relative;
}

/* Ortalı küçük bottom border */
header nav ul li.current-menu-item a::after,
header nav ul li.current_page_item a::after,
header nav ul li.current-menu-ancestor a::after,
header nav ul li.current_page_ancestor a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: #0284c7;
  border-radius: 2px 2px 0 0;
}

/* Mobile menu styles */
.ankara-mobile-nav ul li a {
  display: block;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  transition: all 0.2s ease;
  color: #374151;
}

.ankara-mobile-nav ul li a:hover {
  background-color: #f0f9ff;
  color: #0ea5e9;
  padding-left: 1.5rem;
}

.ankara-mobile-nav ul li.current-menu-item a,
.ankara-mobile-nav ul li.current_page_item a {
  background: linear-gradient(135deg, #0ea5e9 0%, #06b6d4 100%);
  color: white;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(14, 165, 233, 0.3);
}

/* Modern Loader */
.ankara-loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.ankara-loader-overlay.hidden {
  opacity: 0;
  visibility: hidden;
}

.ankara-loader {
  position: relative;
  width: 80px;
  height: 80px;
}

.ankara-loader-ring {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 4px solid transparent;
  border-top-color: #fff;
  border-radius: 50%;
  animation: ankara-spin 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
}

.ankara-loader-ring:nth-child(2) {
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
  border-top-color: rgba(255, 255, 255, 0.7);
  animation-delay: -0.3s;
}

.ankara-loader-ring:nth-child(3) {
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
  border-top-color: rgba(255, 255, 255, 0.5);
  animation-delay: -0.6s;
}

.ankara-loader-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #667eea;
  font-weight: bold;
  font-size: 20px;
}

@keyframes ankara-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.ankara-loader-text {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  animation: ankara-pulse 1.5s ease-in-out infinite;
}

@keyframes ankara-pulse {
  0%, 100% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
}

.ankara-prose h2 {
  font-size: 1.875rem;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

/* Modern H2 Styles for Homepage Sections - ONLY FRONT PAGE */
.home article h2,
.home .text-3xl.font-bold {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  color: #0369a1;
  font-weight: 700;
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(90deg, #0ea5e9 0%, #06b6d4 50%, #38bdf8 100%);
  border-image-slice: 1;
  display: inline-block;
}

/* Mavi arkaplanlı alanlarda beyaz renk - ONLY FRONT PAGE */
.home .bg-sky-600 h2,
.home .bg-sky-600 .text-3xl.font-bold,
.home .bg-gradient-to-r h2,
.home .bg-gradient-to-r .text-3xl.font-bold {
  color: white !important;
  border-image: linear-gradient(90deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.2) 100%);
  border-image-slice: 1;
}

.ankara-prose p {
  margin-bottom: 1rem;
  line-height: 1.7;
}

.ankara-prose ul,
.ankara-prose ol {
  margin-left: 1.5rem;
  margin-bottom: 1.25rem;
  list-style: disc;
}

.ankara-prose ol {
  list-style: decimal;
}

/* Footer Tag Cloud Styles */
.ankara-tag-cloud {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #9ca3af;
  background: rgba(55, 65, 81, 0.5);
  border: 1px solid rgba(107, 114, 128, 0.3);
  border-radius: 0.375rem;
  transition: all 0.2s ease;
  text-decoration: none;
}

.ankara-tag-cloud:hover {
  color: #0ea5e9;
  background: rgba(14, 165, 233, 0.1);
  border-color: #0ea5e9;
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(14, 165, 233, 0.2);
}

.ankara-mobile-nav {
  display: none;
}

.ankara-mobile-nav.is-open {
  display: block;
}

.ankara-floating-whatsapp {
  position: fixed;
  bottom: 24px;
  right: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 9999px;
  background-color: #22c55e;
  color: white;
  font-size: 28px;
  box-shadow: 0 10px 25px rgba(34, 197, 94, 0.35);
  z-index: 50;
}

.ankara-floating-whatsapp:hover {
  background-color: #16a34a;
  transform: translateY(-2px);
}

/* Blog Detail Page Enhancements */
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ankara-prose h2 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #1f2937;
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.ankara-prose h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #374151;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.ankara-prose p {
  margin-bottom: 1.25rem;
  line-height: 1.8;
  color: #4b5563;
}

.ankara-prose ul,
.ankara-prose ol {
  margin-bottom: 1.25rem;
  padding-left: 1.75rem;
}

.ankara-prose li {
  margin-bottom: 0.5rem;
  line-height: 1.7;
  color: #4b5563;
}

.ankara-prose ul li {
  list-style-type: disc;
}

.ankara-prose ol li {
  list-style-type: decimal;
}

.ankara-prose strong {
  font-weight: 600;
  color: #1f2937;
}

.ankara-prose a {
  color: #0ea5e9;
  text-decoration: underline;
  transition: color 0.2s;
}

.ankara-prose a:hover {
  color: #0284c7;
}

.ankara-prose blockquote {
  border-left: 4px solid #0ea5e9;
  padding-left: 1rem;
  margin: 1.5rem 0;
  font-style: italic;
  color: #6b7280;
}

/* Sidebar Smooth Scrolling */
aside {
  position: relative;
  /* Sticky ve scroll kaldırıldı - artık normal akışta */
}

aside::-webkit-scrollbar {
  width: 6px;
}

aside::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 3px;
}

aside::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 3px;
}

aside::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}


