
#hero-17 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 6rem 0;
  text-align: center;
  background-size: cover;
  background-position: center;
}
#hero-17 .hero-overlay-17 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-17 .container {
  position: relative;
  z-index: 2;
}
#hero-17 .hero-content-wrapper-17 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#hero-17 .hero-urgency-badge-17 {
  display: inline-block;
  padding: 0.3rem 0.9rem;
  font-size: 0.85em;
  font-weight: 600;
  border-radius: 50px;
  margin-bottom: 1.2rem;
}
#hero-17 .hero-title-17 {
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}
#hero-17 .hero-subtitle-17 {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-17 .hero-cta-button-17 {
  display: inline-block;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease;
}
#hero-17 .hero-cta-button-17:hover {
  transform: scale(1.05);
}
@media (max-width: 767.98px) {
  #hero-17 {
    min-height: 55vh;
    padding: 4rem 0;
  }
  #hero-17 .hero-title-17 {
    font-size: 2.2rem;
  }
  #hero-17 .hero-subtitle-17 {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  #hero-17 .hero-urgency-badge-17 {
    margin-bottom: 1rem;
    font-size: 0.8em;
    padding: 0.25rem 0.7rem;
  }
}



/* Section wrapper */
#category-posts-30 {
  position: relative;
  padding: 80px 20px;
  background: #f5f5f5;
  overflow: hidden;
}

/* Header */
#category-posts-30 .section-header {
  text-align: center;
  margin-bottom: 60px;
}
#category-posts-30 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: .5rem;
}
#category-posts-30 .section-subtitle {
  font-size: 1rem;
  color: #666;
}

/* Timeline line */
#category-posts-30 .timeline {
  position: relative;
  margin: 0 auto;
  padding: 2rem 0;
  max-width: 800px;
}
#category-posts-30 .timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  background: #ccc;
  transform: translateX(-50%);
}

/* Timeline item */
#category-posts-30 .timeline-item {
  position: relative;
  width: calc(50% - 30px);
  padding: 1rem 2rem;
  margin-bottom: 40px;
  background: #fff;
  border-radius: .5rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform .3s ease, box-shadow .3s ease;
  opacity: 0;
  transform: translateY(20px);
}
#category-posts-30 .timeline-item.visible {
  opacity: 1;
  transform: translateY(0);
}
#category-posts-30 .timeline-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/* Left/right positioning */
#category-posts-30 .timeline-item:nth-child(odd) {
  left: 0;
}
#category-posts-30 .timeline-item:nth-child(even) {
  left: 50%;
}

/* Connector dot */
#category-posts-30 .timeline-item::before {
  content: '';
  position: absolute;
  top: 20px;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 4px solid #ff6f61;
  border-radius: 50%;
}
#category-posts-30 .timeline-item:nth-child(odd)::before {
  right: -36px;
}
#category-posts-30 .timeline-item:nth-child(even)::before {
  left: -36px;
}

/* Content inside item */
#category-posts-30 .item-date {
  font-size: .875rem;
  color: #999;
  margin-bottom: .5rem;
}
#category-posts-30 .item-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: .75rem;
  color: #333;
}
#category-posts-30 .item-excerpt {
  font-size: .95rem;
  color: #555;
  margin-bottom: 1rem;
}

/* Read More button */
#category-posts-30 .btn-readmore {
  font-size: .875rem;
  font-weight: 500;
  color: #ff6f61;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color .3s ease;
}
#category-posts-30 .btn-readmore i {
  margin-left: .25rem;
  transition: transform .3s ease;
}
#category-posts-30 .btn-readmore:hover {
  color: #e6554b;
}
#category-posts-30 .btn-readmore:hover i {
  transform: translateX(4px);
}

/* Mobile: full width */
@media (max-width: 768px) {
  #category-posts-30 .timeline::before {
    left: 8px;
  }
  #category-posts-30 .timeline-item {
    width: 100%;
    padding-left: 2.5rem;
    margin-bottom: 30px;
  }
  #category-posts-30 .timeline-item:nth-child(even) {
    left: 0;
  }
  #category-posts-30 .timeline-item::before {
    left: 0;
    right: auto;
  }
}

/* Pagination & Load More */
#category-posts-30 .pagination-wrapper,
#category-posts-30 .load-more-wrapper {
  text-align: center;
  margin-top: 2rem;
}




#call-to-action-19 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}
.cta-features-intro h2 {
  font-weight: 700;
  color: #212529;
}
.cta-features-intro p {
  color: #6c757d;
  font-size: 1.1rem;
}
.cta-features-list {
}
.cta-feature-item {
  padding: 1rem;
}
.cta-feature-icon i {
  margin-bottom: 1rem;
}
.cta-feature-title {
  font-weight: 600;
  color: #343a40;
}
.cta-feature-description {
  color: #6c757d;
  font-size: 0.9rem;
}
.cta-features-button .btn {
  padding: 0.8rem 2rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
.cta-features-button .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.cta-features-button .btn i {
  margin-left: 8px;
}


