
#hero-11 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 65vh;
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
  text-align: left;
  color: #ffffff;
  --hero-overlay-color: rgba(0, 0, 0, 0.5);
}
#hero-11::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--hero-overlay-color);
  z-index: 1;
}
#hero-11 .container {
  position: relative;
  z-index: 2;
}
#hero-11 .hero-content-wrapper-11 {
  max-width: 650px;
  margin-left: 0;
  margin-right: auto;
}
#hero-11 .hero-title-11 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-11 .hero-subtitle-11 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-11 .hero-cta-button-11 {
  display: inline-block;
  padding: 0.8rem 2.1rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background-color: #0d6efd;
  color: #ffffff;
}
#hero-11 .hero-cta-button-11:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  #hero-11 {
    min-height: 60vh;
    padding: 4rem 0;
    text-align: center;
    justify-content: center;
  }
  #hero-11 .hero-content-wrapper-11 {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
  #hero-11 .hero-title-11 {
    font-size: 2.4rem;
  }
  #hero-11 .hero-subtitle-11 {
    font-size: 1.1rem;
  }
}



/* category-posts-6 Styles - Minimalist Post List */
#category-posts-6 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    background-color: #ffffff;
}

#category-posts-6 .section-header {
    margin-bottom: 2.5rem;
    text-align: center;
}

#category-posts-6 .section-header .section-title {
    font-size: 2.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.4rem;
}

#category-posts-6 .section-header .section-subtitle {
    font-size: 1rem;
    color: #666;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

#category-posts-6 .minimal-post-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; /* Remove bottom margin if pagination handles spacing */
}

#category-posts-6 .minimal-post-item {
    padding: 1.25rem 0;
    border-bottom: 1px solid #e9ecef; /* Light separator */
    display: flex;
    flex-direction: column; /* Default for small screens */
    align-items: flex-start;
    transition: background-color 0.2s ease;
}
#category-posts-6 .minimal-post-item:hover {
    background-color: #f8f9fa; /* Subtle hover */
}


#category-posts-6 .minimal-post-item:first-child {
    border-top: 1px solid #e9ecef;
}
#category-posts-6 .minimal-post-item:last-child {
   /* border-bottom: none; */ /* Keep border if pagination is not directly after */
}

#category-posts-6 .post-main-content {
    flex-grow: 1;
}


#category-posts-6 .post-title {
    font-size: 1.25rem;
    font-weight: 500;
    color: #212529;
    margin-bottom: 0.25rem;
}
#category-posts-6 .post-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}
#category-posts-6 .post-title a:hover {
    color: #007bff;
}

#category-posts-6 .post-date {
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 0.5rem; /* Space before excerpt or button if title is short */
}
#category-posts-6 .post-date i {
    margin-right: 0.3rem;
}

#category-posts-6 .post-excerpt-minimal {
    font-size: 0.9rem;
    color: #495057;
    margin-bottom: 0.75rem;
    line-height: 1.5;
}


#category-posts-6 .readmore-link-minimal {
    font-size: 0.9rem;
    font-weight: 500;
    color: #007bff;
    text-decoration: none;
    transition: color 0.2s ease;
    white-space: nowrap; /* Keep button on one line on small screens */
}
#category-posts-6 .readmore-link-minimal:hover {
    color: #0056b3;
    text-decoration: underline;
}
#category-posts-6 .readmore-link-minimal i {
    margin-left: 0.25rem;
    font-size: 0.8em;
}

/* Pagination Wrapper */
#category-posts-6 .pagination-wrapper {
    margin-top: 2.5rem;
    display: flex;
    justify-content: center;
}

/* Responsive adjustments for item layout */
@media (min-width: 768px) { /* md and up */
    #category-posts-6 .minimal-post-item {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    #category-posts-6 .post-date {
         margin-bottom: 0; /* No bottom margin if next to title */
         margin-left: 1rem; /* Space from title */
         white-space: nowrap;
    }
    #category-posts-6 .post-actions {
        margin-left: 1.5rem; /* Space from date/title block */
    }
    #category-posts-6 .post-excerpt-minimal { /* Excerpt on its own line below title/date */
        width: 100%;
        margin-top: 0.25rem; /* Small space from title/date line */
    }
}




#call-to-action-18 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  color: #ffffff;
}
#call-to-action-18.bg-gradient {
  background: linear-gradient(
    135deg,
    var(--cta18-bg-start, #0d6efd),
    var(--cta18-bg-end, #6f42c1)
  );
}
#call-to-action-18.bg-solid {
  background-color: var(--cta18-bg-start, #f8f9fa);
  color: #212529;
}
#call-to-action-18.bg-solid .cta-simple-subtext {
  color: #6c757d;
}
#call-to-action-18.bg-solid .cta-simple-button .btn-primary {
}
.cta-simple-content {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.cta-simple-headline {
  font-size: calc(1.5rem + 1.5vw);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cta-simple-headline {
    font-size: 2.8rem;
  }
}
.cta-simple-subtext {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}
.cta-simple-button .btn {
  padding: 0.8rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cta-simple-button .btn:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.cta-simple-button .btn i {
  margin-right: 8px;
}


