
#hero-5 {
  background: linear-gradient(135deg, #6a11cb, #2575fc);
  padding: 150px 20px;
  color: #fff;
  text-align: center;
}
#hero-5 .hero-title {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
}
#hero-5 .hero-subtitle {
  font-size: 22px;
  margin-bottom: 30px;
}
.btn.btn-light {
  padding: 14px 40px;
  font-size: 18px;
  background-color: #fff;
  color: #2575fc;
  text-decoration: none;
  border-radius: 4px;
}



#mobile-app-22 {
  padding: 80px 0;
  background-color: #f8f9fa;
}
#mobile-app-22 .three-col-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
  color: #212529;
}
#mobile-app-22 .text-block {
  padding: 0 1rem;
}
#mobile-app-22 .text-block h4 {
  font-weight: 600;
  color: #343a40;
  margin-bottom: 1rem;
}
#mobile-app-22 .text-block p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 1rem;
}
#mobile-app-22 .center-image-col {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
}
#mobile-app-22 .center-app-icon {
  max-width: 120px;
  height: auto;
  opacity: 0.9;
}
#mobile-app-22 .three-col-download-buttons {
  text-align: center;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}
#mobile-app-22 .three-col-download-buttons .btn-download-app {
  background-color: #000;
  color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  margin: 0 0.5rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
#mobile-app-22 .btn-download-app:hover {
  background-color: #333;
  transform: translateY(-2px);
}
#mobile-app-22 .btn-download-app i {
  font-size: 1.8em;
  margin-right: 10px;
}
#mobile-app-22 .btn-download-app .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-22 .btn-download-app .button-text span:first-child {
  font-size: 0.8em;
}
#mobile-app-22 .btn-download-app .button-text span:last-child {
  font-size: 1.1em;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  #mobile-app-22 .text-block {
    margin-bottom: 2rem;
    text-align: center;
  }
  #mobile-app-22 .center-image-col {
    margin-bottom: 2rem;
  }
  #mobile-app-22 .text-block p {
    text-align: left;
  }
}



#how-it-works-13 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f8f9fa;
}
#how-it-works-13 .section-title-container {
  margin-bottom: 50px;
}
#how-it-works-13 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}
#how-it-works-13 .section-main-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-13 .process-step-row {
  margin-bottom: 60px;
  align-items: center;
}
#how-it-works-13 .process-step-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
#how-it-works-13 .process-step-content {
  padding-left: 30px;
  padding-right: 30px;
}
#how-it-works-13 .process-step-content .step-number {
  font-size: 3rem;
  font-weight: 700;
  color: #0d6efd;
  line-height: 1;
  margin-bottom: 10px;
  opacity: 0.6;
}
#how-it-works-13 .process-step-content .step-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
}
#how-it-works-13 .process-step-content .step-description {
  font-size: 1rem;
  color: #5a6778;
  line-height: 1.7;
}
#how-it-works-13 .row-reversed .process-step-content {
  order: 1;
}
#how-it-works-13 .row-reversed .process-step-image {
  order: 2;
}
@media (max-width: 767.98px) {
  #how-it-works-13 .process-step-row {
    margin-bottom: 40px;
  }
  #how-it-works-13 .process-step-image {
    margin-bottom: 20px;
  }
  #how-it-works-13 .process-step-content {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  #how-it-works-13 .process-step-content .step-number {
    font-size: 2.5rem;
  }
  #how-it-works-13 .process-step-content .step-title {
    font-size: 1.5rem;
  }
  #how-it-works-13 .row-reversed .process-step-content,
  #how-it-works-13 .row-reversed .process-step-image {
    order: initial;
  }
}


