
#our-services-29 {
  padding: 80px 0;
  background-color: #fff;
}
#our-services-29 .services-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 2.2rem;
}
#our-services-29 .intro-description {
  text-align: center;
  color: #555;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 3rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#our-services-29 .tech-item {
  text-align: center;
  padding: 1.5rem 1rem;
  background-color: #f8f9fa;
  border-radius: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
#our-services-29 .tech-item:hover {
  background-color: #e9ecef;
}
#our-services-29 .tech-logo {
  max-height: 60px;
  max-width: 120px;
  height: auto;
  width: auto;
  margin-bottom: 1rem;
  filter: grayscale(50%);
  transition: filter 0.3s ease;
}
#our-services-29 .tech-item:hover .tech-logo {
  filter: grayscale(0%);
}
#our-services-29 .tech-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #6c757d;
  transition: color 0.3s ease;
  min-height: 50px;
  display: flex;
  align-items: center;
}
#our-services-29 .tech-item:hover .tech-icon {
  color: #0d6efd;
}
#our-services-29 .tech-name {
  font-size: 0.85rem;
  font-weight: 500;
  color: #343a40;
  line-height: 1.4;
}



#how-it-works-25 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
#how-it-works-25 .section-title-container {
  margin-bottom: 60px;
}
#how-it-works-25 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}
#how-it-works-25 .section-main-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-25 .vertical-stepper-container {
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
  max-width: 900px;
}
#how-it-works-25 .vertical-stepper-container::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #0d6efd;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1.5px;
  z-index: 0;
}
#how-it-works-25 .stepper-item {
  padding: 10px 0px;
  position: relative;
  width: 100%;
  display: flex;
  margin-bottom: 30px;
}
#how-it-works-25 .stepper-item:last-child {
  margin-bottom: 0;
}
#how-it-works-25 .stepper-item-content-wrapper {
  width: calc(50% - 40px);
  position: relative;
}
#how-it-works-25 .stepper-item:nth-child(odd) .stepper-item-content-wrapper {
  order: 1;
  padding-right: 40px;
  text-align: right;
}
#how-it-works-25 .stepper-item:nth-child(even) .stepper-item-content-wrapper {
  order: 3;
  margin-left: calc(50% + 40px);
  padding-left: 40px;
  text-align: left;
}
#how-it-works-25 .stepper-marker {
  width: 50px;
  height: 50px;
  line-height: 42px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  background-color: #0d6efd;
  border: 4px solid #ffffff;
  box-shadow: 0 0 0 3px #0d6efd;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  z-index: 1;
  order: 2;
}
#how-it-works-25 .stepper-item-content {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
}
#how-it-works-25 .stepper-item-content .item-icon {
  font-size: 1.5rem;
  color: #0d6efd;
  margin-bottom: 8px;
  display: block;
}
#how-it-works-25 .stepper-item:nth-child(odd) .stepper-item-content .item-icon {
  float: right;
  margin-left: 10px;
  margin-bottom: 0px;
}
#how-it-works-25
  .stepper-item:nth-child(even)
  .stepper-item-content
  .item-icon {
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
}
#how-it-works-25 .stepper-item-content .item-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 8px;
}
#how-it-works-25 .stepper-item-content .item-description {
  font-size: 0.9rem;
  color: #5a6778;
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  #how-it-works-25 .vertical-stepper-container::after {
    left: 25px;
    margin-left: 0;
  }
  #how-it-works-25 .stepper-item {
    flex-direction: column;
    align-items: flex-start;
  }
  #how-it-works-25 .stepper-marker {
    position: relative;
    left: 0;
    transform: none;
    margin-left: 0;
    top: 0;
    margin-bottom: 15px;
  }
  #how-it-works-25 .stepper-item-content-wrapper,
  #how-it-works-25 .stepper-item:nth-child(even) .stepper-item-content-wrapper {
    width: 100%;
    order: 2;
    margin-left: 0;
    padding-left: 50px;
    padding-right: 0;
    text-align: left;
  }
  #how-it-works-25
    .stepper-item:nth-child(odd)
    .stepper-item-content
    .item-icon,
  #how-it-works-25
    .stepper-item:nth-child(even)
    .stepper-item-content
    .item-icon {
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
}



#testimonials-2 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#testimonials-2 .section-header {
  text-align: center;
  margin-bottom: 40px;
}
#testimonials-2 .section-header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#testimonials-2 .section-header p {
  font-size: 1.1rem;
  color: #777;
}
#testimonials-2 .grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#testimonials-2 .testimonial-card {
  flex: 1 1 calc(50% - 20px);
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}
#testimonials-2 .testimonial-card img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
#testimonials-2 .testimonial-card p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 10px;
}
#testimonials-2 .testimonial-card .client-name {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 5px;
}
#testimonials-2 .testimonial-card .client-position {
  font-size: 0.9rem;
  color: #888;
}
@media (max-width: 576px) {
  #testimonials-2 .testimonial-card {
    flex: 1 1 100%;
  }
}



#call-to-action-9 {
  background-color: #f8f9fa;
  color: #333;
  padding: 60px 20px;
}
#call-to-action-9 .cta-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
#call-to-action-9 .cta-icon {
  flex: 0 0 auto;
}
#call-to-action-9 .cta-icon img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
#call-to-action-9 .cta-text {
  flex: 1 1 300px;
  text-align: left;
}
#call-to-action-9 .cta-text h2 {
  font-size: 32px;
  margin-bottom: 15px;
}
#call-to-action-9 .cta-text p {
  font-size: 16px;
  margin-bottom: 20px;
}
#call-to-Action-9 .cta-btn {
  padding: 10px 25px;
  background-color: #17a2b8;
  color: #fff;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s;
}
#call-to-action-9 .cta-btn:hover {
  background-color: #138496;
}
@media (max-width: 767.98px) {
  #call-to-action-9 .cta-container {
    flex-direction: column;
    text-align: center;
  }
  #call-to-action-9 .cta-text {
    text-align: center;
  }
}


