
/* 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-5 {
  padding: 5rem 1rem;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #ffffff;
  color: #212529;
}
#cta-banner-5 .container {
  max-width: 850px;
}
#cta-banner-5 .cta-title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
#cta-banner-5 .cta-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  margin-bottom: 2.5rem;
}
#cta-banner-5 .social-proof-wrapper {
  margin-bottom: 2.5rem;
}
#cta-banner-5 .proof-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem 2.5rem;
}
#cta-banner-5 .proof-logo-item img {
  max-height: 35px;
  max-width: 120px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.7;
}
#cta-banner-5 .proof-rating {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#cta-banner-5 .rating-stars {
  font-size: 1.5rem;
  color: #ffc107;
  margin-bottom: 0.5rem;
  letter-spacing: 2px;
}
#cta-banner-5 .rating-stars .fa-regular {
  color: #e0e0e0;
}
#cta-banner-5 .rating-value {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
#cta-banner-5 .rating-source {
  font-size: 0.9rem;
  color: #6c757d;
}
#cta-banner-5 .cta-button .btn {
  padding: 0.9rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  #cta-banner-5 {
    padding: 4rem 1rem;
  }
  #cta-banner-5 .cta-title {
    font-size: 2.1rem;
  }
  #cta-banner-5 .cta-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  #cta-banner-5 .social-proof-wrapper {
    margin-bottom: 2rem;
  }
  #cta-banner-5 .proof-logos {
    gap: 1rem 1.5rem;
  }
  #cta-banner-5 .proof-logo-item img {
    max-height: 30px;
  }
  #cta-banner-5 .cta-button .btn {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
}


