
#hero-21 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  padding: 6rem 0;
  background-size: cover;
  background-position: center;
  text-align: center;
}
#hero-21 .hero-overlay-21 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-21 .container {
  position: relative;
  z-index: 2;
}
#hero-21 .hero-content-wrapper-21 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
#hero-21 .hero-title-21 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
#hero-21 .hero-subtitle-21 {
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-21 .hero-cta-button-21 {
  display: inline-block;
  padding: 0.8rem 2.2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 50px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#hero-21 .hero-cta-button-21:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767.98px) {
  #hero-21 {
    min-height: 60vh;
    padding: 4rem 0;
  }
  #hero-21 .hero-title-21 {
    font-size: 2.5rem;
  }
  #hero-21 .hero-subtitle-21 {
    font-size: 1.1rem;
  }
}



#mobile-app-27 {
  padding: 80px 0;
  background-color: #f8f9fa;
}
#mobile-app-27 .pricing-intro {
  text-align: center;
  margin-bottom: 4rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#mobile-app-27 .pricing-intro h2 {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 2rem;
}
#mobile-app-27 .pricing-intro p {
  color: #555;
  font-size: 1.1rem;
  line-height: 1.6;
}
#mobile-app-27 .pricing-plan-card {
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 2.5rem 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#mobile-app-27 .pricing-plan-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
#mobile-app-27 .pricing-plan-card.highlighted {
  border-color: #0d6efd;
  box-shadow: 0 0 25px rgba(13, 110, 253, 0.15);
  transform: scale(1.03);
}
#mobile-app-27 .plan-name {
  font-size: 1.3rem;
  font-weight: 600;
  color: #0d6efd;
  margin-bottom: 0.5rem;
}
#mobile-app-27 .plan-price {
  font-size: 2.2rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 0.25rem;
}
#mobile-app-27 .plan-price-period {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 1.5rem;
}
#mobile-app-27 .plan-features {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
  text-align: left;
  flex-grow: 1;
}
#mobile-app-27 .plan-features li {
  margin-bottom: 0.8rem;
  color: #495057;
  display: flex;
  align-items: flex-start;
}
#mobile-app-27 .plan-features li i {
  color: #20c997;
  margin-right: 10px;
  margin-top: 4px;
}
#mobile-app-27 .plan-cta-button {
  margin-top: auto;
}
#mobile-app-27 .general-download-area {
  text-align: center;
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}
#mobile-app-27 .general-download-area p {
  margin-bottom: 1.5rem;
  color: #6c757d;
}
#mobile-app-27 .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-27 .btn-download-app:hover {
  background-color: #333;
  transform: translateY(-2px);
}
#mobile-app-27 .btn-download-app i {
  font-size: 1.8em;
  margin-right: 10px;
}
#mobile-app-27 .btn-download-app .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-27 .btn-download-app .button-text span:first-child {
  font-size: 0.8em;
}
#mobile-app-27 .btn-download-app .button-text span:last-child {
  font-size: 1.1em;
  font-weight: 600;
}



#how-it-works-4 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#how-it-works-4 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#how-it-works-4 .grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#how-it-works-4 .step-card {
  flex: 1 1 calc(25% - 20px);
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
#how-it-works-4 .step-card:hover {
  transform: translateY(-5px);
}
#how-it-works-4 .step-card i {
  font-size: 2.5rem;
  color: #007bff;
  margin-bottom: 15px;
}
#how-it-works-4 .step-card h4 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
#how-it-works-4 .step-card p {
  font-size: 1rem;
  color: #555;
}
@media (max-width: 992px) {
  #how-it-works-4 .step-card {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  #how-it-works-4 .step-card {
    flex: 1 1 100%;
  }
}



#features-15 {
  padding: 60px 0;
  background-color: #ffffff;
  text-align: center;
}
#features-15 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-15 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-15 .feature-item {
  padding: 20px;
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 8px;
  background-color: #f8f9fa;
  margin-bottom: 20px;
  cursor: pointer;
}
#features-15 .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#features-15 .feature-icon {
  font-size: 40px;
  color: #17a2b8;
  margin-bottom: 20px;
}
#features-15 .feature-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-15 .feature-description {
  font-size: 14px;
  color: #6c757d;
}



#cta-banner-12 {
  padding: 5rem 1rem;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 0.375rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #198754;
  color: #ffffff;
}
#cta-banner-12 .container {
  max-width: 800px;
}
#cta-banner-12 .cta-icon {
  margin-bottom: 1rem;
  opacity: 0.9;
}
#cta-banner-12 .benefit-headline {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#cta-banner-12 .benefit-description {
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
  opacity: 0.9;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#cta-banner-12 .cta-button .btn {
  padding: 0.9rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  #cta-banner-12 .benefit-headline {
    font-size: 2.1rem;
  }
}
@media (max-width: 767.98px) {
  #cta-banner-12 {
    padding: 4rem 1rem;
  }
  #cta-banner-12 .benefit-headline {
    font-size: 1.8rem;
  }
  #cta-banner-12 .benefit-description {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  #cta-banner-12 .cta-button .btn {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
}


