
#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 padding & background */
#category-posts-16 {
  padding: 80px 0;
  background: #fdfdfd;
}

/* Two-column layout */
#category-posts-16 .row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

/* Left hero image (30%) */
#category-posts-16 .col-left {
  flex: 0 0 30%;
  max-width: 30%;
}
#category-posts-16 .col-left img {
  width: 100%;
  border-radius: .75rem;
  display: block;
}

/* Right list (70%) */
#category-posts-16 .col-right {
  flex: 0 0 70%;
  max-width: 70%;
}

/* Section header */
#category-posts-16 .section-header {
  margin-bottom: 1.5rem;
}
#category-posts-16 .section-title {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: .5rem;
}
#category-posts-16 .section-subtitle {
  font-size: 1rem;
  color: #6c757d;
}

/* Post list */
#category-posts-16 .post-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#category-posts-16 .post-item {
  padding: 1rem 0;
  border-bottom: 1px solid #e9ecef;
  transition: background .3s ease;
}
#category-posts-16 .post-item:last-child {
  border-bottom: none;
}
#category-posts-16 .post-item:hover {
  background: #f8f9fa;
}
#category-posts-16 .post-meta {
  font-size: .875rem;
  color: #6c757d;
  margin-bottom: .5rem;
}
#category-posts-16 .post-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #212529;
  text-decoration: none;
}
#category-posts-16 .post-title:hover {
  color: #4f46e5;
}
#category-posts-16 .post-excerpt {
  font-size: .95rem;
  color: #495057;
  margin: .5rem 0;
}

/* Read More button */
#category-posts-16 .btn-readmore {
  display: inline-flex;
  align-items: center;
  font-size: .875rem;
  font-weight: 500;
  color: #4f46e5;
  text-decoration: none;
  transition: color .3s ease;
}
#category-posts-16 .btn-readmore i {
  margin-left: .25rem;
  transition: transform .3s ease;
}
#category-posts-16 .btn-readmore:hover {
  color: #4338ca;
}
#category-posts-16 .btn-readmore:hover i {
  transform: translateX(3px);
}

/* Pagination & Load More */
#category-posts-16 .pagination-wrapper,
#category-posts-16 .load-more-wrapper {
  text-align: right;
  margin-top: 1.5rem;
}



