
#hero-9 {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 150px 20px;
  color: #fff;
  text-align: center;
}
#hero-9 .parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
#hero-9 .container {
  position: relative;
  z-index: 2;
}
#hero-9 .hero-title {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}
#hero-9 .hero-subtitle {
  font-size: 24px;
  margin-bottom: 30px;
}



/* 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;
}




#overview-5 {
  position: relative;
  overflow: hidden;
  padding: 0 4rem;
}
#overview-5 .overview-section-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#overview-5 .content-column {
  padding-right: 2rem;
}
#overview-5 .features-column {
  position: relative;
  padding-left: 2rem;
  background-color: var(--features-bg-color, #f8f9fa);
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#overview-5 .features-column::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  bottom: 0;
  width: 80px;
  background-color: inherit;
  transform: skewX(-10deg);
  z-index: 1;
}
#overview-5 .feature-card {
  background-color: #ffffff;
  border: none;
  border-radius: 0.75rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  z-index: 2;
}
#overview-5 .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
#overview-5 .feature-card-icon {
  font-size: 1.8rem;
  color: var(--bs-primary);
  margin-bottom: 1rem;
  display: inline-block;
}
#overview-5 .feature-card h5 {
  margin-bottom: 0.5rem;
  font-weight: 600;
}
#overview-5 .feature-card p {
  font-size: 0.95rem;
  color: #6c757d;
  margin-bottom: 0;
}
#overview-5 .section-heading {
  margin-bottom: 1rem;
}
#overview-5 .lead {
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  #overview-5 .features-column::before {
    display: none;
  }
  #overview-5 .content-column,
  #overview-5 .features-column {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #overview-5 .features-column {
    padding-top: 2rem;
    margin-top: 2rem;
  }
  #overview-5 .overview-section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}


