
#hero-8 {
  padding: 100px 20px;
  background-color: #fff;
  text-align: center;
}
#hero-8 .hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}
#hero-8 .hero-subtitle {
  font-size: 20px;
  color: #666;
  margin-bottom: 40px;
}
.registration-form {
  max-width: 500px;
  margin: 0 auto;
}
.registration-form input {
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}
.registration-form button {
  width: 100%;
  padding: 15px;
  font-size: 18px;
  background-color: #2575fc;
  color: #fff;
  border: 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;
}



