
#mobile-app-10 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
#mobile-app-10 .section-hero {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 100px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#mobile-app-10 .full-content {
  background: rgba(255, 255, 255, 0.95);
  padding: 30px 40px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  white-space: pre-wrap;
  margin-bottom: 30px;
}
#mobile-app-10 .download-buttons {
  text-align: center;
}
#mobile-app-10 .download-btn {
  padding: 12px 20px;
  background: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 1rem;
  transition: background 0.3s;
  margin: 0 10px;
}
#mobile-app-10 .download-btn:hover {
  background: #0056b3;
}
#mobile-app-10 .download-btn i {
  margin-right: 10px;
}



#how-it-works-7 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#how-it-works-7 .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-7 .accordion-item {
  border: none;
  border-bottom: 1px solid #ddd;
}
#how-it-works-7 .accordion-button {
  background: #f8f9fa;
  font-size: 1rem;
}
#how-it-works-7 .accordion-body {
  font-size: 0.95rem;
  color: #555;
}



#features-7 {
  padding: 60px 0;
  background-color: #f1f3f5;
  text-align: center;
}
#features-7 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-7 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-7 .flip-card {
  background-color: transparent;
  width: 100%;
  height: 250px;
  perspective: 1000px;
  margin-bottom: 30px;
}
#features-7 .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
#features-7 .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
#features-7 .flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#features-7 .flip-card-front {
  background-color: #ffffff;
  color: #17a2b8;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#features-7 .flip-card-back {
  background-color: #17a2b8;
  color: #ffffff;
  transform: rotateY(180deg);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#features-7 .flip-card-icon {
  font-size: 40px;
  margin-bottom: 20px;
}
#features-7 .flip-card-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-7 .flip-card-description {
  font-size: 14px;
}



#cta-banner-5 {
  padding: 5rem 1rem;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #ffffff;
  color: #212529;
}
#cta-banner-5 .container {
  max-width: 850px;
}
#cta-banner-5 .cta-title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
#cta-banner-5 .cta-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  margin-bottom: 2.5rem;
}
#cta-banner-5 .social-proof-wrapper {
  margin-bottom: 2.5rem;
}
#cta-banner-5 .proof-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem 2.5rem;
}
#cta-banner-5 .proof-logo-item img {
  max-height: 35px;
  max-width: 120px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.7;
}
#cta-banner-5 .proof-rating {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#cta-banner-5 .rating-stars {
  font-size: 1.5rem;
  color: #ffc107;
  margin-bottom: 0.5rem;
  letter-spacing: 2px;
}
#cta-banner-5 .rating-stars .fa-regular {
  color: #e0e0e0;
}
#cta-banner-5 .rating-value {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
#cta-banner-5 .rating-source {
  font-size: 0.9rem;
  color: #6c757d;
}
#cta-banner-5 .cta-button .btn {
  padding: 0.9rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  #cta-banner-5 {
    padding: 4rem 1rem;
  }
  #cta-banner-5 .cta-title {
    font-size: 2.1rem;
  }
  #cta-banner-5 .cta-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  #cta-banner-5 .social-proof-wrapper {
    margin-bottom: 2rem;
  }
  #cta-banner-5 .proof-logos {
    gap: 1rem 1.5rem;
  }
  #cta-banner-5 .proof-logo-item img {
    max-height: 30px;
  }
  #cta-banner-5 .cta-button .btn {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
}



#testimonials-9 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1200px;
}
#testimonials-9 .section-header {
  text-align: center;
  margin-bottom: 40px;
}
#testimonials-9 .section-header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#testimonials-9 .section-header p {
  font-size: 1.1rem;
  color: #777;
}
#testimonials-9 .masonry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}
#testimonials-9 .masonry-item {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}
#testimonials-9 .masonry-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 10px;
}
#testimonials-9 .masonry-item p {
  font-size: 1rem;
  font-style: italic;
  color: #333;
  margin-bottom: 10px;
}
#testimonials-9 .client-info {
  font-size: 0.95rem;
  color: #777;
}



#offers-16 {
  padding: 80px 0;
  background-color: #f8f9fa;
}
#offers-16 .offer-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
}
#offers-16 .offer-name-highlight {
  text-align: center;
  font-weight: 600;
  font-size: 1.3rem;
  color: #0d6efd;
  margin-bottom: 3rem;
}
#offers-16 .offer-steps-list .list-group-item {
  border: none;
  background-color: transparent;
  padding: 1.5rem 0;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px dashed #ced4da;
}
#offers-16 .offer-steps-list .list-group-item:last-child {
  border-bottom: none;
}
#offers-16 .offer-steps-list .step-indicator {
  min-width: 50px;
  text-align: center;
  margin-right: 1.5rem;
}
#offers-16 .offer-steps-list .step-indicator i {
  font-size: 1.8rem;
  color: #198754;
}
#offers-16 .step-details .step-title {
  font-weight: 600;
  font-size: 1.1rem;
  color: #212529;
  margin-bottom: 0.3rem;
}
#offers-16 .step-details .step-description {
  font-size: 0.9rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 0;
}
#offers-16 .final-cta-area {
  text-align: center;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}
#offers-16 .btn-final-cta {
  padding: 0.8rem 2.5rem;
  font-weight: 600;
  font-size: 1.1rem;
}


