#blog-page {
  position: relative;
}

#blog-page::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}

.orange-blur {
  background: rgba(255, 166, 0, 0.582);
  position: absolute;
  left: 0;
  z-index: 3;
  filter: blur(9rem);
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.car-vector {
  width: 400px;
  height: auto;
  color: white;
  margin-bottom: -45px;
  margin-left: -122px;
}

 

#blog-content-container #sub-post img {
  height: 240px;
  object-fit: cover;
  border: 4px solid var(--orange);
  border-radius: 10px;
}

#blog-content-container .blog #read-more-btn {
  display: flex;
  align-items: center;
  color: var(--orange);
}

#latest-blog-posts-container {
  border-left: 2px solid var(--orange);
  height: 700px;
}
@media screen and (max-width: 991px) {
  #latest-blog-posts-container {
    border-left: none;
    height: auto;
  }
}
#latest-blog-posts-container .search-container {
  background: rgba(128, 128, 128, 0.2);
  display: flex;
  align-items: center;
  padding-inline: 15px;
  border-radius: 7px;
}

#latest-blog-posts-container .search-container .search {
  height: 40px;
  width: 100%;
  outline: none;
  border: none;
  background: transparent;
  color: gray;
  font-family: MontSemiBold;
  font-size: 14px;
}

#latest-blog-posts-container .search-container .search::placeholder {
  color: rgba(128, 128, 128, 0.6);
  font-family: MontSemiBold;
}

#latest-blog-posts-container .search-container i {
  font-size: 25px;
  color: var(--orange);
}

#blog-content-container #page-lists a,
#latest-blog-posts-container #categories-links a {
  text-align: start;
  color: var(--orange);
  margin-bottom: 0;
  font-size: 19px;
}

#latest-blog-posts-container #categories-links a {
  text-decoration: underline;
}

body.dark .blog-hero {
    background: #181312 !important; /* Koyu arka plan */
    color: #fff !important;         /* Yazılar beyaz */
}

body.dark .blog-hero h1,
body.dark .blog-hero p,
body.dark .blog-hero .hero-stats {
    color: #fff !important;
}

body.dark .stat-number {
    color: #000 !important;
}

body.dark .text-center p {
  color: #fff !important;
}
body.dark .blog-hero .hero-icon i {
  color: #fff !important;
}