/* BLOG WHOLE */
/* BLOG WHOLE */

  
    body {
      overflow-x: hidden;
    }

    /* BLOG INDEX STYLES */

    .blog-index-wrapper {
      max-width: 1200px;
      margin: 0 auto;
    }

    .blog-index-header {
      margin-bottom: 24px;
    }

    .blog-index-header .blog-index-eyebrow {
      font-size: 12px;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: #9ca3af;
      margin-bottom: 6px;
    }

    .blog-index-header .blog-title {
      font-family: "Playfair Display", "Times New Roman", serif;
      font-size: 32px;
      line-height: 1.2;
      margin-bottom: 8px;
      color: #111827;
    }

    .blog-index-subtitle {
      max-width: 620px;
      font-size: 14px;
      line-height: 1.6;
      color: #4b5563;
      margin-bottom: 18px;
    }

    /* Filter chips */

    .blog-index-filters {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .blog-filter-btn {
      border-radius: 999px;
      border: 1px solid #e5e7eb;
      background: #ffffff;
      padding: 5px 14px;
      font-size: 13px;
      line-height: 1.4;
      cursor: pointer;
      color: #4b5563;
      transition: background-color 0.16s ease, color 0.16s ease, border-color 0.16s ease,
                  box-shadow 0.16s ease;
    }

    .blog-filter-btn:hover {
      background: #f3f4f6;
    }

    .blog-filter-btn.is-active {
      background: #4f46e5;
      color: #ffffff;
      border-color: #4f46e5;
      box-shadow: 0 8px 18px rgba(79, 70, 229, 0.27);
    }

    /* Grid and cards */

    .blog-grid {
      margin-top: 24px;
    }

    .blog-card-col {
      margin-bottom: 24px;
      display: none; /* JS ile gösterilecek */
    }

    .blog-card {
      height: 100%;
      display: flex;
      flex-direction: column;
      background: #ffffff;
      border-radius: 18px;
      overflow: hidden;
      border: 1px solid rgba(148, 163, 184, 0.25);
      box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
      transition: transform 0.18s ease, box-shadow 0.18s ease;
    }

    .blog-card-link {
      display: flex;
      flex-direction: column;
      height: 100%;
      text-decoration: none;
    }

    .blog-card-thumb {
      width: 100%;
      height: 190px;
      overflow: hidden;
      background: #e5e7eb;
    }

    .blog-card-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
    }

    .blog-card-body {
      flex: 1;
      padding: 16px 16px 14px;
      display: flex;
      flex-direction: column;
      gap: 6px;
    }

    .blog-card-category {
      font-size: 11px;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #9ca3af;
    }

    .blog-card-title {
      font-size: 16px;
      line-height: 1.4;
      color: #111827;
      margin: 0;
    }

    .blog-card-excerpt {
      font-size: 13px;
      line-height: 1.5;
      color: #4b5563;
      margin: 2px 0 4px;
    }

    .blog-card-meta {
      margin-top: auto;
      font-size: 12px;
      color: #9ca3af;
    }

    .blog-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
    }

    .blog-card:hover .blog-card-thumb img {
      transform: scale(1.04);
    }

    /* Empty state */

    .blog-empty-state {
      text-align: center;
      padding: 40px 20px;
      font-size: 14px;
      color: #6b7280;
      display: none;
    }

    /* Pagination */

    .blog-pagination {
      margin-top: 16px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 6px;
      flex-wrap: wrap;
    }

    .blog-page-btn {
      min-width: 34px;
      height: 34px;
      border-radius: 999px;
      border: 1px solid #e5e7eb;
      background: #ffffff;
      font-size: 13px;
      padding: 0 10px;
      cursor: pointer;
      color: #4b5563;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: background-color 0.16s ease, color 0.16s ease, border-color 0.16s ease;
    }

    .blog-page-btn:hover {
      background: #f3f4f6;
    }

    .blog-page-btn.is-active {
      background: #4f46e5;
      color: #ffffff;
      border-color: #4f46e5;
    }

    .blog-page-btn[disabled] {
      opacity: 0.45;
      cursor: default;
      background: #f9fafb;
    }

    @media (max-width: 991.98px) {
      .blog-card-thumb {
        height: 180px;
      }
    }

    @media (max-width: 767.98px) {
      .blog-card-thumb {
        height: 170px;
      }
    }


/* Blog sayfa içeriği style */
/* Blog sayfa içeriği style */
/* Blog sayfa içeriği style */
/* Blog sayfa içeriği style */
/* Blog sayfa içeriği style */
/* Blog sayfa içeriği style */
/* Blog sayfa içeriği style */

.blog-page .blog-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: #5b21b6;
  z-index: 9999;
}

/* Layout */
.blog-page .blog-container {
  max-width: 1120px;
}

.blog-page .blog-article {
  max-width: 720px;
  margin: 0 auto;
}

.blog-page .blog-sidebar {
  position: relative;
}

/* Sticky sidebar */
.blog-page .blog-sidebar-inner {
  position: sticky;
  top: 110px; /* adjust if header height changes */
}

