
#hero-21 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  padding: 6rem 0;
  background-size: cover;
  background-position: center;
  text-align: center;
}
#hero-21 .hero-overlay-21 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-21 .container {
  position: relative;
  z-index: 2;
}
#hero-21 .hero-content-wrapper-21 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
#hero-21 .hero-title-21 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
#hero-21 .hero-subtitle-21 {
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-21 .hero-cta-button-21 {
  display: inline-block;
  padding: 0.8rem 2.2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 50px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#hero-21 .hero-cta-button-21:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767.98px) {
  #hero-21 {
    min-height: 60vh;
    padding: 4rem 0;
  }
  #hero-21 .hero-title-21 {
    font-size: 2.5rem;
  }
  #hero-21 .hero-subtitle-21 {
    font-size: 1.1rem;
  }
}



/* Section spacing & background */
#category-posts-19 {
  padding: 80px 0;
  background: #f7f8fa;
}

/* Header */
#category-posts-19 .section-header {
  text-align: center;
  margin-bottom: 40px;
}
#category-posts-19 .section-title {
  font-size: 2rem;
  font-weight: 600;
  color: #222;
}
#category-posts-19 .section-subtitle {
  font-size: 1rem;
  color: #555;
}

/* Grid cards */
#category-posts-19 .post-card-wrapper {
  display: block;
  text-decoration: none;
  color: inherit;
}
#category-posts-19 .post-card {
  background: #fff;
  border-radius: .75rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease;
}
#category-posts-19 .post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/* Image */
#category-posts-19 .post-card img {
  width: 100%;
  display: block;
  border-top-left-radius: .75rem;
  border-top-right-radius: .75rem;
}

/* Card body */
#category-posts-19 .card-body {
  padding: 1rem;
}
#category-posts-19 .card-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: .5rem;
  color: #222;
}
#category-posts-19 .card-meta {
  font-size: .875rem;
  color: #888;
  margin-bottom: .75rem;
}
#category-posts-19 .card-meta i {
  margin-right: .25rem;
}

/* Excerpt */
#category-posts-19 .card-excerpt {
  font-size: .95rem;
  color: #555;
  margin-bottom: 1rem;
}

/* Read More button */
#category-posts-19 .btn-readmore {
  font-size: .875rem;
  font-weight: 500;
  color: #4f46e5;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color .3s ease;
}
#category-posts-19 .btn-readmore i {
  margin-left: .25rem;
  transition: transform .3s ease;
}
#category-posts-19 .btn-readmore:hover {
  color: #4338ca;
}
#category-posts-19 .btn-readmore:hover i {
  transform: translateX(3px);
}

/* Pagination & Load More */
#category-posts-19 .pagination-wrapper,
#category-posts-19 .load-more-wrapper {
  text-align: center;
  margin-top: 2.5rem;
}



