
#mobile-app-15 {
  padding: 0;
  overflow: hidden;
}
#mobile-app-15 .split-section-row {
  min-height: 500px;
}
#mobile-app-15 .split-image-col {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
}
#mobile-app-15 .split-content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem;
}
#mobile-app-15 .split-title {
  font-weight: 700;
  margin-bottom: 1rem;
  color: #212529;
}
#mobile-app-15 .split-description {
  color: #495057;
  margin-bottom: 2rem;
  line-height: 1.6;
}
#mobile-app-15 .split-download-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#mobile-app-15 .btn-download-app {
  background-color: #000;
  color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
#mobile-app-15 .btn-download-app:hover {
  background-color: #333;
  transform: translateY(-2px);
}
#mobile-app-15 .btn-download-app i {
  font-size: 1.8em;
  margin-right: 10px;
}
#mobile-app-15 .btn-download-app .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-15 .btn-download-app .button-text span:first-child {
  font-size: 0.8em;
}
#mobile-app-15 .btn-download-app .button-text span:last-child {
  font-size: 1.1em;
  font-weight: 600;
}
@media (min-width: 992px) {
  #mobile-app-15 .split-section-row {
    min-height: 600px;
  }
  #mobile-app-15 .split-image-col {
    min-height: 600px;
  }
}



#how-it-works-26 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f8f9fa;
}
#how-it-works-26 .section-title-container {
  margin-bottom: 50px;
}
#how-it-works-26 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #212529;
}
#how-it-works-26 .section-main-subtitle {
  font-size: 1.1rem;
  color: #495057;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-26 .process-stage-card {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  height: 100%;
}
#how-it-works-26 .stage-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#how-it-works-26 .stage-icon {
  font-size: 2.5rem;
  color: #0d6efd;
  margin-right: 20px;
  min-width: 40px;
}
#how-it-works-26 .stage-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #343a40;
}
#how-it-works-26 .stage-description {
  font-size: 0.95rem;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 25px;
  flex-grow: 1;
}
#how-it-works-26 .metrics-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: auto;
}
#how-it-works-26 .metric-item {
  background-color: #e9ecef;
  padding: 10px 15px;
  border-radius: 6px;
  text-align: center;
  flex: 1 1 150px;
  min-width: 120px;
}
#how-it-works-26 .metric-item .metric-icon-inner {
  font-size: 1.2rem;
  color: #0d6efd;
  margin-bottom: 5px;
  display: block;
}
#how-it-works-26 .metric-value {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0d6efd;
  display: block;
  margin-bottom: 2px;
}
#how-it-works-26 .metric-label {
  font-size: 0.8rem;
  color: #495057;
  display: block;
}
@media (max-width: 767.98px) {
  #how-it-works-26 .stage-header {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  #how-it-works-26 .stage-icon {
    margin-bottom: 10px;
    margin-right: 0;
  }
  #how-it-works-26 .process-stage-card {
    padding: 20px;
  }
  #how-it-works-26 .metrics-container {
    justify-content: center;
  }
}



#cta-banner-15 {
  padding: 5rem 1rem;
  position: relative;
  text-align: center;
  overflow: hidden;
  background-color: #ffffff;
  color: #212529;
}
#cta-banner-15 .container {
  max-width: 750px;
}
#cta-banner-15 .content-image-wrapper {
  margin-bottom: 2rem;
}
#cta-banner-15 .content-image-wrapper img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
  border-radius: 0.25rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
#cta-banner-15 .cta-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
#cta-banner-15 .cta-subtitle {
  font-size: 1.15rem;
  color: #555;
  margin-bottom: 1rem;
}
#cta-banner-15 .cta-description {
  font-size: 1rem;
  color: #6c757d;
  margin-bottom: 2rem;
}
#cta-banner-15 .cta-button .btn {
  padding: 0.9rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 500;
}
#cta-banner-15 .cta-button .btn i {
  margin-right: 0.5rem;
}
@media (max-width: 767.98px) {
  #cta-banner-15 {
    padding: 4rem 1rem;
  }
  #cta-banner-15 .content-image-wrapper img {
    max-height: 200px;
  }
  #cta-banner-15 .cta-title {
    font-size: 2rem;
  }
  #cta-banner-15 .cta-subtitle {
    font-size: 1.05rem;
  }
  #cta-banner-15 .cta-description {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }
  #cta-banner-15 .cta-button .btn {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
}


