
#hero-23 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 5rem 0;
  text-align: center;
}
#hero-23 .container {
  position: relative;
  z-index: 2;
}
#hero-23 .hero-content-wrapper-23 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#hero-23 .hero-title-23 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}
#hero-23 .hero-subtitle-23 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 1.75rem;
  opacity: 0.95;
}
#hero-23 .hero-cta-button-23 {
  display: inline-block;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  transition: background-color 0.2s ease, color 0.2s ease, filter 0.2s ease;
}
#hero-23 .hero-cta-button-23:hover {
  filter: brightness(115%);
}
@media (max-width: 767.98px) {
  #hero-23 {
    min-height: 50vh;
    padding: 4rem 0;
  }
  #hero-23 .hero-title-23 {
    font-size: 2.4rem;
  }
  #hero-23 .hero-subtitle-23 {
    font-size: 1.1rem;
  }
}



/* Section spacing & background */
#category-posts-12 {
  padding: 80px 0;
  background: #ffffff;
}

/* Header */
#category-posts-12 .section-header {
  text-align: center;
  margin-bottom: 40px;
}
#category-posts-12 .section-title {
  font-size: 2rem;
  font-weight: 600;
  color: #212529;
}
#category-posts-12 .section-subtitle {
  font-size: 1rem;
  color: #6c757d;
}

/* Make entire card clickable */
.card-wrapper {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* Card style */
#category-posts-12 .post-card {
  border: none;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  transition: transform .3s ease, box-shadow .3s ease;
  background: #fff;
}
#category-posts-12 .post-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

/* Image */
#category-posts-12 .post-card img {
  width: 100%;
  height: auto;
  display: block;
}

/* Card body */
#category-posts-12 .card-body {
  padding: 1rem;
}
#category-posts-12 .card-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
#category-posts-12 .card-excerpt {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 1rem;
}

/* Read more badge */
#category-posts-12 .btn-readmore {
  font-size: 0.875rem;
  font-weight: 500;
  color: #4f46e5;
  border: 1px solid #4f46e5;
  border-radius: 0.5rem;
  padding: 0.375rem 0.75rem;
  display: inline-flex;
  align-items: center;
  transition: background .3s ease, color .3s ease;
}
#category-posts-12 .btn-readmore i {
  margin-left: 0.5rem;
  transition: transform .3s ease;
}
#category-posts-12 .btn-readmore:hover {
  background: #4f46e5;
  color: #fff;
}
#category-posts-12 .btn-readmore:hover i {
  transform: translateX(4px);
}

/* Pagination & Load More */
#category-posts-12 .pagination-wrapper,
#category-posts-12 .load-more-wrapper {
  text-align: center;
  margin-top: 2.5rem;
}




#call-to-action-3 {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 70px 15px;
  color: #fff;
  text-align: center;
}
#call-to-action-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
#call-to-action-3 .content {
  position: relative;
  z-index: 2;
}
#call-to-action-3 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-3 p {
  font-size: 1.2rem;
  margin-bottom: 40px;
}
#call-to-action-3 .btn {
  background-color: #ff5722;
  color: #fff;
  padding: 12px 25px;
  font-size: 1.2rem;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
}
#call-to-action-3 .btn:hover {
  background-color: #e64a19;
}
#call-to-action-3 .statistics {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}
#call-to-action-3 .stat {
  text-align: center;
}
#call-to-action-3 .stat .value {
  font-size: 2rem;
  font-weight: bold;
}
#call-to-action-3 .stat .label {
  font-size: 1rem;
  color: #ddd;
}


