
#mobile-app-15 {
  padding: 0;
  overflow: hidden;
}
#mobile-app-15 .split-section-row {
  min-height: 500px;
}
#mobile-app-15 .split-image-col {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
}
#mobile-app-15 .split-content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem;
}
#mobile-app-15 .split-title {
  font-weight: 700;
  margin-bottom: 1rem;
  color: #212529;
}
#mobile-app-15 .split-description {
  color: #495057;
  margin-bottom: 2rem;
  line-height: 1.6;
}
#mobile-app-15 .split-download-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#mobile-app-15 .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-15 .btn-download-app:hover {
  background-color: #333;
  transform: translateY(-2px);
}
#mobile-app-15 .btn-download-app i {
  font-size: 1.8em;
  margin-right: 10px;
}
#mobile-app-15 .btn-download-app .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-15 .btn-download-app .button-text span:first-child {
  font-size: 0.8em;
}
#mobile-app-15 .btn-download-app .button-text span:last-child {
  font-size: 1.1em;
  font-weight: 600;
}
@media (min-width: 992px) {
  #mobile-app-15 .split-section-row {
    min-height: 600px;
  }
  #mobile-app-15 .split-image-col {
    min-height: 600px;
  }
}



#features-16 {
  padding: 60px 0;
  overflow: hidden;
  background-color: {{ $data['features-16']['bg_color'] ?? '#f8f9fa' }};
}
#features-16 .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #343a40;
}
#features-16 .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-16 .section-title p {
  margin-bottom: 30px;
  color: #6c757d;
}
#features-16 .nav-tabs {
  border: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; 
}
#features-16 .nav-link {
  border: 0;
  padding: 15px; 
  margin: 5px; 
  transition: 0.3s;
  color: #343a40;
  border-radius: 5px; 
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #e9ecef; 
  font-weight: 500;
  min-width: 150px; 
  text-align: center;
}
#features-16 .nav-link i {
  padding-right: 8px;
  font-size: 1.1rem;
  line-height: 0; 
}
#features-16 .nav-link:hover {
  color: var(--bs-primary, #0d6efd);
  background-color: #dee2e6; 
}
#features-16 .nav-link.active {
  color: #fff;
  background: var(--bs-primary, #0d6efd);
  border: 0; 
  font-weight: 600;
}
#features-16 .tab-content {
  margin-top: 30px;
}
#features-16 .tab-pane {
  transition: opacity 0.3s ease-in-out; 
}
#features-16 .tab-pane .feature-content h3 {
  font-weight: 600;
  font-size: 26px;
  color: #343a40;
  margin-bottom: 15px;
}
#features-16 .tab-pane .feature-content p {
  color: #6c757d;
  line-height: 1.6;
}
#features-16 .tab-pane .feature-content p:last-of-type {
  margin-bottom: 20px; 
}
#features-16 .tab-pane .feature-content ul {
  list-style: none;
  padding: 0;
}
#features-16 .tab-pane .feature-content ul li {
  padding-bottom: 10px;
  display: flex;
  align-items: flex-start; 
  color: #495057;
}
#features-16 .tab-pane .feature-content ul i {
  font-size: 18px; 
  color: var(--bs-primary, #0d6efd);
  margin-right: 8px;
  flex-shrink: 0; 
  line-height: 1.4; 
  margin-top: 2px; 
}
#features-16 .tab-pane .feature-image img {
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  height: auto;
}
@media (max-width: 991.98px) {
  #features-16 .nav-link {
    padding: 12px;
    min-width: 130px; 
  }
  #features-16 .tab-pane .feature-image {
    margin-bottom: 30px; 
  }
}
@media (max-width: 767.98px) {
  #features-16 .section-title h2 {
    font-size: 28px;
  }
  #features-16 .nav-link {
    padding: 10px;
    font-size: 0.9rem;
    min-width: 110px; 
  }
  #features-16 .nav-link i {
    font-size: 1rem;
  }
   #features-16 .tab-pane .feature-content h3 {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  #features-16 .nav-link {
    width: calc(50% - 10px); 
    justify-content: flex-start; 
    min-width: auto; 
  }
   #features-16 .nav-tabs {
     justify-content: space-between; 
   }
}



#faq-12 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#faq-12 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
  color: #212529;
}
#faq-12 .faq-category-title {
  font-weight: 600;
  font-size: 1.4rem;
  color: #343a40;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #0d6efd;
  display: inline-block;
}
#faq-12 .accordion-item {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  margin-bottom: 1rem;
  border-radius: 6px !important;
  overflow: hidden;
}
#faq-12 .accordion-button {
  font-weight: 500;
  color: #495057;
  background-color: #fff;
  padding: 1rem 1.25rem;
  border: none;
  box-shadow: none !important;
  text-align: left;
}
#faq-12 .accordion-button:not(.collapsed) {
  color: #0b5ed7;
  background-color: #f0f7ff;
}
#faq-12 .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='currentColor'%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;
  filter: brightness(0.6);
}
#faq-12 .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='%230b5ed7'%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);
  filter: none;
}
#faq-12 .accordion-body {
  padding: 1.25rem 1.5rem;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
  border-top: 1px solid #eee;
}
#faq-12 .accordion-body p:last-child {
  margin-bottom: 0;
}



#call-to-action-3 {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 70px 15px;
  color: #fff;
  text-align: center;
}
#call-to-action-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
#call-to-action-3 .content {
  position: relative;
  z-index: 2;
}
#call-to-action-3 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-3 p {
  font-size: 1.2rem;
  margin-bottom: 40px;
}
#call-to-action-3 .btn {
  background-color: #ff5722;
  color: #fff;
  padding: 12px 25px;
  font-size: 1.2rem;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
}
#call-to-action-3 .btn:hover {
  background-color: #e64a19;
}
#call-to-action-3 .statistics {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}
#call-to-action-3 .stat {
  text-align: center;
}
#call-to-action-3 .stat .value {
  font-size: 2rem;
  font-weight: bold;
}
#call-to-action-3 .stat .label {
  font-size: 1rem;
  color: #ddd;
}


