
#mobile-app-9 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#mobile-app-9 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#mobile-app-9 .split-container {
  display: flex;
  gap: 30px;
  align-items: center;
}
#mobile-app-9 .image-column {
  flex: 1;
}
#mobile-app-9 .image-column img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
#mobile-app-9 .content-column {
  flex: 1;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
#mobile-app-9 .download-buttons {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
#mobile-app-9 .download-btn {
  padding: 10px 20px;
  background: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s;
}
#mobile-app-9 .download-btn:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  #mobile-app-9 .split-container {
    flex-direction: column;
  }
}
#mobile-app-9 .download-btn i {
  margin-right: 10px;
}



#how-it-works-28 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}
#how-it-works-28 .section-title-container {
  margin-bottom: 50px;
}
#how-it-works-28 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
}
#how-it-works-28 .section-main-subtitle {
  font-size: 1.1rem;
  color: #7f8c8d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-28 .gantt-chart-container {
  width: 100%;
  overflow-x: auto;
  padding: 20px 0;
  border: 1px solid #dee2e6;
  border-radius: 8px;
}
#how-it-works-28 .gantt-chart {
  position: relative;
  min-width: 800px;
}
#how-it-works-28 .gantt-timeline-labels {
  display: flex;
  padding-left: 200px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
#how-it-works-28 .gantt-timeline-labels .timeline-label {
  flex-grow: 1;
  text-align: center;
  font-size: 0.8rem;
  color: #6c757d;
  border-right: 1px dashed #e0e0e0;
}
#how-it-works-28 .gantt-timeline-labels .timeline-label:last-child {
  border-right: none;
}
#how-it-works-28 .gantt-phase-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  min-height: 40px;
}
#how-it-works-28 .gantt-phase-name {
  width: 190px;
  padding-right: 10px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #343a40;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-right: 1px solid #e0e0e0;
}
#how-it-works-28 .gantt-phase-bars-area {
  flex-grow: 1;
  position: relative;
  display: grid;
}
#how-it-works-28 .gantt-phase-bar {
  height: 25px;
  border-radius: 4px;
  background-color: #0d6efd;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 8px;
  font-size: 0.75rem;
  color: white;
  overflow: hidden;
  white-space: nowrap;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: opacity 0.2s;
}
#how-it-works-28 .gantt-phase-bar:hover {
  opacity: 0.8;
}
#how-it-works-28 .gantt-phase-bar .bar-details {
  display: none;
}
#how-it-works-28 .gantt-grid-line {
  border-right: 1px dashed #e9ecef;
}
#how-it-works-28 .gantt-grid-line:last-child {
  border-right: none;
}



#customer-support-16 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}
#customer-support-16 .container {
  position: relative;
}
#customer-support-16 .content-wrapper {
  display: flex;
  align-items: center;
}
#customer-support-16 .text-content {
  padding-right: 3rem;
}
#customer-support-16 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#customer-support-16 .section-subtitle {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}
#customer-support-16 .section-description {
  margin-bottom: 2rem;
  line-height: 1.7;
  opacity: 0.85;
}
#customer-support-16 .benefits-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2.5rem;
}
#customer-support-16 .benefits-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  opacity: 0.9;
}
#customer-support-16 .benefits-list li i {
  margin-right: 0.75rem;
  opacity: 1;
  color: #20c997;
}
#customer-support-16 .cta-buttons .btn {
  margin-right: 1rem;
  padding: 0.8rem 2rem;
  font-weight: 600;
}
#customer-support-16 .secondary-cta {
  font-size: 0.95rem;
  opacity: 0.9;
}
#customer-support-16 .secondary-cta a {
  text-decoration: none;
}
#customer-support-16 .secondary-cta a:hover {
  text-decoration: underline;
}
#customer-support-16 .image-content img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}
@media (max-width: 991.98px) {
  #customer-support-16 .text-content {
    padding-right: 1.5rem;
  }
  #customer-support-16 .section-title {
    font-size: 2.2rem;
  }
  #customer-support-16 .section-subtitle {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  #customer-support-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    text-align: center;
  }
  #customer-support-16 .content-wrapper {
    flex-direction: column-reverse;
  }
  #customer-support-16 .text-content {
    padding-right: 0;
    margin-top: 3rem;
  }
  #customer-support-16 .image-content img {
    max-width: 250px;
  }
  #customer-support-16 .benefits-list {
    display: inline-block;
    text-align: left;
    margin-bottom: 2rem;
  }
  #customer-support-16 .cta-buttons .btn {
    width: 80%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #customer-support-16 .secondary-cta {
    margin-top: 1rem;
    display: block;
  }
}


