
#tag-section-19 {
  padding: 60px 0;
  background-color: #f8f9fa;
  overflow: hidden;
}
#tag-section-19 .section-hero-centered {
  padding: 40px 0;
  margin-bottom: 50px;
  text-align: center;
}
#tag-section-19 .hero-text-title {
  font-size: 3rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  text-transform: capitalize;
}
#tag-section-19 .hero-text-subtitle {
  font-size: 1.2rem;
  color: #6c757d;
  max-width: 700px;
  margin: 0 auto;
}
#tag-section-19 .post-grid-container {
}
#tag-section-19 .post-card-dark {
  background-color: #212529;
  color: #fff;
  border: 1px solid #3a3f44;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#tag-section-19 .post-card-dark:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
#tag-section-19 .post-card-img-link {
  display: block;
  overflow: hidden;
}
#tag-section-19 .post-card-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.9;
}
#tag-section-19 .post-card-dark:hover .post-card-img {
  transform: scale(1.05);
  opacity: 1;
}
#tag-section-19 .card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#tag-section-19 .post-title {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.4;
}
#tag-section-19 .post-title a {
  color: #fff;
  text-decoration: none;
}
#tag-section-19 .post-title a:hover {
  color: #f0c575;
}
#tag-section-19 .post-meta {
  font-size: 0.8rem;
  color: #adb5bd;
  flex-grow: 1;
  margin-bottom: 15px;
}
#tag-section-19 .post-meta i {
  margin-right: 4px;
}
#tag-section-19 .read-more-btn {
  font-size: 0.85rem;
  font-weight: 500;
  color: #f0c575;
  text-decoration: none;
  margin-top: auto;
  align-self: flex-start;
}
#tag-section-19 .read-more-btn:hover {
  color: #fff;
  text-decoration: underline;
}
#tag-section-19 .read-more-btn i {
  margin-left: 3px;
}
#tag-section-19 .pagination-container {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
#tag-section-19 .pagination {
  margin-bottom: 0;
}
#tag-section-19 .page-item .page-link {
  color: #c8a45d;
  background-color: #fff;
  border: 1px solid #dee2e6;
  margin: 0 2px;
  border-radius: 4px;
}
#tag-section-19 .page-item.active .page-link {
  background-color: #c8a45d;
  border-color: #c8a45d;
  color: #fff;
  z-index: 3;
}
#tag-section-19 .page-item.disabled .page-link {
  color: #999;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
#tag-section-19 .page-item .page-link:hover {
  color: #ab8a4a;
  background-color: #e9ecef;
  border-color: #dee2e6;
  z-index: 2;
}
#tag-section-19 .page-item.active .page-link:hover {
  background-color: #c8a45d;
  border-color: #c8a45d;
  color: #fff;
}
@media (max-width: 767.98px) {
  #tag-section-19 {
    padding: 40px 0;
  }
  #tag-section-19 .section-hero-centered {
    padding: 30px 0;
    margin-bottom: 30px;
  }
  #tag-section-19 .hero-text-title {
    font-size: 2.5rem;
  }
  #tag-section-19 .hero-text-subtitle {
    font-size: 1rem;
  }
}


