
#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;
  }
}



#faq-2 {
  padding: 60px 0;
  background-color: #ffffff;
}
#faq-2 .faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq-2 .faq-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 30px;
}
#faq-2 .search-box {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
#faq-2 .search-box input {
  width: 60%;
  padding: 10px 15px;
  border: 1px solid #ced4da;
  border-radius: 4px 0 0 4px;
  outline: none;
}
#faq-2 .search-box button {
  padding: 10px 20px;
  border: none;
  background-color: #17a2b8;
  color: #ffffff;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  transition: background-color 0.3s;
}
#faq-2 .search-box button:hover {
  background-color: #138496;
}
#faq-2 .accordion-button {
  background-color: #f1f1f1;
  color: #333333;
  border: none;
  border-radius: 4px;
  padding: 15px;
  font-size: 16px;
  text-align: left;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s;
}
#faq-2 .accordion-button:hover {
  background-color: #e2e6ea;
}
#faq-2 .accordion-body {
  padding: 20px;
  background-color: #ffffff;
  border-left: 2px solid #17a2b8;
}



#customer-support-3 {
  text-align: center;
  background: #f8f9fa;
  padding: 80px 0;
}
#customer-support-3 .support-content {
  max-width: 800px;
  margin: 0 auto;
}
#customer-support-3 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #222;
}
#customer-support-3 p {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 40px;
}
#customer-support-3 .contact-container {
  display: flex;
  justify-content: center;
  gap: 50px;
  max-width: 1000px;
  margin: auto;
  flex-wrap: wrap;
}
#customer-support-3 .contact-form {
  flex: 1;
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#customer-support-3 .contact-form input,
#customer-support-3 .contact-form textarea {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
}
#customer-support-3 .contact-form button {
  width: 100%;
  padding: 12px;
  font-size: 1.1rem;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  background: #007bff;
  color: white;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}
#customer-support-3 .contact-form button:hover {
  background: #0056b3;
}
#customer-support-3 .contact-info {
  flex: 1;
  text-align: left;
}
#customer-support-3 .contact-info div {
  margin-bottom: 20px;
}
#customer-support-3 .contact-info i {
  font-size: 1.5rem;
  color: #007bff;
  margin-right: 10px;
}
#customer-support-3 .social-links {
  margin-top: 20px;
}
#customer-support-3 .social-links a {
  font-size: 1.8rem;
  margin-right: 15px;
  color: #007bff;
  transition: color 0.3s ease-in-out;
}
#customer-support-3 .social-links a:hover {
  color: #0056b3;
}



#content-block-6 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
#content-block-6 .section-hero {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 100px 15px;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
#content-block-6 .section-hero h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#content-block-6 .section-hero p {
  font-size: 1.2rem;
}
#content-block-6 .content-body {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  line-height: 1.8;
}


