
#hero-18 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 68vh;
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
  text-align: right;
}
#hero-18 .hero-overlay-18 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-18 .container {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#hero-18 .hero-content-wrapper-18 {
  max-width: 680px;
  margin-right: 0;
  margin-left: auto;
}
#hero-18 .hero-title-18 {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-18 .hero-subtitle-18 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-18 .hero-cta-button-18 {
  display: inline-block;
  padding: 0.8rem 2.1rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease, filter 0.2s ease;
}
#hero-18 .hero-cta-button-18:hover {
  transform: translateY(-2px);
  filter: brightness(110%);
}
@media (max-width: 767.98px) {
  #hero-18 {
    min-height: 60vh;
    padding: 4rem 0;
    text-align: center;
    justify-content: center;
  }
  #hero-18 .container {
    justify-content: center;
  }
  #hero-18 .hero-content-wrapper-18 {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
  #hero-18 .hero-title-18 {
    font-size: 2.4rem;
  }
  #hero-18 .hero-subtitle-18 {
    font-size: 1.1rem;
  }
}



#mobile-app-17 {
  padding: 80px 0;
  background-color: #fff;
  text-align: center;
}
#mobile-app-17 .minimalist-content {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#mobile-app-17 .minimalist-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
}
#mobile-app-17 .minimalist-description {
  font-size: 1.15rem;
  color: #6c757d;
  margin-bottom: 2.5rem;
}
#mobile-app-17 .minimalist-download-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.2rem;
}
#mobile-app-17 .btn-download-app {
  background-color: #000;
  color: #fff;
  border-radius: 8px;
  padding: 12px 25px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
#mobile-app-17 .btn-download-app:hover {
  background-color: #333;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
#mobile-app-17 .btn-download-app i {
  font-size: 2em;
  margin-right: 12px;
}
#mobile-app-17 .btn-download-app .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-17 .btn-download-app .button-text span:first-child {
  font-size: 0.85em;
}
#mobile-app-17 .btn-download-app .button-text span:last-child {
  font-size: 1.15em;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  #mobile-app-17 .minimalist-title {
    font-size: 2.5rem;
  }
  #mobile-app-17 .minimalist-description {
    font-size: 1.05rem;
  }
  #mobile-app-17 .minimalist-download-buttons {
    flex-direction: column;
    align-items: stretch;
  }
  #mobile-app-17 .btn-download-app {
    width: 100%;
    justify-content: center;
  }
}



#features-19 {
  padding: 60px 0;
  overflow: hidden;
  background-color: {{ $data['features-19']['bg_color'] ?? '#ffffff' }};
}
#features-19 .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #343a40;
}
#features-19 .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-19 .section-title p {
  margin-bottom: 40px;
  color: #6c757d;
}
#features-19 .feature-list-item {
  display: flex;
  align-items: flex-start; 
  margin-bottom: 40px; 
}
#features-19 .feature-list-item:last-child {
  margin-bottom: 0;
}
#features-19 .feature-list-icon {
  flex-shrink: 0;
  width: 64px; 
  height: 64px; 
  background: var(--bs-primary-light, #e7f1ff); 
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%; 
  margin-right: 25px; 
}
#features-19 .feature-list-icon i {
  color: var(--bs-primary, #0d6efd);
  font-size: 28px; 
  line-height: 0; 
}
#features-19 .feature-list-content h4 {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 20px;
  color: #343a40;
}
#features-19 .feature-list-content p {
  line-height: 1.6;
  color: #6c757d;
  margin-bottom: 0; 
  font-size: 16px;
}
@media (max-width: 767.98px) {
  #features-19 .section-title h2 {
    font-size: 28px;
  }
  #features-19 .feature-list-icon {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  #features-19 .feature-list-icon i {
    font-size: 22px;
  }
   #features-19 .feature-list-content h4 {
     font-size: 18px;
   }
   #features-19 .feature-list-content p {
     font-size: 15px;
   }
}
@media (max-width: 575.98px) {
    #features-19 .feature-list-item {
      flex-direction: column; 
      align-items: center; 
      text-align: center;
    }
    #features-19 .feature-list-icon {
      margin-right: 0;
      margin-bottom: 15px; 
    }
}



