
#hero-13 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 65vh;
  padding: 6rem 0;
  text-align: center;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  --hero-overlay-color: transparent;
}
#hero-13::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--hero-overlay-color);
  z-index: 1;
  pointer-events: none;
}
#hero-13 .container {
  position: relative;
  z-index: 2;
}
#hero-13 .hero-content-wrapper-13 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
#hero-13 .hero-title-13 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-13 .hero-subtitle-13 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
  opacity: 0.9;
}
#hero-13 .cta-button-wrapper-13 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
#hero-13 .hero-cta-button-13 {
  display: inline-block;
  padding: 0.75rem 1.8rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}
#hero-13 .hero-cta-button-13.cta-style-secondary {
  border-color: #ffffff;
}
#hero-13 .hero-cta-button-13:hover {
  transform: translateY(-2px);
  filter: brightness(110%);
}
@media (max-width: 767.98px) {
  #hero-13 {
    min-height: 55vh;
    padding: 4rem 0;
  }
  #hero-13 .hero-title-13 {
    font-size: 2.3rem;
  }
  #hero-13 .hero-subtitle-13 {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
  #hero-13 .cta-button-wrapper-13 {
    gap: 0.8rem;
  }
}



#tag-section-12 {
  padding-bottom: 60px;
  background-color: #ffffff;
  overflow: hidden;
}
#tag-section-12 .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-12 .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-12 .hero-banner-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}
#tag-section-12 .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-12 .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-12 .filter-tabs-container {
  margin-bottom: 30px;
  border-bottom: 1px solid #dee2e6;
}
#tag-section-12 .nav-tabs .nav-link {
  color: #6c757d;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  padding: 0.75rem 1.25rem;
  font-weight: 500;
}
#tag-section-12 .nav-tabs .nav-link.active,
#tag-section-12 .nav-tabs .nav-item.show .nav-link {
  color: #c8a45d;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  border-bottom-width: 2px;
  border-bottom-color: #c8a45d;
}
#tag-section-12 .nav-tabs .nav-link:hover:not(.active) {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
  color: #495057;
}
#tag-section-12 .post-horizontal-list {
}
#tag-section-12 .post-horizontal-item {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
#tag-section-12 .post-horizontal-item:last-child {
  border-bottom: none;
}
#tag-section-12 .post-thumbnail-link {
  flex-shrink: 0;
  width: 100px;
  height: 80px;
  margin-right: 20px;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
#tag-section-12 .post-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
#tag-section-12 .post-thumbnail-link:hover .post-thumbnail {
  transform: scale(1.1);
}
#tag-section-12 .post-content {
  flex-grow: 1;
}
#tag-section-12 .post-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.3;
}
#tag-section-12 .post-title a {
  color: #343a40;
  text-decoration: none;
}
#tag-section-12 .post-title a:hover {
  color: #c8a45d;
}
#tag-section-12 .post-meta {
  font-size: 0.85rem;
  color: #999;
  margin-bottom: 8px;
}
#tag-section-12 .post-meta i {
  margin-right: 5px;
}
#tag-section-12 .post-excerpt {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.5;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#tag-section-12 .read-more-link {
  font-size: 0.85rem;
  font-weight: 500;
  color: #c8a45d;
  text-decoration: none;
}
#tag-section-12 .read-more-link:hover {
  color: #ab8a4a;
  text-decoration: underline;
}
#tag-section-12 .pagination-container {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
#tag-section-12 .pagination {
  margin-bottom: 0;
}
#tag-section-12 .page-item .page-link {
  color: #c8a45d;
  border: 1px solid #dee2e6;
  margin: 0 2px;
  border-radius: 4px;
}
#tag-section-12 .page-item.active .page-link {
  background-color: #c8a45d;
  border-color: #c8a45d;
  color: #fff;
  z-index: 3;
}
#tag-section-12 .page-item.disabled .page-link {
  color: #999;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
#tag-section-12 .page-item .page-link:hover {
  color: #ab8a4a;
  background-color: #e9ecef;
  border-color: #dee2e6;
  z-index: 2;
}
#tag-section-12 .page-item.active .page-link:hover {
  background-color: #c8a45d;
  border-color: #c8a45d;
  color: #fff;
}
@media (max-width: 767.98px) {
  #tag-section-12 {
    padding-bottom: 40px;
  }
  #tag-section-12 .section-hero-banner {
    padding: 60px 15px;
    min-height: 250px;
    margin-bottom: 30px;
  }
  #tag-section-12 .hero-banner-title {
    font-size: 2.2rem;
  }
  #tag-section-12 .hero-banner-subtitle {
    font-size: 1rem;
  }
  #tag-section-12 .post-thumbnail-link {
    width: 80px;
    height: 60px;
  }
  #tag-section-12 .post-title {
    font-size: 1.1rem;
  }
  #tag-section-12 .nav-tabs .nav-link {
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
  }
}



#overview-13 {
  background-color: #fff;
  overflow: hidden;
}
#overview-13 .overview-section-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#overview-13 .section-intro {
  margin-bottom: 3rem;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#overview-13 .section-intro .section-heading {
  margin-bottom: 0.5rem;
}
#overview-13 .section-intro .lead {
  color: #6c757d;
  margin-bottom: 0;
}
#overview-13 .content-detail-section {
  margin-bottom: 2.5rem;
}
#overview-13 .content-detail-section:last-child {
  margin-bottom: 0;
}
#overview-13 .content-detail-section h4.sub-heading {
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--bs-primary);
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 0.5rem;
}
#overview-13 .content-detail-section h4.sub-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: var(--bs-primary);
  opacity: 0.5;
}
#overview-13 .content-detail-section p.description-text {
  line-height: 1.7;
  color: #495057;
  margin-bottom: 1rem;
}
#overview-13 .content-detail-section p.description-text:last-child {
  margin-bottom: 0;
}
#overview-13 .detail-list {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
}
#overview-13 .detail-list li {
  margin-bottom: 0.6rem;
  display: flex;
  align-items: flex-start;
  color: #555;
  font-size: 0.95rem;
}
#overview-13 .detail-list li i {
  margin-right: 0.75rem;
  color: var(--bs-success);
  font-size: 1rem;
  margin-top: 0.15em;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  #overview-13 .overview-section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #overview-13 .section-intro {
    margin-bottom: 2rem;
  }
  #overview-13 .content-detail-section h4.sub-heading {
    font-size: 1.25rem;
  }
}



#faq-13 {
  padding: 80px 0;
  background-color: #fff;
}
#faq-13 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
  color: #212529;
}
#faq-13 .faq-grid-card {
  border: none;
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 1.8rem;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#faq-13 .faq-grid-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
}
#faq-13 .faq-card-icon {
  font-size: 1.8rem;
  color: #0d6efd;
  margin-bottom: 1rem;
  display: inline-block;
}
#faq-13 .faq-card-question {
  font-size: 1.1rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.8rem;
}
#faq-13 .faq-card-answer {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 0;
}


