
#mobile-app-6 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
#mobile-app-6 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  color: #fff;
  margin-bottom: 30px;
}
#mobile-app-6 .description {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 30px;
}
#mobile-app-6 .carousel-container {
  position: relative;
  margin-bottom: 30px;
}
#mobile-app-6 .carousel-item {
  text-align: center;
  padding: 20px;
}
#mobile-app-6 .carousel-item img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 8px;
}
#mobile-app-6 .screenshot-caption {
  font-size: 0.95rem;
  color: #555;
  margin-top: 8px;
}
#mobile-app-6 .download-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#mobile-app-6 .download-btn {
  padding: 12px 20px;
  background: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 1rem;
  transition: background 0.3s;
}
#mobile-app-6 .download-btn:hover {
  background: #0056b3;
}
#mobile-app-6 .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;
}



#counter-9 {
  padding: 70px 0;
  background-color: var(--section-bg-color, #ffffff);
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
}
#counter-9 .container {
  max-width: 1140px;
}
#counter-9 .section-header {
  margin-bottom: 40px;
  text-align: center;
}
#counter-9 .section-header h2 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 10px;
}
#counter-9 .section-header p {
  color: #6c757d;
  font-size: 1.05rem;
}
#counter-9 .counter-row-minimal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
#counter-9 .counter-item-minimal {
  text-align: center;
  padding: 15px 20px;
  position: relative;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 180px;
}
#counter-9 .counter-item-minimal:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 50px;
  background-color: var(--divider-color, #dee2e6);
  opacity: 0.8;
}
#counter-9 .counter-value-wrapper {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 8px;
  color: #212529;
}
#counter-9 .counter-number {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}
#counter-9 .counter-suffix {
  font-size: 1.6rem;
  font-weight: 600;
  margin-left: 4px;
  line-height: 1;
  color: #495057;
}
#counter-9 .counter-title-minimal {
  font-size: 1rem;
  font-weight: 500;
  color: #6c757d;
}
@media (max-width: 991.98px) {
  #counter-9 .counter-number {
    font-size: 2.2rem;
  }
  #counter-9 .counter-suffix {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.98px) {
  #counter-9 {
    padding: 50px 0;
  }
  #counter-9 .counter-row-minimal {
    justify-content: center;
  }
  #counter-9 .counter-item-minimal {
    flex-basis: 50%;
    margin-bottom: 30px;
    padding: 15px;
  }
  #counter-9 .counter-item-minimal:nth-child(odd)::after {
    display: block;
  }
  #counter-9 .counter-item-minimal:nth-child(even)::after {
    display: none;
  }
  #counter-9 .counter-item-minimal:last-child::after {
    display: none;
  }
}
@media (max-width: 575.98px) {
  #counter-9 .counter-item-minimal {
    flex-basis: 100%;
    margin-bottom: 25px;
  }
  #counter-9 .counter-item-minimal::after {
    display: none;
  }
  #counter-9 .counter-item-minimal:last-child {
    margin-bottom: 0;
  }
}



#customer-support-8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e9ecef;
  overflow: hidden;
}
#customer-support-8 .section-header {
  margin-bottom: 3rem;
}
#customer-support-8 .section-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
#customer-support-8 .section-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
}
#customer-support-8 .contact-card {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#customer-support-8 .contact-icon i {
  font-size: 2.5rem;
  color: var(--bs-primary);
  margin-bottom: 1rem;
}
#customer-support-8 .contact-title {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #343a40;
}
#customer-support-8 .contact-details p {
  margin-bottom: 0.25rem;
  color: #495057;
  line-height: 1.6;
}
#customer-support-8 .contact-details a {
  color: var(--bs-primary);
  text-decoration: none;
}
#customer-support-8 .contact-details a:hover {
  text-decoration: underline;
}
#customer-support-8 .social-links-wrapper {
  margin-top: 3rem;
  text-align: center;
}
#customer-support-8 .social-links-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #495057;
}
#customer-support-8 .social-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  color: var(--bs-primary);
  margin: 0 0.3rem;
  font-size: 1rem;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#customer-support-8 .social-links a:hover {
  background-color: var(--bs-primary);
  color: #ffffff;
}
@media (max-width: 767.98px) {
  #customer-support-8 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #customer-support-8 .section-header {
    margin-bottom: 2rem;
  }
  #customer-support-8 .section-title {
    font-size: 1.8rem;
  }
}



#cta-banner-10 {
  padding: 7rem 1rem;
  position: relative;
  background-size: cover;
  background-position: center center;
  text-align: center;
  overflow: hidden;
  border-radius: 0.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #212529;
}
#cta-banner-10::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background-color: rgba(0, 0, 0, 0.55);
}
#cta-banner-10 .container {
  position: relative;
  z-index: 2;
  max-width: 800px;
}
#cta-banner-10 .cta-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
#cta-banner-10 .cta-subtitle {
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
  opacity: 0.9;
}
#cta-banner-10 .cta-button .btn {
  padding: 1rem 2.8rem;
  font-size: 1.15rem;
  font-weight: 500;
  transition: transform 0.2s ease;
}
#cta-banner-10 .cta-button .btn:hover {
  transform: scale(1.05);
}
#cta-banner-10 .cta-button .btn i {
  margin-left: 0.6rem;
}
@media (max-width: 991.98px) {
  #cta-banner-10 {
    padding: 6rem 1rem;
  }
  #cta-banner-10 .cta-title {
    font-size: 2.5rem;
  }
  #cta-banner-10 .cta-subtitle {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  #cta-banner-10 {
    padding: 5rem 1rem;
  }
  #cta-banner-10 .cta-title {
    font-size: 2.1rem;
  }
  #cta-banner-10 .cta-subtitle {
    font-size: 1rem;
  }
  #cta-banner-10 .cta-button .btn {
    padding: 0.8rem 2.2rem;
    font-size: 1rem;
  }
}


