
#hero-12 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  padding: 6rem 0 8rem 0;
  text-align: center;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
}
#hero-12 .container {
  position: relative;
}
#hero-12 .hero-content-wrapper-12 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#hero-12 .hero-title-12 {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
#hero-12 .hero-subtitle-12 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.95;
}
#hero-12 .hero-cta-button-12 {
  display: inline-block;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease;
  background-color: #0d6efd;
  color: #ffffff;
}
#hero-12 .hero-cta-button-12:hover {
  transform: translateY(-3px);
}
@media (max-width: 767.98px) {
  #hero-12 {
    min-height: 60vh;
    padding: 4rem 0 6rem 0;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
  }
  #hero-12 .hero-title-12 {
    font-size: 2.4rem;
  }
  #hero-12 .hero-subtitle-12 {
    font-size: 1.1rem;
  }
}



#mobile-app-21 {
  padding: 80px 0;
  background-color: #fff;
}
#mobile-app-21 .tab-image-col {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mobile-app-21 .tab-app-image {
  max-width: 85%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
#mobile-app-21 .tab-content-col .nav-tabs {
  border-bottom: 2px solid #dee2e6;
  margin-bottom: 1.5rem;
}
#mobile-app-21 .tab-content-col .nav-tabs .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  color: #495057;
  padding: 0.8rem 1.2rem;
  font-weight: 600;
  transition: border-color 0.3s ease, color 0.3s ease;
}
#mobile-app-21 .tab-content-col .nav-tabs .nav-link:hover {
  border-color: #e9ecef;
  color: #0056b3;
}
#mobile-app-21 .tab-content-col .nav-tabs .nav-link.active {
  color: #0d6efd;
  background-color: transparent;
  border-color: #0d6efd;
  border-bottom-width: 2px;
}
#mobile-app-21 .tab-content .tab-pane {
  padding: 1rem 0.5rem;
  color: #343a40;
  line-height: 1.7;
  min-height: 250px;
}
#mobile-app-21 .tab-content .tab-pane h3,
#mobile-app-21 .tab-content .tab-pane h4,
#mobile-app-21 .tab-content .tab-pane h5 {
  font-weight: 700;
  margin-bottom: 1rem;
  color: #212529;
}
#mobile-app-21 .tab-content ul {
  padding-left: 1.5rem;
  list-style: disc;
  margin-top: 1rem;
}
#mobile-app-21 .tab-content ul li {
  margin-bottom: 0.5rem;
}
#mobile-app-21 .tab-download-buttons {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #eee;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#mobile-app-21 .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-21 .btn-download-app:hover {
  background-color: #333;
  transform: translateY(-2px);
}
#mobile-app-21 .btn-download-app i {
  font-size: 1.8em;
  margin-right: 10px;
}
#mobile-app-21 .btn-download-app .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-21 .btn-download-app .button-text span:first-child {
  font-size: 0.8em;
}
#mobile-app-21 .btn-download-app .button-text span:last-child {
  font-size: 1.1em;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  #mobile-app-21 .tab-image-col {
    margin-bottom: 2.5rem;
  }
  #mobile-app-21 .tab-app-image {
    max-width: 60%;
  }
  #mobile-app-21 .tab-download-buttons {
    justify-content: center;
  }
  #mobile-app-21 .tab-content-col {
    text-align: center;
  }
  #mobile-app-21 .tab-content .tab-pane {
    text-align: left;
  }
}



#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; 
   }
}



#testimonials-10 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 900px;
}
#testimonials-10 .nav-tabs .nav-link {
  font-size: 1rem;
  padding: 10px 15px;
}
#testimonials-10 .tab-content {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
#testimonials-10 .testimonial-tab {
  text-align: center;
}
#testimonials-10 .testimonial-tab img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
#testimonials-10 .testimonial-tab p {
  font-size: 1rem;
  font-style: italic;
  color: #333;
  margin-bottom: 10px;
}
#testimonials-10 .client-info {
  font-size: 0.95rem;
  color: #777;
}



#call-to-action-11 {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  min-height: 400px;
}
#call-to-action-11 .left-col,
#call-to-action-11 .right-col {
  flex: 1 1 50%;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  text-align: left;
}
#call-to-action-11 .left-col {
  background-color: #f8f9fa;
  color: #333;
}
#call-to-action-11 .left-col h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-11 .left-col p {
  font-size: 1.1rem;
  margin-bottom: 30px;
}
#call-to-action-11 .left-col .btn {
  display: inline-block;
  background-color: #007bff;
  color: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2rem;
  transition: background-color 0.3s ease-in-out;
}
#call-to-action-11 .left-col .btn:hover {
  background-color: #0056b3;
  color: #fff;
}
#call-to-action-11 .right-col {
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  #call-to-action-11 {
    flex-direction: column;
  }
  #call-to-action-11 .left-col,
  #call-to-action-11 .right-col {
    flex: 1 1 100%;
    min-height: auto;
  }
  #call-to-action-11 .left-col {
    text-align: center;
  }
}


