
#hero-22 {
  overflow: hidden;
  background-color: #e9ecef;
}
#hero-22 .row {
  min-height: 70vh;
}
#hero-22 .hero-image-col-22 {
  background-size: cover;
  background-position: center;
  min-height: 350px;
}
#hero-22 .hero-text-col-22 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 5rem;
}
#hero-22 .hero-title-22 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-22 .hero-subtitle-22 {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 2rem;
}
#hero-22 .hero-cta-button-22 {
  display: inline-block;
  padding: 0.75rem 1.8rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0.25rem;
  text-decoration: none;
  border: none;
  align-self: flex-start;
  transition: opacity 0.2s ease;
}
#hero-22 .hero-cta-button-22:hover {
  opacity: 0.85;
}
@media (min-width: 768px) {
  #hero-22 .hero-image-col-22 {
    min-height: 100%;
  }
}
@media (max-width: 991.98px) {
  #hero-22 .hero-text-col-22 {
    padding: 3rem 4rem;
  }
  #hero-22 .hero-title-22 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  #hero-22 .hero-text-col-22 {
    padding: 3rem 2rem;
    text-align: center;
  }
  #hero-22 .hero-cta-button-22 {
    align-self: center;
  }
  #hero-22 .hero-title-22 {
    font-size: 2.1rem;
  }
}



#tag-section-9 {
  padding: 60px 0;
  background-color: #ffffff;
  overflow: hidden;
}
#tag-section-9 .hero-sidebar {
  background-color: #f8f9fa;
  padding: 30px;
  border-radius: 8px;
  height: 100%;
  /* position: sticky;
  top: 100px;
  z-index: 10; */
}
#tag-section-9 .hero-sidebar-title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  text-transform: capitalize;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 10px;
}
#tag-section-9 .hero-sidebar-subtitle {
  font-size: 1rem;
  color: #6c757d;
  line-height: 1.6;
}
#tag-section-9 .post-grid-container {
}
#tag-section-9 .post-card-small {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#tag-section-9 .post-card-small:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
}
#tag-section-9 .post-card-img-link {
  display: block;
  overflow: hidden;
}
#tag-section-9 .post-card-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
#tag-section-9 .post-card-small:hover .post-card-img {
  transform: scale(1.05);
}
#tag-section-9 .card-body {
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#tag-section-9 .post-title {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.4;
}
#tag-section-9 .post-title a {
  color: #343a40;
  text-decoration: none;
}
#tag-section-9 .post-title a:hover {
  color: #c8a45d;
}
#tag-section-9 .post-meta {
  font-size: 0.8rem;
  color: #999;
  flex-grow: 1;
  margin-bottom: 10px;
}
#tag-section-9 .post-meta i {
  margin-right: 4px;
}
#tag-section-9 .read-more-btn {
  font-size: 0.85rem;
  font-weight: 500;
  color: #c8a45d;
  text-decoration: none;
  margin-top: auto;
  align-self: flex-start;
}
#tag-section-9 .read-more-btn:hover {
  color: #ab8a4a;
  text-decoration: underline;
}
#tag-section-9 .read-more-btn i {
  margin-left: 3px;
}
#tag-section-9 .pagination-container {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
}
#tag-section-9 .pagination {
  margin-bottom: 0;
}
#tag-section-9 .page-item .page-link {
  color: #c8a45d;
  border: 1px solid #dee2e6;
  margin: 0 2px;
  border-radius: 4px;
}
#tag-section-9 .page-item.active .page-link {
  background-color: #c8a45d;
  border-color: #c8a45d;
  color: #fff;
  z-index: 3;
}
#tag-section-9 .page-item.disabled .page-link {
  color: #999;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
#tag-section-9 .page-item .page-link:hover {
  color: #ab8a4a;
  background-color: #e9ecef;
  border-color: #dee2e6;
  z-index: 2;
}
#tag-section-9 .page-item.active .page-link:hover {
  background-color: #c8a45d;
  border-color: #c8a45d;
  color: #fff;
}
@media (max-width: 991.98px) {
  #tag-section-9 .hero-sidebar {
    margin-bottom: 30px;
    height: auto;
    text-align: center;
  }
  #tag-section-9 .post-grid-container {
    padding-left: 0;
  }
  #tag-section-9 .pagination-container {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  #tag-section-9 {
    padding: 40px 0;
  }
  #tag-section-9 .hero-sidebar-title {
    font-size: 1.8rem;
  }
}



#call-to-action-2 {
  padding: 60px 15px;
  background-color: #007bff;
  color: #fff;
  text-align: center;
}
#call-to-action-2 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-2 p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
#call-to-action-2 .btn {
  display: inline-block;
  margin: 5px;
  padding: 10px 20px;
  font-size: 1.2rem;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
#call-to-action-2 .btn-primary {
  background-color: #0056b3;
  color: #fff;
}
#call-to-action-2 .btn-primary:hover {
  background-color: #003f7f;
}
#call-to-action-2 .btn-outline {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}
#call-to-action-2 .btn-outline:hover {
  background-color: #fff;
  color: #007bff;
}


