
#hero-18 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 68vh;
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
  text-align: right;
}
#hero-18 .hero-overlay-18 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-18 .container {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#hero-18 .hero-content-wrapper-18 {
  max-width: 680px;
  margin-right: 0;
  margin-left: auto;
}
#hero-18 .hero-title-18 {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-18 .hero-subtitle-18 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-18 .hero-cta-button-18 {
  display: inline-block;
  padding: 0.8rem 2.1rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease, filter 0.2s ease;
}
#hero-18 .hero-cta-button-18:hover {
  transform: translateY(-2px);
  filter: brightness(110%);
}
@media (max-width: 767.98px) {
  #hero-18 {
    min-height: 60vh;
    padding: 4rem 0;
    text-align: center;
    justify-content: center;
  }
  #hero-18 .container {
    justify-content: center;
  }
  #hero-18 .hero-content-wrapper-18 {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
  #hero-18 .hero-title-18 {
    font-size: 2.4rem;
  }
  #hero-18 .hero-subtitle-18 {
    font-size: 1.1rem;
  }
}



/* Section padding & background */
#category-posts-16 {
  padding: 80px 0;
  background: #fdfdfd;
}

/* Two-column layout */
#category-posts-16 .row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

/* Left hero image (30%) */
#category-posts-16 .col-left {
  flex: 0 0 30%;
  max-width: 30%;
}
#category-posts-16 .col-left img {
  width: 100%;
  border-radius: .75rem;
  display: block;
}

/* Right list (70%) */
#category-posts-16 .col-right {
  flex: 0 0 70%;
  max-width: 70%;
}

/* Section header */
#category-posts-16 .section-header {
  margin-bottom: 1.5rem;
}
#category-posts-16 .section-title {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: .5rem;
}
#category-posts-16 .section-subtitle {
  font-size: 1rem;
  color: #6c757d;
}

/* Post list */
#category-posts-16 .post-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#category-posts-16 .post-item {
  padding: 1rem 0;
  border-bottom: 1px solid #e9ecef;
  transition: background .3s ease;
}
#category-posts-16 .post-item:last-child {
  border-bottom: none;
}
#category-posts-16 .post-item:hover {
  background: #f8f9fa;
}
#category-posts-16 .post-meta {
  font-size: .875rem;
  color: #6c757d;
  margin-bottom: .5rem;
}
#category-posts-16 .post-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #212529;
  text-decoration: none;
}
#category-posts-16 .post-title:hover {
  color: #4f46e5;
}
#category-posts-16 .post-excerpt {
  font-size: .95rem;
  color: #495057;
  margin: .5rem 0;
}

/* Read More button */
#category-posts-16 .btn-readmore {
  display: inline-flex;
  align-items: center;
  font-size: .875rem;
  font-weight: 500;
  color: #4f46e5;
  text-decoration: none;
  transition: color .3s ease;
}
#category-posts-16 .btn-readmore i {
  margin-left: .25rem;
  transition: transform .3s ease;
}
#category-posts-16 .btn-readmore:hover {
  color: #4338ca;
}
#category-posts-16 .btn-readmore:hover i {
  transform: translateX(3px);
}

/* Pagination & Load More */
#category-posts-16 .pagination-wrapper,
#category-posts-16 .load-more-wrapper {
  text-align: right;
  margin-top: 1.5rem;
}




#cta-banner-19 {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 350px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
}
#cta-banner-19 .split-part {
  flex: 1 1 50%;
  position: relative;
  background-size: cover;
  background-position: center center;
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#cta-banner-19 .cta-content {
  max-width: 450px;
}
#cta-banner-19 .cta-content.align-left {
  margin-right: auto;
  text-align: left;
}
#cta-banner-19 .cta-content.align-right {
  margin-left: auto;
  text-align: right;
}
#cta-banner-19 .cta-content.align-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#cta-banner-19 .cta-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
#cta-banner-19 .cta-text {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}
#cta-banner-19 .cta-button .btn {
  padding: 0.7rem 1.8rem;
  font-size: 0.95rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  #cta-banner-19 {
    flex-direction: column;
    min-height: unset;
  }
  #cta-banner-19 .split-part {
    padding: 3rem 1.5rem;
    text-align: center !important;
  }
  #cta-banner-19 .cta-content {
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }
  #cta-banner-19 .cta-title {
    font-size: 1.8rem;
  }
  #cta-banner-19 .cta-text {
    font-size: 0.95rem;
  }
}


