
#hero-8 {
  padding: 100px 20px;
  background-color: #fff;
  text-align: center;
}
#hero-8 .hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}
#hero-8 .hero-subtitle {
  font-size: 20px;
  color: #666;
  margin-bottom: 40px;
}
.registration-form {
  max-width: 500px;
  margin: 0 auto;
}
.registration-form input {
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}
.registration-form button {
  width: 100%;
  padding: 15px;
  font-size: 18px;
  background-color: #2575fc;
  color: #fff;
  border: none;
  border-radius: 4px;
}



#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-30 {
  padding: 60px 0;
  overflow: hidden;
background-color: {{ $data['features-30']['fallback_bg_color'] ?? '#f1f3f5' }}; 
}
#features-30 .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #343a40;
}
#features-30 .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-30 .section-title p {
  margin-bottom: 50px; 
  color: #6c757d;
}
#features-30 .feature-item-shape {
  text-align: center;
  padding: 25px;
  background-color: #ffffff; 
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%; 
  display: flex;
  flex-direction: column; 
}
#features-30 .feature-item-shape:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}
#features-30 .shaped-icon {
  width: 80px; 
  height: 80px;
  border-radius: 50%; 
  margin: 0 auto 25px auto; 
  display: flex;
  align-items: center;
  justify-content: center;
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1); 
  transition: transform 0.3s ease;
}
#features-30 .feature-item-shape:hover .shaped-icon {
    transform: scale(1.1); 
}
#features-30 .shaped-icon i {
  font-size: 32px; 
  color: #ffffff; 
  line-height: 0;
}
#features-30 .feature-item-shape h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #343a40;
}
#features-30 .feature-item-shape p {
  font-size: 15px;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 0;
  flex-grow: 1; 
}
@media (max-width: 767.98px) {
  #features-30 .section-title h2 {
    font-size: 28px;
  }
  #features-30 .shaped-icon {
     width: 70px;
     height: 70px;
     margin-bottom: 20px;
  }
   #features-30 .shaped-icon i {
     font-size: 28px;
   }
   #features-30 .feature-item-shape h4 {
     font-size: 17px;
   }
}



#testimonials-12 {
  padding: 60px 0;
  background-color: #ffffff;
}
#testimonials-12 .container {
  max-width: 1140px;
}
#testimonials-12 .section-header {
  margin-bottom: 50px;
}
#testimonials-12 .section-header h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #343a40;
}
#testimonials-12 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#testimonials-12 .testimonial-card {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #e9ecef;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#testimonials-12 .testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
#testimonials-12 .testimonial-body {
  flex-grow: 1;
  margin-bottom: 20px;
}
#testimonials-12 .testimonial-body p {
  font-size: 1rem;
  color: #495057;
  line-height: 1.6;
  font-style: italic;
}
#testimonials-12 .testimonial-footer {
  display: flex;
  align-items: center;
}
#testimonials-12 .client-image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
}
#testimonials-12 .client-details .client-name {
  font-weight: 600;
  color: #343a40;
  display: block;
  margin-bottom: 2px;
}
#testimonials-12 .client-details .client-position {
  font-size: 0.85rem;
  color: #6c757d;
  display: block;
}
#testimonials-12 .rating {
  margin-top: 8px;
  color: #ffc107;
  font-size: 0.9rem;
}
#testimonials-12 .rating .fa-star.empty {
  color: #e0e0e0;
}
@media (max-width: 991.98px) {
  #testimonials-12 .testimonial-card {
    padding: 25px;
  }
}
@media (max-width: 767.98px) {
  #testimonials-12 {
    padding: 40px 0;
  }
  #testimonials-12 .section-header h2 {
    font-size: 1.8rem;
  }
  #testimonials-12 .section-header p {
    font-size: 1rem;
  }
}



#call-to-action-7 {
  padding: 60px 20px;
  background-color: #f8f9fa;
  color: #333;
}
#call-to-action-7 .cta-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
#call-to-action-7 .cta-text {
  flex: 1 1 300px;
  text-align: left;
}
#call-to-action-7 .cta-text h2 {
  font-size: 32px;
  margin-bottom: 15px;
}
#call-to-action-7 .cta-text p {
  font-size: 16px;
  margin-bottom: 20px;
}
#call-to-action-7 .cta-btn {
  padding: 10px 25px;
  background-color: #17a2b8;
  color: #fff;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s;
}
#call-to-action-7 .cta-btn:hover {
  background-color: #138496;
}
#call-to-action-7 .cta-image {
  flex: 1 1 300px;
  text-align: center;
}
#call-to-action-7 .cta-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
@media (max-width: 767.98px) {
  #call-to-action-7 .cta-container {
    flex-direction: column;
    text-align: center;
  }
  #call-to-action-7 .cta-text {
    text-align: center;
  }
}


