
#post-single-8 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
#post-single-8 .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(50%);
  z-index: -1;
}
#post-single-8 .content-overlay {
  position: relative;
  max-width: 800px;
  margin: 100px auto;
  background: rgba(255, 255, 255, 0.95);
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
#post-single-8 .content-overlay h1 {
  margin-bottom: 20px;
}
#post-single-8 .post-meta {
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 20px;
}



#related-posts-8 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 900px;
}
#related-posts-8 .timeline {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
#related-posts-8 .timeline::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ddd;
}
#related-posts-8 .timeline-item {
  position: relative;
  margin-left: 60px;
  margin-bottom: 30px;
  background: #fff;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
#related-posts-8 .timeline-item::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 10px;
  width: 20px;
  height: 20px;
  background: #007bff;
  border-radius: 50%;
  border: 4px solid #fff;
}
#related-posts-8 .btn-readmore {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}


