
#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-26 {
  padding: 80px 0;
  background-color: #f8f9fa;
}
#mobile-app-26 .timeline-intro {
  text-align: center;
  margin-bottom: 4rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#mobile-app-26 .timeline-intro h2 {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 2rem;
}
#mobile-app-26 .timeline-intro p {
  color: #555;
  font-size: 1.1rem;
  line-height: 1.6;
}
#mobile-app-26 .timeline-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
#mobile-app-26 .timeline-container::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #0d6efd;
  opacity: 0.3;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1.5px;
  z-index: 1;
}
#mobile-app-26 .timeline-item {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  margin-bottom: 30px;
  z-index: 2;
}
#mobile-app-26 .timeline-item::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: -10px;
  background-color: #fff;
  border: 4px solid #0d6efd;
  top: 15px;
  border-radius: 50%;
  z-index: 3;
}
#mobile-app-26 .timeline-left {
  left: 0;
  padding-right: 50px;
  text-align: right;
}
#mobile-app-26 .timeline-right {
  left: 50%;
  padding-left: 50px;
  text-align: left;
}
#mobile-app-26 .timeline-left::after {
  left: -10px;
}
#mobile-app-26 .timeline-right::after {
  left: -10px;
}
#mobile-app-26 .timeline-content {
  padding: 15px 20px;
  background-color: white;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
#mobile-app-26 .timeline-content .timeline-icon {
  font-size: 1.5rem;
  color: #0d6efd;
  margin-bottom: 0.5rem;
  display: inline-block;
}
#mobile-app-26 .timeline-content h5 {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #212529;
}
#mobile-app-26 .timeline-content p {
  font-size: 0.95rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 0;
}
#mobile-app-26 .timeline-download-buttons {
  text-align: center;
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}
#mobile-app-26 .timeline-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-26 .btn-download-app:hover {
  background-color: #333;
  transform: translateY(-2px);
}
#mobile-app-26 .btn-download-app i {
  font-size: 1.8em;
  margin-right: 10px;
}
#mobile-app-26 .btn-download-app .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-26 .btn-download-app .button-text span:first-child {
  font-size: 0.8em;
}
#mobile-app-26 .btn-download-app .button-text span:last-child {
  font-size: 1.1em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #mobile-app-26 .timeline-container::after {
    left: 31px;
  }
  #mobile-app-26 .timeline-item {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
    text-align: left;
    margin-bottom: 40px;
  }
  #mobile-app-26 .timeline-right {
    left: 0%;
  }
  #mobile-app-26 .timeline-left::after,
  #mobile-app-26 .timeline-right::after {
    left: 16px;
    top: 18px;
    width: 15px;
    height: 15px;
  }
  #mobile-app-26 .timeline-left {
    text-align: left;
  }
  #mobile-app-26 .timeline-content {
    padding: 15px;
  }
}



#features-10 {
  padding: 60px 0;
  background-color: #f8f9fa;
  text-align: center;
}
#features-10 .section-title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
#features-10 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-10 .feature-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#features-10 .feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
#features-10 .feature-icon {
  font-size: 50px;
  color: #17a2b8;
  margin-bottom: 15px;
}
#features-10 .feature-counter {
  font-size: 40px;
  font-weight: bold;
  color: #17a2b8;
  margin-bottom: 10px;
}
#features-10 .feature-title {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
#features-10 .feature-description {
  font-size: 16px;
  color: #666;
}



#how-it-works-5 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#how-it-works-5 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#how-it-works-5 .flowchart {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
#how-it-works-5 .flow-step {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 200px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  margin: 10px;
}
#how-it-works-5 .flow-step h4 {
  margin-bottom: 5px;
  font-size: 1.2rem;
  color: #007bff;
}
#how-it-works-5 .flow-step p {
  font-size: 1rem;
  color: #555;
}
#how-it-works-5 .arrow {
  font-size: 2rem;
  color: #007bff;
  margin: 0 10px;
}
@media (max-width: 768px) {
  #how-it-works-5 .flowchart {
    flex-direction: column;
  }
  #how-it-works-5 .arrow {
    display: none;
  }
}



#testimonials-11 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#testimonials-11 .container {
  max-width: 960px;
}
#testimonials-11 .section-header {
  margin-bottom: 40px;
}
#testimonials-11 .section-header h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #343a40;
}
#testimonials-11 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
}
#testimonials-11 .testimonial-item {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#testimonials-11 .testimonial-image img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 15px auto;
  border: 3px solid #dee2e6;
}
#testimonials-11 .testimonial-content blockquote {
  font-style: italic;
  color: #495057;
  margin-bottom: 15px;
  font-size: 1.05rem;
  line-height: 1.6;
  flex-grow: 1;
}
#testimonials-11 .testimonial-content blockquote::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.2rem;
  color: #adb5bd;
  margin-right: 8px;
}
#testimonials-11 .testimonial-content blockquote::after {
  content: "\f10e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.2rem;
  color: #adb5bd;
  margin-left: 8px;
}
#testimonials-11 .client-info .client-name {
  font-weight: 600;
  color: #343a40;
  display: block;
  margin-bottom: 2px;
}
#testimonials-11 .client-info .client-position {
  font-size: 0.9rem;
  color: #6c757d;
}
#testimonials-11 .rating {
  margin-top: 10px;
  color: #ffc107;
}
#testimonials-11 .rating .fa-star.empty {
  color: #e0e0e0;
}
#testimonials-11 .carousel-indicators button {
  background-color: #adb5bd;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  border: none;
}
#testimonials-11 .carousel-indicators .active {
  background-color: #0d6efd;
}
#testimonials-11 .carousel-control-prev,
#testimonials-11 .carousel-control-next {
  width: 5%;
}
#testimonials-11 .carousel-control-prev-icon,
#testimonials-11 .carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 15px;
  background-size: 50% 50%;
  width: 40px;
  height: 40px;
}
#testimonials-11 .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
#testimonials-11 .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
@media (max-width: 767.98px) {
  #testimonials-11 {
    padding: 40px 0;
  }
  #testimonials-11 .section-header h2 {
    font-size: 1.8rem;
  }
  #testimonials-11 .section-header p {
    font-size: 1rem;
  }
  #testimonials-11 .testimonial-item {
    padding: 20px;
    min-height: 320px;
  }
  #testimonials-11 .testimonial-content blockquote {
    font-size: 1rem;
  }
  #testimonials-11 .carousel-control-prev-icon,
  #testimonials-11 .carousel-control-next-icon {
    padding: 10px;
    width: 35px;
    height: 35px;
  }
}


