
#hero-23 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 5rem 0;
  text-align: center;
}
#hero-23 .container {
  position: relative;
  z-index: 2;
}
#hero-23 .hero-content-wrapper-23 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#hero-23 .hero-title-23 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}
#hero-23 .hero-subtitle-23 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 1.75rem;
  opacity: 0.95;
}
#hero-23 .hero-cta-button-23 {
  display: inline-block;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  transition: background-color 0.2s ease, color 0.2s ease, filter 0.2s ease;
}
#hero-23 .hero-cta-button-23:hover {
  filter: brightness(115%);
}
@media (max-width: 767.98px) {
  #hero-23 {
    min-height: 50vh;
    padding: 4rem 0;
  }
  #hero-23 .hero-title-23 {
    font-size: 2.4rem;
  }
  #hero-23 .hero-subtitle-23 {
    font-size: 1.1rem;
  }
}



#post-single-2 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1000px;
}
#post-single-2 .row {
  display: flex;
  gap: 30px;
}
#post-single-2 .content-main {
  flex: 3;
}
#post-single-2 .sidebar-meta {
  flex: 1;
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  font-size: 0.9rem;
}
#post-single-2 .sidebar-meta p {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #post-single-2 .row {
    flex-direction: column;
  }
}



#related-posts-1 {
  padding: 60px 15px;
  margin: 0 auto;
}
#related-posts-1 .card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#related-posts-1 .card {
  flex: 1 1 calc(33.333% - 20px);
  border: none;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background: #fff;
}
#related-posts-1 .card-img-top {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
#related-posts-1 .card-body {
  padding: 15px;
}
@media (max-width: 992px) {
  #related-posts-1 .card {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  #related-posts-1 .card {
    flex: 1 1 100%;
  }
}


