
#hero-19 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 6rem 0;
  text-align: center;
  background-size: cover;
  background-position: center;
}
#hero-19 .hero-overlay-19 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-19 .container {
  position: relative;
  z-index: 2;
}
#hero-19 .hero-content-wrapper-19 {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#hero-19 .hero-title-19 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-19 .hero-subtitle-19 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
  opacity: 0.85;
}
#hero-19 .app-buttons-wrapper-19 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
#hero-19 .app-store-button img,
#hero-19 .google-play-button img {
  height: 45px;
  width: auto;
  transition: transform 0.2s ease;
}
#hero-19 .app-store-button img:hover,
#hero-19 .google-play-button img:hover {
  transform: scale(1.05);
}
@media (max-width: 767.98px) {
  #hero-19 {
    min-height: 55vh;
    padding: 4rem 0;
  }
  #hero-19 .hero-title-19 {
    font-size: 2.3rem;
  }
  #hero-19 .hero-subtitle-19 {
    font-size: 1.05rem;
    margin-bottom: 2rem;
  }
  #hero-19 .app-store-button img,
  #hero-19 .google-play-button img {
    height: 40px;
  }
}



#mobile-app-16 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#mobile-app-16 .app-carousel-container {
  margin-bottom: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
#mobile-app-16 .carousel-item img {
  max-height: 500px;
  object-fit: contain;
  margin: 0 auto;
}
#mobile-app-16 .carousel-control-prev-icon,
#mobile-app-16 .carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 1rem;
  background-size: 50% 50%;
}
#mobile-app-16 .carousel-indicators [data-bs-target] {
  background-color: rgba(0, 0, 0, 0.7);
}
#mobile-app-16 .carousel-text-content {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#mobile-app-16 .carousel-title {
  font-weight: 700;
  margin-bottom: 1rem;
}
#mobile-app-16 .carousel-description {
  color: #555;
  margin-bottom: 2rem;
  line-height: 1.6;
}
#mobile-app-16 .carousel-download-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
#mobile-app-16 .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-16 .btn-download-app:hover {
  background-color: #333;
  transform: translateY(-2px);
}
#mobile-app-16 .btn-download-app i {
  font-size: 1.8em;
  margin-right: 10px;
}
#mobile-app-16 .btn-download-app .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-16 .btn-download-app .button-text span:first-child {
  font-size: 0.8em;
}
#mobile-app-16 .btn-download-app .button-text span:last-child {
  font-size: 1.1em;
  font-weight: 600;
}



#how-it-works-5 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#how-it-works-5 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#how-it-works-5 .flowchart {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
#how-it-works-5 .flow-step {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 200px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  margin: 10px;
}
#how-it-works-5 .flow-step h4 {
  margin-bottom: 5px;
  font-size: 1.2rem;
  color: #007bff;
}
#how-it-works-5 .flow-step p {
  font-size: 1rem;
  color: #555;
}
#how-it-works-5 .arrow {
  font-size: 2rem;
  color: #007bff;
  margin: 0 10px;
}
@media (max-width: 768px) {
  #how-it-works-5 .flowchart {
    flex-direction: column;
  }
  #how-it-works-5 .arrow {
    display: none;
  }
}



#features-22 {
  padding: 50px 0; 
  overflow: hidden;
  background-color: {{ $data['features-22']['bg_color'] ?? '#ffffff' }};
}
#features-22 .section-title h2 {
  font-size: 30px; 
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  color: #343a40;
}
#features-22 .section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: var(--bs-primary, #0d6efd);
  bottom: 0;
  left: calc(50% - 20px);
}
#features-22 .section-title p {
  margin-bottom: 30px;
  color: #6c757d;
  font-size: 15px;
}
#features-22 .compact-feature {
  display: flex;
  align-items: center; 
  padding: 15px;
  background-color: #f8f9fa; 
  border-radius: 5px;
  transition: box-shadow 0.3s ease;
  height: 100%; 
}
#features-22 .compact-feature:hover {
   box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
