
#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;
  }
}



#how-it-works-10 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#how-it-works-10 .section-hero {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 100px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#how-it-works-10 .steps-list {
  background: rgba(255, 255, 255, 0.95);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#how-it-works-10 .steps-list li {
  margin-bottom: 15px;
  text-align: left;
}
#how-it-works-10 .steps-list li h4 {
  font-size: 1.25rem;
  color: #007bff;
  margin-bottom: 5px;
}
#how-it-works-10 .steps-list li p {
  font-size: 1rem;
  color: #555;
  margin: 0;
}



#customer-support-15 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}
#customer-support-15 .section-title-header {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2.2rem;
  font-weight: 600;
  color: #343a40;
}
#customer-support-15 .quick-contact-item {
  display: flex;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 1.5rem;
  padding: 1rem 0;
}
#customer-support-15 .item-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  margin-right: 1.5rem;
}
#customer-support-15 .item-icon i {
  font-size: 1.5rem;
  color: var(--bs-primary);
  vertical-align: middle;
}
#customer-support-15 .item-content {
  flex-grow: 1;
}
#customer-support-15 .item-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #343a40;
}
#customer-support-15 .item-text {
  font-size: 1rem;
  color: #495057;
  margin-bottom: 0.25rem;
  word-break: break-word;
}
#customer-support-15 .item-text a {
  color: var(--bs-primary);
  text-decoration: none;
  font-weight: 500;
}
#customer-support-15 .item-text a:hover {
  text-decoration: underline;
}
#customer-support-15 .item-subtext {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #customer-support-15 .quick-contact-item {
    margin-bottom: 0;
    padding: 1rem;
  }
  #customer-support-15 .row > div:not(:last-child) .quick-contact-item {
    border-right: 1px solid #e0e0e0;
  }
  #customer-support-15 .row > div:not(:first-child) .quick-contact-item {
    padding-left: 2rem;
  }
  #customer-support-15 .row > div:not(:last-child) .quick-contact-item {
    padding-right: 2rem;
  }
}
@media (max-width: 991.98px) {
  #customer-support-15 .quick-contact-item {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 1.5rem;
  }
  #customer-support-15 .row > div:last-child .quick-contact-item {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  #customer-support-15 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #customer-support-15 .section-title-header {
    font-size: 1.9rem;
    margin-bottom: 2rem;
  }
  #customer-support-15 .item-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-right: 1rem;
  }
  #customer-support-15 .item-icon i {
    font-size: 1.3rem;
  }
}


