
#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-27 {
  overflow: hidden;
}
#features-27 .split-row {
  min-height: 550px; 
}
#features-27 .image-column {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
min-height: 300px; 
}
#features-27 .content-column {
  padding: 50px 40px; 
  background-color: {{ $data['features-27']['content_bg_color'] ?? '#ffffff' }};
  color: {{ $data['features-27']['text_color'] ?? '#343a40' }};
  display: flex;
  flex-direction: column;
  justify-content: center; 
}
#features-27 .content-column h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: inherit;
}
#features-27 .content-column .subtitle {
  font-size: 16px;
  color: #6c757d; 
  margin-bottom: 30px;
  line-height: 1.6;
}
#features-27 .feature-list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
#features-27 .feature-list-item:last-child {
    margin-bottom: 0;
}
#features-27 .feature-list-icon {
  flex-shrink: 0;
  margin-right: 15px;
  margin-top: 3px; 
}
#features-27 .feature-list-icon i {
  font-size: 22px;
  color: var(--bs-primary, #0d6efd);
  width: 25px;
  text-align: center;
}
#features-27 .feature-list-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: inherit;
}
#features-27 .feature-list-content p {
  font-size: 15px;
  color: #6c757d;
  margin-bottom: 0;
  line-height: 1.5;
}
#features-27 .content-column .btn {
    margin-top: 30px;
    align-self: flex-start; 
    padding: 10px 25px;
    font-weight: 500;
}
@media (max-width: 991.98px) {
  #features-27 .split-row {
    min-height: auto; 
  }
  #features-27 .image-column {
     min-height: 350px; 
  }
  #features-27 .content-column {
     padding: 40px 30px;
  }
   #features-27 .content-column h2 {
     font-size: 28px;
   }
}



#how-it-works-10 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#how-it-works-10 .section-hero {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 100px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#how-it-works-10 .steps-list {
  background: rgba(255, 255, 255, 0.95);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#how-it-works-10 .steps-list li {
  margin-bottom: 15px;
  text-align: left;
}
#how-it-works-10 .steps-list li h4 {
  font-size: 1.25rem;
  color: #007bff;
  margin-bottom: 5px;
}
#how-it-works-10 .steps-list li p {
  font-size: 1rem;
  color: #555;
  margin: 0;
}



#features-2 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#features-2 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
#features-2 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
  text-align: center;
}
#features-2 .feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 8px;
  overflow: hidden;
}
#features-2 .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#features-2 .feature-image {
  width: 40%;
  height: auto;
}
#features-2 .feature-content {
  padding: 20px;
  width: 60%;
}
#features-2 .feature-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #17a2b8;
}
#features-2 .feature-description {
  font-size: 14px;
  color: #6c757d;
}



#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-27 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#faq-27 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
}
#faq-27 .faq-video-wrapper {
  margin-bottom: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#faq-27 .faq-video-title {
  font-weight: 600;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  color: #343a40;
}
#faq-27 .faq-video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
#faq-27 .faq-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#faq-27 .additional-faqs-title {
  text-align: center;
  font-weight: 600;
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  color: #495057;
}
#faq-27 .accordion-item {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  margin-bottom: 1rem;
  border-radius: 6px !important;
  overflow: hidden;
}
#faq-27 .accordion-button {
  font-weight: 500;
  color: #495057;
  background-color: #fff;
  padding: 1rem 1.25rem;
  border: none;
  box-shadow: none !important;
  text-align: left;
}
#faq-27 .accordion-button:not(.collapsed) {
  color: #0b5ed7;
  background-color: #f0f7ff;
}
#faq-27 .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='currentColor'%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;
  filter: brightness(0.6);
}
#faq-27 .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='%230b5ed7'%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);
  filter: none;
}
#faq-27 .accordion-body {
  padding: 1.25rem 1.5rem;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
  border-top: 1px solid #eee;
}
#faq-27 .accordion-body p:last-child {
  margin-bottom: 0;
}



#call-to-action-8 {
  background-color: #17a2b8;
  color: #fff;
  padding: 70px 20px;
  text-align: center;
}
#call-to-action-8 h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}
#call-to-action-8 p {
  font-size: 18px;
  margin-bottom: 30px;
}
#call-to-action-8 .cta-btn {
  padding: 12px 30px;
  background-color: #fff;
  color: #17a2b8;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
#call-to-action-8 .cta-btn:hover {
  background-color: #e2e6ea;
  color: #17a2b8;
}
@media (max-width: 767.98px) {
  #call-to-action-8 h2 {
    font-size: 28px;
  }
  #call-to-action-8 p {
    font-size: 16px;
  }
}


