
#hero-25 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 65vh;
  padding: 6rem 0;
  text-align: center;
}
#hero-25 .hero-overlay-25 {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-25 .container {
  position: relative;
  z-index: 2;
}
#hero-25 .hero-content-wrapper-25 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
#hero-25 .hero-title-25 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-25 .hero-subtitle-25 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-25 .event-details-wrapper-25 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}
#hero-25 .event-detail-item-25 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  opacity: 0.85;
}
#hero-25 .event-detail-item-25 i {
  font-size: 0.9em;
}
#hero-25 .hero-cta-button-25 {
  display: inline-block;
  padding: 0.8rem 2.2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease;
  background-color: #0d6efd;
  color: #ffffff;
}
#hero-25 .hero-cta-button-25:hover {
  transform: translateY(-2px);
}
@media (max-width: 767.98px) {
  #hero-25 {
    min-height: 60vh;
    padding: 4rem 0;
  }
  #hero-25 .hero-title-25 {
    font-size: 2.3rem;
  }
  #hero-25 .hero-subtitle-25 {
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
  }
  #hero-25 .event-details-wrapper-25 {
    justify-content: center;
    margin-bottom: 2rem;
    gap: 0.5rem 1rem;
  }
  #hero-25 .event-detail-item-25 {
    font-size: 0.9rem;
  }
}



/* Section & background accents */
#category-posts-14 {
  position: relative;
  padding: 80px 0;
  background: #ffffff;
  overflow: hidden;
}

/* Accent shapes */
#category-posts-14::before,
#category-posts-14::after,
#category-posts-14 .accent-shape {
  position: absolute;
  pointer-events: none;
}
#category-posts-14::before {
  content: '';
  width: 200px; height: 200px;
  background: rgba(79, 70, 229, 0.1);
  border-radius: 50%;
  top: -40px; left: -40px;
}
#category-posts-14::after {
  content: '';
  width: 150px; height: 150px;
  background: rgba(239, 68, 68, 0.1);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  bottom: -30px; right: 20%;
}
#category-posts-14 .accent-shape.shape-1 {
  width: 120px; height: 120px;
  background: rgba(16, 185, 129, 0.1);
  border-radius: 50%;
  top: 30%; left: 80%;
}
#category-posts-14 .accent-shape.shape-2 {
  width: 100px; height: 100px;
  background: rgba(234, 179, 8, 0.1);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  bottom: 20%; left: 10%;
}

/* Container above accents */
#category-posts-14 .container {
  position: relative;
  z-index: 1;
}

/* Header */
#category-posts-14 .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
#category-posts-14 .section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #111827;
}
#category-posts-14 .section-subtitle {
  font-size: 1rem;
  color: #6b7280;
}

/* Make entire card clickable */
.card-wrapper {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* Card style */
#category-posts-14 .post-card {
  background: #ffffff;
  border-radius: .75rem;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  overflow: hidden;
  transform: translateY(20px);
  opacity: 0;
  transition: transform .6s ease, opacity .6s ease, box-shadow .3s ease;
}
#category-posts-14 .post-card.visible {
  transform: translateY(0);
  opacity: 1;
}
#category-posts-14 .post-card:hover {
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

/* Image */
#category-posts-14 .post-card img {
  width: 100%;
  display: block;
}

/* Card body */
#category-posts-14 .card-body {
  padding: 1rem;
}
#category-posts-14 .card-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: .5rem;
}
#category-posts-14 .card-excerpt {
  font-size: .95rem;
  color: #4b5563;
  margin-bottom: 1rem;
}

/* Read more badge */
#category-posts-14 .btn-readmore {
  font-size: .875rem;
  font-weight: 500;
  color: #4f46e5;
  display: inline-flex;
  align-items: center;
  transition: color .3s ease;
}
#category-posts-14 .btn-readmore i {
  margin-left: .5rem;
  transition: transform .3s ease;
}
#category-posts-14 .btn-readmore:hover {
  color: #4338ca;
}
#category-posts-14 .btn-readmore:hover i {
  transform: translateX(4px);
}

/* Pagination & Load More */
#category-posts-14 .pagination-wrapper,
#category-posts-14 .load-more-wrapper {
  text-align: center;
  margin-top: 2.5rem;
}




#cta-banner-8 {
  padding: 5rem 1rem;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 0.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #dc3545;
  color: #ffffff;
}
#cta-banner-8 .container {
  position: relative;
  z-index: 2;
  max-width: 850px;
}
#cta-banner-8 .cta-title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.75rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#cta-banner-8 .cta-subtitle {
  font-size: 1.15rem;
  margin-bottom: 2.5rem;
  opacity: 0.9;
}
#cta-banner-8 .countdown-timer {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
#cta-banner-8 .timer-block {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 0.8rem 1rem;
  border-radius: 0.375rem;
  min-width: 75px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
#cta-banner-8 .timer-value {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  display: block;
}
#cta-banner-8 .timer-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.8;
  display: block;
}
#cta-banner-8 .cta-button .btn {
  padding: 0.9rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 500;
}
#cta-banner-8 .cta-button .btn i {
  margin-right: 0.5rem;
}
@media (max-width: 767.98px) {
  #cta-banner-8 {
    padding: 4rem 1rem;
  }
  #cta-banner-8 .cta-title {
    font-size: 2rem;
  }
  #cta-banner-8 .cta-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  #cta-banner-8 .countdown-timer {
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  #cta-banner-8 .timer-block {
    min-width: 60px;
    padding: 0.6rem 0.5rem;
  }
  #cta-banner-8 .timer-value {
    font-size: 1.5rem;
  }
  #cta-banner-8 .timer-label {
    font-size: 0.65rem;
  }
  #cta-banner-8 .cta-button .btn {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
}
@media (max-width: 450px) {
  #cta-banner-8 .timer-block {
    min-width: 55px;
  }
}


