
/* 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;
}




#content-block-23 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}
#content-block-23 .content-video .ratio iframe {
  border-radius: 0.375rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
#content-block-23 .content-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#content-block-23 .content-text h2 {
  font-weight: 600;
  color: #343a40;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
#content-block-23 .content-text p {
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 1rem;
}
#content-block-23 .content-text p:last-child {
  margin-bottom: 0;
}
#content-block-23 .content-text h5 {
  font-weight: 600;
  font-size: 1.1rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: #495057;
}
#content-block-23 .content-text ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
#content-block-23 .content-text ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  color: #6c757d;
  font-size: 0.95rem;
}
#content-block-23 .content-text ul li::before {
  content: "\f144";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 0.15em;
  color: var(--bs-primary, #0d6efd);
  font-size: 0.9em;
}
@media (max-width: 767.98px) {
  #content-block-23 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #content-block-23 .content-video {
    margin-bottom: 2rem;
  }
  #content-block-23 .content-text {
    text-align: center;
  }
  #content-block-23 .content-text h2 {
    font-size: 1.6rem;
  }
  #content-block-23 .content-text ul {
    display: inline-block;
    text-align: left;
  }
}



#call-to-action-19 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}
.cta-features-intro h2 {
  font-weight: 700;
  color: #212529;
}
.cta-features-intro p {
  color: #6c757d;
  font-size: 1.1rem;
}
.cta-features-list {
}
.cta-feature-item {
  padding: 1rem;
}
.cta-feature-icon i {
  margin-bottom: 1rem;
}
.cta-feature-title {
  font-weight: 600;
  color: #343a40;
}
.cta-feature-description {
  color: #6c757d;
  font-size: 0.9rem;
}
.cta-features-button .btn {
  padding: 0.8rem 2rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
.cta-features-button .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.cta-features-button .btn i {
  margin-left: 8px;
}


