
#overview-5 {
  position: relative;
  overflow: hidden;
  padding: 0 4rem;
}
#overview-5 .overview-section-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#overview-5 .content-column {
  padding-right: 2rem;
}
#overview-5 .features-column {
  position: relative;
  padding-left: 2rem;
  background-color: var(--features-bg-color, #f8f9fa);
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#overview-5 .features-column::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  bottom: 0;
  width: 80px;
  background-color: inherit;
  transform: skewX(-10deg);
  z-index: 1;
}
#overview-5 .feature-card {
  background-color: #ffffff;
  border: none;
  border-radius: 0.75rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  z-index: 2;
}
#overview-5 .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
#overview-5 .feature-card-icon {
  font-size: 1.8rem;
  color: var(--bs-primary);
  margin-bottom: 1rem;
  display: inline-block;
}
#overview-5 .feature-card h5 {
  margin-bottom: 0.5rem;
  font-weight: 600;
}
#overview-5 .feature-card p {
  font-size: 0.95rem;
  color: #6c757d;
  margin-bottom: 0;
}
#overview-5 .section-heading {
  margin-bottom: 1rem;
}
#overview-5 .lead {
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  #overview-5 .features-column::before {
    display: none;
  }
  #overview-5 .content-column,
  #overview-5 .features-column {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #overview-5 .features-column {
    padding-top: 2rem;
    margin-top: 2rem;
  }
  #overview-5 .overview-section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}



/* Section spacing & background */
#category-posts-19 {
  padding: 80px 0;
  background: #f7f8fa;
}

/* Header */
#category-posts-19 .section-header {
  text-align: center;
  margin-bottom: 40px;
}
#category-posts-19 .section-title {
  font-size: 2rem;
  font-weight: 600;
  color: #222;
}
#category-posts-19 .section-subtitle {
  font-size: 1rem;
  color: #555;
}

/* Grid cards */
#category-posts-19 .post-card-wrapper {
  display: block;
  text-decoration: none;
  color: inherit;
}
#category-posts-19 .post-card {
  background: #fff;
  border-radius: .75rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease;
}
#category-posts-19 .post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/* Image */
#category-posts-19 .post-card img {
  width: 100%;
  display: block;
  border-top-left-radius: .75rem;
  border-top-right-radius: .75rem;
}

/* Card body */
#category-posts-19 .card-body {
  padding: 1rem;
}
#category-posts-19 .card-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: .5rem;
  color: #222;
}
#category-posts-19 .card-meta {
  font-size: .875rem;
  color: #888;
  margin-bottom: .75rem;
}
#category-posts-19 .card-meta i {
  margin-right: .25rem;
}

/* Excerpt */
#category-posts-19 .card-excerpt {
  font-size: .95rem;
  color: #555;
  margin-bottom: 1rem;
}

/* Read More button */
#category-posts-19 .btn-readmore {
  font-size: .875rem;
  font-weight: 500;
  color: #4f46e5;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color .3s ease;
}
#category-posts-19 .btn-readmore i {
  margin-left: .25rem;
  transition: transform .3s ease;
}
#category-posts-19 .btn-readmore:hover {
  color: #4338ca;
}
#category-posts-19 .btn-readmore:hover i {
  transform: translateX(3px);
}

/* Pagination & Load More */
#category-posts-19 .pagination-wrapper,
#category-posts-19 .load-more-wrapper {
  text-align: center;
  margin-top: 2.5rem;
}