#how-it-works-7 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#how-it-works-7 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#how-it-works-7 .accordion-item {
  border: none;
  border-bottom: 1px solid #ddd;
}
#how-it-works-7 .accordion-button {
  background: #f8f9fa;
  font-size: 1rem;
}
#how-it-works-7 .accordion-body {
  font-size: 0.95rem;
  color: #555;
}



#features-17 {
  padding: 60px 0;
  overflow: hidden;
  background-color: {{ $data['features-17']['bg_color'] ?? '#ffffff' }};
}
#features-17 .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #343a40;
}
#features-17 .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-17 .section-title p {
  margin-bottom: 40px; 
  color: #6c757d;
}
#features-17 .feature-item {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  height: 100%; 
  display: flex;
  flex-direction: column; 
  text-align: center;
  border: 1px solid #eef0f2; 
}
#features-17 .feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
#features-17 .feature-icon {
  margin-bottom: 20px; 
  flex-shrink: 0; 
}
#features-17 .feature-icon i {
  font-size: 48px;
  line-height: 1;
  color: var(--bs-primary, #0d6efd);
  transition: color 0.3s ease-in-out;
}
#features-17 .feature-item:hover .feature-icon i {
  color: var(--bs-primary-darker, #0a58ca); 
}
#features-17 .feature-title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  color: #343a40;
  flex-grow: 0; 
}
#features-17 .feature-description {
  line-height: 1.6;
  color: #6c757d;
  font-size: 15px;
  flex-grow: 1; 
}
@media (max-width: 767.98px) {
  #features-17 .section-title h2 {
    font-size: 28px;
  }
   #features-17 .feature-item {
     padding: 20px;
   }
   #features-17 .feature-icon i {
     font-size: 40px;
   }
   #features-17 .feature-title {
      font-size: 17px;
   }
}



#testimonials-2 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#testimonials-2 .section-header {
  text-align: center;
  margin-bottom: 40px;
}
#testimonials-2 .section-header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#testimonials-2 .section-header p {
  font-size: 1.1rem;
  color: #777;
}
#testimonials-2 .grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#testimonials-2 .testimonial-card {
  flex: 1 1 calc(50% - 20px);
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}
#testimonials-2 .testimonial-card img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
#testimonials-2 .testimonial-card p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 10px;
}
#testimonials-2 .testimonial-card .client-name {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 5px;
}
#testimonials-2 .testimonial-card .client-position {
  font-size: 0.9rem;
  color: #888;
}
@media (max-width: 576px) {
  #testimonials-2 .testimonial-card {
    flex: 1 1 100%;
  }
}



#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-13 {
  padding: 120px 0;
  background-color: #28a745;
  color: #fff;
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  position: relative;
}
#call-to-action-13::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
}
#call-to-action-13 .container {
  position: relative;
  z-index: 1;
}
#call-to-action-13 h2 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 25px;
  letter-spacing: -1px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
#call-to-action-13 p {
  font-size: 1.3rem;
  margin-bottom: 40px;
  line-height: 1.8;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
#call-to-action-13 .btn-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#call-to-action-13 .btn {
  display: inline-block;
  padding: 18px 45px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 1px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  animation: pulse 2s infinite alternate;
}
#call-to-action-13 .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}
#call-to-action-13 .btn.primary {
  background-color: #007bff;
  color: #fff;
}
#call-to-action-13 .btn.primary:hover {
  background-color: #0056b3;
}
#call-to-action-13 .btn.secondary {
  background-color: #ffc107;
  color: #333;
}
#call-to-action-13 .btn.secondary:hover {
  background-color: #e0a800;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  100% {
    transform: scale(1.05);
    opacity: 1;
  }
}


