
#hero-13 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 65vh;
  padding: 6rem 0;
  text-align: center;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  --hero-overlay-color: transparent;
}
#hero-13::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--hero-overlay-color);
  z-index: 1;
  pointer-events: none;
}
#hero-13 .container {
  position: relative;
  z-index: 2;
}
#hero-13 .hero-content-wrapper-13 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
#hero-13 .hero-title-13 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-13 .hero-subtitle-13 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
  opacity: 0.9;
}
#hero-13 .cta-button-wrapper-13 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
#hero-13 .hero-cta-button-13 {
  display: inline-block;
  padding: 0.75rem 1.8rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}
#hero-13 .hero-cta-button-13.cta-style-secondary {
  border-color: #ffffff;
}
#hero-13 .hero-cta-button-13:hover {
  transform: translateY(-2px);
  filter: brightness(110%);
}
@media (max-width: 767.98px) {
  #hero-13 {
    min-height: 55vh;
    padding: 4rem 0;
  }
  #hero-13 .hero-title-13 {
    font-size: 2.3rem;
  }
  #hero-13 .hero-subtitle-13 {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
  #hero-13 .cta-button-wrapper-13 {
    gap: 0.8rem;
  }
}



/* 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;
}




#call-to-action-17 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}
#call-to-action-17 .cta-split-container {
}
#call-to-action-17 .cta-split-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#call-to-action-17 .cta-split-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  max-height: 450px;
  object-fit: cover;
}
#call-to-action-17 .cta-split-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
#call-to-action-17 .cta-split-headline {
  font-weight: 700;
  font-size: 2rem;
  color: #2c3e50;
  margin-bottom: 1rem;
  line-height: 1.3;
}
#call-to-action-17 .cta-split-subtext {
  font-size: 1.05rem;
  color: #555;
  margin-bottom: 2rem;
  line-height: 1.7;
}
#call-to-action-17 .cta-split-button .btn {
  padding: 0.75rem 1.75rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
#call-to-action-17 .cta-split-button .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
#call-to-action-17 .cta-split-button .btn i {
  margin-right: 8px;
}
@media (max-width: 991.98px) {
  #call-to-action-17 .cta-split-content {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
    margin-top: 2rem;
  }
  #call-to-action-17 .cta-split-headline {
    font-size: 1.8rem;
  }
  #call-to-action-17 .cta-split-button {
    margin-top: 1rem;
  }
  #call-to-action-17 .cta-split-image {
    max-height: 400px;
  }
}
@media (max-width: 767.98px) {
  #call-to-action-17 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #call-to-action-17 .cta-split-content {
    margin-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }
  #call-to-action-17 .cta-split-image {
    max-height: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}


