
#post-single-4 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1000px;
}
#post-single-4 .row {
  display: flex;
  gap: 30px;
}
#post-single-4 .sidebar {
  flex: 1;
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  font-size: 0.9rem;
}
#post-single-4 .content-main {
  flex: 3;
}
@media (max-width: 768px) {
  #post-single-4 .row {
    flex-direction: column;
  }
}



#related-posts-9 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1200px;
}
#related-posts-9 .carousel-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
#related-posts-9 .carousel-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
#related-posts-9 .carousel-caption {
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  border-radius: 4px;
}
#related-posts-9 .btn-readmore {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity 0.8s ease;
}
.carousel-fade .carousel-item.active {
  opacity: 1;
}
@media (max-width: 768px) {
  #related-posts-9 .carousel-item img {
    height: 250px;
  }
}



#content-block-1 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
#content-block-1 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#content-block-1 .section-hero h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#content-block-1 .section-hero p {
  font-size: 1.1rem;
}
#content-block-1 .content-body {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  line-height: 1.8;
}


