
#hero-24 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  padding: 8rem 0;
  text-align: center;
}
#hero-24 .container {
  width: 100%;
}
#hero-24 .hero-content-wrapper-24 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
#hero-24 .hero-title-24 {
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -1px;
  margin-bottom: 1rem;
}
#hero-24 .hero-subtitle-24 {
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: 0;
  opacity: 0.85;
}
@media (max-width: 991.98px) {
  #hero-24 {
    padding: 7rem 0;
  }
  #hero-24 .hero-title-24 {
    font-size: 3.2rem;
  }
  #hero-24 .hero-subtitle-24 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  #hero-24 {
    padding: 5rem 0;
    min-height: 40vh;
  }
  #hero-24 .hero-title-24 {
    font-size: 2.6rem;
  }
  #hero-24 .hero-subtitle-24 {
    font-size: 1.1rem;
  }
}



#tag-section-4 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1200px;
}
#tag-section-4 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
#tag-section-4 .carousel-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
#tag-section-4 .carousel-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
#tag-section-4 .carousel-caption {
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  border-radius: 4px;
}
#tag-section-4 .btn-readmore {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  #tag-section-4 .carousel-item img {
    height: 250px;
  }
}



#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;
  }
}


