
#tag-section-13 {
  padding-bottom: 60px;
  background-color: #f8f9fa;
  overflow: hidden;
}
#tag-section-13 .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-13 .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-13 .hero-banner-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}
#tag-section-13 .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-13 .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-13 .post-grid-container {
}
#tag-section-13 .post-overlay-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: none;
  background-color: #ddd;
  min-height: 280px;
  height: 100%;
  display: flex;
  align-items: flex-end;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}
#tag-section-13 .post-overlay-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
#tag-section-13 .post-overlay-card .card-img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: transform 0.4s ease;
}
#tag-section-13 .post-overlay-card:hover .card-img-bg {
  transform: scale(1.05);
}
#tag-section-13 .card-overlay-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 15px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.05));
  color: #fff;
}
#tag-section-13 .post-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 3px;
  line-height: 1.3;
}
#tag-section-13 .post-title a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
#tag-section-13 .post-title a:hover {
  color: #f0c575;
}
#tag-section-13 .post-meta {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.8);
}
#tag-section-13 .post-meta i {
  margin-right: 4px;
}
#tag-section-13 .pagination-container {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
#tag-section-13 .pagination {
  margin-bottom: 0;
}
#tag-section-13 .page-item .page-link {
  color: #c8a45d;
  border: 1px solid #dee2e6;
  margin: 0 2px;
  border-radius: 4px;
}
#tag-section-13 .page-item.active .page-link {
  background-color: #c8a45d;
  border-color: #c8a45d;
  color: #fff;
  z-index: 3;
}
#tag-section-13 .page-item.disabled .page-link {
  color: #999;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
#tag-section-13 .page-item .page-link:hover {
  color: #ab8a4a;
  background-color: #e9ecef;
  border-color: #dee2e6;
  z-index: 2;
}
#tag-section-13 .page-item.active .page-link:hover {
  background-color: #c8a45d;
  border-color: #c8a45d;
  color: #fff;
}
@media (max-width: 767.98px) {
  #tag-section-13 {
    padding-bottom: 40px;
  }
  #tag-section-13 .section-hero-banner {
    padding: 60px 15px;
    min-height: 250px;
    margin-bottom: 30px;
  }
  #tag-section-13 .hero-banner-title {
    font-size: 2.2rem;
  }
  #tag-section-13 .hero-banner-subtitle {
    font-size: 1rem;
  }
  #tag-section-13 .post-overlay-card {
    min-height: 250px;
  }
  #tag-section-13 .post-title {
    font-size: 1rem;
  }
}


