
#mobile-app-9 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#mobile-app-9 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#mobile-app-9 .split-container {
  display: flex;
  gap: 30px;
  align-items: center;
}
#mobile-app-9 .image-column {
  flex: 1;
}
#mobile-app-9 .image-column img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
#mobile-app-9 .content-column {
  flex: 1;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
#mobile-app-9 .download-buttons {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
#mobile-app-9 .download-btn {
  padding: 10px 20px;
  background: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s;
}
#mobile-app-9 .download-btn:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  #mobile-app-9 .split-container {
    flex-direction: column;
  }
}
#mobile-app-9 .download-btn i {
  margin-right: 10px;
}



#how-it-works-6 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
#how-it-works-6 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  color: #fff;
  margin-bottom: 40px;
}
#how-it-works-6 .circle-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
#how-it-works-6 .circle-step {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #f8f9fa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
#how-it-works-6 .circle-step:hover {
  transform: scale(1.05);
}
#how-it-works-6 .circle-step i {
  font-size: 2rem;
  color: #007bff;
  margin-bottom: 5px;
}
#how-it-works-6 .circle-step h5 {
  font-size: 1rem;
  margin: 0;
  color: #333;
}
#how-it-works-6 .circle-step p {
  font-size: 0.85rem;
  color: #555;
  margin: 5px 0 0;
}



#counter-4 {
  text-align: center;
  background: #f8f9fa;
  padding: 80px 0;
}
#counter-4 .counter-content {
  max-width: 800px;
  margin: 0 auto;
}
#counter-4 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #222;
}
#counter-4 p {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 40px;
}
#counter-4 .counter-grid {
  max-width: 700px;
  margin: auto;
  text-align: left;
}
#counter-4 .counter-item {
  margin-bottom: 20px;
}
#counter-4 .counter-title {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}
#counter-4 .counter-title i {
  font-size: 1.5rem;
  color: #007bff;
  margin-right: 10px;
}
#counter-4 .progress-bar {
  position: relative;
  width: 100%;
  height: 15px;
  background: #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}
#counter-4 .progress-fill {
  height: 100%;
  width: 0;
  background: #007bff;
  border-radius: 8px;
  transition: width 1.5s ease-in-out;
}
#counter-4 .progress-percentage {
  font-size: 1rem;
  color: #007bff;
  font-weight: bold;
  text-align: right;
  margin-top: 5px;
}



#customer-support-8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e9ecef;
  overflow: hidden;
}
#customer-support-8 .section-header {
  margin-bottom: 3rem;
}
#customer-support-8 .section-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
#customer-support-8 .section-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
}
#customer-support-8 .contact-card {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#customer-support-8 .contact-icon i {
  font-size: 2.5rem;
  color: var(--bs-primary);
  margin-bottom: 1rem;
}
#customer-support-8 .contact-title {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #343a40;
}
#customer-support-8 .contact-details p {
  margin-bottom: 0.25rem;
  color: #495057;
  line-height: 1.6;
}
#customer-support-8 .contact-details a {
  color: var(--bs-primary);
  text-decoration: none;
}
#customer-support-8 .contact-details a:hover {
  text-decoration: underline;
}
#customer-support-8 .social-links-wrapper {
  margin-top: 3rem;
  text-align: center;
}
#customer-support-8 .social-links-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #495057;
}
#customer-support-8 .social-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  color: var(--bs-primary);
  margin: 0 0.3rem;
  font-size: 1rem;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#customer-support-8 .social-links a:hover {
  background-color: var(--bs-primary);
  color: #ffffff;
}
@media (max-width: 767.98px) {
  #customer-support-8 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #customer-support-8 .section-header {
    margin-bottom: 2rem;
  }
  #customer-support-8 .section-title {
    font-size: 1.8rem;
  }
}


