
#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 & animated blobs */
#category-posts-13 {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background: #f0f4ff;
}
#category-posts-13::before,
#category-posts-13::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.7;
  animation: blobMove 20s infinite alternate;
}
#category-posts-13::before {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle at 30% 30%, #a18cd1 0%, #fbc2eb 100%);
  top: -100px;
  left: -100px;
}
#category-posts-13::after {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle at 70% 70%, #fad0c4 0%, #ffd1ff 100%);
  bottom: -150px;
  right: -150px;
  animation-duration: 25s;
}

@keyframes blobMove {
  0%   { transform: translate(0, 0) scale(1); }
  50%  { transform: translate(50px, -30px) scale(1.1); }
  100% { transform: translate(-20px, 20px) scale(0.9); }
}

/* Container above blobs */
#category-posts-13 .container {
  position: relative;
  z-index: 1;
}

/* Header */
#category-posts-13 .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
#category-posts-13 .section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #333;
}
#category-posts-13 .section-subtitle {
  font-size: 1rem;
  color: #555;
}

/* Grid */
#category-posts-13 .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 2rem;
}

/* Clickable card */
.card-wrapper {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* Card style */
#category-posts-13 .post-card {
  background: #ffffff;
  border-radius: .75rem;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform .3s ease, box-shadow .3s ease;
}
#category-posts-13 .post-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

/* Image */
#category-posts-13 .post-card img {
  width: 100%;
  height: auto;
  display: block;
}

/* Card body */
#category-posts-13 .card-body {
  padding: 1rem;
}
#category-posts-13 .card-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: .5rem;
}
#category-posts-13 .card-excerpt {
  font-size: .95rem;
  color: #666;
  margin-bottom: 1rem;
}

/* Read more badge */
#category-posts-13 .btn-readmore {
  font-size: .875rem;
  font-weight: 500;
  color: #667eea;
  border: 1px solid #667eea;
  border-radius: .5rem;
  padding: .375rem .75rem;
  display: inline-flex;
  align-items: center;
  transition: background .3s ease, color .3s ease;
}
#category-posts-13 .btn-readmore i {
  margin-left: .5rem;
  transition: transform .3s ease;
}
#category-posts-13 .btn-readmore:hover {
  background: #667eea;
  color: #fff;
}
#category-posts-13 .btn-readmore:hover i {
  transform: translateX(4px);
}

/* Pagination & Load More */
#category-posts-13 .pagination-wrapper,
#category-posts-13 .load-more-wrapper {
  text-align: center;
  margin-top: 2.5rem;
}




#call-to-action-2 {
  padding: 60px 15px;
  background-color: #007bff;
  color: #fff;
  text-align: center;
}
#call-to-action-2 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-2 p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
#call-to-action-2 .btn {
  display: inline-block;
  margin: 5px;
  padding: 10px 20px;
  font-size: 1.2rem;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
#call-to-action-2 .btn-primary {
  background-color: #0056b3;
  color: #fff;
}
#call-to-action-2 .btn-primary:hover {
  background-color: #003f7f;
}
#call-to-action-2 .btn-outline {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}
#call-to-action-2 .btn-outline:hover {
  background-color: #fff;
  color: #007bff;
}


