
#overview-6 {
  overflow: hidden;
}
#overview-6 .overview-section-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#overview-6 .section-heading {
  margin-bottom: 1rem;
}
#overview-6 .lead {
  margin-bottom: 2rem;
}
#overview-6 .feature-tabs .nav-link {
  border: none;
  border-left: 3px solid transparent;
  border-radius: 0;
  padding: 1rem 1.5rem;
  color: #6c757d;
  margin-bottom: 0.5rem;
  transition: all 0.3s ease;
  text-align: left;
  font-weight: 500;
}
#overview-6 .feature-tabs .nav-link i {
  margin-right: 0.75rem;
  width: 1.5em;
  text-align: center;
  color: var(--bs-primary);
  opacity: 0.7;
  transition: all 0.3s ease;
}
#overview-6 .feature-tabs .nav-link.active,
#overview-6 .feature-tabs .nav-link:hover {
  background-color: rgba(var(--bs-primary-rgb), 0.05);
  border-left-color: var(--bs-primary);
  color: var(--bs-primary);
}
#overview-6 .feature-tabs .nav-link.active i,
#overview-6 .feature-tabs .nav-link:hover i {
  opacity: 1;
}
#overview-6 .tab-content {
  padding: 1.5rem;
  background-color: rgba(var(--bs-primary-rgb), 0.02);
  border-radius: 0.5rem;
  min-height: 150px;
}
#overview-6 .tab-content p {
  margin-bottom: 0;
  line-height: 1.7;
}
#overview-6 .overview-image {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  object-fit: cover;
  aspect-ratio: 3/4;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  #overview-6 .overview-image {
    margin-top: 2rem;
    aspect-ratio: 16/9;
  }
  #overview-6 .overview-section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767.98px) {
  #overview-6 .feature-tabs .nav {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #overview-6 .feature-tabs .nav-link {
    border-bottom: 3px solid transparent;
    border-left: none;
    flex-grow: 1;
    text-align: center;
  }
  #overview-6 .feature-tabs .nav-link.active,
  #overview-6 .feature-tabs .nav-link:hover {
    border-left-color: transparent;
    border-bottom-color: var(--bs-primary);
  }
  #overview-6 .tab-content {
    margin-top: 1rem;
  }
}



#tag-section-3 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1200px;
}
#tag-section-3 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
#tag-section-3 .masonry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}
#tag-section-3 .masonry-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#tag-section-3 .masonry-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
#tag-section-3 .card-body {
  padding: 15px;
}



#content-block-7 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#content-block-7 .header {
  text-align: center;
  margin-bottom: 40px;
}
#content-block-7 .header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#content-block-7 .header p {
  font-size: 1.1rem;
  color: #777;
}
#content-block-7 .article-body {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}


