
#hero-10 {
  padding: 120px 20px;
  background-color: #fff;
  text-align: center;
}
#hero-10 .hero-title {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}
#hero-10 .hero-subtitle {
  font-size: 22px;
  color: #777;
  margin-bottom: 30px;
}
.btn.btn-primary {
  padding: 14px 40px;
  font-size: 18px;
}



#mobile-app-9 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#mobile-app-9 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#mobile-app-9 .split-container {
  display: flex;
  gap: 30px;
  align-items: center;
}
#mobile-app-9 .image-column {
  flex: 1;
}
#mobile-app-9 .image-column img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
#mobile-app-9 .content-column {
  flex: 1;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
#mobile-app-9 .download-buttons {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
#mobile-app-9 .download-btn {
  padding: 10px 20px;
  background: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s;
}
#mobile-app-9 .download-btn:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  #mobile-app-9 .split-container {
    flex-direction: column;
  }
}
#mobile-app-9 .download-btn i {
  margin-right: 10px;
}



#features-7 {
  padding: 60px 0;
  background-color: #f1f3f5;
  text-align: center;
}
#features-7 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-7 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-7 .flip-card {
  background-color: transparent;
  width: 100%;
  height: 250px;
  perspective: 1000px;
  margin-bottom: 30px;
}
#features-7 .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
#features-7 .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
#features-7 .flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#features-7 .flip-card-front {
  background-color: #ffffff;
  color: #17a2b8;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#features-7 .flip-card-back {
  background-color: #17a2b8;
  color: #ffffff;
  transform: rotateY(180deg);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#features-7 .flip-card-icon {
  font-size: 40px;
  margin-bottom: 20px;
}
#features-7 .flip-card-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-7 .flip-card-description {
  font-size: 14px;
}



#how-it-works-9 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#how-it-works-9 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
#how-it-works-9 .carousel-item {
  text-align: center;
  padding: 40px;
}
#how-it-works-9 .carousel-item h4 {
  font-size: 1.75rem;
  color: #007bff;
  margin-bottom: 10px;
}
#how-it-works-9 .carousel-item p {
  font-size: 1rem;
  color: #555;
}



#content-block-23 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}
#content-block-23 .content-video .ratio iframe {
  border-radius: 0.375rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
#content-block-23 .content-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#content-block-23 .content-text h2 {
  font-weight: 600;
  color: #343a40;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
#content-block-23 .content-text p {
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 1rem;
}
#content-block-23 .content-text p:last-child {
  margin-bottom: 0;
}
#content-block-23 .content-text h5 {
  font-weight: 600;
  font-size: 1.1rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: #495057;
}
#content-block-23 .content-text ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
#content-block-23 .content-text ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  color: #6c757d;
  font-size: 0.95rem;
}
#content-block-23 .content-text ul li::before {
  content: "\f144";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 0.15em;
  color: var(--bs-primary, #0d6efd);
  font-size: 0.9em;
}
@media (max-width: 767.98px) {
  #content-block-23 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #content-block-23 .content-video {
    margin-bottom: 2rem;
  }
  #content-block-23 .content-text {
    text-align: center;
  }
  #content-block-23 .content-text h2 {
    font-size: 1.6rem;
  }
  #content-block-23 .content-text ul {
    display: inline-block;
    text-align: left;
  }
}


