
#hero-19 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 6rem 0;
  text-align: center;
  background-size: cover;
  background-position: center;
}
#hero-19 .hero-overlay-19 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-19 .container {
  position: relative;
  z-index: 2;
}
#hero-19 .hero-content-wrapper-19 {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#hero-19 .hero-title-19 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-19 .hero-subtitle-19 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
  opacity: 0.85;
}
#hero-19 .app-buttons-wrapper-19 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
#hero-19 .app-store-button img,
#hero-19 .google-play-button img {
  height: 45px;
  width: auto;
  transition: transform 0.2s ease;
}
#hero-19 .app-store-button img:hover,
#hero-19 .google-play-button img:hover {
  transform: scale(1.05);
}
@media (max-width: 767.98px) {
  #hero-19 {
    min-height: 55vh;
    padding: 4rem 0;
  }
  #hero-19 .hero-title-19 {
    font-size: 2.3rem;
  }
  #hero-19 .hero-subtitle-19 {
    font-size: 1.05rem;
    margin-bottom: 2rem;
  }
  #hero-19 .app-store-button img,
  #hero-19 .google-play-button img {
    height: 40px;
  }
}



/* Section padding & background */
#category-posts-8 {
  padding: 60px 0;
}

/* Section header */
#category-posts-8 .section-header {
  margin-bottom: 40px;
}
#category-posts-8 .section-title {
  font-size: 2rem;
  font-weight: 600;
}
#category-posts-8 .section-subtitle {
  font-size: 1rem;
  color: #6c757d;
}

/* Grid cards */
#category-posts-8 .post-card {
  position: relative;
  overflow: hidden;
  border-radius: .5rem;
}
#category-posts-8 .post-card img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform .3s ease;
}

/* Overlay effect */
#category-posts-8 .post-card .overlay {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  opacity: 0;
  transition: opacity .3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
}
#category-posts-8 .post-card:hover img {
  transform: scale(1.1);
}
#category-posts-8 .post-card:hover .overlay {
  opacity: 1;
}
#category-posts-8 .overlay h3 {
  font-size: 1.25rem;
  margin-bottom: .5rem;
}
#category-posts-8 .overlay p {
  font-size: .9rem;
  margin-bottom: .75rem;
}

/* Read more button in overlay */
#category-posts-8 .overlay .btn {
  font-size: .9rem;
  padding: .375rem .75rem;
}

/* “Load More” button wrapper */
#category-posts-8 .load-more-wrapper {
  margin-top: 30px;
}




#overview-2 {
  overflow: hidden;
}
#overview-2 .overview-section-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#overview-2 .overview-image {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  aspect-ratio: 16/9;
}
#overview-2 .overview-features-list {
  list-style: none;
  padding-left: 0;
}
#overview-2 .overview-feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
#overview-2 .overview-feature-icon {
  font-size: 1.5rem;
  color: var(--bs-primary);
  margin-right: 1rem;
  width: 2rem;
  text-align: center;
  flex-shrink: 0;
}
#overview-2 .overview-feature-text h5 {
  margin-bottom: 0.25rem;
  font-weight: 600;
}
#overview-2 .overview-feature-text p {
  margin-bottom: 0;
  color: #6c757d;
}
@media (max-width: 991.98px) {
  #overview-2 .overview-image {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  #overview-2 .overview-section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}


