
#hero-3 {
  padding: 100px 0;
}
#hero-3 .hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #333;
}
#hero-3 .hero-subtitle {
  font-size: 20px;
  color: #666;
  margin-bottom: 30px;
}
#hero-3 .hero-image {
  max-width: 100%;
  border-radius: 8px;
}



/* Section & gradient background */
#category-posts-20 {
  position: relative;
  background: linear-gradient(135deg, #1e3a8a 0%, #14b8a6 100%);
  color: #fff;
  padding: 100px 0 0;
  overflow: hidden;
}

/* Top wave */
#category-posts-20 .wave-top {
  position: absolute;
  top: 0;
  left: 0; right: 0;
  line-height: 0;
  transform: translateY(-1px);
  z-index: 1;
}

/* Bottom wave */
#category-posts-20 .wave-bottom {
  position: absolute;
  bottom: 0;
  left: 0; right: 0;
  line-height: 0;
  transform: translateY(1px) rotate(180deg);
  z-index: 1;
}

/* Container above waves */
#category-posts-20 .container {
  position: relative;
  z-index: 2;
  padding-bottom: 80px;
}

/* Header */
#category-posts-20 .section-header {
  text-align: center;
  margin-bottom: 50px;
}
#category-posts-20 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
}
#category-posts-20 .section-subtitle {
  font-size: 1rem;
  opacity: .85;
}

/* Grid cards */
#category-posts-20 .post-card-wrapper {
  display: block;
  color: inherit;
  text-decoration: none;
}
#category-posts-20 .post-card {
  background: #ffffff;
  border-radius: .75rem;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  transition: transform .3s ease, box-shadow .3s ease;
  color: #212529;
}
#category-posts-20 .post-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

/* Image */
#category-posts-20 .post-card img {
  width: 100%;
  display: block;
}

/* Card body */
#category-posts-20 .card-body {
  padding: 1rem;
}
#category-posts-20 .card-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: .5rem;
}
#category-posts-20 .btn-readmore {
  font-size: .875rem;
  font-weight: 500;
  color: #1e3a8a;
  display: inline-flex;
  align-items: center;
  transition: color .3s ease;
}
#category-posts-20 .btn-readmore i {
  margin-left: .25rem;
  transition: transform .3s ease;
}
#category-posts-20 .btn-readmore:hover {
  color: #14b8a6;
}
#category-posts-20 .btn-readmore:hover i {
  transform: translateX(3px);
}

/* Pagination & Load More */
#category-posts-20 .pagination-wrapper,
#category-posts-20 .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;
  }
}


