
#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-14 {
  padding: 60px 0;
  background-color: #fff;
}
#mobile-app-14 .app-features-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#mobile-app-14 .app-features-title {
  font-weight: 700;
  margin-bottom: 1rem;
}
#mobile-app-14 .app-features-description {
  color: #555;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
#mobile-app-14 .features-list-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
}
#mobile-app-14 .features-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}
#mobile-app-14 .features-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.8rem;
  color: #444;
}
#mobile-app-14 .features-list li i {
  font-size: 1.2em;
  color: #0d6efd;
  margin-right: 12px;
  width: 25px;
  text-align: center;
  margin-top: 3px;
}
#mobile-app-14 .app-download-buttons-features {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}
#mobile-app-14 .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-14 .btn-download-app:hover {
  background-color: #333;
  transform: translateY(-2px);
}
#mobile-app-14 .btn-download-app i {
  font-size: 1.8em;
  margin-right: 10px;
}
#mobile-app-14 .btn-download-app .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-14 .btn-download-app .button-text span:first-child {
  font-size: 0.8em;
}
#mobile-app-14 .btn-download-app .button-text span:last-child {
  font-size: 1.1em;
  font-weight: 600;
}
#mobile-app-14 .app-features-image-container {
  text-align: center;
}
#mobile-app-14 .app-features-image {
  max-width: 90%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
}
@media (min-width: 992px) {
  #mobile-app-14 .app-features-image-container {
    text-align: left;
  }
  #mobile-app-14 .app-features-image {
    max-width: 100%;
  }
}



#how-it-works-11 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f8f9fa;
}
#how-it-works-11 .section-title-container {
  margin-bottom: 45px;
}
#how-it-works-11 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
#how-it-works-11 .section-main-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-11 .step-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#how-it-works-11 .step-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
#how-it-works-11 .step-icon-container {
  width: 70px;
  height: 70px;
  background-color: #0d6efd;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin-bottom: 20px;
}
#how-it-works-11 .step-number {
  font-size: 0.9rem;
  font-weight: 600;
  color: #0d6efd;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#how-it-works-11 .step-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 10px;
}
#how-it-works-11 .step-description {
  font-size: 0.95rem;
  color: #6c757d;
  line-height: 1.6;
}
@media (max-width: 991.98px) {
  #how-it-works-11 .step-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  #how-it-works-11 .section-main-title {
    font-size: 2rem;
  }
  #how-it-works-11 .section-main-subtitle {
    font-size: 1rem;
  }
}



#faq-22 {
  padding: 80px 0;
  background-color: #fff;
}
#faq-22 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 4rem;
  font-size: 2rem;
}
#faq-22 .faq-alternating-block {
  margin-bottom: 5rem;
}
#faq-22 .faq-alternating-block:last-child {
  margin-bottom: 0;
}
#faq-22 .faq-alternating-block:nth-child(even) {
  background-color: #f8f9fa;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-radius: 15px;
}
#faq-22 .faq-content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 1.5rem;
}
#faq-22 .faq-content-col h5 {
  font-weight: 600;
  color: #212529;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
#faq-22 .faq-content-col p {
  color: #495057;
  line-height: 1.7;
  margin-bottom: 0;
}
#faq-22 .faq-image-col {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#faq-22 .faq-alternating-image {
  max-width: 90%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767.98px) {
  #faq-22 .faq-alternating-block {
    margin-bottom: 3rem;
  }
  #faq-22 .faq-image-col {
    margin-bottom: 1.5rem;
    order: 1 !important;
  }
  #faq-22 .faq-content-col {
    order: 2 !important;
    text-align: center;
  }
  #faq-22 .faq-content-col p {
    text-align: left;
  }
  #faq-22 .faq-alternating-image {
    max-width: 80%;
  }
  #faq-22 .faq-alternating-block:nth-child(even) {
    padding: 2rem 1rem;
  }
}



#testimonials-5 {
  position: relative;
  padding: 80px 15px;
  margin: 0 auto;
  max-width: 100%;
  color: #fff;
}
#testimonials-5 .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: brightness(50%);
  z-index: -1;
}
#testimonials-5 .content-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
#testimonials-5 .content-wrapper h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#testimonials-5 .content-wrapper p.subtitle {
  font-size: 1.1rem;
  margin-bottom: 40px;
}
#testimonials-5 .testimonial {
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#testimonials-5 .testimonial p {
  font-size: 1rem;
  font-style: italic;
  margin-bottom: 10px;
}
#testimonials-5 .client-info {
  font-size: 0.95rem;
  color: #555;
}
#testimonials-5 .client-info img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}



#cta-banner-9 {
  padding: 4rem 1rem;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 0.375rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #198754;
  color: #ffffff;
}
#cta-banner-9 .container {
  max-width: 750px;
}
#cta-banner-9 .cta-title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
#cta-banner-9 .cta-subtitle {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#cta-banner-9 .cta-form .input-group {
  max-width: 500px;
  margin: 0 auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50rem;
  overflow: hidden;
}
#cta-banner-9 .cta-form .form-control {
  border-radius: 50rem 0 0 50rem !important;
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  border: none;
}
#cta-banner-9 .cta-form .form-control:focus {
  box-shadow: none;
  z-index: 3;
}
#cta-banner-9 .cta-form .btn {
  border-radius: 0 50rem 50rem 0 !important;
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  z-index: 2;
}
#cta-banner-9 .cta-form .btn:hover {
}
#cta-banner-9 .cta-form .btn i {
  margin-right: 0.4rem;
}
#cta-banner-9 .privacy-text {
  font-size: 0.8rem;
  margin-top: 1rem;
  opacity: 0.7;
}
@media (max-width: 767.98px) {
  #cta-banner-9 {
    padding: 3rem 1rem;
  }
  #cta-banner-9 .cta-title {
    font-size: 2rem;
  }
  #cta-banner-9 .cta-subtitle {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  #cta-banner-9 .cta-form .input-group {
    max-width: 90%;
  }
}
@media (max-width: 575.98px) {
  /*
     #cta-banner-9 .cta-form .input-group { flex-direction: column; border-radius: 0.375rem; gap: 0.5rem; background: none; box-shadow: none;}
     #cta-banner-9 .cta-form .form-control { border-radius: 0.25rem !important; }
     #cta-banner-9 .cta-form .btn { border-radius: 0.25rem !important; width: 100%; }
    */
}


