
#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 spacing & background */
#category-posts-12 {
  padding: 80px 0;
  background: #ffffff;
}

/* Header */
#category-posts-12 .section-header {
  text-align: center;
  margin-bottom: 40px;
}
#category-posts-12 .section-title {
  font-size: 2rem;
  font-weight: 600;
  color: #212529;
}
#category-posts-12 .section-subtitle {
  font-size: 1rem;
  color: #6c757d;
}

/* Make entire card clickable */
.card-wrapper {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* Card style */
#category-posts-12 .post-card {
  border: none;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  transition: transform .3s ease, box-shadow .3s ease;
  background: #fff;
}
#category-posts-12 .post-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

/* Image */
#category-posts-12 .post-card img {
  width: 100%;
  height: auto;
  display: block;
}

/* Card body */
#category-posts-12 .card-body {
  padding: 1rem;
}
#category-posts-12 .card-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
#category-posts-12 .card-excerpt {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 1rem;
}

/* Read more badge */
#category-posts-12 .btn-readmore {
  font-size: 0.875rem;
  font-weight: 500;
  color: #4f46e5;
  border: 1px solid #4f46e5;
  border-radius: 0.5rem;
  padding: 0.375rem 0.75rem;
  display: inline-flex;
  align-items: center;
  transition: background .3s ease, color .3s ease;
}
#category-posts-12 .btn-readmore i {
  margin-left: 0.5rem;
  transition: transform .3s ease;
}
#category-posts-12 .btn-readmore:hover {
  background: #4f46e5;
  color: #fff;
}
#category-posts-12 .btn-readmore:hover i {
  transform: translateX(4px);
}

/* Pagination & Load More */
#category-posts-12 .pagination-wrapper,
#category-posts-12 .load-more-wrapper {
  text-align: center;
  margin-top: 2.5rem;
}




#text-block-10 {
  padding: 100px 0;
  background-color: var(--section-bg-color, #f5f7fa);
  background-image: var(--section-bg-pattern);
  background-repeat: repeat;
  position: relative;
  color: var(--text-color, #2c3e50);
}
#text-block-10 .container {
  max-width: 800px;
  position: relative;
}
#text-block-10 .offset-heading {
  font-size: 3rem;
  font-weight: 700;
  color: var(--text-color, #2c3e50);
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--section-bg-color, #f5f7fa);
  z-index: 2;
  top: var(--heading-offset-y, -40px);
  left: -30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
#text-block-10 .text-content-area {
  padding-top: 40px;
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 30px;
  border-radius: 5px;
  backdrop-filter: blur(2px);
}
#text-block-10 .text-paragraph {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-color, #34495e);
  opacity: 0.9;
  margin-bottom: 1.5rem;
  text-align: justify;
}
#text-block-10 .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #text-block-10 .offset-heading {
    font-size: 2.5rem;
    left: -20px;
    top: calc(var(--heading-offset-y, -40px) * 0.8);
  }
}
@media (max-width: 767.98px) {
  #text-block-10 {
    padding: 70px 0;
  }
  #text-block-10 .offset-heading {
    position: static;
    display: block;
    text-align: center;
    margin-bottom: 30px;
    font-size: 2.1rem;
    top: auto;
    left: auto;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
  }
  #text-block-10 .text-content-area {
    padding-top: 0;
    background-color: transparent;
    backdrop-filter: none;
    padding: 0;
  }
  #text-block-10 .text-paragraph {
    font-size: 1rem;
    text-align: left;
  }
}


