
#mobile-app-3 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
#mobile-app-3 .section-hero {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 100px 15px;
  border-radius: 8px;
  color: #fff;
  margin-bottom: 30px;
}
#mobile-app-3 .description {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 30px;
}
#mobile-app-3 .video-preview {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 30px;
}
#mobile-app-3 .video-preview iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#mobile-app-3 .download-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#mobile-app-3 .download-btn {
  padding: 12px 20px;
  background: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 1rem;
  transition: background 0.3s;
}
#mobile-app-3 .download-btn:hover {
  background: #0056b3;
}
#mobile-app-3 .download-btn i {
  margin-right: 10px;
}



#how-it-works-23 {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #fff;
}
#how-it-works-23 .section-title-container {
  margin-bottom: 50px;
}
#how-it-works-23 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}
#how-it-works-23 .section-main-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-23 .problem-solution-pair {
  margin-bottom: 40px;
  padding: 25px;
  border-radius: 8px;
  background-color: #f8f9fa;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
#how-it-works-23 .problem-block,
#how-it-works-23 .solution-block {
  padding: 20px;
  border-radius: 6px;
}
#how-it-works-23 .problem-block {
  background-color: #fff5f5;
  border-left: 5px solid #e53e3e;
  margin-bottom: 20px;
}
#how-it-works-23 .solution-block {
  background-color: #f0fff4;
  border-left: 5px solid #38a169;
}
#how-it-works-23 .block-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#how-it-works-23 .block-icon {
  font-size: 1.8rem;
  margin-right: 15px;
  min-width: 28px;
}
#how-it-works-23 .problem-block .block-icon {
  color: #e53e3e;
}
#how-it-works-23 .solution-block .block-icon {
  color: #38a169;
}
#how-it-works-23 .block-title {
  font-size: 1.3rem;
  font-weight: 600;
}
#how-it-works-23 .problem-block .block-title {
  color: #c53030;
}
#how-it-works-23 .solution-block .block-title {
  color: #2f855a;
}
#how-it-works-23 .block-description {
  font-size: 0.95rem;
  color: #4a5568;
  line-height: 1.7;
}
@media (min-width: 768px) {
  #how-it-works-23 .problem-solution-pair .row > div {
    padding-left: 10px;
    padding-right: 10px;
  }
  #how-it-works-23 .problem-block {
    margin-bottom: 0px;
  }
}



#cta-banner-19 {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 350px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
}
#cta-banner-19 .split-part {
  flex: 1 1 50%;
  position: relative;
  background-size: cover;
  background-position: center center;
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#cta-banner-19 .cta-content {
  max-width: 450px;
}
#cta-banner-19 .cta-content.align-left {
  margin-right: auto;
  text-align: left;
}
#cta-banner-19 .cta-content.align-right {
  margin-left: auto;
  text-align: right;
}
#cta-banner-19 .cta-content.align-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#cta-banner-19 .cta-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
#cta-banner-19 .cta-text {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}
#cta-banner-19 .cta-button .btn {
  padding: 0.7rem 1.8rem;
  font-size: 0.95rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  #cta-banner-19 {
    flex-direction: column;
    min-height: unset;
  }
  #cta-banner-19 .split-part {
    padding: 3rem 1.5rem;
    text-align: center !important;
  }
  #cta-banner-19 .cta-content {
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }
  #cta-banner-19 .cta-title {
    font-size: 1.8rem;
  }
  #cta-banner-19 .cta-text {
    font-size: 0.95rem;
  }
}


