
#hero-22 {
  overflow: hidden;
  background-color: #e9ecef;
}
#hero-22 .row {
  min-height: 70vh;
}
#hero-22 .hero-image-col-22 {
  background-size: cover;
  background-position: center;
  min-height: 350px;
}
#hero-22 .hero-text-col-22 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 5rem;
}
#hero-22 .hero-title-22 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-22 .hero-subtitle-22 {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 2rem;
}
#hero-22 .hero-cta-button-22 {
  display: inline-block;
  padding: 0.75rem 1.8rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0.25rem;
  text-decoration: none;
  border: none;
  align-self: flex-start;
  transition: opacity 0.2s ease;
}
#hero-22 .hero-cta-button-22:hover {
  opacity: 0.85;
}
@media (min-width: 768px) {
  #hero-22 .hero-image-col-22 {
    min-height: 100%;
  }
}
@media (max-width: 991.98px) {
  #hero-22 .hero-text-col-22 {
    padding: 3rem 4rem;
  }
  #hero-22 .hero-title-22 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  #hero-22 .hero-text-col-22 {
    padding: 3rem 2rem;
    text-align: center;
  }
  #hero-22 .hero-cta-button-22 {
    align-self: center;
  }
  #hero-22 .hero-title-22 {
    font-size: 2.1rem;
  }
}



#mobile-app-14 {
  padding: 60px 0;
  background-color: #fff;
}
#mobile-app-14 .app-features-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#mobile-app-14 .app-features-title {
  font-weight: 700;
  margin-bottom: 1rem;
}
#mobile-app-14 .app-features-description {
  color: #555;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
#mobile-app-14 .features-list-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
}
#mobile-app-14 .features-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}
#mobile-app-14 .features-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.8rem;
  color: #444;
}
#mobile-app-14 .features-list li i {
  font-size: 1.2em;
  color: #0d6efd;
  margin-right: 12px;
  width: 25px;
  text-align: center;
  margin-top: 3px;
}
#mobile-app-14 .app-download-buttons-features {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}
#mobile-app-14 .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-14 .btn-download-app:hover {
  background-color: #333;
  transform: translateY(-2px);
}
#mobile-app-14 .btn-download-app i {
  font-size: 1.8em;
  margin-right: 10px;
}
#mobile-app-14 .btn-download-app .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-14 .btn-download-app .button-text span:first-child {
  font-size: 0.8em;
}
#mobile-app-14 .btn-download-app .button-text span:last-child {
  font-size: 1.1em;
  font-weight: 600;
}
#mobile-app-14 .app-features-image-container {
  text-align: center;
}
#mobile-app-14 .app-features-image {
  max-width: 90%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
}
@media (min-width: 992px) {
  #mobile-app-14 .app-features-image-container {
    text-align: left;
  }
  #mobile-app-14 .app-features-image {
    max-width: 100%;
  }
}



#how-it-works-3 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#how-it-works-3 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
#how-it-works-3 .carousel-item {
  text-align: center;
  padding: 40px;
}
#how-it-works-3 .carousel-item h4 {
  font-size: 1.75rem;
  color: #007bff;
  margin-bottom: 10px;
}
#how-it-works-3 .carousel-item p {
  font-size: 1rem;
  color: #555;
}



#features-29 {
  padding: 60px 0;
  overflow: hidden;
  background-color: {{ $data['features-29']['bg_color'] ?? '#ffffff' }};
}
#features-29 .intro-text h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #343a40;
  line-height: 1.3;
}
#features-29 .intro-text .subtitle {
  font-size: 18px;
  font-style: italic;
  color: #6c757d;
  margin-bottom: 25px;
}
#features-29 .intro-text .description {
  font-size: 16px;
  color: #495057;
  line-height: 1.7;
}
#features-29 .stats-grid {
}
#features-29 .stat-item {
  text-align: center;
  padding: 25px 15px;
  background-color: #f8f9fa; 
  border-radius: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#features-29 .stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.07);
}
#features-29 .stat-icon i {
  font-size: 36px; 
  margin-bottom: 15px;
  display: inline-block;
}
#features-29 .stat-number {
  font-size: 48px; 
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  line-height: 1.1;
}
#features-29 .stat-label {
  font-size: 15px;
  color: #6c757d;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #features-29 .intro-text {
    margin-bottom: 40px; 
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  #features-29 .intro-text h2 {
    font-size: 30px;
  }
  #features-29 .stat-number {
    font-size: 40px;
  }
  #features-29 .stat-icon i {
    font-size: 32px;
  }
}



#customer-support-1 {
  text-align: center;
  background: #f8f9fa;
  padding: 80px 0;
}
#customer-support-1 .support-content {
  max-width: 800px;
  margin: 0 auto;
}
#customer-support-1 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #222;
}
#customer-support-1 p {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 40px;
}
#customer-support-1 .support-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: auto;
}
#customer-support-1 .support-card {
  position: relative;
  background: white;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  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-1 .support-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
#customer-support-1 .support-card i {
  font-size: 2.8rem;
  color: #007bff;
  margin-bottom: 10px;
}
#customer-support-1 .support-card h5 {
  font-size: 1.3rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
#customer-support-1 .support-card p {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 15px;
}
#customer-support-1 .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-1 .support-card a:hover {
  background: #0056b3;
}



#call-to-action-22 {
  padding: 4rem 0;
  overflow: hidden;
  color: #ffffff;
}
.cta-urgent {
}
.cta-urgent-icon i {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  display: block;
}
.cta-urgent-headline {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cta-urgent-subtext {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  opacity: 0.95;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.cta-urgent-button .btn {
  padding: 0.8rem 2.2rem;
  font-size: 1.1rem;
  font-weight: 600;
  transition: transform 0.2s ease;
}
.cta-urgent-button .btn:hover {
  transform: scale(1.05);
}
.cta-urgent-button .btn i {
  margin-right: 8px;
}
@media (max-width: 767.98px) {
  #call-to-action-22 {
    padding: 3rem 0;
  }
  .cta-urgent-icon i {
    font-size: 3rem;
  }
  .cta-urgent-headline {
    font-size: 1.9rem;
  }
  .cta-urgent-subtext {
    font-size: 1rem;
  }
}


