
#hero-5 {
  background: linear-gradient(135deg, #6a11cb, #2575fc);
  padding: 150px 20px;
  color: #fff;
  text-align: center;
}
#hero-5 .hero-title {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
}
#hero-5 .hero-subtitle {
  font-size: 22px;
  margin-bottom: 30px;
}
.btn.btn-light {
  padding: 14px 40px;
  font-size: 18px;
  background-color: #fff;
  color: #2575fc;
  text-decoration: none;
  border-radius: 4px;
}



#mobile-app-23 {
  padding: 80px 0;
  background-color: #fff;
}
#mobile-app-23 .features-intro {
  text-align: center;
  margin-bottom: 4rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#mobile-app-23 .features-intro h2 {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 2rem;
}
#mobile-app-23 .features-intro p {
  color: #555;
  font-size: 1.1rem;
  line-height: 1.6;
}
#mobile-app-23 .feature-block {
  margin-bottom: 4.5rem;
}
#mobile-app-23 .feature-block:nth-child(odd) {
}
#mobile-app-23 .feature-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#mobile-app-23 .feature-content h4 {
  font-weight: 600;
  color: #212529;
  margin-bottom: 1rem;
}
#mobile-app-23 .feature-content p {
  color: #495057;
  line-height: 1.7;
}
#mobile-app-23 .feature-image {
  text-align: center;
}
#mobile-app-23 .feature-image img {
  max-width: 80%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
}
#mobile-app-23 .features-download-buttons {
  text-align: center;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}
#mobile-app-23 .features-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-23 .btn-download-app:hover {
  background-color: #333;
  transform: translateY(-2px);
}
#mobile-app-23 .btn-download-app i {
  font-size: 1.8em;
  margin-right: 10px;
}
#mobile-app-23 .btn-download-app .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-23 .btn-download-app .button-text span:first-child {
  font-size: 0.8em;
}
#mobile-app-23 .btn-download-app .button-text span:last-child {
  font-size: 1.1em;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  #mobile-app-23 .feature-block {
    margin-bottom: 3rem;
  }
  #mobile-app-23 .feature-image {
    margin-bottom: 1.5rem;
    order: 1 !important;
  }
  #mobile-app-23 .feature-content {
    order: 2 !important;
    text-align: center;
  }
  #mobile-app-23 .feature-content p {
    text-align: left;
  }
  #mobile-app-23 .feature-image img {
    max-width: 60%;
  }
}



#features-4 {
  padding: 60px 0;
  text-align: center;
}
#features-4 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-4 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-4 .feature-item {
  padding: 30px;
  border-radius: 8px;
  color: #ffffff;
  transition: transform 0.3s, box-shadow 0.3s;
}
#features-4 .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
#features-4 .feature-icon {
  font-size: 40px;
  margin-bottom: 20px;
}
#features-4 .feature-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-4 .feature-description {
  font-size: 14px;
  color: #f8f9fa;
}
#features-4 .feature1 {
  background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
}
#features-4 .feature2 {
  background: linear-gradient(135deg, #ff7e5f 0%, #feb47b 100%);
}
#features-4 .feature3 {
  background: linear-gradient(135deg, #43cea2 0%, #185a9d 100%);
}
#features-4 .feature4 {
  background: linear-gradient(135deg, #ee0979 0%, #ff6a00 100%);
}



#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;
  }
}


