
#hero-3 {
  padding: 100px 0;
}
#hero-3 .hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #333;
}
#hero-3 .hero-subtitle {
  font-size: 20px;
  color: #666;
  margin-bottom: 30px;
}
#hero-3 .hero-image {
  max-width: 100%;
  border-radius: 8px;
}



#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-2 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#features-2 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
#features-2 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
  text-align: center;
}
#features-2 .feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 8px;
  overflow: hidden;
}
#features-2 .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#features-2 .feature-image {
  width: 40%;
  height: auto;
}
#features-2 .feature-content {
  padding: 20px;
  width: 60%;
}
#features-2 .feature-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #17a2b8;
}
#features-2 .feature-description {
  font-size: 14px;
  color: #6c757d;
}



#call-to-action-1 {
  position: relative;

  background-size: cover;
  background-position: center;
  padding: 60px 15px;
  text-align: center;
  color: #fff;
}
#call-to-action-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#call-to-action-1 .content {
  position: relative;
  z-index: 2;
}
#call-to-action-1 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-1 p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
#call-to-action-1 .btn {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  font-size: 1.2rem;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
}
#call-to-action-1 .btn:hover {
  background-color: #0056b3;
}