#features-22 .compact-icon {
  flex-shrink: 0;
  margin-right: 15px;
}
#features-22 .compact-icon i {
  font-size: 24px; 
  color: var(--bs-primary, #0d6efd);
  line-height: 1;
  width: 30px; 
  text-align: center;
}
#features-22 .compact-content h5 {
  font-size: 16px; 
  font-weight: 600;
  margin-bottom: 3px; 
  color: #343a40;
}
#features-22 .compact-content p {
  font-size: 14px; 
  color: #6c757d;
  margin-bottom: 0;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  #features-22 .section-title h2 {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  #features-22 .compact-feature {
     padding: 12px;
  }
  #features-22 .compact-icon i {
     font-size: 22px;
  }
  #features-22 .compact-content h5 {
    font-size: 15px;
  }
  #features-22 .compact-content p {
    font-size: 13px;
  }
}



#features-8 {
  padding: 80px 0;
  background-color: #eef2f3;
  text-align: center;
}
#features-8 .section-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
#features-8 .section-subtitle {
  font-size: 18px;
  color: #555;
  margin-bottom: 40px;
}
#features-8 .feature-item {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  margin: 15px;
  transition: transform 0.3s, box-shadow 0.3s;
}
#features-8 .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
#features-8 .feature-icon {
  font-size: 50px;
  color: #17a2b8;
  margin-bottom: 20px;
}
#features-8 .feature-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
#features-8 .feature-description {
  font-size: 16px;
  color: #777;
}



#cta-banner-10 {
  padding: 7rem 1rem;
  position: relative;
  background-size: cover;
  background-position: center center;
  text-align: center;
  overflow: hidden;
  border-radius: 0.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #212529;
}
#cta-banner-10::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background-color: rgba(0, 0, 0, 0.55);
}
#cta-banner-10 .container {
  position: relative;
  z-index: 2;
  max-width: 800px;
}
#cta-banner-10 .cta-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
#cta-banner-10 .cta-subtitle {
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
  opacity: 0.9;
}
#cta-banner-10 .cta-button .btn {
  padding: 1rem 2.8rem;
  font-size: 1.15rem;
  font-weight: 500;
  transition: transform 0.2s ease;
}
#cta-banner-10 .cta-button .btn:hover {
  transform: scale(1.05);
}
#cta-banner-10 .cta-button .btn i {
  margin-left: 0.6rem;
}
@media (max-width: 991.98px) {
  #cta-banner-10 {
    padding: 6rem 1rem;
  }
  #cta-banner-10 .cta-title {
    font-size: 2.5rem;
  }
  #cta-banner-10 .cta-subtitle {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  #cta-banner-10 {
    padding: 5rem 1rem;
  }
  #cta-banner-10 .cta-title {
    font-size: 2.1rem;
  }
  #cta-banner-10 .cta-subtitle {
    font-size: 1rem;
  }
  #cta-banner-10 .cta-button .btn {
    padding: 0.8rem 2.2rem;
    font-size: 1rem;
  }
}



