
#post-single-3 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 900px;
}
#post-single-3 .hero-header {
  position: relative;
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
}
#post-single-3 .hero-header img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
#post-single-3 .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
#post-single-3 .hero-overlay h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#post-single-3 .post-content {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#post-single-3 .post-meta {
  font-size: 0.9rem;
  color: #999;
  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;
}


