
#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-2 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#how-it-works-2 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#how-it-works-2 .nav-tabs .nav-link {
  font-size: 1rem;
  padding: 10px 15px;
}
#how-it-works-2 .tab-content {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#how-it-works-2 .process-step {
  text-align: center;
  font-size: 1rem;
  color: #333;
}



#cta-banner-1 {
  padding: 6rem 1rem;
  position: relative;
  background-size: cover;
  background-position: center center;
  text-align: center;
  overflow: hidden;
  border-radius: 0.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #343a40;
}
#cta-banner-1::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background-color: rgba(0, 0, 0, 0.6);
}
#cta-banner-1 .container {
  position: relative;
  z-index: 2;
  max-width: 800px;
}
#cta-banner-1 .cta-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
#cta-banner-1 .cta-subtitle {
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
  opacity: 0.9;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#cta-banner-1 .cta-button .btn {
  padding: 0.9rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 500;
}
#cta-banner-1 .cta-button .btn i {
  margin-right: 0.5rem;
}
@media (max-width: 991.98px) {
  #cta-banner-1 {
    padding: 5rem 1rem;
  }
  #cta-banner-1 .cta-title {
    font-size: 2.4rem;
  }
  #cta-banner-1 .cta-subtitle {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  #cta-banner-1 {
    padding: 4rem 1rem;
  }
  #cta-banner-1 .cta-title {
    font-size: 2rem;
  }
  #cta-banner-1 .cta-subtitle {
    font-size: 1rem;
  }
  #cta-banner-1 .cta-button .btn {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
}


