
#hero-1 {
  text-align: center;
  padding: 100px 20px;
  background-color: #f8f9fa;
}
#hero-1 .hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}
#hero-1 .hero-subtitle {
  font-size: 20px;
  color: #6c757d;
  margin-bottom: 30px;
}
.btn.btn-primary {
  padding: 12px 30px;
  font-size: 18px;
}



/* Section padding & background */
#category-posts-8 {
  padding: 60px 0;
}

/* Section header */
#category-posts-8 .section-header {
  margin-bottom: 40px;
}
#category-posts-8 .section-title {
  font-size: 2rem;
  font-weight: 600;
}
#category-posts-8 .section-subtitle {
  font-size: 1rem;
  color: #6c757d;
}

/* Grid cards */
#category-posts-8 .post-card {
  position: relative;
  overflow: hidden;
  border-radius: .5rem;
}
#category-posts-8 .post-card img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform .3s ease;
}

/* Overlay effect */
#category-posts-8 .post-card .overlay {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  opacity: 0;
  transition: opacity .3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
}
#category-posts-8 .post-card:hover img {
  transform: scale(1.1);
}
#category-posts-8 .post-card:hover .overlay {
  opacity: 1;
}
#category-posts-8 .overlay h3 {
  font-size: 1.25rem;
  margin-bottom: .5rem;
}
#category-posts-8 .overlay p {
  font-size: .9rem;
  margin-bottom: .75rem;
}

/* Read more button in overlay */
#category-posts-8 .overlay .btn {
  font-size: .9rem;
  padding: .375rem .75rem;
}

/* “Load More” button wrapper */
#category-posts-8 .load-more-wrapper {
  margin-top: 30px;
}




#text-block-2 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #f8f9fa);
  color: var(--text-color, #343a40);
}
#text-block-2 .container {
  max-width: 1140px;
}
#text-block-2 .section-title-main {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 50px;
}
#text-block-2 .column-heading {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-color, #343a40);
  margin-bottom: 20px;
  border-bottom: 2px solid var(--heading-border-color, #0d6efd);
  padding-bottom: 8px;
  display: inline-block;
}
#text-block-2 .column-paragraph {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-color, #555e68);
  opacity: 0.9;
  margin-bottom: 1rem;
}
#text-block-2 .column-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #text-block-2 .column-heading {
    font-size: 1.35rem;
  }
}
@media (max-width: 767.98px) {
  #text-block-2 {
    padding: 60px 0;
  }
  #text-block-2 .section-title-main {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  #text-block-2 .text-column:first-child {
    margin-bottom: 40px;
  }
  #text-block-2 .column-paragraph {
    font-size: 0.95rem;
  }
}


