
#mobile-app-4 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#mobile-app-4 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
#mobile-app-4 .nav-tabs .nav-link {
  font-size: 1rem;
  padding: 10px 15px;
}
#mobile-app-4 .tab-content {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
#mobile-app-4 .app-tab {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  text-align: left;
}
#mobile-app-4 .download-section {
  margin-top: 20px;
  text-align: center;
}
#mobile-app-4 .download-btn {
  padding: 10px 20px;
  background: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  margin: 0 10px;
  transition: background 0.3s;
}
#mobile-app-4 .download-btn:hover {
  background: #0056b3;
}
#mobile-app-4 .download-btn i {
  margin-right: 10px;
}



#how-it-works-8 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#how-it-works-8 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#how-it-works-8 .numbered-list {
  counter-reset: step;
  list-style: none;
  padding: 0;
}
#how-it-works-8 .numbered-list li {
  position: relative;
  padding: 20px 20px 20px 60px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
#how-it-works-8 .numbered-list li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: #007bff;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
#how-it-works-8 .numbered-list li h4 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  color: #007bff;
}
#how-it-works-8 .numbered-list li p {
  margin: 0;
  font-size: 1rem;
  color: #555;
}



#customer-support-2 {
  text-align: center;
  background: #ffffff;
  padding: 80px 0;
}
#customer-support-2 .support-content {
  max-width: 800px;
  margin: 0 auto;
}
#customer-support-2 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #222;
}
#customer-support-2 p {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 40px;
}
#customer-support-2 .faq-container {
  max-width: 700px;
  margin: auto;
  text-align: left;
}
#customer-support-2 .faq-item {
  background: #f9f9f9;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#customer-support-2 .faq-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  background: #007bff;
  color: white;
  transition: background 0.3s ease-in-out;
}
#customer-support-2 .faq-header:hover {
  background: #0056b3;
}
#customer-support-2 .faq-header i {
  font-size: 1.5rem;
}
#customer-support-2 .faq-content {
  display: none;
  padding: 15px 20px;
  background: white;
  color: #444;
  font-size: 1rem;
  border-top: 1px solid #ddd;
}
#customer-support-2 .faq-item.active .faq-content {
  display: block;
}


