
#mobile-app-29 {
  padding: 80px 0;
  background-color: #f8f9fa;
}
#mobile-app-29 .comparison-intro {
  text-align: center;
  margin-bottom: 4rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#mobile-app-29 .comparison-intro h2 {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 2rem;
}
#mobile-app-29 .comparison-card {
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
#mobile-app-29 .comparison-card .card-icon {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}
#mobile-app-29 .comparison-card.problem-card .card-icon {
  color: #dc3545;
}
#mobile-app-29 .comparison-card.solution-card .card-icon {
  color: #198754;
}
#mobile-app-29 .comparison-card .card-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #212529;
  margin-bottom: 1rem;
}
#mobile-app-29 .comparison-card .card-description {
  color: #495057;
  line-height: 1.6;
  font-size: 0.95rem;
}
#mobile-app-29 .comparison-download-buttons {
  text-align: center;
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}
#mobile-app-29 .comparison-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-29 .btn-download-app:hover {
  background-color: #333;
  transform: translateY(-2px);
}
#mobile-app-29 .btn-download-app i {
  font-size: 1.8em;
  margin-right: 10px;
}
#mobile-app-29 .btn-download-app .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-29 .btn-download-app .button-text span:first-child {
  font-size: 0.8em;
}
#mobile-app-29 .btn-download-app .button-text span:last-child {
  font-size: 1.1em;
  font-weight: 600;
}



#how-it-works-1 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#how-it-works-1 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#how-it-works-1 .timeline {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
#how-it-works-1 .timeline::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ddd;
}
#how-it-works-1 .timeline-item {
  position: relative;
  margin-left: 70px;
  margin-bottom: 30px;
  padding: 10px 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#how-it-works-1 .timeline-item::before {
  content: attr(data-step);
  position: absolute;
  left: -40px;
  top: 10px;
  background: #007bff;
  color: #fff;
  font-weight: bold;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
}
#how-it-works-1 .timeline-item h4 {
  margin: 0 0 5px;
  font-size: 1.25rem;
  color: #007bff;
}
#how-it-works-1 .timeline-item p {
  margin: 0;
  font-size: 1rem;
  color: #555;
}



#counter-6 {
  padding: 80px 0;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: #ffffff;
  text-align: center;
}
#counter-6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--overlay-color, rgba(0, 0, 0, 0.7));
  z-index: 1;
}
#counter-6 .container {
  position: relative;
  z-index: 2;
}
/* Optional Section Header Styling (if added in template)
#counter-6 .section-header {
    margin-bottom: 50px;
}
#counter-6 .section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}
#counter-6 .section-header p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 700px;
    margin: 0 auto;
}
*/
#counter-6 .counter-item-inline {
  padding: 20px 15px;
}
#counter-6 .counter-item-inline i {
  font-size: 3rem;
  margin-bottom: 15px;
  display: block;
  opacity: 0.9;
  transition: transform 0.3s ease;
}
#counter-6 .counter-item-inline:hover i {
  transform: scale(1.1);
}
#counter-6 .counter-value-wrapper {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 10px;
}
#counter-6 .counter-number {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
#counter-6 .counter-suffix {
  font-size: 2rem;
  font-weight: 600;
  margin-left: 5px;
  line-height: 1;
}
#counter-6 .counter-title-inline {
  font-size: 1.1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 991.98px) {
  #counter-6 .counter-item-inline {
    margin-bottom: 30px;
  }
  #counter-6 .counter-number {
    font-size: 2.5rem;
  }
  #counter-6 .counter-suffix {
    font-size: 1.8rem;
  }
  #counter-6 .counter-item-inline i {
    font-size: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  #counter-6 {
    padding: 60px 0;
    background-attachment: scroll;
  }
  #counter-6 .counter-item-inline {
    margin-bottom: 35px;
  }
  #counter-6 .counter-item-inline:last-child {
    margin-bottom: 0;
  }
  #counter-6 .counter-title-inline {
    font-size: 1rem;
  }
}



#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;
}



#cta-banner-14 {
  padding: 5rem 1rem;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #f8f9fa;
  color: #212529;
}
#cta-banner-14 .container {
  max-width: 800px;
}
#cta-banner-14 .cta-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 2rem;
}
#cta-banner-14 .customer-quote-wrapper {
  margin-bottom: 2.5rem;
  border-left: 4px solid var(--bs-primary);
  padding-left: 1.5rem;
  text-align: left;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#cta-banner-14 .customer-quote-text {
  font-style: italic;
  font-size: 1.15rem;
  color: #495057;
  margin-bottom: 0.75rem;
  line-height: 1.7;
}
#cta-banner-14 .customer-quote-author {
  font-size: 0.95rem;
  font-weight: 500;
  color: #6c757d;
}
#cta-banner-14 .cta-button .btn {
  padding: 0.9rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  #cta-banner-14 {
    padding: 4rem 1rem;
  }
  #cta-banner-14 .cta-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  #cta-banner-14 .customer-quote-wrapper {
    padding-left: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    max-width: none;
    text-align: center;
    border-left: none;
    border-top: 3px solid var(--bs-primary);
    padding-top: 1rem;
  }
  #cta-banner-14 .customer-quote-text {
    font-size: 1.05rem;
  }
  #cta-banner-14 .cta-button .btn {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
}


