
#mobile-app-3 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
#mobile-app-3 .section-hero {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 100px 15px;
  border-radius: 8px;
  color: #fff;
  margin-bottom: 30px;
}
#mobile-app-3 .description {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 30px;
}
#mobile-app-3 .video-preview {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 30px;
}
#mobile-app-3 .video-preview iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#mobile-app-3 .download-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#mobile-app-3 .download-btn {
  padding: 12px 20px;
  background: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 1rem;
  transition: background 0.3s;
}
#mobile-app-3 .download-btn:hover {
  background: #0056b3;
}
#mobile-app-3 .download-btn i {
  margin-right: 10px;
}



#features-18 {
  padding: 60px 0;
  overflow: hidden;
  background-color: {{ $data['features-18']['bg_color'] ?? '#f8f9fa' }};
}
#features-18 .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #343a40;
}
#features-18 .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-18 .section-title p {
  margin-bottom: 40px;
  color: #6c757d;
}
#features-18 .feature-row {
  margin-bottom: 60px; 
}
#features-18 .feature-row:last-child {
  margin-bottom: 0;
}
#features-18 .feature-content h3 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
  color: #343a40;
}
#features-18 .feature-content p {
  color: #6c757d;
  margin-bottom: 20px;
  line-height: 1.7;
}
#features-18 .feature-content ul {
  list-style: none;
  padding: 0;
}
#features-18 .feature-content ul li {
  padding-bottom: 10px;
  display: flex;
  align-items: flex-start;
  color: #495057;
}
#features-18 .feature-content ul i {
  font-size: 18px;
  color: var(--bs-primary, #0d6efd);
  margin-right: 8px;
  flex-shrink: 0;
  line-height: 1.4;
  margin-top: 4px; 
}
#features-18 .feature-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991.98px) {
  #features-18 .feature-image {
    text-align: center;
    margin-bottom: 30px; 
  }
  #features-18 .feature-content {
     text-align: center; 
   }
   #features-18 .feature-content ul {
     display: inline-block; 
     text-align: left;
   }
}
@media (max-width: 767.98px) {
  #features-18 .section-title h2 {
    font-size: 28px;
  }
  #features-18 .feature-content h3 {
    font-size: 24px;
  }
}



#how-it-works-30 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eef2f7;
}
#how-it-works-30 .section-title-container {
  margin-bottom: 50px;
}
#how-it-works-30 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1e2b3c;
}
#how-it-works-30 .section-main-subtitle {
  font-size: 1.1rem;
  color: #5a677d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-30 .tier-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 35px 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-top: 5px solid #0d6efd;
}
#how-it-works-30 .tier-card.highlighted-tier {
  border-top-color: #ffc107;
  transform: scale(1.03);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}
#how-it-works-30 .tier-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}
#how-it-works-30 .tier-card.highlighted-tier:hover {
  transform: translateY(-8px) scale(1.04);
}
#how-it-works-30 .tier-header {
  text-align: center;
  margin-bottom: 25px;
}
#how-it-works-30 .tier-icon-display {
  font-size: 3rem;
  color: #0d6efd;
  margin-bottom: 15px;
}
#how-it-works-30 .tier-card.highlighted-tier .tier-icon-display {
  color: #ffc107;
}
#how-it-works-30 .tier-name-title {
  font-size: 1.7rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 8px;
}
#how-it-works-30 .tier-description-text {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.6;
  min-height: 50px;
  margin-bottom: 20px;
}
#how-it-works-30 .tier-process-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
  flex-grow: 1;
}
#how-it-works-30 .tier-process-list li {
  font-size: 0.9rem;
  color: #495057;
  padding: 10px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
}
#how-it-works-30 .tier-process-list li:last-child {
  border-bottom: none;
}
#how-it-works-30 .tier-process-list li i {
  color: #20c997;
  margin-right: 12px;
  font-size: 1rem;
  width: 20px;
  text-align: center;
}
#how-it-works-30 .tier-process-list li.highlight-step {
  font-weight: 500;
  color: #0d6efd;
}
#how-it-works-30 .tier-process-list li.highlight-step i {
  color: #0d6efd;
}
#how-it-works-30 .tier-price-display {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0d6efd;
  margin-bottom: 25px;
}
#how-it-works-30 .tier-card.highlighted-tier .tier-price-display {
  color: #ffc107;
}
#how-it-works-30 .tier-action-button {
  margin-top: auto;
  display: block;
  width: 100%;
  padding: 12px 20px;
  font-size: 1rem;
  font-weight: 500;
}



#faq-21 {
  padding: 60px 0;
  background-color: #fff;
}
#faq-21 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
}
#faq-21 .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-21 .accordion-button {
  font-weight: 600;
  color: #343a40;
  background-color: #f8f9fa;
  padding: 1.2rem 1.5rem;
  border: none;
  box-shadow: none !important;
}
#faq-21 .accordion-button:not(.collapsed) {
  color: #0d6efd;
  background-color: #e7f1ff;
}
#faq-21 .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-21 .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-21 .accordion-body {
  padding: 1.5rem;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
  border-top: 1px solid #eee;
}
#faq-21 .accordion-body p:last-child {
  margin-bottom: 0;
}
#faq-21 .faq-answer-image {
  margin-top: 1.5rem;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid #eee;
}



#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-18 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  color: #ffffff;
}
#call-to-action-18.bg-gradient {
  background: linear-gradient(
    135deg,
    var(--cta18-bg-start, #0d6efd),
    var(--cta18-bg-end, #6f42c1)
  );
}
#call-to-action-18.bg-solid {
  background-color: var(--cta18-bg-start, #f8f9fa);
  color: #212529;
}
#call-to-action-18.bg-solid .cta-simple-subtext {
  color: #6c757d;
}
#call-to-action-18.bg-solid .cta-simple-button .btn-primary {
}
.cta-simple-content {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.cta-simple-headline {
  font-size: calc(1.5rem + 1.5vw);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cta-simple-headline {
    font-size: 2.8rem;
  }
}
.cta-simple-subtext {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}
.cta-simple-button .btn {
  padding: 0.8rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cta-simple-button .btn:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.cta-simple-button .btn i {
  margin-right: 8px;
}


