
#tag-section-20 {
  padding-bottom: 60px;
  background-color: #ffffff;
  overflow: hidden;
}
#tag-section-20 .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-20 .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-20 .hero-banner-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}
#tag-section-20 .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-20 .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-20 .post-simple-list-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#tag-section-20 .post-simple-item {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
#tag-section-20 .post-simple-item:first-child {
  padding-top: 0;
}
#tag-section-20 .post-simple-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#tag-section-20 .post-title {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 3px;
}
#tag-section-20 .post-title a {
  color: #343a40;
  text-decoration: none;
}
#tag-section-20 .post-title a:hover {
  color: #c8a45d;
}
#tag-section-20 .post-meta {
  font-size: 0.85rem;
  color: #999;
  display: block;
}
#tag-section-20 .post-meta i {
  margin-right: 5px;
}
#tag-section-20 .pagination-container {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
#tag-section-20 .pagination {
  margin-bottom: 0;
}
#tag-section-20 .page-item .page-link {
  color: #c8a45d;
  border: 1px solid #dee2e6;
  margin: 0 2px;
  border-radius: 4px;
}
#tag-section-20 .page-item.active .page-link {
  background-color: #c8a45d;
  border-color: #c8a45d;
  color: #fff;
  z-index: 3;
}
#tag-section-20 .page-item.disabled .page-link {
  color: #999;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
#tag-section-20 .page-item .page-link:hover {
  color: #ab8a4a;
  background-color: #e9ecef;
  border-color: #dee2e6;
  z-index: 2;
}
#tag-section-20 .page-item.active .page-link:hover {
  background-color: #c8a45d;
  border-color: #c8a45d;
  color: #fff;
}
@media (max-width: 767.98px) {
  #tag-section-20 {
    padding-bottom: 40px;
  }
  #tag-section-20 .section-hero-banner {
    padding: 60px 15px;
    min-height: 250px;
    margin-bottom: 30px;
  }
  #tag-section-20 .hero-banner-title {
    font-size: 2.2rem;
  }
  #tag-section-20 .hero-banner-subtitle {
    font-size: 1rem;
  }
  #tag-section-20 .post-title {
    font-size: 1.1rem;
  }
}



#text-block-21 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #f8f9fa);
  color: var(--text-color, #343a40);
}
#text-block-21 .container {
  max-width: 800px;
}
#text-block-21 .section-title-optional {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  color: #6c757d;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#text-block-21 .text-heading {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 40px;
}
#text-block-21 .text-paragraph {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-color, #495057);
  margin-bottom: 1.5rem;
  text-align: left;
}
#text-block-21 .text-paragraph:last-child {
  margin-bottom: 0;
}
#text-block-21 .first-paragraph-emphasis {
  font-size: var(--emphasis-font-size, 1.6em);
  font-weight: var(--emphasis-font-weight, 600);
  line-height: var(--emphasis-line-height, 1.5);
  color: var(--text-color, #343a40);
  margin-bottom: 2rem;
}
/*
#text-block-21 .first-paragraph-emphasis::first-line {
    font-size: var(--emphasis-font-size, 1.6em);
    font-weight: var(--emphasis-font-weight, 600);
    line-height: var(--emphasis-line-height, 1.5);
    color: var(--text-color, #343a40);
}
*/
@media (max-width: 767.98px) {
  #text-block-21 {
    padding: 60px 0;
  }
  #text-block-21 .text-heading {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  #text-block-21 .text-paragraph {
    font-size: 1rem;
    line-height: 1.7;
  }
  #text-block-21 .first-paragraph-emphasis {
    font-size: 1.4em;
    line-height: 1.6;
  }
}



#cta-banner-15 {
  padding: 5rem 1rem;
  position: relative;
  text-align: center;
  overflow: hidden;
  background-color: #ffffff;
  color: #212529;
}
#cta-banner-15 .container {
  max-width: 750px;
}
#cta-banner-15 .content-image-wrapper {
  margin-bottom: 2rem;
}
#cta-banner-15 .content-image-wrapper img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
  border-radius: 0.25rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
#cta-banner-15 .cta-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
#cta-banner-15 .cta-subtitle {
  font-size: 1.15rem;
  color: #555;
  margin-bottom: 1rem;
}
#cta-banner-15 .cta-description {
  font-size: 1rem;
  color: #6c757d;
  margin-bottom: 2rem;
}
#cta-banner-15 .cta-button .btn {
  padding: 0.9rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 500;
}
#cta-banner-15 .cta-button .btn i {
  margin-right: 0.5rem;
}
@media (max-width: 767.98px) {
  #cta-banner-15 {
    padding: 4rem 1rem;
  }
  #cta-banner-15 .content-image-wrapper img {
    max-height: 200px;
  }
  #cta-banner-15 .cta-title {
    font-size: 2rem;
  }
  #cta-banner-15 .cta-subtitle {
    font-size: 1.05rem;
  }
  #cta-banner-15 .cta-description {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }
  #cta-banner-15 .cta-button .btn {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
}


