.blog-title {
  text-align: center;
}

/* Dark mode text color overrides for blog page */
[data-theme="dark"] body.blog-page {
  color: #ffffff !important;
  background-color: #090909 !important;
}
[data-theme="dark"] body.blog-page h2,
[data-theme="dark"] body.blog-page h3,
[data-theme="dark"] body.blog-page h4,
[data-theme="dark"] body.blog-page h5,
[data-theme="dark"] body.blog-page h6,
[data-theme="dark"] body.blog-page a,
[data-theme="dark"] body.blog-page li {
  color: #ffffff !important;
  background-color: transparent !important;
}

[data-theme="dark"] body.blog-page p {
  color: rgb(255, 255, 255);
  background-color: transparent !important;
}

[data-theme="dark"] body.blog-page .location-info-1 p {
  color: #ffffff !important;
}

/* Dark-mode navbar hover (blog page) */
[data-theme="dark"] body.blog-page nav ul li a {
  color: rgba(109, 110, 118, 1) !important;
}

[data-theme="dark"] body.blog-page nav ul li a:hover {
  color: #8eff01 !important;
}

[data-theme="dark"] body.blog-page .dropdown-menu li a::after {
  background: #8eff01 !important;
}

[data-theme="dark"] body.blog-page .dropdown-menu li a:hover {
  background-color: rgba(142, 255, 1, 0.12) !important;
  color: #8eff01 !important;
}

.blog-title p {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  background-image: url("../Image/Bloqlarımız-bg.png");
  background-size: contain;
  background-position: center top;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  border-top: 2px solid rgba(91, 3, 163, 0.26);
  border-bottom: 2px solid rgba(91, 3, 163, 0.682);
}

[data-theme="dark"] .blog-title p {
  border-top: 2px solid rgba(7, 173, 35, 0.26);
  border-bottom: 2px solid rgba(3, 163, 24, 0.682);
}

.blog-image {
  width: 70%;
  height: auto;
  border-radius: 10px;
  margin: 0 auto 20px;
}

.blog-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}

.blog-page-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* Meta */
.meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: rgba(27, 25, 25, 1);
  text-align: center;
}

.page {
  width: 1000px;
  margin: 20px auto;
}

.blog-section .icon {
  font-size: 40px;
  margin-bottom: 20px;
}

.blog-section h2 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 48px;
  color: rgba(27, 25, 25, 1);
  margin-bottom: 20px;
}

.blog-section p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: rgba(65, 66, 71, 1);
  margin-bottom: 40px;
}

/* br teqlərini responsivdə gizlət */
.blog-section p br,
.blog-section h2 br {
  display: inline;
}

.section-tinted {
  margin-bottom: 40px;
}

.section-tinted .icon {
  font-size: 40px;
  margin-bottom: 20px;
}

.section-tinted h2 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 48px;
  color: rgba(27, 25, 25, 1);
  margin-bottom: 20px;
}

.section-tinted p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: rgba(65, 66, 71, 1);
}

.section-tinted ol li {
  margin-left: 20px;
  margin-bottom: 40px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  color: rgba(24, 22, 22, 1);
}

.section-tinted ol li {
  gap: 28px;
  margin-top: 20px;
}

.blog-bg {
  background: url("../Image/Blog-bg.png") no-repeat center;
  background-size: cover;
  width: 100%;
  /* ÖNƏMLİ: sabit height əvəzinə min-height + auto */
  height: auto;
  min-height: unset;
  padding-bottom: 60px;
}

.bullet-list {
  list-style: none;
  padding-left: 0;
}

.bullet-list li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: rgba(27, 25, 25, 1);
}

.bullet-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  min-width: 14px;
  border-radius: 333px;
  background: rgba(1, 0, 2, 1);
}

.blog-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  text-decoration: underline;
}

.section-7 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: -100px;
}

/* ─── 1024px ─────────────────────────────────────────── */
@media (max-width: 1024px) {
  .page {
    width: 90%;
    margin: 50px auto;
  }

  .blog-title h2 {
    font-size: 60px;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .blog-section h2,
  .section-tinted h2 {
    font-size: 28px;
    line-height: 40px;
  }

  .blog-section p,
  .section-tinted p {
    font-size: 16px;
    line-height: 26px;
  }

  .bullet-list li {
    font-size: 16px;
    line-height: 26px;
  }

  .meta {
    font-size: 14px;
  }

  .blog-link {
    font-size: 24px;
    margin-top: 80px;
  }

  .section-7 {
    flex-direction: column;
    margin-top: 150px;
  }
}

/* ─── 768px ─────────────────────────────────────────── */
@media (max-width: 768px) {
  .page {
    width: 95%;
    margin: 40px auto;
  }

  .blog-title {
    padding: 40px 0;
  }

  .blog-title h2 {
    font-size: 42px;
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .blog-image {
    margin-bottom: 15px;
  }

  .blog-section .icon,
  .section-tinted .icon {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .blog-section h2,
  .section-tinted h2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 15px;
  }

  /* mobil üçün br teqlərini söndür, mətn natural axsın */
  .blog-section p br,
  .blog-section h2 br,
  .section-tinted h2 br {
    display: none;
  }

  .blog-section p,
  .section-tinted p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .section-tinted {
    margin-bottom: 30px;
  }

  .section-tinted ol li {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .bullet-list li {
    font-size: 15px;
    line-height: 24px;
    gap: 12px;
    margin-bottom: 12px;
  }

  .bullet-icon {
    width: 16px;
    height: 16px;
    min-width: 16px;
  }

  .meta {
    font-size: 13px;
    gap: 8px;
  }

  .blog-link {
    font-size: 20px;
    line-height: 28px;
    margin-top: 60px;
  }

  .section-7 {
    gap: 15px;
    margin-top: 100px;
  }
}

/* ─── 480px ─────────────────────────────────────────── */
@media (max-width: 480px) {
  .page {
    width: 100%;
    margin: 30px 0;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .blog-title {
    padding: 30px 0;
  }

  .blog-title h2 {
    font-size: 28px;
    padding-top: 10px;
    padding-bottom: 15px;
    border-top: 1px solid rgba(91, 3, 163, 0.26);
    border-bottom: 1px solid rgba(91, 3, 163, 0.682);
  }

  .blog-image {
    border-radius: 8px;
    margin-bottom: 15px;
  }

  .blog-section .icon,
  .section-tinted .icon {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .blog-section h2,
  .section-tinted h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 12px;
  }

  .blog-section p,
  .section-tinted p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .section-tinted {
    margin-bottom: 25px;
  }

  .section-tinted ol li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .bullet-list {
    padding-left: 0;
  }

  .bullet-list li {
    font-size: 14px;
    line-height: 22px;
    gap: 10px;
    margin-bottom: 10px;
  }

  .bullet-icon {
    width: 14px;
    height: 14px;
    min-width: 14px;
  }

  .meta {
    font-size: 12px;
    gap: 6px;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }

  .meta .sep {
    display: none;
  }

  .blog-link {
    font-size: 16px;
    line-height: 24px;
    margin-top: 50px;
    text-align: center;
    padding: 0 16px;
  }

  .section-7 {
    gap: 12px;
    margin-top: 80px;
    padding: 0 15px;
  }
}