
#overview-18 {
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
  min-height: 70vh;
  display: flex;
  align-items: center;
}
#overview-18:not([style*="background-image"]) {
  background-color: #6c757d;
}
#overview-18 .container-fluid {
  padding: 0;
}
#overview-18 .content-panel-wrapper {
}
#overview-18 .scrollable-panel {
  background-color: var(--panel-bg-color, rgba(255, 255, 255, 0.95));
  color: var(--panel-text-color, #333);
  padding: 2rem;
  border-radius: 0.5rem;
  max-height: 75vh;
  overflow-y: auto;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
}
#overview-18 .scrollable-panel::-webkit-scrollbar {
  width: 8px;
}
#overview-18 .scrollable-panel::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
#overview-18 .scrollable-panel::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  border: 2px solid transparent;
  background-clip: content-box;
}
#overview-18 .scrollable-panel::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#overview-18 .scrollable-panel .panel-header .section-heading {
  margin-bottom: 0.5rem;
  color: inherit;
}
#overview-18 .scrollable-panel .panel-header .lead {
  color: inherit;
  opacity: 0.85;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
#overview-18 .scrollable-panel .content-detail-block {
  margin-bottom: 1.5rem;
}
#overview-18 .scrollable-panel .content-detail-block:last-child {
  margin-bottom: 0;
}
#overview-18 .scrollable-panel .content-detail-block h5 {
  font-weight: 600;
  color: var(--bs-primary);
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}
#overview-18 .scrollable-panel .content-detail-block p {
  line-height: 1.7;
  color: inherit;
  opacity: 0.9;
  margin-bottom: 0;
  font-size: 0.95rem;
}
#overview-18 .scrollable-panel .cta-wrapper {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  #overview-18 {
    min-height: auto;
    background-attachment: scroll;
    padding: 4rem 0;
    display: block;
  }
  #overview-18 .container-fluid {
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem);
  }
  #overview-18 .scrollable-panel {
    max-height: none;
    overflow-y: visible;
    margin-top: 0;
  }
  #overview-18 .content-panel-wrapper {
    margin: 0 auto;
  }
}



#tag-section-18 {
  padding-bottom: 60px;
  background-color: #f8f9fa;
  overflow: hidden;
}
#tag-section-18 .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-18 .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-18 .hero-banner-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}
#tag-section-18 .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-18 .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-18 .post-grid-container {
}
#tag-section-18 .post-image-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#tag-section-18 .post-image-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
#tag-section-18 .post-image-link {
  display: block;
  overflow: hidden;
  background-color: #eee;
  aspect-ratio: 4 / 3;
}
#tag-section-18 .post-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
#tag-section-18 .post-image-item:hover .post-image {
  transform: scale(1.08);
}
#tag-section-18 .post-caption {
  padding: 12px 15px;
  text-align: center;
  margin-top: auto;
}
#tag-section-18 .post-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 3px;
  line-height: 1.3;
}
#tag-section-18 .post-title a {
  color: #343a40;
  text-decoration: none;
}
#tag-section-18 .post-title a:hover {
  color: #c8a45d;
}
#tag-section-18 .post-meta {
  font-size: 0.8rem;
  color: #999;
}
#tag-section-18 .post-meta i {
  margin-right: 4px;
}
#tag-section-18 .pagination-container {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
#tag-section-18 .pagination {
  margin-bottom: 0;
}
#tag-section-18 .page-item .page-link {
  color: #c8a45d;
  border: 1px solid #dee2e6;
  margin: 0 2px;
  border-radius: 4px;
}
#tag-section-18 .page-item.active .page-link {
  background-color: #c8a45d;
  border-color: #c8a45d;
  color: #fff;
  z-index: 3;
}
#tag-section-18 .page-item.disabled .page-link {
  color: #999;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
#tag-section-18 .page-item .page-link:hover {
  color: #ab8a4a;
  background-color: #e9ecef;
  border-color: #dee2e6;
  z-index: 2;
}
#tag-section-18 .page-item.active .page-link:hover {
  background-color: #c8a45d;
  border-color: #c8a45d;
  color: #fff;
}
@media (max-width: 767.98px) {
  #tag-section-18 {
    padding-bottom: 40px;
  }
  #tag-section-18 .section-hero-banner {
    padding: 60px 15px;
    min-height: 250px;
    margin-bottom: 30px;
  }
  #tag-section-18 .hero-banner-title {
    font-size: 2.2rem;
  }
  #tag-section-18 .hero-banner-subtitle {
    font-size: 1rem;
  }
  #tag-section-18 .post-image-link {
    aspect-ratio: 3 / 2;
  }
  #tag-section-18 .post-title {
    font-size: 0.95rem;
  }
}



#content-block-1 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
#content-block-1 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#content-block-1 .section-hero h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#content-block-1 .section-hero p {
  font-size: 1.1rem;
}
#content-block-1 .content-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;
}


