
/* Section spacing */
#category-posts-17 {
  padding: 80px 0;
  background: #f9f9f9;
}

/* Header */
#category-posts-17 .section-header {
  text-align: center;
  margin-bottom: 50px;
}
#category-posts-17 .section-title {
  font-size: 2rem;
  font-weight: 600;
  color: #212529;
}
#category-posts-17 .section-subtitle {
  font-size: 1rem;
  color: #6c757d;
}

/* Zigzag item */
#category-posts-17 .zigzag-item {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  transition: transform .3s ease;
}
#category-posts-17 .zigzag-item.reverse {
  flex-direction: row-reverse;
}
#category-posts-17 .zigzag-item:nth-child(even) {
  background: #ffffff;
}
#category-posts-17 .zigzag-item:nth-child(odd) {
  background: #f1f5f9;
}
#category-posts-17 .zigzag-item:hover {
  transform: translateY(-5px);
}

/* Media queries */
@media (max-width: 992px) {
  #category-posts-17 .zigzag-item {
    flex-direction: column !important;
  }
}

/* Image column */
#category-posts-17 .zigzag-img {
  flex: 0 0 40%;
  max-width: 40%;
  padding: 1rem;
}
#category-posts-17 .zigzag-img img {
  width: 100%;
  border-radius: .75rem;
  display: block;
}

/* Content column */
#category-posts-17 .zigzag-content {
  flex: 1;
  padding: 1rem;
}
#category-posts-17 .zigzag-content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: .75rem;
  color: #212529;
}
#category-posts-17 .zigzag-content p {
  font-size: 1rem;
  color: #495057;
  margin-bottom: 1rem;
}

/* Read More button */
#category-posts-17 .btn-readmore {
  font-size: .875rem;
  font-weight: 500;
  color: #4f46e5;
  border: 1px solid #4f46e5;
  border-radius: .5rem;
  padding: .5rem 1rem;
  display: inline-flex;
  align-items: center;
  transition: background .3s ease, color .3s ease;
}
#category-posts-17 .btn-readmore i {
  margin-left: .5rem;
  transition: transform .3s ease;
}
#category-posts-17 .btn-readmore:hover {
  background: #4f46e5;
  color: #fff;
}
#category-posts-17 .btn-readmore:hover i {
  transform: translateX(4px);
}

/* Pagination & Load More */
#category-posts-17 .pagination-wrapper,
#category-posts-17 .load-more-wrapper {
  text-align: center;
  margin-top: 2.5rem;
}




#text-block-3 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #ffffff);
  color: var(--text-color, #343a40);
}
#text-block-3 .container {
  max-width: 900px;
}
#text-block-3 .section-title-optional {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  color: #6c757d;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#text-block-3 .text-heading {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 35px;
}
#text-block-3 .text-paragraph {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-color, #555e68);
  opacity: 0.95;
  margin-bottom: 1.5rem;
}
#text-block-3 .text-paragraph:last-of-type {
  margin-bottom: 2.5rem;
}
#text-block-3 .text-highlight {
  background-color: var(--highlight-bg-color, #e7f5ff);
  border-left: 5px solid var(--highlight-border-color, #0d6efd);
  padding: 25px 30px;
  margin: 30px 0;
  border-radius: 0 6px 6px 0;
  position: relative;
}
#text-block-3 .text-highlight::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 15px;
  left: -25px;
  font-size: 1.8rem;
  color: var(--highlight-border-color, #0d6efd);
  opacity: 0.3;
}
#text-block-3 .text-highlight p {
  font-size: 1.2rem;
  font-style: italic;
  color: #333;
  line-height: 1.7;
  margin-bottom: 15px;
}
#text-block-3 .text-highlight p:last-child {
  margin-bottom: 0;
}
#text-block-3 .text-highlight footer {
  text-align: right;
  font-size: 1rem;
  color: #555;
  font-style: normal;
}
#text-block-3 .text-highlight footer cite {
  font-weight: 600;
}
@media (max-width: 767.98px) {
  #text-block-3 {
    padding: 60px 0;
  }
  #text-block-3 .text-heading {
    font-size: 2rem;
  }
  #text-block-3 .text-paragraph {
    font-size: 1rem;
  }
  #text-block-3 .text-highlight {
    padding: 20px 25px;
    margin-left: 10px;
  }
  #text-block-3 .text-highlight::before {
    left: -20px;
    font-size: 1.5rem;
  }
  #text-block-3 .text-highlight p {
    font-size: 1.1rem;
  }
}


