
#hero-10 {
  padding: 120px 20px;
  background-color: #fff;
  text-align: center;
}
#hero-10 .hero-title {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}
#hero-10 .hero-subtitle {
  font-size: 22px;
  color: #777;
  margin-bottom: 30px;
}
.btn.btn-primary {
  padding: 14px 40px;
  font-size: 18px;
}



#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;
}



#features-18 {
  padding: 60px 0;
  overflow: hidden;
  background-color: {{ $data['features-18']['bg_color'] ?? '#f8f9fa' }};
}
#features-18 .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #343a40;
}
#features-18 .section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--bs-primary, #0d6efd);
  bottom: 0;
  left: calc(50% - 25px);
}
#features-18 .section-title p {
  margin-bottom: 40px;
  color: #6c757d;
}
#features-18 .feature-row {
  margin-bottom: 60px; 
}
#features-18 .feature-row:last-child {
  margin-bottom: 0;
}
#features-18 .feature-content h3 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
  color: #343a40;
}
#features-18 .feature-content p {
  color: #6c757d;
  margin-bottom: 20px;
  line-height: 1.7;
}
#features-18 .feature-content ul {
  list-style: none;
  padding: 0;
}
#features-18 .feature-content ul li {
  padding-bottom: 10px;
  display: flex;
  align-items: flex-start;
  color: #495057;
}
#features-18 .feature-content ul i {
  font-size: 18px;
  color: var(--bs-primary, #0d6efd);
  margin-right: 8px;
  flex-shrink: 0;
  line-height: 1.4;
  margin-top: 4px; 
}
#features-18 .feature-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991.98px) {
  #features-18 .feature-image {
    text-align: center;
    margin-bottom: 30px; 
  }
  #features-18 .feature-content {
     text-align: center; 
   }
   #features-18 .feature-content ul {
     display: inline-block; 
     text-align: left;
   }
}
@media (max-width: 767.98px) {
  #features-18 .section-title h2 {
    font-size: 28px;
  }
  #features-18 .feature-content h3 {
    font-size: 24px;
  }
}



#faq-5 {
  padding: 60px 0;
  background-color: #ffffff;
}
#faq-5 .faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq-5 .faq-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#faq-5 .faq-item {
  display: flex;
  align-items: center;
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  transition: transform 0.3s, box-shadow 0.3s;
}
#faq-5 .faq-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#faq-5 .faq-icon {
  font-size: 30px;
  color: #17a2b8;
  margin-right: 20px;
}
#faq-5 .faq-content {
  flex: 1;
}
#faq-5 .faq-question {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
#faq-5 .faq-answer {
  font-size: 14px;
  color: #6c757d;
}



#call-to-action-20 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
}
.cta-boxed-content {
  padding: 2.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.cta-boxed-headline {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 2.2rem;
}
.cta-boxed-subtext {
  margin-bottom: 2rem;
  font-size: 1.1rem;
  opacity: 0.9;
}
.cta-boxed-button .btn {
  padding: 0.8rem 2rem;
  font-weight: 600;
}
.cta-boxed-button .btn i {
  margin-right: 8px;
}
#call-to-action-20 .btn-warning {
}
@media (max-width: 767.98px) {
  #call-to-action-20 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    min-height: 350px;
  }
  .cta-boxed-content {
    padding: 1.5rem;
  }
  .cta-boxed-headline {
    font-size: 1.8rem;
  }
  .cta-boxed-subtext {
    font-size: 1rem;
  }
}


