
#hero-17 {
  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-17 .hero-overlay-17 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-17 .container {
  position: relative;
  z-index: 2;
}
#hero-17 .hero-content-wrapper-17 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#hero-17 .hero-urgency-badge-17 {
  display: inline-block;
  padding: 0.3rem 0.9rem;
  font-size: 0.85em;
  font-weight: 600;
  border-radius: 50px;
  margin-bottom: 1.2rem;
}
#hero-17 .hero-title-17 {
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}
#hero-17 .hero-subtitle-17 {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-17 .hero-cta-button-17 {
  display: inline-block;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease;
}
#hero-17 .hero-cta-button-17:hover {
  transform: scale(1.05);
}
@media (max-width: 767.98px) {
  #hero-17 {
    min-height: 55vh;
    padding: 4rem 0;
  }
  #hero-17 .hero-title-17 {
    font-size: 2.2rem;
  }
  #hero-17 .hero-subtitle-17 {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  #hero-17 .hero-urgency-badge-17 {
    margin-bottom: 1rem;
    font-size: 0.8em;
    padding: 0.25rem 0.7rem;
  }
}



#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-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;
  }
}



#customer-support-4 {
  text-align: center;
  background: #f9f9f9;
  padding: 80px 0;
}
#customer-support-4 .support-content {
  max-width: 800px;
  margin: 0 auto;
}
#customer-support-4 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #222;
}
#customer-support-4 p {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 40px;
}
#customer-support-4 .support-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1000px;
  margin: auto;
}
#customer-support-4 .support-card {
  position: relative;
  background: white;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  width: 250px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#customer-support-4 .support-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
#customer-support-4 .support-card i {
  font-size: 2.8rem;
  color: #007bff;
  margin-bottom: 10px;
}
#customer-support-4 .support-card h5 {
  font-size: 1.3rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
#customer-support-4 .support-status {
  font-size: 1.1rem;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 15px;
}
#customer-support-4 .status-online {
  background: #28a745;
  color: white;
}
#customer-support-4 .status-busy {
  background: #dc3545;
  color: white;
}
#customer-support-4 .status-available {
  background: #ffc107;
  color: #222;
}
#customer-support-4 .status-24-7 {
  background: #007bff;
  color: white;
}
#customer-support-4 .support-card a {
  display: inline-block;
  padding: 10px 15px;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  color: white;
  background: #007bff;
  transition: background 0.3s ease-in-out;
}
#customer-support-4 .support-card a:hover {
  background: #0056b3;
}



#testimonials-16 {
  position: relative;
  padding: 100px 0;
  color: #ffffff;
  overflow: hidden;
}
#testimonials-16 .testimonial-background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: background-image 1s ease-in-out;
  z-index: 1;
}
#testimonials-16::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--overlay-color, rgba(0, 0, 0, 0.5));
  z-index: 2;
}
#testimonials-16 .container {
  position: relative;
  z-index: 3;
  max-width: 850px;
}
#testimonials-16 .section-header {
  margin-bottom: 40px;
  text-align: center;
}
#testimonials-16 .section-header h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
}
#testimonials-16 .section-header p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
}
#testimonials-16 .carousel-item {
  text-align: center;
  padding: 20px 0;
}
#testimonials-16 .testimonial-slide-content {
  max-width: 700px;
  margin: 0 auto;
}
#testimonials-16 .client-image img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 20px auto;
  border: 3px solid rgba(255, 255, 255, 0.7);
}
#testimonials-16 .testimonial-quote {
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 25px;
  line-height: 1.7;
}
#testimonials-16 .client-name {
  font-weight: 600;
  font-size: 1.1rem;
  display: block;
  margin-bottom: 4px;
}
#testimonials-16 .client-position {
  font-size: 0.95rem;
  opacity: 0.8;
  display: block;
  margin-bottom: 15px;
}
#testimonials-16 .rating {
  color: #ffc107;
  font-size: 1rem;
}
#testimonials-16 .carousel-indicators button {
  background-color: rgba(255, 255, 255, 0.5);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  border: none;
}
#testimonials-16 .carousel-indicators .active {
  background-color: #ffffff;
}
#testimonials-16 .carousel-control-prev,
#testimonials-16 .carousel-control-next {
  z-index: 4;
}
#testimonials-16 .carousel-control-prev-icon,
#testimonials-16 .carousel-control-next-icon {
  /* filter: brightness(0) invert(1); */
}
@media (max-width: 767.98px) {
  #testimonials-16 {
    padding: 70px 0;
  }
  #testimonials-16 .section-header h2 {
    font-size: 2rem;
  }
  #testimonials-16 .client-image img {
    width: 90px;
    height: 90px;
  }
  #testimonials-16 .testimonial-quote {
    font-size: 1.15rem;
  }
}



#faq-16 {
  padding: 80px 0;
  background-color: #fff;
}
#faq-16 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
  color: #212529;
}
#faq-16 .faq-list-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#faq-16 .faq-minimal-item {
  padding: 1.5rem 0;
  border-bottom: 1px solid #eee;
}
#faq-16 .faq-minimal-item:last-child {
  border-bottom: none;
}
#faq-16 .faq-minimal-question {
  font-weight: 600;
  font-size: 1.15rem;
  color: #343a40;
  margin-bottom: 0.8rem;
  display: block;
}
#faq-16 .faq-minimal-answer {
  color: #495057;
  line-height: 1.7;
  margin-bottom: 0;
}



#call-to-action-23 {
  padding: 5rem 0;
  overflow: hidden;
}
.cta-form-content h2 {
  font-weight: 700;
  color: #312e81;
}
.cta-form-content p {
  color: #4f46e5;
  font-size: 1.1rem;
}
.cta-form-wrapper .input-group {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 0.375rem;
}
.cta-form-wrapper .form-control {
  min-height: 3.5rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-color: #e0e7ff;
}
.cta-form-wrapper .form-control:focus {
  border-color: #a5b4fc;
  box-shadow: 0 0 0 0.25rem rgba(79, 70, 229, 0.25);
}
.cta-form-wrapper .btn {
  min-height: 3.5rem;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background-color: #4f46e5;
  border-color: #4f46e5;
  color: #fff;
  font-weight: 600;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cta-form-wrapper .btn:hover {
  background-color: #4338ca;
  border-color: #4338ca;
}
@media (max-width: 991.98px) {
  .cta-form-content {
    margin-bottom: 2rem;
    text-align: center;
  }
}


