
#hero-5 {
  background: linear-gradient(135deg, #6a11cb, #2575fc);
  padding: 150px 20px;
  color: #fff;
  text-align: center;
}
#hero-5 .hero-title {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
}
#hero-5 .hero-subtitle {
  font-size: 22px;
  margin-bottom: 30px;
}
.btn.btn-light {
  padding: 14px 40px;
  font-size: 18px;
  background-color: #fff;
  color: #2575fc;
  text-decoration: none;
  border-radius: 4px;
}



#single-post-1 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 800px;
}
#single-post-1 .post-header {
  position: relative;
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
}
#single-post-1 .post-header img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#single-post-1 .post-content {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#single-post-1 .post-title {
  font-size: 2rem;
  margin-bottom: 15px;
}
#single-post-1 .post-meta {
  font-size: 0.9rem;
  color: #999;
  margin-bottom: 20px;
}
#single-post-1 .post-meta span {
  margin-right: 15px;
}
#single-post-1 .post-body {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
#single-post-1 .post-categories,
#single-post-1 .post-tags {
  margin-top: 30px;
}
#single-post-1 .post-categories a,
#single-post-1 .post-tags a {
  text-decoration: none;
  color: #007bff;
  margin-right: 10px;
  font-size: 0.9rem;
}
@media (max-width: 576px) {
  #single-post-1 {
    padding: 40px 10px;
  }
  #single-post-1 .post-title {
    font-size: 1.75rem;
  }
}



#related-posts-3 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1200px;
}
#related-posts-3 .masonry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}
#related-posts-3 .masonry-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#related-posts-3 .masonry-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
#related-posts-3 .card-body {
  padding: 15px;
}


