
#overview-13 {
  background-color: #fff;
  overflow: hidden;
}
#overview-13 .overview-section-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#overview-13 .section-intro {
  margin-bottom: 3rem;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#overview-13 .section-intro .section-heading {
  margin-bottom: 0.5rem;
}
#overview-13 .section-intro .lead {
  color: #6c757d;
  margin-bottom: 0;
}
#overview-13 .content-detail-section {
  margin-bottom: 2.5rem;
}
#overview-13 .content-detail-section:last-child {
  margin-bottom: 0;
}
#overview-13 .content-detail-section h4.sub-heading {
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--bs-primary);
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 0.5rem;
}
#overview-13 .content-detail-section h4.sub-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: var(--bs-primary);
  opacity: 0.5;
}
#overview-13 .content-detail-section p.description-text {
  line-height: 1.7;
  color: #495057;
  margin-bottom: 1rem;
}
#overview-13 .content-detail-section p.description-text:last-child {
  margin-bottom: 0;
}
#overview-13 .detail-list {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
}
#overview-13 .detail-list li {
  margin-bottom: 0.6rem;
  display: flex;
  align-items: flex-start;
  color: #555;
  font-size: 0.95rem;
}
#overview-13 .detail-list li i {
  margin-right: 0.75rem;
  color: var(--bs-success);
  font-size: 1rem;
  margin-top: 0.15em;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  #overview-13 .overview-section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #overview-13 .section-intro {
    margin-bottom: 2rem;
  }
  #overview-13 .content-detail-section h4.sub-heading {
    font-size: 1.25rem;
  }
}



#tag-section-16 {
  padding-bottom: 60px;
  background-color: #ffffff;
  overflow: hidden;
}
#tag-section-16 .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-16 .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-16 .hero-banner-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}
#tag-section-16 .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-16 .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-16 .posts-table-container {
}
#tag-section-16 .table {
  margin-bottom: 0;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}
#tag-section-16 .table thead th {
  background-color: #f8f9fa;
  border-bottom-width: 2px;
  border-top: none;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #495057;
  vertical-align: middle;
}
#tag-section-16 .table tbody tr:last-child td {
  border-bottom: none;
}
#tag-section-16 .table tbody td {
  vertical-align: middle;
  padding: 0.85rem 1rem;
  font-size: 0.95rem;
  color: #444;
}
#tag-section-16 .table tbody .post-title a {
  font-weight: 500;
  color: #343a40;
  text-decoration: none;
}
#tag-section-16 .table tbody .post-title a:hover {
  color: #c8a45d;
  text-decoration: underline;
}
#tag-section-16 .table tbody .post-date,
#tag-section-16 .table tbody .post-category {
  font-size: 0.9rem;
  color: #777;
}
#tag-section-16 .table tbody .post-category a {
  color: #777;
  text-decoration: none;
}
#tag-section-16 .table tbody .post-category a:hover {
  color: #c8a45d;
  text-decoration: underline;
}
#tag-section-16 .table-responsive {
  border-radius: 6px;
}
#tag-section-16 .pagination-container {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
#tag-section-16 .pagination {
  margin-bottom: 0;
}
#tag-section-16 .page-item .page-link {
  color: #c8a45d;
  border: 1px solid #dee2e6;
  margin: 0 2px;
  border-radius: 4px;
}
#tag-section-16 .page-item.active .page-link {
  background-color: #c8a45d;
  border-color: #c8a45d;
  color: #fff;
  z-index: 3;
}
#tag-section-16 .page-item.disabled .page-link {
  color: #999;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
#tag-section-16 .page-item .page-link:hover {
  color: #ab8a4a;
  background-color: #e9ecef;
  border-color: #dee2e6;
  z-index: 2;
}
#tag-section-16 .page-item.active .page-link:hover {
  background-color: #c8a45d;
  border-color: #c8a45d;
  color: #fff;
}
@media (max-width: 767.98px) {
  #tag-section-16 {
    padding-bottom: 40px;
  }
  #tag-section-16 .section-hero-banner {
    padding: 60px 15px;
    min-height: 250px;
    margin-bottom: 30px;
  }
  #tag-section-16 .hero-banner-title {
    font-size: 2.2rem;
  }
  #tag-section-16 .hero-banner-subtitle {
    font-size: 1rem;
  }
  #tag-section-16 .table thead {
    display: none;
  }
  #tag-section-16 .table tbody,
  #tag-section-16 .table tr,
  #tag-section-16 .table td {
    display: block;
    width: 100%;
  }
  #tag-section-16 .table tr {
    margin-bottom: 15px;
    border: 1px solid #eee;
    border-radius: 6px;
    overflow: hidden;
  }
  #tag-section-16 .table td {
    text-align: right;
    padding-left: 50%;
    position: relative;
    border: none;
    border-bottom: 1px solid #eee;
  }
  #tag-section-16 .table td:last-child {
    border-bottom: none;
  }
  #tag-section-16 .table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    width: calc(50% - 20px);
    padding-right: 10px;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    color: #333;
  }
}



#content-block-21 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff;
}
#content-block-21 .section-header {
  margin-bottom: 2rem;
  text-align: center;
}
#content-block-21 .section-header h2 {
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.75rem;
}
#content-block-21 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#content-block-21 .carousel {
  max-width: 900px;
  margin: 0 auto;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#content-block-21 .carousel-inner {
  border-radius: 0.5rem;
}
#content-block-21 .carousel-item img {
  width: 100%;
  object-fit: cover;
  display: block;
}
#content-block-21 .carousel-caption {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0.25rem;
  padding: 0.75rem 1rem;
  bottom: 1.25rem;
  left: 5%;
  right: 5%;
}
#content-block-21 .carousel-caption h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
#content-block-21 .carousel-caption p {
  font-size: 0.9rem;
  margin-bottom: 0;
  line-height: 1.4;
}
#content-block-21 .carousel-control-prev-icon,
#content-block-21 .carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  padding: 0.75rem;
  background-size: 50% 50%;
}
#content-block-21 .carousel-indicators [data-bs-target] {
  background-color: rgba(255, 255, 255, 0.7);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  margin: 0 5px;
}
#content-block-21 .carousel-indicators .active {
  background-color: #fff;
}
@media (max-width: 767.98px) {
  #content-block-21 .carousel-caption {
    padding: 0.5rem 0.75rem;
  }
  #content-block-21 .carousel-caption h5 {
    font-size: 1rem;
  }
  #content-block-21 .carousel-caption p {
    font-size: 0.85rem;
  }
}


