
#tag-section-14 {
  padding-bottom: 60px;
  background-color: #f8f9fa;
  overflow: hidden;
}
#tag-section-14 .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-14 .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-14 .hero-banner-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}
#tag-section-14 .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-14 .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-14 .posts-accordion-container {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
#tag-section-14 .accordion-item {
  background-color: #fff;
  border: 1px solid #e9ecef;
  margin-bottom: 10px;
  border-radius: 6px !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
#tag-section-14 .accordion-item:first-of-type {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
#tag-section-14 .accordion-item:last-of-type {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-bottom: 0;
}
#tag-section-14 .accordion-header {
}
#tag-section-14 .accordion-button {
  font-weight: 600;
  font-size: 1.1rem;
  color: #343a40;
  background-color: #f8f9fa;
  border-radius: 6px !important;
  padding: 1rem 1.25rem;
  box-shadow: none;
  width: 100%;
  text-align: left;
  border: none;
}
#tag-section-14 .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #c8a45d;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
#tag-section-14 .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236c757d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transition: transform 0.2s ease-in-out;
}
#tag-section-14 .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
  filter: brightness(1.2);
}
#tag-section-14 .accordion-body {
  padding: 1.25rem;
  line-height: 1.6;
  color: #444;
}
#tag-section-14 .accordion-body img {
  max-width: 250px;
  height: auto;
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  border-radius: 4px;
}
#tag-section-14 .accordion-body p {
  margin-bottom: 1rem;
}
#tag-section-14 .accordion-body p:last-child {
  margin-bottom: 0;
}
#tag-section-14 .accordion-body .read-more-btn {
  font-size: 0.9rem;
  font-weight: 500;
  color: #c8a45d;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}
#tag-section-14 .accordion-body .read-more-btn:hover {
  color: #ab8a4a;
  text-decoration: underline;
}
#tag-section-14 .accordion-body .read-more-btn i {
  margin-left: 5px;
}
#tag-section-14 .pagination-container {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
#tag-section-14 .pagination {
  margin-bottom: 0;
}
#tag-section-14 .page-item .page-link {
  color: #c8a45d;
  border: 1px solid #dee2e6;
  margin: 0 2px;
  border-radius: 4px;
}
#tag-section-14 .page-item.active .page-link {
  background-color: #c8a45d;
  border-color: #c8a45d;
  color: #fff;
  z-index: 3;
}
#tag-section-14 .page-item.disabled .page-link {
  color: #999;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
#tag-section-14 .page-item .page-link:hover {
  color: #ab8a4a;
  background-color: #e9ecef;
  border-color: #dee2e6;
  z-index: 2;
}
#tag-section-14 .page-item.active .page-link:hover {
  background-color: #c8a45d;
  border-color: #c8a45d;
  color: #fff;
}
@media (max-width: 767.98px) {
  #tag-section-14 {
    padding-bottom: 40px;
  }
  #tag-section-14 .section-hero-banner {
    padding: 60px 15px;
    min-height: 250px;
    margin-bottom: 30px;
  }
  #tag-section-14 .hero-banner-title {
    font-size: 2.2rem;
  }
  #tag-section-14 .hero-banner-subtitle {
    font-size: 1rem;
  }
  #tag-section-14 .accordion-button {
    font-size: 1rem;
    padding: 0.8rem 1rem;
  }
  #tag-section-14 .accordion-body img {
    max-width: 150px;
    float: none;
    display: block;
    margin: 0 auto 15px auto;
  }
}



#text-block-4 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #ffffff);
  color: var(--text-color, #343a40);
}
#text-block-4 .container {
  max-width: 960px;
}
#text-block-4 .section-title-optional {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  color: #6c757d;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#text-block-4 .text-heading {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 25px;
}
#text-block-4 .text-paragraph {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text-color, #555e68);
  opacity: 0.95;
  margin-bottom: 1.5rem;
}
#text-block-4 .list-heading-optional {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--text-color, #343a40);
  margin-top: 40px;
  margin-bottom: 25px;
}
#text-block-4 .icon-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}
#text-block-4 .icon-list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-color, #495057);
}
#text-block-4 .icon-list-item i {
  font-size: 1.2rem;
  color: var(--icon-color, #17a2b8);
  margin-right: 12px;
  margin-top: 0.2em;
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}
#text-block-4 .icon-list-item span {
  flex-grow: 1;
}
@media (min-width: 768px) {
  #text-block-4 .icon-list.list-cols-2 {
    column-count: 2;
    column-gap: 30px;
  }
  #text-block-4 .icon-list.list-cols-2 .icon-list-item {
    break-inside: avoid;
  }
}
@media (max-width: 767.98px) {
  #text-block-4 {
    padding: 60px 0;
  }
  #text-block-4 .text-heading {
    font-size: 2rem;
  }
  #text-block-4 .text-paragraph,
  #text-block-4 .icon-list-item {
    font-size: 0.95rem;
  }
  #text-block-4 .list-heading-optional {
    font-size: 1.25rem;
  }
  #text-block-4 .icon-list.list-cols-2 {
    column-count: 1;
  }
}



#content-block-9 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#content-block-9 .header {
  text-align: center;
  margin-bottom: 40px;
}
#content-block-9 .header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#content-block-9 .header p {
  font-size: 1.1rem;
  color: #777;
}
#content-block-9 .article-body {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}


