
#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-7 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 900px;
}
#related-posts-7 .block-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#related-posts-7 .block-item {
  display: flex;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
#related-posts-7 .block-item img {
  width: 200px;
  height: 150px;
  object-fit: cover;
}
#related-posts-7 .block-content {
  padding: 15px;
  flex: 1;
}
@media (max-width: 576px) {
  #related-posts-7 .block-item {
    flex-direction: column;
  }
  #related-posts-7 .block-item img {
    width: 100%;
    height: auto;
  }
}



#call-to-action-7 {
  padding: 60px 20px;
  background-color: #f8f9fa;
  color: #333;
}
#call-to-action-7 .cta-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
#call-to-action-7 .cta-text {
  flex: 1 1 300px;
  text-align: left;
}
#call-to-action-7 .cta-text h2 {
  font-size: 32px;
  margin-bottom: 15px;
}
#call-to-action-7 .cta-text p {
  font-size: 16px;
  margin-bottom: 20px;
}
#call-to-action-7 .cta-btn {
  padding: 10px 25px;
  background-color: #17a2b8;
  color: #fff;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s;
}
#call-to-action-7 .cta-btn:hover {
  background-color: #138496;
}
#call-to-action-7 .cta-image {
  flex: 1 1 300px;
  text-align: center;
}
#call-to-action-7 .cta-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
@media (max-width: 767.98px) {
  #call-to-action-7 .cta-container {
    flex-direction: column;
    text-align: center;
  }
  #call-to-action-7 .cta-text {
    text-align: center;
  }
}


