
#hero-16 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 75vh;
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
}
#hero-16 .container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#hero-16 .hero-content-wrapper-16 {
  max-width: 650px;
  padding: 2.5rem 3.5rem;
  border-radius: 15px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
  color: #ffffff;
}
#hero-16 .hero-title-16 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-16 .hero-subtitle-16 {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-16 .hero-cta-button-16 {
  display: inline-block;
  padding: 0.7rem 1.8rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 8px;
  text-decoration: none;
  border: none;
  transition: background-color 0.2s ease;
  background-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}
#hero-16 .hero-cta-button-16:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 767.98px) {
  #hero-16 {
    min-height: 65vh;
    padding: 3rem 1rem;
  }
  #hero-16 .hero-content-wrapper-16 {
    padding: 2rem;
    max-width: 90%;
  }
  #hero-16 .hero-title-16 {
    font-size: 2.2rem;
  }
  #hero-16 .hero-subtitle-16 {
    font-size: 1rem;
  }
}



#mobile-app-26 {
  padding: 80px 0;
  background-color: #f8f9fa;
}
#mobile-app-26 .timeline-intro {
  text-align: center;
  margin-bottom: 4rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#mobile-app-26 .timeline-intro h2 {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 2rem;
}
#mobile-app-26 .timeline-intro p {
  color: #555;
  font-size: 1.1rem;
  line-height: 1.6;
}
#mobile-app-26 .timeline-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
#mobile-app-26 .timeline-container::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #0d6efd;
  opacity: 0.3;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1.5px;
  z-index: 1;
}
#mobile-app-26 .timeline-item {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  margin-bottom: 30px;
  z-index: 2;
}
#mobile-app-26 .timeline-item::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: -10px;
  background-color: #fff;
  border: 4px solid #0d6efd;
  top: 15px;
  border-radius: 50%;
  z-index: 3;
}
#mobile-app-26 .timeline-left {
  left: 0;
  padding-right: 50px;
  text-align: right;
}
#mobile-app-26 .timeline-right {
  left: 50%;
  padding-left: 50px;
  text-align: left;
}
#mobile-app-26 .timeline-left::after {
  left: -10px;
}
#mobile-app-26 .timeline-right::after {
  left: -10px;
}
#mobile-app-26 .timeline-content {
  padding: 15px 20px;
  background-color: white;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
#mobile-app-26 .timeline-content .timeline-icon {
  font-size: 1.5rem;
  color: #0d6efd;
  margin-bottom: 0.5rem;
  display: inline-block;
}
#mobile-app-26 .timeline-content h5 {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #212529;
}
#mobile-app-26 .timeline-content p {
  font-size: 0.95rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 0;
}
#mobile-app-26 .timeline-download-buttons {
  text-align: center;
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}
#mobile-app-26 .timeline-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-26 .btn-download-app:hover {
  background-color: #333;
  transform: translateY(-2px);
}
#mobile-app-26 .btn-download-app i {
  font-size: 1.8em;
  margin-right: 10px;
}
#mobile-app-26 .btn-download-app .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-26 .btn-download-app .button-text span:first-child {
  font-size: 0.8em;
}
#mobile-app-26 .btn-download-app .button-text span:last-child {
  font-size: 1.1em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #mobile-app-26 .timeline-container::after {
    left: 31px;
  }
  #mobile-app-26 .timeline-item {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
    text-align: left;
    margin-bottom: 40px;
  }
  #mobile-app-26 .timeline-right {
    left: 0%;
  }
  #mobile-app-26 .timeline-left::after,
  #mobile-app-26 .timeline-right::after {
    left: 16px;
    top: 18px;
    width: 15px;
    height: 15px;
  }
  #mobile-app-26 .timeline-left {
    text-align: left;
  }
  #mobile-app-26 .timeline-content {
    padding: 15px;
  }
}



#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;
}



#how-it-works-20 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
#how-it-works-20 .section-title-container {
  margin-bottom: 50px;
}
#how-it-works-20 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}
#how-it-works-20 .section-main-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-20 .transformation-column {
  padding: 25px;
  background-color: #f8f9fa;
  border-radius: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}
#how-it-works-20 .column-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 15px;
}
#how-it-works-20 .column-icon {
  font-size: 2rem;
  color: #0d6efd;
  margin-right: 15px;
  min-width: 32px;
}
#how-it-works-20 .column-main-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #343a40;
}
#how-it-works-20 .item-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #0d6efd;
  margin-bottom: 10px;
}
#how-it-works-20 .item-description {
  font-size: 0.95rem;
  color: #5a6778;
  line-height: 1.6;
  margin-bottom: 15px;
}
#how-it-works-20 .item-image {
  width: 100%;
  max-width: 250px;
  height: auto;
  border-radius: 5px;
  margin-top: auto;
  align-self: center;
}
#how-it-works-20 .process-steps-list {
  list-style: none;
  padding-left: 0;
}
#how-it-works-20 .process-step-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  font-size: 0.95rem;
  color: #5a6778;
}
#how-it-works-20 .process-step-item i {
  color: #28a745;
  margin-right: 10px;
  margin-top: 3px;
  min-width: 16px;
}
@media (max-width: 991.98px) {
  #how-it-works-20 .transformation-column {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  #how-it-works-20 .column-header {
    flex-direction: column;
    text-align: center;
  }
  #how-it-works-20 .column-icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #how-it-works-20 .item-image {
    max-width: 100%;
  }
}



#call-to-action-15 {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0;
}
#call-to-action-15 .left-side,
#call-to-action-15 .right-side {
  flex: 1 1 50%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  padding: 40px;
}
#call-to-action-15 .left-side {
  background-color: #007bff;
}
#call-to-action-15 .right-side {
  background-color: #28a745;
}
#call-to-action-15 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-15 p {
  font-size: 1.1rem;
  margin-bottom: 30px;
}
#call-to-action-15 .btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2rem;
  transition: background-color 0.3s ease-in-out;
}
#call-to-action-15 .left-side .btn {
  background-color: #fff;
  color: #007bff;
}
#call-to-action-15 .left-side .btn:hover {
  background-color: #e0f2f7;
}
#call-to-action-15 .right-side .btn {
  background-color: #fff;
  color: #28a745;
}
#call-to-action-15 .right-side .btn:hover {
  background-color: #e3f2fd;
}
#call-to-action-15::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, #007bff 50%, #28a745 50%);
  z-index: -1;
}
@media (max-width: 768px) {
  #call-to-action-15::before {
    background: linear-gradient(to bottom, #007bff 50%, #28a745 50%);
  }
}


