
#hero-6 {
  padding: 80px 20px;
  background-color: #fff;
  text-align: center;
}
#hero-6 .hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}
#hero-6 .hero-subtitle {
  font-size: 20px;
  color: #666;
  margin-bottom: 40px;
}
.card-item {
  background: #f8f9fa;
  padding: 30px;
  margin: 15px;
  border-radius: 8px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.card-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.card-icon {
  font-size: 48px;
  color: #2575fc;
  margin-bottom: 15px;
}
.card-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.card-description {
  font-size: 16px;
  color: #555;
}



#mobile-app-29 {
  padding: 80px 0;
  background-color: #f8f9fa;
}
#mobile-app-29 .comparison-intro {
  text-align: center;
  margin-bottom: 4rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#mobile-app-29 .comparison-intro h2 {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 2rem;
}
#mobile-app-29 .comparison-card {
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
#mobile-app-29 .comparison-card .card-icon {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}
#mobile-app-29 .comparison-card.problem-card .card-icon {
  color: #dc3545;
}
#mobile-app-29 .comparison-card.solution-card .card-icon {
  color: #198754;
}
#mobile-app-29 .comparison-card .card-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #212529;
  margin-bottom: 1rem;
}
#mobile-app-29 .comparison-card .card-description {
  color: #495057;
  line-height: 1.6;
  font-size: 0.95rem;
}
#mobile-app-29 .comparison-download-buttons {
  text-align: center;
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}
#mobile-app-29 .comparison-download-buttons .btn-download-app {
  background-color: #000;
  color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  margin: 0 0.5rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
#mobile-app-29 .btn-download-app:hover {
  background-color: #333;
  transform: translateY(-2px);
}
#mobile-app-29 .btn-download-app i {
  font-size: 1.8em;
  margin-right: 10px;
}
#mobile-app-29 .btn-download-app .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-29 .btn-download-app .button-text span:first-child {
  font-size: 0.8em;
}
#mobile-app-29 .btn-download-app .button-text span:last-child {
  font-size: 1.1em;
  font-weight: 600;
}



#features-3 {
  padding: 60px 0;
  background-color: #ffffff;
}
#features-3 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
#features-3 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
  text-align: center;
}
#features-3 .feature-item {
  text-align: center;
  padding: 20px;
  transition: transform 0.3s, background-color 0.3s;
  border-radius: 8px;
  cursor: pointer;
}
#features-3 .feature-item:hover {
  transform: translateY(-10px);
  background-color: #e2f0f1;
}
#features-3 .feature-icon {
  font-size: 40px;
  color: #17a2b8;
  margin-bottom: 20px;
  transition: transform 0.3s, color 0.3s;
}
#features-3 .feature-item:hover .feature-icon {
  transform: scale(1.2);
  color: #138496;
}
#features-3 .feature-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-3 .feature-description {
  font-size: 14px;
  color: #6c757d;
}



#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;
  }
}


