
#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-19 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f0f4f8;
}
#how-it-works-19 .section-title-container {
  margin-bottom: 60px;
}
#how-it-works-19 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a2533;
}
#how-it-works-19 .section-main-subtitle {
  font-size: 1.1rem;
  color: #4a5568;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-19 .roadmap-line-container {
  position: relative;
  margin: 0 auto;
}
#how-it-works-19 .roadmap-line-container::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 5%;
  right: 5%;
  height: 4px;
  background-color: #cbd5e0;
  z-index: 0;
  border-radius: 2px;
}
#how-it-works-19 .roadmap-points-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 10px;
  padding-bottom: 20px;
}
#how-it-works-19 .roadmap-point {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 18%;
  position: relative;
  z-index: 1;
}
#how-it-works-19 .roadmap-point-icon-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 4px solid #0d6efd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
#how-it-works-19 .roadmap-point-icon-wrapper i {
  font-size: 2rem;
  color: #0d6efd;
}
#how-it-works-19 .roadmap-point-icon-wrapper .point-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0d6efd;
}
#how-it-works-19 .roadmap-point-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 8px;
  min-height: 44px;
}
#how-it-works-19 .roadmap-point-description {
  font-size: 0.85rem;
  color: #4a5568;
  line-height: 1.5;
}
@media (max-width: 991.98px) {
  #how-it-works-19 .roadmap-line-container::before {
    top: 5%;
    bottom: 5%;
    left: 40px;
    width: 4px;
    height: auto;
    right: auto;
  }
  #how-it-works-19 .roadmap-points-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
  }
  #how-it-works-19 .roadmap-point {
    width: 100%;
    flex-direction: row;
    text-align: left;
    margin-bottom: 30px;
    align-items: center;
  }
  #how-it-works-19 .roadmap-point-icon-wrapper {
    margin-bottom: 0;
    margin-right: 20px;
    width: 70px;
    height: 70px;
  }
  #how-it-works-19 .roadmap-point-icon-wrapper i,
  #how-it-works-19 .roadmap-point-icon-wrapper .point-number {
    font-size: 1.8rem;
  }
  #how-it-works-19 .roadmap-point-title {
    min-height: auto;
  }
}
@media (max-width: 575.98px) {
  #how-it-works-19 .roadmap-line-container::before {
    left: 30px;
  }
  #how-it-works-19 .roadmap-point-icon-wrapper {
    width: 60px;
    height: 60px;
  }
  #how-it-works-19 .roadmap-point-icon-wrapper i,
  #how-it-works-19 .roadmap-point-icon-wrapper .point-number {
    font-size: 1.5rem;
  }
  #how-it-works-19 .roadmap-point-title {
    font-size: 1rem;
  }
  #how-it-works-19 .roadmap-point-description {
    font-size: 0.8rem;
  }
}



#counter-1 {
  text-align: center;
  background: #f9f9f9;
  padding: 80px 0;
}
#counter-1 .counter-content {
  max-width: 800px;
  margin: 0 auto;
}
#counter-1 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #222;
}
#counter-1 p {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 40px;
}
#counter-1 .counter-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  margin-top: 40px;
}
#counter-1 .counter-item {
  text-align: center;
  width: 200px;
  padding: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}
#counter-1 .counter-item:hover {
  transform: translateY(-5px);
}
#counter-1 .counter-item i {
  font-size: 3rem;
  color: #007bff;
  margin-bottom: 10px;
}
#counter-1 .counter-number {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  display: block;
  margin-bottom: 10px;
}
#counter-1 .counter-title {
  font-size: 1.2rem;
  color: #666;
}



#customer-support-19 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f4f8;
  overflow: hidden;
}
#customer-support-19 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#customer-support-19 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #212529;
}
#customer-support-19 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#customer-support-19 .testimonial-card {
  background-color: #ffffff;
  border: 1px solid #e0e5eb;
  border-radius: 0.5rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#customer-support-19 .testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#customer-support-19 .testimonial-quote {
  font-style: italic;
  font-size: 1.05rem;
  color: #495057;
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 2.5rem;
  flex-grow: 1;
}
#customer-support-19 .testimonial-quote::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: -5px;
  font-size: 1.8rem;
  color: var(--bs-primary);
  opacity: 0.3;
}
#customer-support-19 .testimonial-author-info {
  display: flex;
  align-items: center;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid #eee;
}
#customer-support-19 .author-image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  object-fit: cover;
}
#customer-support-19 .author-image .placeholder-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  background-color: #e9ecef;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#customer-support-19 .author-image .placeholder-icon i {
  font-size: 1.5rem;
  color: #adb5bd;
}
#customer-support-19 .author-details {
  flex-grow: 1;
}
#customer-support-19 .author-name {
  font-weight: 600;
  margin-bottom: 0.1rem;
  color: #343a40;
}
#customer-support-19 .author-role {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 0.2rem;
}
#customer-support-19 .rating-stars {
  color: #ffc107;
  font-size: 0.9rem;
}
#customer-support-19 .rating-stars .fa-regular {
  color: #ced4da;
}
#customer-support-19 .cta-wrapper {
  text-align: center;
}
@media (max-width: 767.98px) {
  #customer-support-19 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #customer-support-19 .section-title {
    font-size: 2.1rem;
  }
  #customer-support-19 .testimonial-card {
    padding: 1.5rem;
  }
  #customer-support-19 .testimonial-quote {
    font-size: 1rem;
  }
}


