
#overview-19 {
  background-color: #fff;
  overflow: hidden;
}
#overview-19 .overview-section-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#overview-19 .section-intro {
  margin-bottom: 4rem;
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
#overview-19 .section-intro .section-heading {
  margin-bottom: 0.5rem;
}
#overview-19 .section-intro .lead {
  color: #6c757d;
  margin-bottom: 0;
}
#overview-19 .process-steps-container {
  position: relative;
}
#overview-19 .process-step {
  position: relative;
  padding-bottom: 3rem;
  padding-left: 80px;
  margin-bottom: 1rem;
}
#overview-19 .process-step:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
#overview-19 .step-marker {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-color: var(--bs-primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(var(--bs-primary-rgb), 0.3);
  z-index: 2;
}
#overview-19 .step-marker .step-number {
  font-size: 1.2rem;
}
#overview-19 .process-step:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 60px;
  bottom: -1.5rem;
  width: 2px;
  background-color: var(--connector-color, #adb5bd);
  z-index: 1;
}
#overview-19 .step-content h5 {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
#overview-19 .step-content p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  #overview-19 .process-step {
    padding-left: 0;
    text-align: center;
  }
  #overview-19 .step-marker {
    position: relative;
    margin: 0 auto 1.5rem auto;
    left: auto;
    top: auto;
  }
  #overview-19 .process-step:not(:last-child)::before {
    display: none;
  }
  #overview-19 .step-content h5 {
    font-size: 1.15rem;
  }
  #overview-19 .overview-section-padding {
    padding-bottom: 2rem;
  }
}



#tag-section-20 {
  padding-bottom: 60px;
  background-color: #ffffff;
  overflow: hidden;
}
#tag-section-20 .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-20 .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-20 .hero-banner-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}
#tag-section-20 .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-20 .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-20 .post-simple-list-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#tag-section-20 .post-simple-item {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
#tag-section-20 .post-simple-item:first-child {
  padding-top: 0;
}
#tag-section-20 .post-simple-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#tag-section-20 .post-title {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 3px;
}
#tag-section-20 .post-title a {
  color: #343a40;
  text-decoration: none;
}
#tag-section-20 .post-title a:hover {
  color: #c8a45d;
}
#tag-section-20 .post-meta {
  font-size: 0.85rem;
  color: #999;
  display: block;
}
#tag-section-20 .post-meta i {
  margin-right: 5px;
}
#tag-section-20 .pagination-container {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
#tag-section-20 .pagination {
  margin-bottom: 0;
}
#tag-section-20 .page-item .page-link {
  color: #c8a45d;
  border: 1px solid #dee2e6;
  margin: 0 2px;
  border-radius: 4px;
}
#tag-section-20 .page-item.active .page-link {
  background-color: #c8a45d;
  border-color: #c8a45d;
  color: #fff;
  z-index: 3;
}
#tag-section-20 .page-item.disabled .page-link {
  color: #999;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
#tag-section-20 .page-item .page-link:hover {
  color: #ab8a4a;
  background-color: #e9ecef;
  border-color: #dee2e6;
  z-index: 2;
}
#tag-section-20 .page-item.active .page-link:hover {
  background-color: #c8a45d;
  border-color: #c8a45d;
  color: #fff;
}
@media (max-width: 767.98px) {
  #tag-section-20 {
    padding-bottom: 40px;
  }
  #tag-section-20 .section-hero-banner {
    padding: 60px 15px;
    min-height: 250px;
    margin-bottom: 30px;
  }
  #tag-section-20 .hero-banner-title {
    font-size: 2.2rem;
  }
  #tag-section-20 .hero-banner-subtitle {
    font-size: 1rem;
  }
  #tag-section-20 .post-title {
    font-size: 1.1rem;
  }
}



#content-block-27 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#content-block-27 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#content-block-27 .section-header h2 {
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.5rem;
}
#content-block-27 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
}
#content-block-27 .info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding: 0 0.5rem;
}
#content-block-27 .info-item-icon {
  font-size: 1.75rem;
  color: var(--bs-primary, #0d6efd);
  margin-right: 1rem;
  min-width: 1.5em;
  text-align: center;
  margin-top: 0.1em;
}
#content-block-27 .info-item-content {
  flex-grow: 1;
}
#content-block-27 .info-item-content h5 {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #495057;
}
#content-block-27 .info-item-content p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #content-block-27 .info-item {
    margin-bottom: 0;
  }
}


