
#mobile-app-13 {
  position: relative;
  padding: 100px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}
#mobile-app-13::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#mobile-app-13 .container {
  position: relative;
  z-index: 2;
}
#mobile-app-13 .content-wrapper {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
#mobile-app-13 .overlay-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
#mobile-app-13 .overlay-description {
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
  line-height: 1.7;
  opacity: 0.9;
}
#mobile-app-13 .app-download-buttons-overlay {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
#mobile-app-13 .btn-download-app-overlay {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  padding: 12px 22px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
#mobile-app-13 .btn-download-app-overlay:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}
#mobile-app-13 .btn-download-app-overlay i {
  font-size: 1.9em;
  margin-right: 12px;
}
#mobile-app-13 .btn-download-app-overlay .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-13 .btn-download-app-overlay .button-text span:first-child {
  font-size: 0.8em;
  opacity: 0.8;
}
#mobile-app-13 .btn-download-app-overlay .button-text span:last-child {
  font-size: 1.1em;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  #mobile-app-13 {
    padding: 80px 0;
  }
  #mobile-app-13 .overlay-title {
    font-size: 2rem;
  }
}



#features-29 {
  padding: 60px 0;
  overflow: hidden;
  background-color: {{ $data['features-29']['bg_color'] ?? '#ffffff' }};
}
#features-29 .intro-text h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #343a40;
  line-height: 1.3;
}
#features-29 .intro-text .subtitle {
  font-size: 18px;
  font-style: italic;
  color: #6c757d;
  margin-bottom: 25px;
}
#features-29 .intro-text .description {
  font-size: 16px;
  color: #495057;
  line-height: 1.7;
}
#features-29 .stats-grid {
}
#features-29 .stat-item {
  text-align: center;
  padding: 25px 15px;
  background-color: #f8f9fa; 
  border-radius: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#features-29 .stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.07);
}
#features-29 .stat-icon i {
  font-size: 36px; 
  margin-bottom: 15px;
  display: inline-block;
}
#features-29 .stat-number {
  font-size: 48px; 
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  line-height: 1.1;
}
#features-29 .stat-label {
  font-size: 15px;
  color: #6c757d;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #features-29 .intro-text {
    margin-bottom: 40px; 
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  #features-29 .intro-text h2 {
    font-size: 30px;
  }
  #features-29 .stat-number {
    font-size: 40px;
  }
  #features-29 .stat-icon i {
    font-size: 32px;
  }
}



#faq-18 {
  padding: 80px 0;
  background-color: #fff;
}
#faq-18 .faq-visual-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#faq-18 .faq-split-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
#faq-18 .faq-contact-block {
  background-color: #f8f9fa;
  padding: 2.5rem;
  border-radius: 12px;
  text-align: center;
  width: 100%;
}
#faq-18 .faq-contact-block h4 {
  font-weight: 600;
  margin-bottom: 1rem;
}
#faq-18 .faq-contact-block p {
  color: #495057;
  margin-bottom: 1.5rem;
}
#faq-18 .accordion-item {
  border: 1px solid #e9ecef;
  border-radius: 0.5rem !important;
  margin-bottom: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
#faq-18 .accordion-button {
  font-weight: 600;
  color: #343a40;
  background-color: #f8f9fa;
  padding: 1.2rem 1.5rem;
  border: none;
  box-shadow: none !important;
}
#faq-18 .accordion-button:not(.collapsed) {
  color: #0d6efd;
  background-color: #e7f1ff;
}
#faq-18 .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230d6efd'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transition: transform 0.2s ease-in-out;
}
#faq-18 .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230d6efd'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
#faq-18 .accordion-body {
  padding: 1.5rem;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
}
#faq-18 .accordion-body p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #faq-18 .faq-visual-column {
    margin-bottom: 3rem;
  }
}



#call-to-action-9 {
  background-color: #f8f9fa;
  color: #333;
  padding: 60px 20px;
}
#call-to-action-9 .cta-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
#call-to-action-9 .cta-icon {
  flex: 0 0 auto;
}
#call-to-action-9 .cta-icon img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
#call-to-action-9 .cta-text {
  flex: 1 1 300px;
  text-align: left;
}
#call-to-action-9 .cta-text h2 {
  font-size: 32px;
  margin-bottom: 15px;
}
#call-to-action-9 .cta-text p {
  font-size: 16px;
  margin-bottom: 20px;
}
#call-to-Action-9 .cta-btn {
  padding: 10px 25px;
  background-color: #17a2b8;
  color: #fff;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s;
}
#call-to-action-9 .cta-btn:hover {
  background-color: #138496;
}
@media (max-width: 767.98px) {
  #call-to-action-9 .cta-container {
    flex-direction: column;
    text-align: center;
  }
  #call-to-action-9 .cta-text {
    text-align: center;
  }
}


