
#hero-24 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  padding: 8rem 0;
  text-align: center;
}
#hero-24 .container {
  width: 100%;
}
#hero-24 .hero-content-wrapper-24 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
#hero-24 .hero-title-24 {
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -1px;
  margin-bottom: 1rem;
}
#hero-24 .hero-subtitle-24 {
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: 0;
  opacity: 0.85;
}
@media (max-width: 991.98px) {
  #hero-24 {
    padding: 7rem 0;
  }
  #hero-24 .hero-title-24 {
    font-size: 3.2rem;
  }
  #hero-24 .hero-subtitle-24 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  #hero-24 {
    padding: 5rem 0;
    min-height: 40vh;
  }
  #hero-24 .hero-title-24 {
    font-size: 2.6rem;
  }
  #hero-24 .hero-subtitle-24 {
    font-size: 1.1rem;
  }
}



#mobile-app-17 {
  padding: 80px 0;
  background-color: #fff;
  text-align: center;
}
#mobile-app-17 .minimalist-content {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#mobile-app-17 .minimalist-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
}
#mobile-app-17 .minimalist-description {
  font-size: 1.15rem;
  color: #6c757d;
  margin-bottom: 2.5rem;
}
#mobile-app-17 .minimalist-download-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.2rem;
}
#mobile-app-17 .btn-download-app {
  background-color: #000;
  color: #fff;
  border-radius: 8px;
  padding: 12px 25px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
#mobile-app-17 .btn-download-app:hover {
  background-color: #333;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
#mobile-app-17 .btn-download-app i {
  font-size: 2em;
  margin-right: 12px;
}
#mobile-app-17 .btn-download-app .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-17 .btn-download-app .button-text span:first-child {
  font-size: 0.85em;
}
#mobile-app-17 .btn-download-app .button-text span:last-child {
  font-size: 1.15em;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  #mobile-app-17 .minimalist-title {
    font-size: 2.5rem;
  }
  #mobile-app-17 .minimalist-description {
    font-size: 1.05rem;
  }
  #mobile-app-17 .minimalist-download-buttons {
    flex-direction: column;
    align-items: stretch;
  }
  #mobile-app-17 .btn-download-app {
    width: 100%;
    justify-content: center;
  }
}



#features-17 {
  padding: 60px 0;
  overflow: hidden;
  background-color: {{ $data['features-17']['bg_color'] ?? '#ffffff' }};
}
#features-17 .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #343a40;
}
#features-17 .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-17 .section-title p {
  margin-bottom: 40px; 
  color: #6c757d;
}
#features-17 .feature-item {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  height: 100%; 
  display: flex;
  flex-direction: column; 
  text-align: center;
  border: 1px solid #eef0f2; 
}
#features-17 .feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
#features-17 .feature-icon {
  margin-bottom: 20px; 
  flex-shrink: 0; 
}
#features-17 .feature-icon i {
  font-size: 48px;
  line-height: 1;
  color: var(--bs-primary, #0d6efd);
  transition: color 0.3s ease-in-out;
}
#features-17 .feature-item:hover .feature-icon i {
  color: var(--bs-primary-darker, #0a58ca); 
}
#features-17 .feature-title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  color: #343a40;
  flex-grow: 0; 
}
#features-17 .feature-description {
  line-height: 1.6;
  color: #6c757d;
  font-size: 15px;
  flex-grow: 1; 
}
@media (max-width: 767.98px) {
  #features-17 .section-title h2 {
    font-size: 28px;
  }
   #features-17 .feature-item {
     padding: 20px;
   }
   #features-17 .feature-icon i {
     font-size: 40px;
   }
   #features-17 .feature-title {
      font-size: 17px;
   }
}



#how-it-works-1 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#how-it-works-1 .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-1 .timeline {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
#how-it-works-1 .timeline::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ddd;
}
#how-it-works-1 .timeline-item {
  position: relative;
  margin-left: 70px;
  margin-bottom: 30px;
  padding: 10px 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#how-it-works-1 .timeline-item::before {
  content: attr(data-step);
  position: absolute;
  left: -40px;
  top: 10px;
  background: #007bff;
  color: #fff;
  font-weight: bold;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
}
#how-it-works-1 .timeline-item h4 {
  margin: 0 0 5px;
  font-size: 1.25rem;
  color: #007bff;
}
#how-it-works-1 .timeline-item p {
  margin: 0;
  font-size: 1rem;
  color: #555;
}



#overview-17 {
  overflow: hidden;
  background-color: var(--section-bg-color, #ffffff);
}
#overview-17 .overview-section-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#overview-17 .section-intro {
  margin-bottom: 3.5rem;
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
#overview-17 .section-intro .section-heading {
  margin-bottom: 0.5rem;
}
#overview-17 .section-intro .lead {
  color: #6c757d;
  margin-bottom: 0;
}
#overview-17 .content-grid-item {
  background-color: #f8f9fa;
  padding: 2rem;
  border-radius: 0.5rem;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease-in-out;
  height: 100%;
  text-align: center;
  position: relative;
}
#overview-17 .content-grid-item:hover {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #ffffff;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(var(--bs-primary-rgb), 0.25);
}
#overview-17 .content-grid-item:hover .grid-item-icon,
#overview-17 .content-grid-item:hover h5,
#overview-17 .content-grid-item:hover p {
  color: #ffffff !important;
}
#overview-17 .grid-item-icon {
  font-size: 3rem;
  color: var(--bs-primary);
  margin-bottom: 1.5rem;
  display: inline-block;
  transition: color 0.3s ease-in-out;
}
#overview-17 .content-grid-item h5 {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
  color: #343a40;
  transition: color 0.3s ease-in-out;
}
#overview-17 .content-grid-item p {
  font-size: 0.95rem;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 0;
  transition: color 0.3s ease-in-out;
}
#overview-17 .cta-wrapper {
  text-align: center;
  margin-top: 3rem;
}


