
#hero-10 {
  padding: 120px 20px;
  background-color: #fff;
  text-align: center;
}
#hero-10 .hero-title {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}
#hero-10 .hero-subtitle {
  font-size: 22px;
  color: #777;
  margin-bottom: 30px;
}
.btn.btn-primary {
  padding: 14px 40px;
  font-size: 18px;
}



/* 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;
}




#content-block-19 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}
#content-block-19 .main-content h2 {
  font-weight: 700;
  color: #343a40;
  margin-bottom: 1.5rem;
  font-size: 2rem;
}
#content-block-19 .main-content h4 {
  font-weight: 600;
  color: #495057;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-size: 1.4rem;
}
#content-block-19 .main-content p {
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 1rem;
}
#content-block-19 .main-content ul,
#content-block-19 .main-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  color: #555;
}
#content-block-19 .main-content ul li,
#content-block-19 .main-content ol li {
  margin-bottom: 0.5rem;
}
#content-block-19 .sidebar {
}
#content-block-19 .sidebar .widget {
  margin-bottom: 2rem;
}
#content-block-19 .sidebar .widget:last-child {
  margin-bottom: 0;
}
#content-block-19 .widget-heading h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #dee2e6;
}
#content-block-19 .widget-text p {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 0;
}
#content-block-19 .widget-links ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#content-block-19 .widget-links ul li {
  margin-bottom: 0.5rem;
}
#content-block-19 .widget-links ul li a {
  text-decoration: none;
  color: var(--bs-primary, #0d6efd);
  font-size: 0.95rem;
  transition: color 0.2s ease;
}
#content-block-19 .widget-links ul li a:hover {
  color: #0a58ca;
  text-decoration: underline;
}
#content-block-19 .widget-links ul li a i {
  margin-right: 0.4rem;
  font-size: 0.8em;
}
#content-block-19 .widget-image img {
  max-width: 100%;
  height: auto;
  border-radius: 0.25rem;
}
#content-block-19 .widget-image .caption {
  font-size: 0.85rem;
  color: #6c757d;
  text-align: center;
  margin-top: 0.5rem;
  font-style: italic;
}
#content-block-19 .widget-cta {
  background-color: #e9ecef;
  padding: 1.5rem;
  border-radius: 0.375rem;
  text-align: center;
}
#content-block-19 .widget-cta p {
  font-size: 1rem;
  font-weight: 500;
  color: #495057;
  margin-bottom: 1rem;
}
#content-block-19 .widget-cta .btn {
}
@media (max-width: 991.98px) {
  #content-block-19 .sidebar {
    margin-top: 3rem;
  }
}


