
#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;
  }
}



#text-block-28 {
  padding: 100px 0;
  background-color: var(--section-bg-color, #f1f3f5);
  color: var(--text-color, #0a2540);
}
#text-block-28 .container {
  max-width: 800px;
}
#text-block-28 .section-title-optional {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-color, #0a2540);
  opacity: 0.6;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#text-block-28 .large-quote-wrapper {
  position: relative;
  padding: 30px 0;
  text-align: center;
}
#text-block-28 .quote-mark {
  font-size: 8rem;
  font-family: Georgia, serif;
  color: var(--quote-mark-color, rgba(13, 110, 253, 0.1));
  line-height: 0.5;
  position: absolute;
  z-index: 1;
  user-select: none;
}
#text-block-28 .quote-mark.open {
  top: 0;
  left: -10px;
}
#text-block-28 .quote-mark.close {
  bottom: 10px;
  right: -10px;
  line-height: 1;
}
#text-block-28 .quote-main-text {
  font-size: 2.2rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.5;
  color: inherit;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#text-block-28 .quote-source {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  color: inherit;
  opacity: 0.8;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}
#text-block-28 .quote-source::before {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: var(--quote-mark-color, rgba(13, 110, 253, 0.1));
  margin: 15px auto;
}
@media (max-width: 767.98px) {
  #text-block-28 {
    padding: 70px 0;
  }
  #text-block-28 .quote-mark {
    font-size: 6rem;
  }
  #text-block-28 .quote-mark.open {
    left: -5px;
  }
  #text-block-28 .quote-mark.close {
    right: -5px;
    bottom: 5px;
  }
  #text-block-28 .quote-main-text {
    font-size: 1.8rem;
  }
  #text-block-28 .quote-source {
    font-size: 1rem;
  }
}


