
#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-20 {
  padding: 80px 0;
  background-color: #fff;
}
#mobile-app-20 .video-testimonial-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
}
#mobile-app-20 .video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
#mobile-app-20 .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#mobile-app-20 .testimonial-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 2rem;
}
#mobile-app-20 .testimonial-block blockquote {
  font-size: 1.15rem;
  font-style: italic;
  color: #333;
  border-left: 4px solid #0d6efd;
  padding-left: 1.5rem;
  margin: 0 0 1rem 0;
}
#mobile-app-20 .testimonial-block .blockquote-footer {
  font-size: 1rem;
  color: #555;
  font-style: normal;
}
#mobile-app-20 .testimonial-block .blockquote-footer cite {
  font-weight: 600;
}
#mobile-app-20 .star-rating {
  margin-top: 1rem;
  margin-bottom: 2rem;
  color: #ffc107;
  font-size: 1.1rem;
}
#mobile-app-20 .star-rating .fa-regular {
  color: #e0e0e0;
}
#mobile-app-20 .testimonial-download-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#mobile-app-20 .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-20 .btn-download-app:hover {
  background-color: #333;
  transform: translateY(-2px);
}
#mobile-app-20 .btn-download-app i {
  font-size: 1.8em;
  margin-right: 10px;
}
#mobile-app-20 .btn-download-app .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-20 .btn-download-app .button-text span:first-child {
  font-size: 0.8em;
}
#mobile-app-20 .btn-download-app .button-text span:last-child {
  font-size: 1.1em;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  #mobile-app-20 .testimonial-column {
    padding-left: 0;
    margin-top: 2rem;
    text-align: center;
  }
  #mobile-app-20 .testimonial-block blockquote {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    text-align: left;
    padding-left: 1rem;
    border-left-width: 3px;
  }
  #mobile-app-20 .testimonial-download-buttons {
    justify-content: center;
  }
}



#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; 
   }
}



#awards-18 {
  padding: 3rem 1.5rem;
  text-align: center;
  border-radius: 0.375rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#awards-18 .container-tight {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
#awards-18 .block-icon {
  margin-bottom: 1rem;
  opacity: 0.8;
}
#awards-18 .block-icon i {
  font-size: 2.2rem;
}
#awards-18 .block-headline {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
#awards-18 .block-text {
  font-size: 1rem;
  line-height: 1.7;
  opacity: 0.9;
  margin-bottom: 0;
}
#awards-18 .block-link {
  margin-top: 1.5rem;
}
#awards-18 .block-link .btn {
  padding: 0.6rem 1.5rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  #awards-18 {
    padding: 2rem 1rem;
  }
  #awards-18 .block-headline {
    font-size: 1.4rem;
  }
  #awards-18 .block-text {
    font-size: 0.95rem;
  }
}



#testimonials-17 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #f8f9fa);
}
#testimonials-17 .container {
  max-width: 1140px;
}
#testimonials-17 .section-header {
  margin-bottom: 60px;
  text-align: center;
}
#testimonials-17 .section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 15px;
}
#testimonials-17 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}
#testimonials-17 .minimalist-quote-wall {
  column-gap: var(--column-gap, 2.5rem);
  column-count: var(--column-count-sm, 1);
}
#testimonials-17 .minimalist-quote-item {
  padding: 25px 0;
  margin-bottom: var(--column-gap, 2.5rem);
  page-break-inside: avoid;
  break-inside: avoid;
  border-top: 2px solid #e9ecef;
}
#testimonials-17 .minimalist-quote-item blockquote {
  font-size: 1.3rem;
  font-weight: 400;
  color: #212529;
  line-height: 1.6;
  margin-bottom: 15px;
  font-style: normal;
  border-left: none;
  padding-left: 0;
  position: relative;
}
#testimonials-17 .minimalist-quote-item blockquote::before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 3.5rem;
  color: #adb5bd;
  position: absolute;
  left: -15px;
  top: -10px;
  line-height: 1;
  opacity: 0.6;
}
#testimonials-17 .minimalist-quote-item .quote-author {
  text-align: right;
}
#testimonials-17 .minimalist-quote-item .client-name {
  display: block;
  font-weight: 600;
  color: #495057;
  font-size: 1rem;
}
#testimonials-17 .minimalist-quote-item .client-position {
  display: block;
  font-size: 0.9rem;
  color: #6c757d;
}
@media (min-width: 768px) {
  #testimonials-17 .minimalist-quote-wall {
    column-count: var(--column-count-md, 2);
  }
}
@media (min-width: 992px) {
  #testimonials-17 .minimalist-quote-wall {
    column-count: var(--column-count-lg, 3);
  }
}
@media (max-width: 767.98px) {
  #testimonials-17 {
    padding: 50px 0;
  }
  #testimonials-17 .section-header h2 {
    font-size: 2rem;
  }
  #testimonials-17 .minimalist-quote-item blockquote {
    font-size: 1.15rem;
  }
  #testimonials-17 .minimalist-quote-item blockquote::before {
    font-size: 3rem;
    left: -10px;
    top: -5px;
  }
}



#faq-30 {
  padding: 80px 0;
  background-color: #fff;
}
#faq-30 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 4rem;
  font-size: 2rem;
}
#faq-30 .faq-testimonial-block {
  background-color: #f8f9fa;
  padding: 2.5rem;
  border-radius: 12px;
  margin-bottom: 2.5rem;
  border-left: 5px solid #0d6efd;
}
#faq-30 .faq-testimonial-block:last-child {
  margin-bottom: 0;
}
#faq-30 .faq-question {
  font-weight: 600;
  font-size: 1.2rem;
  color: #212529;
  margin-bottom: 0.8rem;
}
#faq-30 .faq-answer {
  color: #495057;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
#faq-30 .faq-testimonial blockquote {
  font-size: 1rem;
  font-style: italic;
  color: #333;
  margin: 0;
  padding: 1rem 0 0 0;
  border-top: 1px dashed #ced4da;
  position: relative;
}
#faq-30 .faq-testimonial blockquote::before {
  content: "\\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #adb5bd;
  font-size: 1.5rem;
  position: absolute;
  left: -15px;
  top: 1rem;
  opacity: 0.5;
}
#faq-30 .faq-testimonial .blockquote-footer {
  font-size: 0.95rem;
  color: #555;
  font-style: normal;
  margin-top: 0.8rem;
}
#faq-30 .faq-testimonial .blockquote-footer cite {
  font-weight: 600;
}



#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;
  }
}


