
#tag-section-15 {
  padding-bottom: 60px;
  background-color: #f8f9fa;
  overflow: hidden;
}
#tag-section-15 .section-hero-banner {
  position: relative;
  padding: 80px 20px;
  margin-bottom: 50px;
  background-size: cover;
  background-position: center center;
  color: #fff;
  text-align: center;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
}
#tag-section-15 .section-hero-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: inherit;
}
#tag-section-15 .hero-banner-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}
#tag-section-15 .hero-banner-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  text-transform: capitalize;
}
#tag-section-15 .hero-banner-subtitle {
  font-size: 1.1rem;
  margin-bottom: 0;
  opacity: 0.9;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
#tag-section-15 .post-hover-list-container {
  max-width: 900px;
  margin: 0 auto;
}
#tag-section-15 .post-hover-item {
  position: relative;
  padding: 20px 15px;
  border-bottom: 1px solid #e0e0e0;
  overflow: hidden;
  background-color: #fff;
  transition: background-color 0.4s ease;
}
#tag-section-15 .post-hover-item:first-child {
  border-top: 1px solid #e0e0e0;
  border-radius: 8px 8px 0 0;
}
#tag-section-15 .post-hover-item:last-of-type {
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0 0 8px 8px;
}
#tag-section-15 .post-hover-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: var(--bg-image);
  background-size: cover;
  background-position: center center;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.4s ease-in-out;
}
#tag-section-15 .post-hover-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 1;
  transition: opacity 0.4s ease-in-out;
}
#tag-section-15 .post-hover-item:hover::before,
#tag-section-15 .post-hover-item:hover::after {
  opacity: 1;
}
#tag-section-15 .post-content {
  position: relative;
  z-index: 2;
  transition: color 0.4s ease;
}
#tag-section-15 .post-hover-item:hover .post-content {
  color: #fff;
}
#tag-section-15 .post-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.4;
}
#tag-section-15 .post-title a {
  color: #343a40;
  text-decoration: none;
  transition: color 0.4s ease;
}
#tag-section-15 .post-hover-item:hover .post-title a {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
#tag-section-15 .post-title a:hover {
  color: #f0c575 !important;
  text-decoration: underline;
}
#tag-section-15 .post-meta {
  font-size: 0.85rem;
  color: #999;
  transition: color 0.4s ease;
}
#tag-section-15 .post-hover-item:hover .post-meta {
  color: rgba(255, 255, 255, 0.8);
}
#tag-section-15 .post-meta i {
  margin-right: 5px;
}
#tag-section-15 .pagination-container {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
#tag-section-15 .pagination {
  margin-bottom: 0;
}
#tag-section-15 .page-item .page-link {
  color: #c8a45d;
  border: 1px solid #dee2e6;
  margin: 0 2px;
  border-radius: 4px;
}
#tag-section-15 .page-item.active .page-link {
  background-color: #c8a45d;
  border-color: #c8a45d;
  color: #fff;
  z-index: 3;
}
#tag-section-15 .page-item.disabled .page-link {
  color: #999;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
#tag-section-15 .page-item .page-link:hover {
  color: #ab8a4a;
  background-color: #e9ecef;
  border-color: #dee2e6;
  z-index: 2;
}
#tag-section-15 .page-item.active .page-link:hover {
  background-color: #c8a45d;
  border-color: #c8a45d;
  color: #fff;
}
@media (max-width: 767.98px) {
  #tag-section-15 {
    padding-bottom: 40px;
  }
  #tag-section-15 .section-hero-banner {
    padding: 60px 15px;
    min-height: 250px;
    margin-bottom: 30px;
  }
  #tag-section-15 .hero-banner-title {
    font-size: 2.2rem;
  }
  #tag-section-15 .hero-banner-subtitle {
    font-size: 1rem;
  }
  #tag-section-15 .post-title {
    font-size: 1.1rem;
  }
  #tag-section-15 .post-hover-item {
    padding: 15px;
  }
}



#text-block-16 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #f9f6f1);
  background-image: var(--section-bg-texture);
  background-repeat: repeat;
  color: var(--text-color, #4a4a4a);
  font-family: "Georgia", serif;
}
#text-block-16 .container {
  max-width: 800px;
}
#text-block-16 .paper-content-box {
  background-color: var(--container-bg-color, rgba(255, 255, 255, 0.6));
  padding: 40px 50px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
#text-block-16 .section-title-optional {
  text-align: center;
  font-size: 1rem;
  font-weight: normal;
  font-style: italic;
  color: var(--text-color, #4a4a4a);
  opacity: 0.8;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}
#text-block-16 .text-heading {
  text-align: center;
  font-size: 2.3rem;
  font-weight: bold;
  color: var(--text-color, #4a4a4a);
  margin-bottom: 35px;
  line-height: 1.3;
}
#text-block-16 .text-paragraph {
  font-size: 1.05rem;
  line-height: 1.9;
  color: var(--text-color, #4a4a4a);
  opacity: 0.9;
  margin-bottom: 1.4rem;
  text-align: justify;
}
#text-block-16 .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #text-block-16 {
    padding: 60px 0;
  }
  #text-block-16 .paper-content-box {
    padding: 30px 25px;
  }
  #text-block-16 .text-heading {
    font-size: 1.9rem;
  }
  #text-block-16 .text-paragraph {
    font-size: 1rem;
    line-height: 1.8;
  }
}