/* Breadcrumb */
.blog-page .blog-breadcrumb {
  font-size: 13px;
  margin-bottom: 16px;
  color: #6b7280;
}

.blog-page .blog-breadcrumb-link {
  text-decoration: none;
  color: #6b7280;
}

.blog-page .blog-breadcrumb-link:hover {
  color: #111827;
}

.blog-page .blog-breadcrumb-separator {
  margin: 0 4px;
}

.blog-page .blog-breadcrumb-current {
  color: #111827;
  font-weight: 500;
}

/* Article header */
.blog-page .blog-header {
  margin-bottom: 32px;
}

.blog-page .blog-category-tag {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background-color: #eef2ff;
  color: #4338ca;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.blog-page .blog-title {
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 12px;
  font-weight: 700;
}

.blog-page .blog-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 24px;
}

.blog-page .blog-meta-author {
  font-weight: 500;
}

.blog-page .blog-meta-separator {
  opacity: 0.7;
}

.blog-page .blog-hero-image {
  border-radius: 18px;
  overflow: hidden;
  margin: 0;
}

.blog-page .blog-hero-image img {
  display: block;
  width: 100%;
  height: auto;
}

/* TOC */
.blog-page .blog-toc {
  margin: 24px 0 28px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
}

.blog-page .blog-toc h3 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 8px;
}

.blog-page .blog-toc ol {
  margin: 0;
  padding-left: 18px;
  font-size: 14px;
}

.blog-page .blog-toc a {
  text-decoration: none;
  color: #4b5563;
}

.blog-page .blog-toc a:hover {
  color: #111827;
}

/* Content */
.blog-page .blog-content {
  font-size: 16px;
  line-height: 1.8;
  color: #111827;
}

.blog-page .blog-content p {
  margin-bottom: 16px;
}

.blog-page .blog-content h2 {
  font-size: 22px;
  margin: 32px 0 12px;
  font-weight: 600;
}

.blog-page .blog-content h3 {
  font-size: 18px;
  margin: 24px 0 10px;
  font-weight: 600;
}

.blog-page .blog-content ul,
.blog-page .blog-content ol {
  margin: 0 0 16px 22px;
  padding: 0;
}

.blog-page .blog-content li {
  margin-bottom: 6px;
}

/* Quote */
.blog-page .blog-quote {
  border-left: 3px solid #e5e7eb;
  padding-left: 16px;
  margin: 24px 0;
  font-style: italic;
  color: #4b5563;
}

/* Code block */
.blog-page .blog-code {
  background-color: #0f172a;
  color: #e5e7eb;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 13px;
  overflow-x: auto;
  margin: 24px 0;
}

/* Article footer */
.blog-page .blog-footer {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #e5e7eb;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
}

.blog-page .blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.blog-page .blog-tag {
  font-size: 12px;
  padding: 4px 10px;
  background-color: #f3f4f6;
  border-radius: 999px;
  color: #4b5563;
}

.blog-page .blog-share {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-page .blog-share-label {
  font-size: 13px;
  color: #6b7280;
}

.blog-page .blog-share-link {
  font-size: 13px;
  text-decoration: none;
  color: #111827;
  padding: 4px 8px;
  border-radius: 999px;
  background-color: #f9fafb;
}

.blog-page .blog-share-link:hover {
  background-color: #111827;
  color: #ffffff;
}

/* Sidebar base card */
.blog-page .blog-sidebar-section {
  background-color: #f9fafb;
  border-radius: 24px;
  padding: 18px 20px;
  margin-bottom: 16px;
  border: 1px solid #eef0f4;
}

.blog-page .blog-sidebar-title {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 12px;
}

/* Sidebar list */
.blog-page .blog-sidebar-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-page .blog-sidebar-item {
  margin-bottom: 14px;
}

.blog-page .blog-sidebar-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 18px;
  transition: background-color 0.15s ease, transform 0.15s ease;
}

.blog-page .blog-sidebar-link:hover {
  background-color: #eef2ff;
  transform: translateX(2px);
}

.blog-page .blog-sidebar-thumb {
  flex: 0 0 52px;
  height: 52px;
  border-radius: 14px;
  overflow: hidden;
  background-color: #e5e7eb;
}

.blog-page .blog-sidebar-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-page .blog-sidebar-text {
  flex: 1 1 auto;
}

.blog-page .blog-sidebar-category {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9ca3af;
  margin-bottom: 2px;
}

.blog-page .blog-sidebar-post-title {
  font-size: 13px;
  color: #111827;
}

/* View all link under related posts */
.blog-page .blog-sidebar-view-all {
  display: inline-block;
  margin-top: 6px;
  font-size: 12px;
  text-decoration: none;
  color: #4b5563;
}

.blog-page .blog-sidebar-view-all:hover {
  color: #111827;
}

/* Sidebar CTA section */
.blog-page .blog-sidebar-cta {
  background: #111827;
  color: #f9fafb;
  border-color: #111827;
}

