
#hero-12 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  padding: 6rem 0 8rem 0;
  text-align: center;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
}
#hero-12 .container {
  position: relative;
}
#hero-12 .hero-content-wrapper-12 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#hero-12 .hero-title-12 {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
#hero-12 .hero-subtitle-12 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.95;
}
#hero-12 .hero-cta-button-12 {
  display: inline-block;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease;
  background-color: #0d6efd;
  color: #ffffff;
}
#hero-12 .hero-cta-button-12:hover {
  transform: translateY(-3px);
}
@media (max-width: 767.98px) {
  #hero-12 {
    min-height: 60vh;
    padding: 4rem 0 6rem 0;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
  }
  #hero-12 .hero-title-12 {
    font-size: 2.4rem;
  }
  #hero-12 .hero-subtitle-12 {
    font-size: 1.1rem;
  }
}



/* Section wrapper */
#category-posts-21 {
  margin: 0;
  padding: 0;
}

/* Hero banner */
#category-posts-21 .hero-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#category-posts-21 .hero-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
}
#category-posts-21 .hero-content {
  position: relative;
  text-align: center;
  color: #fff;
  z-index: 1;
}
#category-posts-21 .hero-content .hero-title {
  font-size: 2.75rem;
  font-weight: 700;
  margin-bottom: .5rem;
}
#category-posts-21 .hero-content .hero-subtitle {
  font-size: 1.125rem;
  opacity: .9;
}

/* Posts grid */
#category-posts-21 .container {
  padding: 60px 0;
}
#category-posts-21 .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 2rem;
}

/* Card wrapper */
.post-card-wrapper {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* Post card */
#category-posts-21 .post-card {
  background: #fff;
  border-radius: .75rem;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transform: translateY(20px);
  opacity: 0;
  transition: transform .6s ease, opacity .6s ease, box-shadow .3s ease;
}
#category-posts-21 .post-card.visible {
  transform: translateY(0);
  opacity: 1;
}
#category-posts-21 .post-card:hover {
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

/* Image */
#category-posts-21 .post-card img {
  width: 100%;
  display: block;
}

/* Card body */
#category-posts-21 .card-body {
  padding: 1rem;
}
#category-posts-21 .card-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: .75rem;
  color: #212529;
}
#category-posts-21 .btn-readmore {
  font-size: .875rem;
  font-weight: 500;
  color: #1e3a8a;
  display: inline-flex;
  align-items: center;
  transition: color .3s ease;
}
#category-posts-21 .btn-readmore i {
  margin-left: .25rem;
  transition: transform .3s ease;
}
#category-posts-21 .btn-readmore:hover {
  color: #14b8a6;
}
#category-posts-21 .btn-readmore:hover i {
  transform: translateX(3px);
}

/* Pagination & Load More */
#category-posts-21 .pagination-wrapper,
#category-posts-21 .load-more-wrapper {
  text-align: center;
  margin-top: 2.5rem;
}



