
#hero-22 {
  overflow: hidden;
  background-color: #e9ecef;
}
#hero-22 .row {
  min-height: 70vh;
}
#hero-22 .hero-image-col-22 {
  background-size: cover;
  background-position: center;
  min-height: 350px;
}
#hero-22 .hero-text-col-22 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 5rem;
}
#hero-22 .hero-title-22 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-22 .hero-subtitle-22 {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 2rem;
}
#hero-22 .hero-cta-button-22 {
  display: inline-block;
  padding: 0.75rem 1.8rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0.25rem;
  text-decoration: none;
  border: none;
  align-self: flex-start;
  transition: opacity 0.2s ease;
}
#hero-22 .hero-cta-button-22:hover {
  opacity: 0.85;
}
@media (min-width: 768px) {
  #hero-22 .hero-image-col-22 {
    min-height: 100%;
  }
}
@media (max-width: 991.98px) {
  #hero-22 .hero-text-col-22 {
    padding: 3rem 4rem;
  }
  #hero-22 .hero-title-22 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  #hero-22 .hero-text-col-22 {
    padding: 3rem 2rem;
    text-align: center;
  }
  #hero-22 .hero-cta-button-22 {
    align-self: center;
  }
  #hero-22 .hero-title-22 {
    font-size: 2.1rem;
  }
}



/* Container */
#category-posts-25 {
  padding: 80px 20px;
  background: #f9fafb;
}
#category-posts-25 .section-header {
  text-align: center;
  margin-bottom: 40px;
}
#category-posts-25 .section-title {
  font-size: 2rem;
  font-weight: 600;
}
#category-posts-25 .section-subtitle {
  font-size: 1rem;
  color: #555;
  margin-top: .5rem;
}

/* Mosaic grid */
#category-posts-25 .mosaic-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 200px 200px;
  grid-template-areas:
    "large small1 small2"
    "large small3 small4";
  gap: 1rem;
}
@media (max-width: 992px) {
  #category-posts-25 .mosaic-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 200px);
    grid-template-areas:
      "large large"
      "small1 small2"
      "small3 small4";
  }
}
@media (max-width: 576px) {
  #category-posts-25 .mosaic-grid {
    display: block;
  }
}

/* Card base */
#category-posts-25 .mosaic-card {
  position: relative;
  overflow: hidden;
  border-radius: .75rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform .3s ease;
}
#category-posts-25 .mosaic-card:hover {
  transform: translateY(-5px);
}

/* Positioning */
#category-posts-25 .mosaic-card-1 { grid-area: large; }
#category-posts-25 .mosaic-card-2 { grid-area: small1; }
#category-posts-25 .mosaic-card-3 { grid-area: small2; }
#category-posts-25 .mosaic-card-4 { grid-area: small3; }
#category-posts-25 .mosaic-card-5 { grid-area: small4; }

/* Image fill */
#category-posts-25 .mosaic-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Overlay */
#category-posts-25 .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  transition: opacity .3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1rem;
  color: #fff;
  text-align: left;
}
#category-posts-25 .mosaic-card:hover .overlay {
  opacity: 1;
}

/* Overlay content */
#category-posts-25 .overlay h3 {
  font-size: 1.125rem;
  margin: 0 0 .5rem;
}
#category-posts-25 .overlay .meta {
  font-size: .875rem;
  margin-bottom: .75rem;
}
#category-posts-25 .overlay .meta i {
  margin-right: .25rem;
}

/* Read More button */
#category-posts-25 .btn-readmore {
  display: inline-flex;
  align-items: center;
  font-size: .875rem;
  font-weight: 500;
  color: #fff;
  border: 1px solid #fff;
  border-radius: .5rem;
  padding: .4rem .75rem;
  transition: background .3s ease, color .3s ease;
}
#category-posts-25 .btn-readmore:hover {
  background: #fff;
  color: #333;
}
#category-posts-25 .btn-readmore i {
  margin-left: .25rem;
  transition: transform .3s ease;
}
#category-posts-25 .btn-readmore:hover i {
  transform: translateX(3px);
}

/* Pagination & Load More */
#category-posts-25 .pagination-wrapper,
#category-posts-25 .load-more-wrapper {
  text-align: center;
  margin-top: 2rem;
}




#cta-banner-13 {
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  position: relative;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
  color: #084298;
}
#cta-banner-13.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
#cta-banner-13.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
#cta-banner-13.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
#cta-banner-13.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
#cta-banner-13 .container-fluid {
  padding-left: 1rem;
  padding-right: 1rem;
}
#cta-banner-13 .alert-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem 1.5rem;
}
#cta-banner-13 .alert-icon {
  flex-shrink: 0;
  font-size: 1.2rem;
}
#cta-banner-13 .alert-text {
  flex-grow: 1;
  margin-bottom: 0;
  font-size: 0.95rem;
}
#cta-banner-13 .alert-text strong {
  font-weight: 600;
}
#cta-banner-13 .alert-link-wrapper {
  flex-shrink: 0;
}
#cta-banner-13 .alert-link {
  font-weight: 600;
  font-size: 0.95rem;
}
#cta-banner-13 .btn-close {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  padding: 0.75rem;
  opacity: 0.6;
  filter: invert(1) grayscale(100%) brightness(200%);
}
#cta-banner-13 .btn-close:hover {
  opacity: 0.8;
}
#cta-banner-13.alert-warning .btn-close {
  filter: none;
  opacity: 0.5;
}
@media (min-width: 768px) {
  #cta-banner-13 .alert-content-wrapper {
    justify-content: flex-start;
  }
  #cta-banner-13 .alert-text {
    text-align: left;
  }
  #cta-banner-13 .alert-link-wrapper {
    margin-left: auto;
  }
}
@media (max-width: 575.98px) {
  #cta-banner-13 {
    padding: 0.8rem 1rem;
  }
  #cta-banner-13 .alert-text,
  #cta-banner-13 .alert-link {
    font-size: 0.9rem;
  }
  #cta-banner-13 .alert-content-wrapper {
    gap: 0.5rem 1rem;
  }
}


