
#mobile-app-7 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
#mobile-app-7 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  color: #fff;
  margin-bottom: 30px;
}
#mobile-app-7 .description {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 30px;
}
#mobile-app-7 .features-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 30px;
}
#mobile-app-7 .feature-card {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 300px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}
#mobile-app-7 .feature-card i {
  font-size: 2.5rem;
  color: #007bff;
  margin-bottom: 10px;
}
#mobile-app-7 .feature-card h4 {
  font-size: 1.2rem;
  margin-bottom: 8px;
  color: #333;
}
#mobile-app-7 .feature-card p {
  font-size: 1rem;
  color: #555;
}
#mobile-app-7 .stats-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
}
#mobile-app-7 .stat {
  font-size: 1.5rem;
  font-weight: bold;
  color: #007bff;
}
#mobile-app-7 .stat-label {
  font-size: 1rem;
  color: #555;
}
#mobile-app-7 .download-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#mobile-app-7 .download-btn {
  padding: 12px 20px;
  background: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s;
}
#mobile-app-7 .download-btn:hover {
  background: #0056b3;
}
#mobile-app-7 .download-btn i {
  margin-right: 10px;
}



#features-5 {
  padding: 60px 0;
  background-color: #ffffff;
  text-align: center;
}
#features-5 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-5 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-5 .nav-tabs .nav-link {
  color: #17a2b8;
  border: none;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s;
}
#features-5 .nav-tabs .nav-link.active {
  background-color: #17a2b8;
  color: #ffffff;
  border-radius: 4px;
}
#features-5 .tab-content {
  margin-top: 30px;
}
#features-5 .feature-item {
  text-align: center;
  padding: 20px;
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 8px;
}
#features-5 .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#features-5 .feature-icon {
  font-size: 40px;
  color: #17a2b8;
  margin-bottom: 20px;
}
#features-5 .feature-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-5 .feature-description {
  font-size: 14px;
  color: #6c757d;
}



#faq-24 {
  padding: 60px 0;
  background-color: #fff;
}
#faq-24 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
}
#faq-24 .faq-tabs-nav {
  margin-bottom: 2.5rem;
  border-bottom-color: #dee2e6;
  justify-content: center;
}
#faq-24 .faq-tabs-nav .nav-link {
  color: #495057;
  background-color: transparent;
  border-color: transparent transparent #dee2e6;
  border-bottom-width: 2px;
  padding: 0.8rem 1.5rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}
#faq-24 .faq-tabs-nav .nav-link i {
  font-size: 1.1em;
  opacity: 0.7;
}
#faq-24 .faq-tabs-nav .nav-link:hover {
  color: #0d6efd;
  border-color: transparent transparent #adb5bd;
}
#faq-24 .faq-tabs-nav .nav-link.active {
  color: #0d6efd;
  font-weight: 600;
  background-color: transparent;
  border-color: transparent transparent #0d6efd;
}
#faq-24 .faq-tabs-nav .nav-link.active i {
  opacity: 1;
}
#faq-24 .faq-pills-nav {
  margin-bottom: 2.5rem;
  justify-content: center;
}
#faq-24 .faq-pills-nav .nav-link {
  color: #495057;
  background-color: #e9ecef;
  border: none;
  border-radius: 50rem;
  padding: 0.6rem 1.2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0.3rem;
  transition: color 0.2s ease, background-color 0.2s ease;
}
#faq-24 .faq-pills-nav .nav-link i {
  font-size: 1.1em;
  opacity: 0.7;
}
#faq-24 .faq-pills-nav .nav-link:hover {
  background-color: #dee2e6;
  color: #000;
}
#faq-24 .faq-pills-nav .nav-link.active {
  color: #fff;
  font-weight: 600;
  background-color: #0d6efd;
}
#faq-24 .faq-pills-nav .nav-link.active i {
  opacity: 1;
}
#faq-24 .tab-content {
}
#faq-24 .tab-pane .faq-item-in-tab {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px dashed #eee;
}
#faq-24 .tab-pane .faq-item-in-tab:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#faq-24 .faq-question-in-tab {
  font-weight: 600;
  font-size: 1.1rem;
  color: #343a40;
  margin-bottom: 0.5rem;
}
#faq-24 .faq-answer-in-tab {
  color: #495057;
  line-height: 1.7;
  margin-bottom: 0;
}



#call-to-action-17 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}
#call-to-action-17 .cta-split-container {
}
#call-to-action-17 .cta-split-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#call-to-action-17 .cta-split-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  max-height: 450px;
  object-fit: cover;
}
#call-to-action-17 .cta-split-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
#call-to-action-17 .cta-split-headline {
  font-weight: 700;
  font-size: 2rem;
  color: #2c3e50;
  margin-bottom: 1rem;
  line-height: 1.3;
}
#call-to-action-17 .cta-split-subtext {
  font-size: 1.05rem;
  color: #555;
  margin-bottom: 2rem;
  line-height: 1.7;
}
#call-to-action-17 .cta-split-button .btn {
  padding: 0.75rem 1.75rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
#call-to-action-17 .cta-split-button .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
#call-to-action-17 .cta-split-button .btn i {
  margin-right: 8px;
}
@media (max-width: 991.98px) {
  #call-to-action-17 .cta-split-content {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
    margin-top: 2rem;
  }
  #call-to-action-17 .cta-split-headline {
    font-size: 1.8rem;
  }
  #call-to-action-17 .cta-split-button {
    margin-top: 1rem;
  }
  #call-to-action-17 .cta-split-image {
    max-height: 400px;
  }
}
@media (max-width: 767.98px) {
  #call-to-action-17 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #call-to-action-17 .cta-split-content {
    margin-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }
  #call-to-action-17 .cta-split-image {
    max-height: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}


