
#overview-2 {
  overflow: hidden;
}
#overview-2 .overview-section-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#overview-2 .overview-image {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  aspect-ratio: 16/9;
}
#overview-2 .overview-features-list {
  list-style: none;
  padding-left: 0;
}
#overview-2 .overview-feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
#overview-2 .overview-feature-icon {
  font-size: 1.5rem;
  color: var(--bs-primary);
  margin-right: 1rem;
  width: 2rem;
  text-align: center;
  flex-shrink: 0;
}
#overview-2 .overview-feature-text h5 {
  margin-bottom: 0.25rem;
  font-weight: 600;
}
#overview-2 .overview-feature-text p {
  margin-bottom: 0;
  color: #6c757d;
}
@media (max-width: 991.98px) {
  #overview-2 .overview-image {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  #overview-2 .overview-section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}



#tag-section-7 {
  padding-bottom: 60px;
  background-color: #ffffff;
  overflow: hidden;
}
#tag-section-7 .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-7 .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-7 .hero-banner-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}
#tag-section-7 .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-7 .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-7 .post-detailed-list-container {
}
#tag-section-7 .post-detailed-item {
  background-color: #fff;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
#tag-section-7 .post-detailed-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
#tag-section-7 .post-image-wrapper {
  margin-bottom: 20px;
}
#tag-section-7 .post-image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
#tag-section-7 .post-content {
}
#tag-section-7 .post-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.3;
}
#tag-section-7 .post-title a {
  color: #343a40;
  text-decoration: none;
}
#tag-section-7 .post-title a:hover {
  color: #c8a45d;
}
#tag-section-7 .post-meta {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 15px;
}
#tag-section-7 .post-meta i {
  margin-right: 5px;
  color: #aaa;
}
#tag-section-7 .post-meta span {
  margin-right: 15px;
}
#tag-section-7 .post-excerpt {
  font-size: 1rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 20px;
}
#tag-section-7 .read-more-btn {
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 500;
  color: #c8a45d;
  text-decoration: none;
}
#tag-section-7 .read-more-btn:hover {
  color: #ab8a4a;
  text-decoration: underline;
}
#tag-section-7 .read-more-btn i {
  margin-left: 5px;
}
#tag-section-7 .pagination-container {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
#tag-section-7 .pagination {
  margin-bottom: 0;
}
#tag-section-7 .page-item .page-link {
  color: #c8a45d;
  border: 1px solid #dee2e6;
  margin: 0 2px;
  border-radius: 4px;
}
#tag-section-7 .page-item.active .page-link {
  background-color: #c8a45d;
  border-color: #c8a45d;
  color: #fff;
  z-index: 3;
}
#tag-section-7 .page-item.disabled .page-link {
  color: #999;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
#tag-section-7 .page-item .page-link:hover {
  color: #ab8a4a;
  background-color: #e9ecef;
  border-color: #dee2e6;
  z-index: 2;
}
#tag-section-7 .page-item.active .page-link:hover {
  background-color: #c8a45d;
  border-color: #c8a45d;
  color: #fff;
}
@media (max-width: 767.98px) {
  #tag-section-7 {
    padding-bottom: 40px;
  }
  #tag-section-7 .section-hero-banner {
    padding: 60px 15px;
    min-height: 250px;
    margin-bottom: 30px;
  }
  #tag-section-7 .hero-banner-title {
    font-size: 2.2rem;
  }
  #tag-section-7 .hero-banner-subtitle {
    font-size: 1rem;
  }
  #tag-section-7 .post-title {
    font-size: 1.5rem;
  }
}



#content-block-29 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#content-block-29 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#content-block-29 .section-header h2 {
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.5rem;
}
#content-block-29 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
}
#content-block-29 .media-list-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#content-block-29 .media-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e9ecef;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.15s ease;
}
#content-block-29 .media-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#content-block-29 a.media-item:hover {
}
#content-block-29 .media-item-visual {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0.25rem;
}
#content-block-29 .media-item-visual img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
#content-block-29 .media-item-visual i {
  font-size: 1.75rem;
  color: var(--bs-primary, #0d6efd);
}
#content-block-29 .media-item-body {
  flex-grow: 1;
}
#content-block-29 .media-item-body h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
  color: #495057;
}
#content-block-29 a.media-item:hover .media-item-body h5 {
  color: var(--bs-primary, #0d6efd);
}
#content-block-29 .media-item-body p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  #content-block-29 .media-item-visual {
    width: 50px;
    height: 50px;
    margin-right: 0.75rem;
  }
  #content-block-29 .media-item-visual i {
    font-size: 1.5rem;
  }
  #content-block-29 .media-item-body h5 {
    font-size: 1rem;
  }
  #content-block-29 .media-item-body p {
    font-size: 0.9rem;
  }
}


