
#hero-9 {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 150px 20px;
  color: #fff;
  text-align: center;
}
#hero-9 .parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
#hero-9 .container {
  position: relative;
  z-index: 2;
}
#hero-9 .hero-title {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}
#hero-9 .hero-subtitle {
  font-size: 24px;
  margin-bottom: 30px;
}



#tag-section-10 {
  padding-bottom: 60px;
  background-color: #f8f9fa;
  overflow: hidden;
}
#tag-section-10 .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-10 .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-10 .hero-banner-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}
#tag-section-10 .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-10 .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-10 .timeline-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
#tag-section-10 .timeline-container::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #e0e0e0;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1.5px;
  z-index: 1;
}
#tag-section-10 .timeline-item {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}
#tag-section-10 .timeline-item::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: -10px;
  background-color: white;
  border: 4px solid #c8a45d;
  top: 25px;
  border-radius: 50%;
  z-index: 2;
}
#tag-section-10 .timeline-left {
  left: 0;
}
#tag-section-10 .timeline-right {
  left: 50%;
}
#tag-section-10 .timeline-right::after {
  left: -10px;
}
#tag-section-10 .timeline-left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 28px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}
#tag-section-10 .timeline-right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 28px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}
#tag-section-10 .timeline-content {
  padding: 20px;
  background-color: white;
  position: relative;
  border-radius: 6px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}
#tag-section-10 .timeline-date {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #c8a45d;
  margin-bottom: 8px;
}
#tag-section-10 .timeline-date i {
  margin-right: 5px;
}
#tag-section-10 .timeline-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
#tag-section-10 .timeline-title a {
  color: #343a40;
  text-decoration: none;
}
#tag-section-10 .timeline-title a:hover {
  color: #c8a45d;
}
#tag-section-10 .timeline-excerpt {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #6c757d;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#tag-section-10 .read-more-btn {
  font-size: 0.85rem;
  font-weight: 500;
  color: #c8a45d;
}
#tag-section-10 .read-more-btn:hover {
  color: #ab8a4a;
  text-decoration: underline;
}
#tag-section-10 .pagination-container {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
#tag-section-10 .pagination {
  margin-bottom: 0;
}
#tag-section-10 .page-item .page-link {
  color: #c8a45d;
  border: 1px solid #dee2e6;
  margin: 0 2px;
  border-radius: 4px;
}
#tag-section-10 .page-item.active .page-link {
  background-color: #c8a45d;
  border-color: #c8a45d;
  color: #fff;
  z-index: 3;
}
#tag-section-10 .page-item.disabled .page-link {
  color: #999;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
#tag-section-10 .page-item .page-link:hover {
  color: #ab8a4a;
  background-color: #e9ecef;
  border-color: #dee2e6;
  z-index: 2;
}
#tag-section-10 .page-item.active .page-link:hover {
  background-color: #c8a45d;
  border-color: #c8a45d;
  color: #fff;
}
@media (max-width: 767.98px) {
  #tag-section-10 {
    padding-bottom: 40px;
  }
  #tag-section-10 .section-hero-banner {
    padding: 60px 15px;
    min-height: 250px;
    margin-bottom: 30px;
  }
  #tag-section-10 .hero-banner-title {
    font-size: 2.2rem;
  }
  #tag-section-10 .hero-banner-subtitle {
    font-size: 1rem;
  }
  #tag-section-10 .timeline-container::after {
    left: 15px;
  }
  #tag-section-10 .timeline-item {
    width: 100%;
    padding-left: 50px;
    padding-right: 15px;
    left: 0 !important;
    margin-bottom: 20px;
  }
  #tag-section-10 .timeline-item::after {
    left: 5px;
  }
  #tag-section-10 .timeline-item::before {
    left: 30px;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  #tag-section-10 .timeline-left::before,
  #tag-section-10 .timeline-right::before {
    left: 30px;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  #tag-section-10 .timeline-left::after,
  #tag-section-10 .timeline-right::after {
    left: 5px;
  }
}


