
#hero-1 {
  text-align: center;
  padding: 100px 20px;
  background-color: #f8f9fa;
}
#hero-1 .hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}
#hero-1 .hero-subtitle {
  font-size: 20px;
  color: #6c757d;
  margin-bottom: 30px;
}
.btn.btn-primary {
  padding: 12px 30px;
  font-size: 18px;
}



#mobile-app-12 {
  padding: 60px 0;
  text-align: center;
}
#mobile-app-12 .app-image-wrapper {
  margin-bottom: 2.5rem;
  text-align: center;
}
#mobile-app-12 .centered-app-image {
  max-width: 300px;
  height: auto;
  display: inline-block;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
}
#mobile-app-12 .app-content-wrapper {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#mobile-app-12 .app-title {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#mobile-app-12 .app-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
  margin-bottom: 1rem;
  font-weight: 400;
}
#mobile-app-12 .app-description {
  color: #555;
  margin-bottom: 2rem;
  line-height: 1.6;
}
#mobile-app-12 .app-download-buttons-centered {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
#mobile-app-12 .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-12 .btn-download-app:hover {
  background-color: #333;
  transform: translateY(-2px);
}
#mobile-app-12 .btn-download-app i {
  font-size: 1.8em;
  margin-right: 10px;
}
#mobile-app-12 .btn-download-app .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-12 .btn-download-app .button-text span:first-child {
  font-size: 0.8em;
}
#mobile-app-12 .btn-download-app .button-text span:last-child {
  font-size: 1.1em;
  font-weight: 600;
}



#features-19 {
  padding: 60px 0;
  overflow: hidden;
  background-color: {{ $data['features-19']['bg_color'] ?? '#ffffff' }};
}
#features-19 .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #343a40;
}
#features-19 .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-19 .section-title p {
  margin-bottom: 40px;
  color: #6c757d;
}
#features-19 .feature-list-item {
  display: flex;
  align-items: flex-start; 
  margin-bottom: 40px; 
}
#features-19 .feature-list-item:last-child {
  margin-bottom: 0;
}
#features-19 .feature-list-icon {
  flex-shrink: 0;
  width: 64px; 
  height: 64px; 
  background: var(--bs-primary-light, #e7f1ff); 
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%; 
  margin-right: 25px; 
}
#features-19 .feature-list-icon i {
  color: var(--bs-primary, #0d6efd);
  font-size: 28px; 
  line-height: 0; 
}
#features-19 .feature-list-content h4 {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 20px;
  color: #343a40;
}
#features-19 .feature-list-content p {
  line-height: 1.6;
  color: #6c757d;
  margin-bottom: 0; 
  font-size: 16px;
}
@media (max-width: 767.98px) {
  #features-19 .section-title h2 {
    font-size: 28px;
  }
  #features-19 .feature-list-icon {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  #features-19 .feature-list-icon i {
    font-size: 22px;
  }
   #features-19 .feature-list-content h4 {
     font-size: 18px;
   }
   #features-19 .feature-list-content p {
     font-size: 15px;
   }
}
@media (max-width: 575.98px) {
    #features-19 .feature-list-item {
      flex-direction: column; 
      align-items: center; 
      text-align: center;
    }
    #features-19 .feature-list-icon {
      margin-right: 0;
      margin-bottom: 15px; 
    }
}



#how-it-works-2 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#how-it-works-2 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#how-it-works-2 .nav-tabs .nav-link {
  font-size: 1rem;
  padding: 10px 15px;
}
#how-it-works-2 .tab-content {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#how-it-works-2 .process-step {
  text-align: center;
  font-size: 1rem;
  color: #333;
}



#testimonials-4 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1200px;
}
#testimonials-4 .section-header {
  text-align: center;
  margin-bottom: 40px;
}
#testimonials-4 .section-header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#testimonials-4 .section-header p {
  font-size: 1.1rem;
  color: #777;
}
#testimonials-4 .card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#testimonials-4 .testimonial-card {
  flex: 1 1 calc(33.333% - 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;
}
#testimonials-4 .testimonial-card:hover {
  transform: translateY(-5px);
}
#testimonials-4 .testimonial-card img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
#testimonials-4 .testimonial-card p {
  font-size: 1rem;
  font-style: italic;
  color: #333;
  margin-bottom: 10px;
}
#testimonials-4 .testimonial-card .client-info {
  font-size: 0.95rem;
  color: #777;
}
@media (max-width: 576px) {
  #testimonials-4 .testimonial-card {
    flex: 1 1 100%;
  }
}



#faq-1 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#faq-1 .faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq-1 .faq-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#faq-1 .accordion-button {
  background-color: #17a2b8;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 15px;
  font-size: 16px;
  text-align: left;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s;
}
#faq-1 .accordion-button:hover {
  background-color: #138496;
}
#faq-1 .accordion-body {
  padding: 20px;
  background-color: #ffffff;
  border-left: 2px solid #17a2b8;
}



#cta-banner-17 {
  padding: 5rem 1rem;
  position: relative;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #6c757d;
}
#cta-banner-17::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
#cta-banner-17 .container {
  position: relative;
  z-index: 2;
  max-width: 700px;
  width: 100%;
}
#cta-banner-17 .cta-card-inner {
  padding: 2.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.15);
  text-align: center;
  background-color: rgba(255, 255, 255, 0.95);
  color: #212529;
}
#cta-banner-17 .cta-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
#cta-banner-17 .cta-subtitle {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--bs-primary);
  margin-bottom: 1rem;
}
#cta-banner-17 .cta-text {
  font-size: 1rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 2rem;
}
#cta-banner-17 .cta-button .btn {
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  #cta-banner-17 {
    padding: 4rem 1rem;
  }
  #cta-banner-17 .cta-card-inner {
    padding: 2rem;
  }
  #cta-banner-17 .cta-title {
    font-size: 1.9rem;
  }
  #cta-banner-17 .cta-subtitle {
    font-size: 1rem;
  }
  #cta-banner-17 .cta-text {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }
}