.blog-page .blog-sidebar-cta .blog-sidebar-title {
  color: #f9fafb;
}

.blog-page .blog-sidebar-cta-text {
  font-size: 13px;
  margin-bottom: 12px;
}

.blog-page .blog-sidebar-cta-link {
  display: inline-block;
  font-size: 12px;
  margin-top: 4px;
  text-decoration: none;
  color: #e5e7eb;
}

.blog-page .blog-sidebar-cta-link:hover {
  color: #ffffff;
}

/* Highlight box */
.blog-page .blog-highlight {
  margin: 24px 0;
  padding: 16px 18px;
  border-radius: 18px;
  background: #f5f3ff;
  border: 1px solid #e5e7eb;
}

.blog-page .blog-highlight h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.blog-page .blog-highlight ul {
  margin-left: 18px;
}

/* Tip and warning boxes */
.blog-page .blog-tip,
.blog-page .blog-warning {
  margin: 18px 0;
  padding: 12px 14px;
  border-radius: 14px;
  font-size: 14px;
}

.blog-page .blog-tip {
  background: #ecfdf5;
  border: 1px solid #bbf7d0;
}

.blog-page .blog-warning {
  background: #fef2f2;
  border: 1px solid #fecaca;
}

/* Media figure */
.blog-page .blog-media {
  margin: 24px 0;
  border-radius: 18px;
  overflow: hidden;
  background-color: #f3f4f6;
}

.blog-page .blog-media img {
  display: block;
  width: 100%;
  height: auto;
}

.blog-page .blog-media figcaption {
  font-size: 13px;
  color: #6b7280;
  padding: 8px 12px 10px;
}

/* Author box */
.blog-page .blog-author {
  margin-top: 32px;
  padding: 18px 20px;
  border-radius: 18px;
  background: #f9fafb;
  display: flex;
  gap: 14px;
  align-items: center;
}

.blog-page .blog-author-avatar {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  object-fit: cover;
}

.blog-page .blog-author h4 {
  margin: 0 0 4px;
  font-size: 16px;
}

/* Prev / next navigation */
.blog-page .blog-nav {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px dashed #e5e7eb;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  font-size: 14px;
}

.blog-page .blog-nav a {
  text-decoration: none;
  color: #4b5563;
}

.blog-page .blog-nav a:hover {
  color: #111827;
}

/* Responsive */
@media (max-width: 991.98px) {
  .blog-page .blog-container {
    max-width: 100%;
  }

  .blog-page .blog-sidebar-inner {
    position: static;
  }

  .blog-page .blog-title {
    font-size: 26px;
  }
}

@media (max-width: 575.98px) {
  .blog-page .blog-header {
    margin-bottom: 24px;
  }

  .blog-page .blog-content {
    font-size: 15px;
  }

  .blog-page .blog-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-page .blog-author {
    flex-direction: row;
  }

  .blog-page .blog-nav {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* SIDEBAR KAPSAYICI */
.blog-sidebar-inner {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* GENEL KART STİLİ */
.blog-sidebar-section {
  background: #ffffff;
  border-radius: 18px;
  padding: 18px 16px 16px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(148, 163, 184, 0.18);
}

/* Başlık & alt başlık */
.blog-sidebar-title {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 17px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 6px;
  color: #111827;
}

.blog-sidebar-subtitle {
  font-size: 13px;
  line-height: 1.5;
  color: #6b7280;
  margin: 0 0 4px;
}

/* LATEST LISTESİ */
.blog-latest-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 6px;
}

.blog-latest-item {
  border-radius: 14px;
  padding: 8px 8px;
  margin-bottom: 4px;
  transition: background-color 0.18s ease, transform 0.18s ease,
              box-shadow 0.18s ease;
}

.blog-latest-item:last-child {
  margin-bottom: 0;
}

.blog-latest-item:hover {
  background: #f9fafb;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.blog-latest-link {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-decoration: none;
}

.blog-latest-meta {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #9ca3af;
}

.blog-latest-title {
  font-size: 14px;
  line-height: 1.4;
  color: #111827;
}

/* ABOUT BOX */
.blog-sidebar-about-text {
  font-size: 13px;
  line-height: 1.6;
  color: #4b5563;
  margin: 4px 0 10px;
}

.blog-sidebar-badges {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.blog-sidebar-badges li {
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #f3f4f6;
  color: #374151;
}

/* VIEW ALL LINK */
.blog-sidebar-view-all {
  display: inline-block;
  margin-top: 4px;
  font-size: 13px;
  text-decoration: none;
  color: #4f46e5;
}

.blog-sidebar-view-all:hover {
  text-decoration: underline;
}

/* CTA kartı ile uyum */
.blog-sidebar-cta-text {
  font-size: 13px;
  line-height: 1.6;
  color: #fff;
  margin: 4px 0 10px;
}

.blog-sidebar-cta-link {
  display: inline-block;
  font-size: 13px;
  text-decoration: none;
  color: #4f46e5;
}

.blog-sidebar-cta-link:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .blog-sidebar-section {
    padding: 16px 14px 14px;
  }
}


