
#hero-2 {
  background-size: cover;
  background-position: center;
  padding: 150px 20px;
  color: #fff;
  text-align: center;
  position: relative;
}
#hero-2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
#hero-2 .container {
  position: relative;
  z-index: 2;
}
#hero-2 .hero-title {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}
#hero-2 .hero-subtitle {
  font-size: 22px;
  margin-bottom: 30px;
}
.btn.btn-light {
  padding: 14px 40px;
  font-size: 18px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
}



#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;
  }
}



/* === Section Base === */
.post-section {
  padding: 60px 0;
  background: #fff;
}
.post-section .section-header {
  text-align: center;
  margin-bottom: 40px;
}
.post-section .section-header h2 {
  font-size: 2rem;
  font-weight: 700;
}
.post-section .section-header p {
  color: #666;
  margin-top: 8px;
}

/* === Grid & Cards === */
.post-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(1,1fr);
}
@media (min-width: 576px) {
  .post-grid { grid-template-columns: repeat(2,1fr); }
}
@media (min-width: 992px) {
  .post-grid { grid-template-columns: repeat(4,1fr); }
}
.post-card {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  cursor: pointer;
  transition: transform 0.3s;
}
.post-card:hover {
  transform: translateY(-5px);
}
.post-card img {
  width: 100%;
  display: block;
  height: auto;
}

/* === Overlay Icon === */
.post-card .overlay-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: rgba(255,255,255,0.9);
  opacity: 0;
  transition: opacity 0.3s;
}
.post-card:hover .overlay-icon {
  opacity: 1;
}

/* === Modal Content === */
.modal-content {
  border-radius: 0.5rem;
}
.modal-body img {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.modal-body h5 {
  margin-bottom: 0.75rem;
}
.modal-body p {
  color: #555;
}

/* === Pagination === */
.pagination-wrapper {
  text-align: center;
  margin: 40px 0;
}



