
/* Section background */
#category-posts-11 {
  position: relative;
  padding: 80px 0;
  background-size: cover;
  background-position: center;
  color: #fff;
}
#category-posts-11::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 1;
}

/* Container */
#category-posts-11 .container {
  position: relative;
  z-index: 2;
}

/* Header */
#category-posts-11 .section-header {
  text-align: center;
  margin-bottom: 50px;
}
#category-posts-11 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
}
#category-posts-11 .section-subtitle {
  font-size: 1rem;
  opacity: 0.85;
}

/* Grid cards */
#category-posts-11 .post-card {
  background: #ffffff;
  color: #212529;
  border-radius: .5rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease;
}
#category-posts-11 .post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}
#category-posts-11 .post-card img {
  width: 100%;
  display: block;
}

/* Card body */
#category-posts-11 .card-body {
  padding: 1rem;
}
#category-posts-11 .card-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: .75rem;
}
#category-posts-11 .btn-readmore {
  font-size: .875rem;
  color: #4f46e5;
  font-weight: 500;
  text-decoration: none;
}
#category-posts-11 .btn-readmore i {
  margin-left: .25rem;
  transition: transform .3s ease;
}
#category-posts-11 .btn-readmore:hover i {
  transform: translateX(3px);
}

/* Pagination & Load More */
#category-posts-11 .pagination-wrapper,
#category-posts-11 .load-more-wrapper {
  text-align: center;
  margin-top: 2rem;
}
#category-posts-11 .btn-loadmore {
  color: #fff;
  border-color: #fff;
}




#cta-banner-3 {
  padding: 3.5rem 1rem;
  text-align: center;
  overflow: hidden;
  border-radius: 0.375rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
  background-color: #e9ecef;
  color: #343a40;
}
/*
#cta-banner-3::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    background-color: rgba(255, 255, 255, 0.1); // Default light overlay
    // overlay_color set via inline style
}
#cta-banner-3 .container { position: relative; z-index: 2; }
*/
#cta-banner-3 .container {
  max-width: 800px;
}
#cta-banner-3 .cta-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 1.5rem 0;
}
#cta-banner-3 .cta-button .btn {
  padding: 0.8rem 2rem;
  font-size: 1.05rem;
  font-weight: 500;
}
#cta-banner-3 .cta-button .btn i {
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  #cta-banner-3 {
    padding: 4rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
  #cta-banner-3 .cta-title {
    margin-bottom: 0;
    font-size: 2.2rem;
    padding-right: 2rem;
  }
  #cta-banner-3 .cta-button {
    flex-shrink: 0;
  }
}
@media (max-width: 767.98px) {
  #cta-banner-3 {
    padding: 3rem 1rem;
  }
  #cta-banner-3 .cta-title {
    font-size: 1.8rem;
  }
}


