
#hero-10 {
  padding: 120px 20px;
  background-color: #fff;
  text-align: center;
}
#hero-10 .hero-title {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}
#hero-10 .hero-subtitle {
  font-size: 22px;
  color: #777;
  margin-bottom: 30px;
}
.btn.btn-primary {
  padding: 14px 40px;
  font-size: 18px;
}



#mobile-app-7 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
#mobile-app-7 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  color: #fff;
  margin-bottom: 30px;
}
#mobile-app-7 .description {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 30px;
}
#mobile-app-7 .features-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 30px;
}
#mobile-app-7 .feature-card {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 300px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}
#mobile-app-7 .feature-card i {
  font-size: 2.5rem;
  color: #007bff;
  margin-bottom: 10px;
}
#mobile-app-7 .feature-card h4 {
  font-size: 1.2rem;
  margin-bottom: 8px;
  color: #333;
}
#mobile-app-7 .feature-card p {
  font-size: 1rem;
  color: #555;
}
#mobile-app-7 .stats-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
}
#mobile-app-7 .stat {
  font-size: 1.5rem;
  font-weight: bold;
  color: #007bff;
}
#mobile-app-7 .stat-label {
  font-size: 1rem;
  color: #555;
}
#mobile-app-7 .download-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#mobile-app-7 .download-btn {
  padding: 12px 20px;
  background: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s;
}
#mobile-app-7 .download-btn:hover {
  background: #0056b3;
}
#mobile-app-7 .download-btn i {
  margin-right: 10px;
}



#how-it-works-20 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
#how-it-works-20 .section-title-container {
  margin-bottom: 50px;
}
#how-it-works-20 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}
#how-it-works-20 .section-main-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-20 .transformation-column {
  padding: 25px;
  background-color: #f8f9fa;
  border-radius: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}
#how-it-works-20 .column-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 15px;
}
#how-it-works-20 .column-icon {
  font-size: 2rem;
  color: #0d6efd;
  margin-right: 15px;
  min-width: 32px;
}
#how-it-works-20 .column-main-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #343a40;
}
#how-it-works-20 .item-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #0d6efd;
  margin-bottom: 10px;
}
#how-it-works-20 .item-description {
  font-size: 0.95rem;
  color: #5a6778;
  line-height: 1.6;
  margin-bottom: 15px;
}
#how-it-works-20 .item-image {
  width: 100%;
  max-width: 250px;
  height: auto;
  border-radius: 5px;
  margin-top: auto;
  align-self: center;
}
#how-it-works-20 .process-steps-list {
  list-style: none;
  padding-left: 0;
}
#how-it-works-20 .process-step-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  font-size: 0.95rem;
  color: #5a6778;
}
#how-it-works-20 .process-step-item i {
  color: #28a745;
  margin-right: 10px;
  margin-top: 3px;
  min-width: 16px;
}
@media (max-width: 991.98px) {
  #how-it-works-20 .transformation-column {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  #how-it-works-20 .column-header {
    flex-direction: column;
    text-align: center;
  }
  #how-it-works-20 .column-icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #how-it-works-20 .item-image {
    max-width: 100%;
  }
}



#features-25 {
  padding: 50px 0; 
  overflow: hidden;
  background-color: {{ $data['features-25']['bg_color'] ?? '#ffffff' }};
}
#features-25 .section-title h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  color: #343a40;
}
#features-25 .section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: var(--bs-primary, #0d6efd);
  bottom: 0;
  left: calc(50% - 20px);
}
#features-25 .section-title p {
  margin-bottom: 40px; 
  color: #6c757d;
  font-size: 15px;
}
#features-25 .minimal-feature-item {
  display: flex;
  align-items: center;
  padding: 10px 0; 
  transition: color 0.3s ease;
}
#features-25 .minimal-feature-item:hover {
   color: var(--bs-primary, #0d6efd);
}
#features-25 .minimal-feature-icon {
  margin-right: 12px;
}
#features-25 .minimal-feature-icon i {
  font-size: 20px; 
  color: var(--bs-primary, #0d6efd);
  width: 25px; 
  text-align: center;
  transition: transform 0.3s ease;
}
#features-25 .minimal-feature-item:hover .minimal-feature-icon i {
    transform: scale(1.1); 
}
#features-25 .minimal-feature-title {
  font-size: 17px; 
  font-weight: 500;
  color: #495057; 
  transition: color 0.3s ease;
}
#features-25 .minimal-feature-item:hover .minimal-feature-title {
   color: var(--bs-primary, #0d6efd); 
}
@media (min-width: 768px) {
/* #features-25 .row > * {
    flex: 0 0 auto;
    width: 50%;
  } */
}
@media (min-width: 992px) {
/* #features-25 .row > * {
     flex: 0 0 auto;
     width: 33.33333%;
   } */
}
@media (max-width: 767.98px) {
  #features-25 .section-title h2 {
    font-size: 26px;
  }
   #features-25 .minimal-feature-title {
     font-size: 16px;
   }
}



#customer-support-4 {
  text-align: center;
  background: #f9f9f9;
  padding: 80px 0;
}
#customer-support-4 .support-content {
  max-width: 800px;
  margin: 0 auto;
}
#customer-support-4 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #222;
}
#customer-support-4 p {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 40px;
}
#customer-support-4 .support-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1000px;
  margin: auto;
}
#customer-support-4 .support-card {
  position: relative;
  background: white;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  width: 250px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#customer-support-4 .support-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
#customer-support-4 .support-card i {
  font-size: 2.8rem;
  color: #007bff;
  margin-bottom: 10px;
}
#customer-support-4 .support-card h5 {
  font-size: 1.3rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
#customer-support-4 .support-status {
  font-size: 1.1rem;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 15px;
}
#customer-support-4 .status-online {
  background: #28a745;
  color: white;
}
#customer-support-4 .status-busy {
  background: #dc3545;
  color: white;
}
#customer-support-4 .status-available {
  background: #ffc107;
  color: #222;
}
#customer-support-4 .status-24-7 {
  background: #007bff;
  color: white;
}
#customer-support-4 .support-card a {
  display: inline-block;
  padding: 10px 15px;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  color: white;
  background: #007bff;
  transition: background 0.3s ease-in-out;
}
#customer-support-4 .support-card a:hover {
  background: #0056b3;
}



#call-to-action-10 {
  background: linear-gradient(135deg, #6a11cb, #2575fc);
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}
#call-to-action-10 h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}
#call-to-action-10 p {
  font-size: 18px;
  margin-bottom: 30px;
}
#call-to-action-10 .cta-btn {
  padding: 12px 30px;
  background-color: #fff;
  color: #2575fc;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
#call-to-action-10 .cta-btn:hover {
  background-color: #e2e6ea;
  color: #2575fc;
}
@media (max-width: 767.98px) {
  #call-to-action-10 h2 {
    font-size: 28px;
  }
  #call-to-action-10 p {
    font-size: 16px;
  }
}


