
#mobile-app-18 {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
#mobile-app-18 .content-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 2;
}
#mobile-app-18 .app-image-column {
  position: relative;
  text-align: center;
}
#mobile-app-18 .app-showcase-image {
  max-width: 85%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  display: inline-block;
}
#mobile-app-18 .stats-card-overlap {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 10%;
  left: -10%;
  width: auto;
  min-width: 280px;
  z-index: 3;
  display: flex;
  gap: 1rem;
  justify-content: space-around;
}
#mobile-app-18 .stat-item {
  text-align: center;
  flex: 1;
}
#mobile-app-18 .stat-item i {
  font-size: 1.5rem;
  color: #0d6efd;
  margin-bottom: 0.5rem;
  display: block;
}
#mobile-app-18 .stat-item .stat-value {
  font-size: 1.4rem;
  font-weight: 700;
  color: #212529;
  display: block;
  line-height: 1.2;
}
#mobile-app-18 .stat-item .stat-label {
  font-size: 0.85rem;
  color: #6c757d;
  display: block;
}
#mobile-app-18 .section-title {
  font-weight: 700;
  margin-bottom: 1rem;
}
#mobile-app-18 .section-description {
  color: #555;
  margin-bottom: 2rem;
  line-height: 1.6;
}
#mobile-app-18 .download-buttons-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#mobile-app-18 .btn-download-app {
  background-color: #000;
  color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
#mobile-app-18 .btn-download-app:hover {
  background-color: #333;
  transform: translateY(-2px);
}
#mobile-app-18 .btn-download-app i {
  font-size: 1.8em;
  margin-right: 10px;
}
#mobile-app-18 .btn-download-app .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-18 .btn-download-app .button-text span:first-child {
  font-size: 0.8em;
}
#mobile-app-18 .btn-download-app .button-text span:last-child {
  font-size: 1.1em;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  #mobile-app-18 .app-image-column {
    margin-bottom: 60px;
    text-align: center;
  }
  #mobile-app-18 .stats-card-overlap {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    margin: -40px auto 0 auto;
    width: 90%;
    max-width: 400px;
  }
  #mobile-app-18 .app-showcase-image {
    max-width: 70%;
  }
  #mobile-app-18 .content-column {
    text-align: center;
  }
  #mobile-app-18 .download-buttons-group {
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  #mobile-app-18 .stats-card-overlap {
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.5rem;
  }
  #mobile-app-18 .app-showcase-image {
    max-width: 80%;
  }
}



#how-it-works-8 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#how-it-works-8 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#how-it-works-8 .numbered-list {
  counter-reset: step;
  list-style: none;
  padding: 0;
}
#how-it-works-8 .numbered-list li {
  position: relative;
  padding: 20px 20px 20px 60px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
#how-it-works-8 .numbered-list li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: #007bff;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
#how-it-works-8 .numbered-list li h4 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  color: #007bff;
}
#how-it-works-8 .numbered-list li p {
  margin: 0;
  font-size: 1rem;
  color: #555;
}



#cta-banner-8 {
  padding: 5rem 1rem;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 0.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #dc3545;
  color: #ffffff;
}
#cta-banner-8 .container {
  position: relative;
  z-index: 2;
  max-width: 850px;
}
#cta-banner-8 .cta-title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.75rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#cta-banner-8 .cta-subtitle {
  font-size: 1.15rem;
  margin-bottom: 2.5rem;
  opacity: 0.9;
}
#cta-banner-8 .countdown-timer {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
#cta-banner-8 .timer-block {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 0.8rem 1rem;
  border-radius: 0.375rem;
  min-width: 75px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
#cta-banner-8 .timer-value {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  display: block;
}
#cta-banner-8 .timer-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.8;
  display: block;
}
#cta-banner-8 .cta-button .btn {
  padding: 0.9rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 500;
}
#cta-banner-8 .cta-button .btn i {
  margin-right: 0.5rem;
}
@media (max-width: 767.98px) {
  #cta-banner-8 {
    padding: 4rem 1rem;
  }
  #cta-banner-8 .cta-title {
    font-size: 2rem;
  }
  #cta-banner-8 .cta-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  #cta-banner-8 .countdown-timer {
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  #cta-banner-8 .timer-block {
    min-width: 60px;
    padding: 0.6rem 0.5rem;
  }
  #cta-banner-8 .timer-value {
    font-size: 1.5rem;
  }
  #cta-banner-8 .timer-label {
    font-size: 0.65rem;
  }
  #cta-banner-8 .cta-button .btn {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
}
@media (max-width: 450px) {
  #cta-banner-8 .timer-block {
    min-width: 55px;
  }
}


