
#hero-20 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 75vh;
  padding: 6rem 0 5rem 0;
  text-align: center;
  background-size: cover;
  background-position: center;
}
#hero-20 .hero-overlay-20 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-20 .container {
  position: relative;
  z-index: 2;
}
#hero-20 .hero-content-wrapper-20 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
#hero-20 .hero-title-20 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-20 .hero-subtitle-20 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-20 .hero-cta-button-20 {
  display: inline-block;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease;
}
#hero-20 .hero-cta-button-20:hover {
  transform: translateY(-2px);
}
#hero-20 .hero-logos-wrapper-20 {
  margin-top: 3.5rem;
}
#hero-20 .logos-title-20 {
  font-size: 0.9rem;
  font-weight: 500;
  color: inherit;
  opacity: 0.7;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#hero-20 .logos-list-20 {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}
#hero-20 .hero-logo-item img {
  max-height: 40px;
  max-width: 120px;
  width: auto;
  transition: filter 0.3s ease;
}
#hero-20 .hero-logo-item a:hover img,
#hero-20 .hero-logo-item img:hover {
  filter: none;
}
@media (max-width: 767.98px) {
  #hero-20 {
    min-height: 70vh;
    padding: 4rem 0 3rem 0;
  }
  #hero-20 .hero-content-wrapper-20 {
    margin-bottom: 2.5rem;
  }
  #hero-20 .hero-title-20 {
    font-size: 2.3rem;
  }
  #hero-20 .hero-subtitle-20 {
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
  }
  #hero-20 .hero-logos-wrapper-20 {
    margin-top: 3rem;
  }
  #hero-20 .logos-list-20 {
    gap: 1.5rem;
  }
  #hero-20 .hero-logo-item img {
    max-height: 30px;
  }
}



#tag-section-11 {
  padding: 60px 0;
  background-color: #ffffff;
  overflow: hidden;
}
#tag-section-11 .section-hero-text {
  padding: 50px 0;
  margin-bottom: 50px;
  background-color: #f8f9fa;
  text-align: center;
  border-bottom: 1px solid #eee;
}
#tag-section-11 .hero-text-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  text-transform: capitalize;
}
#tag-section-11 .hero-text-subtitle {
  font-size: 1.2rem;
  color: #6c757d;
  max-width: 700px;
  margin: 0 auto;
}
#tag-section-11 .post-grid-container {
}
#tag-section-11 .post-card-variant {
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#tag-section-11 .post-card-variant:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
#tag-section-11 .variant-0 {
  border-left: 4px solid #c8a45d;
}
#tag-section-11 .variant-1 {
  border-left: 4px solid #a0522d;
}
#tag-section-11 .variant-2 {
  border-left: 4px solid #5a7bb4;
}
#tag-section-11 .post-card-img-link {
  display: block;
  overflow: hidden;
}
#tag-section-11 .post-card-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
#tag-section-11 .post-card-variant:hover .post-card-img {
  transform: scale(1.05);
}
#tag-section-11 .card-body {
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#tag-section-11 .post-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.4;
}
#tag-section-11 .post-title a {
  color: #343a40;
  text-decoration: none;
}
#tag-section-11 .post-title a:hover {
  color: #c8a45d;
}
#tag-section-11 .post-meta {
  font-size: 0.8rem;
  color: #999;
  flex-grow: 1;
  margin-bottom: 10px;
}
#tag-section-11 .post-meta i {
  margin-right: 4px;
}
#tag-section-11 .read-more-btn {
  font-size: 0.85rem;
  font-weight: 500;
  color: #c8a45d;
  text-decoration: none;
  margin-top: auto;
  align-self: flex-start;
}
#tag-section-11 .read-more-btn:hover {
  color: #ab8a4a;
  text-decoration: underline;
}
#tag-section-11 .read-more-btn i {
  margin-left: 3px;
}
#tag-section-11 .pagination-container {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
#tag-section-11 .pagination {
  margin-bottom: 0;
}
#tag-section-11 .page-item .page-link {
  color: #c8a45d;
  border: 1px solid #dee2e6;
  margin: 0 2px;
  border-radius: 4px;
}
#tag-section-11 .page-item.active .page-link {
  background-color: #c8a45d;
  border-color: #c8a45d;
  color: #fff;
  z-index: 3;
}
#tag-section-11 .page-item.disabled .page-link {
  color: #999;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
#tag-section-11 .page-item .page-link:hover {
  color: #ab8a4a;
  background-color: #e9ecef;
  border-color: #dee2e6;
  z-index: 2;
}
#tag-section-11 .page-item.active .page-link:hover {
  background-color: #c8a45d;
  border-color: #c8a45d;
  color: #fff;
}
@media (max-width: 767.98px) {
  #tag-section-11 {
    padding: 40px 0;
  }
  #tag-section-11 .section-hero-text {
    padding: 30px 0;
    margin-bottom: 30px;
  }
  #tag-section-11 .hero-text-title {
    font-size: 2.5rem;
  }
  #tag-section-11 .hero-text-subtitle {
    font-size: 1rem;
  }
}


