
#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;
  }
}



#mobile-app-5 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#mobile-app-5 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#mobile-app-5 .split-container {
  display: flex;
  gap: 30px;
  align-items: center;
}
#mobile-app-5 .video-column,
#mobile-app-5 .content-column {
  flex: 1;
}
#mobile-app-5 .video-column {
  position: relative;
  padding-top: 56.25%;
}
#mobile-app-5 .video-column iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#mobile-app-5 .content-column {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
#mobile-app-5 .download-buttons {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
#mobile-app-5 .download-btn {
  padding: 10px 20px;
  background: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s;
}
#mobile-app-5 .download-btn:hover {
  background: #0056b3;
}
#mobile-app-5 .download-btn i {
  margin-right: 10px;
}
@media (max-width: 768px) {
  #mobile-app-5 .split-container {
    flex-direction: column;
  }
}



#how-it-works-21 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #ffffff;
}
#how-it-works-21 .section-title-container {
  margin-bottom: 60px;
}
#how-it-works-21 .section-main-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #222;
}
#how-it-works-21 .section-main-subtitle {
  font-size: 1.15rem;
  color: #666;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-21 .minimal-step-item {
  text-align: center;
  padding: 20px;
  position: relative;
}
#how-it-works-21 .step-number-display {
  font-size: 6rem;
  font-weight: 800;
  color: #e9ecef;
  line-height: 1;
  margin-bottom: -20px;
  position: relative;
  z-index: 0;
}
#how-it-works-21 .step-content {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding-top: 10px;
  display: inline-block;
}
#how-it-works-21 .step-icon {
  font-size: 2.5rem;
  color: #0d6efd;
  margin-bottom: 15px;
  display: block;
}
#how-it-works-21 .step-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}
#how-it-works-21 .step-short-description {
  font-size: 0.95rem;
  color: #777;
}
@media (min-width: 768px) {
  #how-it-works-21 .minimal-step-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: calc(2.5rem + 30px);
    right: -15%;
    width: 30%;
    height: 2px;
    background-color: #0d6efd;
    opacity: 0.3;
    z-index: 0;
  }
  #how-it-works-21 .row > div:nth-child(3)::after {
    display: none;
  }
}
@media (max-width: 767.98px) {
  #how-it-works-21 .step-number-display {
    font-size: 5rem;
    margin-bottom: -15px;
  }
  #how-it-works-21 .minimal-step-item {
    margin-bottom: 30px;
  }
  #how-it-works-21 .minimal-step-item:not(:last-child)::after {
    display: none;
  }
}



#features-10 {
  padding: 60px 0;
  background-color: #f8f9fa;
  text-align: center;
}
#features-10 .section-title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
#features-10 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-10 .feature-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#features-10 .feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
#features-10 .feature-icon {
  font-size: 50px;
  color: #17a2b8;
  margin-bottom: 15px;
}
#features-10 .feature-counter {
  font-size: 40px;
  font-weight: bold;
  color: #17a2b8;
  margin-bottom: 10px;
}
#features-10 .feature-title {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
#features-10 .feature-description {
  font-size: 16px;
  color: #666;
}



#cta-banner-17 {
  padding: 5rem 1rem;
  position: relative;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #6c757d;
}
#cta-banner-17::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
#cta-banner-17 .container {
  position: relative;
  z-index: 2;
  max-width: 700px;
  width: 100%;
}
#cta-banner-17 .cta-card-inner {
  padding: 2.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.15);
  text-align: center;
  background-color: rgba(255, 255, 255, 0.95);
  color: #212529;
}
#cta-banner-17 .cta-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
#cta-banner-17 .cta-subtitle {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--bs-primary);
  margin-bottom: 1rem;
}
#cta-banner-17 .cta-text {
  font-size: 1rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 2rem;
}
#cta-banner-17 .cta-button .btn {
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  #cta-banner-17 {
    padding: 4rem 1rem;
  }
  #cta-banner-17 .cta-card-inner {
    padding: 2rem;
  }
  #cta-banner-17 .cta-title {
    font-size: 1.9rem;
  }
  #cta-banner-17 .cta-subtitle {
    font-size: 1rem;
  }
  #cta-banner-17 .cta-text {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }
}


