
#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;
}



/* 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;
}




#cta-banner-7 {
  padding: 5rem 1rem;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #f8f9fa;
  color: #212529;
}
#cta-banner-7 .container {
  max-width: 800px;
}
#cta-banner-7 .cta-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
}
#cta-banner-7 .cta-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
  margin-bottom: 2.5rem;
}
#cta-banner-7 .cta-actions {
}
#cta-banner-7 .primary-button .btn {
  padding: 0.9rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 500;
}
#cta-banner-7 .primary-button .btn i {
  margin-right: 0.5rem;
}
#cta-banner-7 .secondary-action {
  margin-top: 1.25rem;
}
#cta-banner-7 .secondary-action a {
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
}
#cta-banner-7 .secondary-action a.text-link-secondary {
  color: var(--bs-secondary);
}
#cta-banner-7 .secondary-action a.text-link-secondary:hover {
  text-decoration: underline;
  color: #5a6268;
}
#cta-banner-7 .secondary-action a.text-muted {
  color: #6c757d !important;
}
#cta-banner-7 .secondary-action a.text-muted:hover {
  color: #5a6268 !important;
  text-decoration: underline;
}
#cta-banner-7 .secondary-action .btn {
  font-size: 0.95rem;
  padding: 0.6rem 1.5rem;
}
@media (max-width: 767.98px) {
  #cta-banner-7 {
    padding: 4rem 1rem;
  }
  #cta-banner-7 .cta-title {
    font-size: 2rem;
  }
  #cta-banner-7 .cta-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  #cta-banner-7 .primary-button .btn {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
}


