
#overview-20 {
  background-color: var(--section-bg-color, #f8f9fa);
  overflow: hidden;
}
#overview-20 .overview-section-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#overview-20 .section-intro {
  margin-bottom: 3rem;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#overview-20 .section-intro .section-heading {
  margin-bottom: 0.5rem;
}
#overview-20 .section-intro .lead {
  color: #6c757d;
  margin-bottom: 0;
}
#overview-20 .content-detail-section {
  margin-bottom: 2rem;
}
#overview-20 .content-detail-section h4.sub-heading {
  font-weight: 600;
  font-size: 1.3rem;
  color: #343a40;
  margin-bottom: 0.75rem;
}
#overview-20 .content-detail-section p {
  line-height: 1.8;
  color: #555;
  margin-bottom: 0;
}
#overview-20 .integrated-quote {
  margin: 2.5rem 0;
  padding: 2rem;
  background-color: #ffffff;
  border-left: 5px solid var(--bs-primary);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  border-radius: 0 0.375rem 0.375rem 0;
  position: relative;
}
#overview-20 .integrated-quote::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 2.5rem;
  color: var(--bs-primary);
  opacity: 0.2;
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  line-height: 1;
}
#overview-20 .blockquote-text {
  font-size: 1.15rem;
  font-style: italic;
  color: #495057;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
#overview-20 .blockquote-footer {
  font-size: 0.95rem;
  color: #6c757d;
  text-align: right;
  position: relative;
  z-index: 1;
}
#overview-20 .blockquote-footer cite {
  font-weight: 600;
  color: #343a40;
  font-style: normal;
}
#overview-20 .blockquote-footer .author-title {
  display: block;
  font-size: 0.85rem;
}
@media (max-width: 767px) {
  #overview-20 .integrated-quote {
    margin: 2rem 0;
    padding: 1.5rem;
  }
  #overview-20 .blockquote-text {
    font-size: 1.05rem;
  }
  #overview-20 .content-detail-section h4.sub-heading {
    font-size: 1.2rem;
  }
}



#tag-section-19 {
  padding: 60px 0;
  background-color: #f8f9fa;
  overflow: hidden;
}
#tag-section-19 .section-hero-centered {
  padding: 40px 0;
  margin-bottom: 50px;
  text-align: center;
}
#tag-section-19 .hero-text-title {
  font-size: 3rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  text-transform: capitalize;
}
#tag-section-19 .hero-text-subtitle {
  font-size: 1.2rem;
  color: #6c757d;
  max-width: 700px;
  margin: 0 auto;
}
#tag-section-19 .post-grid-container {
}
#tag-section-19 .post-card-dark {
  background-color: #212529;
  color: #fff;
  border: 1px solid #3a3f44;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#tag-section-19 .post-card-dark:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
#tag-section-19 .post-card-img-link {
  display: block;
  overflow: hidden;
}
#tag-section-19 .post-card-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.9;
}
#tag-section-19 .post-card-dark:hover .post-card-img {
  transform: scale(1.05);
  opacity: 1;
}
#tag-section-19 .card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#tag-section-19 .post-title {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.4;
}
#tag-section-19 .post-title a {
  color: #fff;
  text-decoration: none;
}
#tag-section-19 .post-title a:hover {
  color: #f0c575;
}
#tag-section-19 .post-meta {
  font-size: 0.8rem;
  color: #adb5bd;
  flex-grow: 1;
  margin-bottom: 15px;
}
#tag-section-19 .post-meta i {
  margin-right: 4px;
}
#tag-section-19 .read-more-btn {
  font-size: 0.85rem;
  font-weight: 500;
  color: #f0c575;
  text-decoration: none;
  margin-top: auto;
  align-self: flex-start;
}
#tag-section-19 .read-more-btn:hover {
  color: #fff;
  text-decoration: underline;
}
#tag-section-19 .read-more-btn i {
  margin-left: 3px;
}
#tag-section-19 .pagination-container {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
#tag-section-19 .pagination {
  margin-bottom: 0;
}
#tag-section-19 .page-item .page-link {
  color: #c8a45d;
  background-color: #fff;
  border: 1px solid #dee2e6;
  margin: 0 2px;
  border-radius: 4px;
}
#tag-section-19 .page-item.active .page-link {
  background-color: #c8a45d;
  border-color: #c8a45d;
  color: #fff;
  z-index: 3;
}
#tag-section-19 .page-item.disabled .page-link {
  color: #999;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
#tag-section-19 .page-item .page-link:hover {
  color: #ab8a4a;
  background-color: #e9ecef;
  border-color: #dee2e6;
  z-index: 2;
}
#tag-section-19 .page-item.active .page-link:hover {
  background-color: #c8a45d;
  border-color: #c8a45d;
  color: #fff;
}
@media (max-width: 767.98px) {
  #tag-section-19 {
    padding: 40px 0;
  }
  #tag-section-19 .section-hero-centered {
    padding: 30px 0;
    margin-bottom: 30px;
  }
  #tag-section-19 .hero-text-title {
    font-size: 2.5rem;
  }
  #tag-section-19 .hero-text-subtitle {
    font-size: 1rem;
  }
}



#content-block-15 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 100%;
  background: #f9f9f9;
}
#content-block-15 .content-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px;
  text-align: center;
}
#content-block-15 .content-wrapper h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
#content-block-15 .content-wrapper p {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
}


