
#hero-25 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 65vh;
  padding: 6rem 0;
  text-align: center;
}
#hero-25 .hero-overlay-25 {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-25 .container {
  position: relative;
  z-index: 2;
}
#hero-25 .hero-content-wrapper-25 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
#hero-25 .hero-title-25 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-25 .hero-subtitle-25 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-25 .event-details-wrapper-25 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}
#hero-25 .event-detail-item-25 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  opacity: 0.85;
}
#hero-25 .event-detail-item-25 i {
  font-size: 0.9em;
}
#hero-25 .hero-cta-button-25 {
  display: inline-block;
  padding: 0.8rem 2.2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease;
  background-color: #0d6efd;
  color: #ffffff;
}
#hero-25 .hero-cta-button-25:hover {
  transform: translateY(-2px);
}
@media (max-width: 767.98px) {
  #hero-25 {
    min-height: 60vh;
    padding: 4rem 0;
  }
  #hero-25 .hero-title-25 {
    font-size: 2.3rem;
  }
  #hero-25 .hero-subtitle-25 {
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
  }
  #hero-25 .event-details-wrapper-25 {
    justify-content: center;
    margin-bottom: 2rem;
    gap: 0.5rem 1rem;
  }
  #hero-25 .event-detail-item-25 {
    font-size: 0.9rem;
  }
}



/* category-posts-7 Styles - Simplified List with Accent Color */
#category-posts-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #f4f7f6; /* Light, clean background */
}

#category-posts-7 .section-header {
    margin-bottom: 3rem;
    text-align: center;
}

#category-posts-7 .section-header .section-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #2c3e50; /* Dark blue-gray */
    margin-bottom: 0.5rem;
}

#category-posts-7 .section-header .section-subtitle {
    font-size: 1.1rem;
    color: #7f8c8d; /* Muted gray */
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

#category-posts-7 .elegant-post-list {
    list-style: none;
    padding-left: 0;
}

#category-posts-7 .elegant-post-item {
    display: flex;
    align-items: flex-start;
    padding: 1.5rem 1rem;
    margin-bottom: 1rem;
    background-color: #ffffff;
    border-radius: 0.375rem; /* Bootstrap's default border-radius */
    border: 1px solid #e3e6ea; /* Light border */
    transition: box-shadow 0.3s ease, transform 0.2s ease;
}

#category-posts-7 .elegant-post-item:hover {
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

#category-posts-7 .item-icon-wrapper {
    margin-right: 1rem;
    flex-shrink: 0;
    color: #007bff; /* Accent color - Bootstrap primary */
    font-size: 1.25rem; /* Size of the icon */
    margin-top: 0.25rem; /* Align with first line of title */
}

#category-posts-7 .item-content {
    flex-grow: 1;
}

#category-posts-7 .post-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
    color: #34495e; /* Darker text color */
}

#category-posts-7 .post-title a {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s ease;
}

#category-posts-7 .post-title a:hover {
    color: #007bff; /* Accent color on hover */
}

#category-posts-7 .post-meta {
    font-size: 0.85rem;
    color: #7f8c8d; /* Muted gray for meta */
    margin-bottom: 0.75rem;
}
#category-posts-7 .post-meta .meta-divider {
    margin: 0 0.5rem;
}


#category-posts-7 .post-excerpt {
    font-size: 0.95rem;
    color: #566573; /* Slightly lighter than title */
    line-height: 1.6;
    margin-bottom: 1rem;
}

#category-posts-7 .readmore-btn {
    font-weight: 500;
    font-size: 0.9rem;
    color: #007bff; /* Accent color */
    text-decoration: none;
    display: inline-flex; /* For icon alignment */
    align-items: center;
    transition: color 0.2s ease;
}

#category-posts-7 .readmore-btn:hover {
    color: #0056b3; /* Darker accent on hover */
    text-decoration: underline;
}
#category-posts-7 .readmore-btn i {
    margin-left: 0.35rem;
    font-size: 0.8em; /* Make arrow slightly smaller */
}

/* Pagination Wrapper */
#category-posts-7 .pagination-wrapper {
    margin-top: 2.5rem;
    display: flex;
    justify-content: center;
}
/* Basic styling for pagination, can be expanded */
#category-posts-7 .pagination-wrapper .page-link {
    color: #007bff;
}
#category-posts-7 .pagination-wrapper .page-item.active .page-link {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}




#text-block-5 {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  background-color: #f0f4f8;
}
#text-block-5 .background-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center;
}
#text-block-5 .background-element.bg-pos-right {
  left: auto;
  right: 0;
}
#text-block-5 .container {
  position: relative;
  z-index: 2;
}
#text-block-5 .row {
  align-items: center;
  min-height: 500px;
}
#text-block-5 .text-overlap-box {
  background-color: var(--text-box-bg, rgba(255, 255, 255, 0.9));
  padding: 40px 45px;
  border-radius: 8px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  color: var(--text-color, #212529);
  backdrop-filter: blur(3px);
}
#text-block-5 .text-overlap-box .text-heading {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 25px;
}
#text-block-5 .text-overlap-box .text-paragraph {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
  opacity: 0.9;
}
#text-block-5 .text-overlap-box .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #text-block-5 .text-overlap-box .text-heading {
    font-size: 2rem;
  }
  #text-block-5 .background-element {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  #text-block-5 {
    padding: 60px 0;
  }
  #text-block-5 .row {
    min-height: auto;
  }
  #text-block-5 .background-element {
    position: relative;
    width: 100%;
    height: 250px;
    margin-bottom: 0;
    border-radius: 0;
    left: 0 !important;
    right: 0 !important;
    clip-path: none !important;
  }
  #text-block-5 .text-overlap-box {
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 40px 20px;
    background-color: #ffffff;
    backdrop-filter: none;
  }
  #text-block-5 .text-overlap-box .text-heading {
    font-size: 1.8rem;
  }
}


