
#hero-3 {
  padding: 100px 0;
}
#hero-3 .hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #333;
}
#hero-3 .hero-subtitle {
  font-size: 20px;
  color: #666;
  margin-bottom: 30px;
}
#hero-3 .hero-image {
  max-width: 100%;
  border-radius: 8px;
}



/* Section gradient & spacing */
#category-posts-9 {
  position: relative;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 80px 0 120px;
  color: #fff;
  overflow: hidden;
}

/* Header */
#category-posts-9 .section-header {
  text-align: center;
  margin-bottom: 50px;
}
#category-posts-9 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: .5rem;
}
#category-posts-9 .section-subtitle {
  font-size: 1.1rem;
  opacity: .85;
}

/* Grid cards */
#category-posts-9 .post-card {
  background: rgba(255,255,255,0.1);
  border-radius: .5rem;
  overflow: hidden;
  transition: transform .3s ease;
}
#category-posts-9 .post-card:hover {
  transform: translateY(-5px);
}
#category-posts-9 .post-card img {
  width: 100%;
  display: block;
}

/* Card body */
#category-posts-9 .card-body {
  padding: 1rem;
}
#category-posts-9 .card-body h5 {
  font-size: 1.1rem;
  margin-bottom: .5rem;
}
#category-posts-9 .card-body .btn {
  font-size: .9rem;
}

/* Wave SVG separator */
#category-posts-9 .wave-separator {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0;
}
#category-posts-9 .wave-separator svg {
  display: block;
  width: 100%;
  height: auto;
}