#press-mentions-4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#press-mentions-4 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#press-mentions-4 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#press-mentions-4 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#press-mentions-4 .timeline-wrapper {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
#press-mentions-4 .timeline-wrapper::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: var(--bs-primary);
  opacity: 0.3;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1.5px;
}
#press-mentions-4 .timeline-item {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  margin-bottom: 3rem;
}
#press-mentions-4 .timeline-item:last-child {
  margin-bottom: 0;
}
#press-mentions-4 .timeline-item::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12.5px;
  background-color: white;
  border: 4px solid var(--bs-primary);
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}
#press-mentions-4 .timeline-left {
  left: 0;
  padding-right: 30px;
}
#press-mentions-4 .timeline-left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
}
#press-mentions-4 .timeline-left::after {
  left: -12.5px;
}
#press-mentions-4 .timeline-right {
  left: 50%;
  padding-left: 70px;
}
#press-mentions-4 .timeline-right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
}
#press-mentions-4 .timeline-right::after {
  left: -12.5px;
}
#press-mentions-4 .timeline-content {
  padding: 20px 30px;
  background-color: #f8f9fa;
  position: relative;
  border-radius: 6px;
  border: 1px solid #e9ecef;
}
#press-mentions-4 .timeline-date {
  font-weight: 600;
  color: var(--bs-primary);
  margin-bottom: 0.5rem;
  display: block;
  font-size: 1.1rem;
}
#press-mentions-4 .timeline-item-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #343a40;
}
#press-mentions-4 .timeline-item-source {
  font-style: italic;
  color: #6c757d;
  margin-bottom: 0.75rem;
  display: block;
  font-size: 0.9rem;
}
#press-mentions-4 .timeline-item-description {
  font-size: 0.95rem;
  color: #495057;
  margin-bottom: 1rem;
  line-height: 1.6;
}
#press-mentions-4 .timeline-item-link a {
  font-size: 0.9rem;
  color: var(--bs-primary);
  text-decoration: none;
  font-weight: 500;
}
#press-mentions-4 .timeline-item-link a:hover {
  text-decoration: underline;
}
#press-mentions-4 .timeline-item-link i {
  margin-left: 0.3rem;
}
@media screen and (max-width: 767.98px) {
  #press-mentions-4 .timeline-wrapper::after {
    left: 31px;
  }
  #press-mentions-4 .timeline-item {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
    margin-bottom: 2rem;
  }
  #press-mentions-4 .timeline-item::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  #press-mentions-4 .timeline-left::after,
  #press-mentions-4 .timeline-right::after {
    left: 18px;
  }
  #press-mentions-4 .timeline-left,
  #press-mentions-4 .timeline-right {
    left: 0%;
  }
  #press-mentions-4 .timeline-content {
    padding: 15px 20px;
  }
  #press-mentions-4 .timeline-item-title {
    font-size: 1.15rem;
  }
}



#faq-24 {
  padding: 60px 0;
  background-color: #fff;
}
#faq-24 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
}
#faq-24 .faq-tabs-nav {
  margin-bottom: 2.5rem;
  border-bottom-color: #dee2e6;
  justify-content: center;
}
#faq-24 .faq-tabs-nav .nav-link {
  color: #495057;
  background-color: transparent;
  border-color: transparent transparent #dee2e6;
  border-bottom-width: 2px;
  padding: 0.8rem 1.5rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}
#faq-24 .faq-tabs-nav .nav-link i {
  font-size: 1.1em;
  opacity: 0.7;
}
#faq-24 .faq-tabs-nav .nav-link:hover {
  color: #0d6efd;
  border-color: transparent transparent #adb5bd;
}
#faq-24 .faq-tabs-nav .nav-link.active {
  color: #0d6efd;
  font-weight: 600;
  background-color: transparent;
  border-color: transparent transparent #0d6efd;
}
#faq-24 .faq-tabs-nav .nav-link.active i {
  opacity: 1;
}
#faq-24 .faq-pills-nav {
  margin-bottom: 2.5rem;
  justify-content: center;
}
#faq-24 .faq-pills-nav .nav-link {
  color: #495057;
  background-color: #e9ecef;
  border: none;
  border-radius: 50rem;
  padding: 0.6rem 1.2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0.3rem;
  transition: color 0.2s ease, background-color 0.2s ease;
}
#faq-24 .faq-pills-nav .nav-link i {
  font-size: 1.1em;
  opacity: 0.7;
}
#faq-24 .faq-pills-nav .nav-link:hover {
  background-color: #dee2e6;
  color: #000;
}
#faq-24 .faq-pills-nav .nav-link.active {
  color: #fff;
  font-weight: 600;
  background-color: #0d6efd;
}
#faq-24 .faq-pills-nav .nav-link.active i {
  opacity: 1;
}
#faq-24 .tab-content {
}
#faq-24 .tab-pane .faq-item-in-tab {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px dashed #eee;
}
#faq-24 .tab-pane .faq-item-in-tab:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#faq-24 .faq-question-in-tab {
  font-weight: 600;
  font-size: 1.1rem;
  color: #343a40;
  margin-bottom: 0.5rem;
}
#faq-24 .faq-answer-in-tab {
  color: #495057;
  line-height: 1.7;
  margin-bottom: 0;
}


