
#mobile-app-3 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
#mobile-app-3 .section-hero {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 100px 15px;
  border-radius: 8px;
  color: #fff;
  margin-bottom: 30px;
}
#mobile-app-3 .description {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 30px;
}
#mobile-app-3 .video-preview {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 30px;
}
#mobile-app-3 .video-preview iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#mobile-app-3 .download-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#mobile-app-3 .download-btn {
  padding: 12px 20px;
  background: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 1rem;
  transition: background 0.3s;
}
#mobile-app-3 .download-btn:hover {
  background: #0056b3;
}
#mobile-app-3 .download-btn i {
  margin-right: 10px;
}



#how-it-works-24 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f0f2f5;
}
#how-it-works-24 .section-title-container {
  margin-bottom: 50px;
}
#how-it-works-24 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #222b38;
}
#how-it-works-24 .section-main-subtitle {
  font-size: 1.1rem;
  color: #525f7f;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-24 .reveal-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#how-it-works-24 .card-initial-content {
  padding: 30px;
  text-align: center;
  transition: opacity 0.3s ease, transform 0.3s ease;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#how-it-works-24 .card-icon {
  font-size: 3rem;
  color: #0d6efd;
  margin-bottom: 20px;
}
#how-it-works-24 .card-title {
  font-size: 1.35rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 10px;
}
#how-it-works-24 .card-initial-description {
  font-size: 0.9rem;
  color: #6c757d;
}
#how-it-works-24 .card-revealed-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(13, 110, 253, 0.9);
  color: #ffffff;
  padding: 20px;
  transform: translateY(100%);
  transition: transform 0.4s ease-in-out;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}
#how-it-works-24 .revealed-description {
  font-size: 0.95rem;
  line-height: 1.6;
}
#how-it-works-24 .reveal-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
#how-it-works-24 .reveal-card:hover .card-initial-content {
  opacity: 0.1;
}
#how-it-works-24 .reveal-card:hover .card-revealed-content {
  transform: translateY(0);
}
@media (max-width: 767.98px) {
  #how-it-works-24 .reveal-card {
    margin-bottom: 30px;
  }
}



#customer-support-17 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#customer-support-17 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#customer-support-17 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#customer-support-17 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#customer-support-17 .product-support-card {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  overflow: hidden;
}
#customer-support-17 .product-support-card:last-child {
  margin-bottom: 0;
}
#customer-support-17 .product-header {
  padding: 1.5rem 2rem;
  background-color: #e9ecef;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dee2e6;
}
#customer-support-17 .product-icon {
  flex-shrink: 0;
  margin-right: 1.5rem;
}
#customer-support-17 .product-icon i {
  font-size: 2rem;
  color: var(--bs-primary);
}
#customer-support-17 .product-info {
  flex-grow: 1;
}
#customer-support-17 .product-name {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #343a40;
}
#customer-support-17 .product-description {
  font-size: 0.95rem;
  color: #6c757d;
  margin-bottom: 0;
}
#customer-support-17 .product-links {
  padding: 1.5rem 2rem;
}
#customer-support-17 .product-links-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
#customer-support-17 .product-links-list li {
  margin-right: 1.5rem;
  margin-bottom: 0.75rem;
}
#customer-support-17 .product-links-list li:last-child {
  margin-right: 0;
}
#customer-support-17 .product-links-list li a {
  text-decoration: none;
  color: var(--bs-primary);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s ease;
}
#customer-support-17 .product-links-list li a:hover {
  color: #0a58ca;
  text-decoration: underline;
}
#customer-support-17 .product-links-list li a i {
  margin-right: 0.5rem;
  font-size: 0.9em;
  opacity: 0.8;
}
@media (max-width: 767.98px) {
  #customer-support-17 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #customer-support-17 .section-title {
    font-size: 2.1rem;
  }
  #customer-support-17 .product-header {
    padding: 1rem 1.5rem;
  }
  #customer-support-17 .product-icon i {
    font-size: 1.8rem;
  }
  #customer-support-17 .product-name {
    font-size: 1.2rem;
  }
  #customer-support-17 .product-links {
    padding: 1rem 1.5rem;
  }
  #customer-support-17 .product-links-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  #customer-support-17 .product-links-list li:last-child {
    margin-bottom: 0;
  }
}


