
#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-25 {
  padding: 80px 0;
  background-color: #fff;
}
#mobile-app-25 .mockup-column {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mobile-app-25 .device-mockup {
  max-width: 320px;
  height: auto;
  filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.15));
}
#mobile-app-25 .features-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#mobile-app-25 .mockup-features-title {
  font-weight: 700;
  margin-bottom: 1rem;
}
#mobile-app-25 .mockup-features-description {
  color: #555;
  margin-bottom: 2rem;
  line-height: 1.6;
}
#mobile-app-25 .icon-feature-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2.5rem;
}
#mobile-app-25 .icon-feature-list li {
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem;
  font-size: 1.05rem;
  color: #343a40;
}
#mobile-app-25 .icon-feature-list li i {
  font-size: 1.5em;
  color: #0d6efd;
  margin-right: 15px;
  width: 30px;
  text-align: center;
}
#mobile-app-25 .mockup-download-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#mobile-app-25 .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-25 .btn-download-app:hover {
  background-color: #333;
  transform: translateY(-2px);
}
#mobile-app-25 .btn-download-app i {
  font-size: 1.8em;
  margin-right: 10px;
}
#mobile-app-25 .btn-download-app .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-25 .btn-download-app .button-text span:first-child {
  font-size: 0.8em;
}
#mobile-app-25 .btn-download-app .button-text span:last-child {
  font-size: 1.1em;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  #mobile-app-25 .mockup-column {
    margin-bottom: 3rem;
  }
  #mobile-app-25 .features-column {
    text-align: center;
  }
  #mobile-app-25 .icon-feature-list {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  #mobile-app-25 .icon-feature-list li {
    justify-content: flex-start;
  }
  #mobile-app-25 .mockup-download-buttons {
    justify-content: center;
  }
}



#content-block-29 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#content-block-29 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#content-block-29 .section-header h2 {
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.5rem;
}
#content-block-29 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
}
#content-block-29 .media-list-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#content-block-29 .media-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e9ecef;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.15s ease;
}
#content-block-29 .media-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#content-block-29 a.media-item:hover {
}
#content-block-29 .media-item-visual {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0.25rem;
}
#content-block-29 .media-item-visual img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
#content-block-29 .media-item-visual i {
  font-size: 1.75rem;
  color: var(--bs-primary, #0d6efd);
}
#content-block-29 .media-item-body {
  flex-grow: 1;
}
#content-block-29 .media-item-body h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
  color: #495057;
}
#content-block-29 a.media-item:hover .media-item-body h5 {
  color: var(--bs-primary, #0d6efd);
}
#content-block-29 .media-item-body p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  #content-block-29 .media-item-visual {
    width: 50px;
    height: 50px;
    margin-right: 0.75rem;
  }
  #content-block-29 .media-item-visual i {
    font-size: 1.5rem;
  }
  #content-block-29 .media-item-body h5 {
    font-size: 1rem;
  }
  #content-block-29 .media-item-body p {
    font-size: 0.9rem;
  }
}



#faq-13 {
  padding: 80px 0;
  background-color: #fff;
}
#faq-13 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
  color: #212529;
}
#faq-13 .faq-grid-card {
  border: none;
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 1.8rem;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#faq-13 .faq-grid-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
}
#faq-13 .faq-card-icon {
  font-size: 1.8rem;
  color: #0d6efd;
  margin-bottom: 1rem;
  display: inline-block;
}
#faq-13 .faq-card-question {
  font-size: 1.1rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.8rem;
}
#faq-13 .faq-card-answer {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 0;
}



#call-to-action-4 {
  position: relative;

  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  text-align: center;
  color: #fff;
}
#call-to-action-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
#call-to-action-4 .content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
}
#call-to-action-4 h2 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-4 p {
  font-size: 1.3rem;
  margin-bottom: 30px;
}
#call-to-action-4 .btn {
  display: inline-block;
  margin: 10px;
  padding: 12px 25px;
  font-size: 1.2rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s;
}
#call-to-action-4 .btn-primary {
  background-color: #ff5722;
  color: #fff;
  border: none;
}
#call-to-action-4 .btn-primary:hover {
  background-color: #e64a19;
}
#call-to-action-4 .btn-secondary {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}
#call-to-action-4 .btn-secondary:hover {
  background-color: #fff;
  color: #ff5722;
}


