
#our-services-23 {
  padding: 80px 0;
  background-color: #f8f9fa;
}
#our-services-23 .services-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2.2rem;
}
#our-services-23 .service-tabs-nav {
  margin-bottom: 3rem;
  border-bottom-color: #dee2e6;
}
#our-services-23 .service-tabs-nav .nav-link {
  color: #495057;
  background-color: transparent;
  border-color: transparent transparent #dee2e6;
  border-bottom-width: 3px;
  padding: 0.8rem 1.5rem;
  font-weight: 500;
  transition: color 0.2s ease, border-color 0.2s ease;
}
#our-services-23 .service-tabs-nav .nav-link:hover {
  color: #0d6efd;
  border-color: transparent transparent #adb5bd;
}
#our-services-23 .service-tabs-nav .nav-link.active {
  color: #0d6efd;
  font-weight: 600;
  background-color: transparent;
  border-color: transparent transparent #0d6efd;
}
#our-services-23 .service-pills-nav {
  margin-bottom: 3rem;
}
#our-services-23 .service-pills-nav .nav-link {
  color: #495057;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 50rem;
  padding: 0.7rem 1.5rem;
  font-weight: 500;
  margin: 0 0.3rem;
  transition: color 0.2s ease, background-color 0.2s ease,
    border-color 0.2s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
#our-services-23 .service-pills-nav .nav-link:hover {
  border-color: #adb5bd;
  background-color: #f8f9fa;
}
#our-services-23 .service-pills-nav .nav-link.active {
  color: #fff;
  font-weight: 600;
  background-color: #0d6efd;
  border-color: #0d6efd;
  box-shadow: none;
}
#our-services-23 .tab-content {
  padding-top: 1rem;
}
#our-services-23 .tab-pane-content h4 {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  color: #212529;
}
#our-services-23 .tab-pane-content p {
  color: #495057;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
#our-services-23 .tab-pane-features {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}
#our-services-23 .tab-pane-features li {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  color: #343a40;
  font-size: 0.95rem;
}
#our-services-23 .tab-pane-features li i {
  color: #198754;
  margin-right: 10px;
  font-size: 1.1em;
}
#our-services-23 .tab-pane-image {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#our-services-23 .tab-pane-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  #our-services-23 .tab-pane-image {
    margin-top: 2rem;
  }
}



#how-it-works-5 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#how-it-works-5 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#how-it-works-5 .flowchart {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
#how-it-works-5 .flow-step {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 200px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  margin: 10px;
}
#how-it-works-5 .flow-step h4 {
  margin-bottom: 5px;
  font-size: 1.2rem;
  color: #007bff;
}
#how-it-works-5 .flow-step p {
  font-size: 1rem;
  color: #555;
}
#how-it-works-5 .arrow {
  font-size: 2rem;
  color: #007bff;
  margin: 0 10px;
}
@media (max-width: 768px) {
  #how-it-works-5 .flowchart {
    flex-direction: column;
  }
  #how-it-works-5 .arrow {
    display: none;
  }
}



#testimonials-8 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
  perspective: 1000px;
}
#testimonials-8 .flip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#testimonials-8 .flip-card {
  position: relative;
  width: 300px;
  height: 350px;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}
#testimonials-8 .flip-card:hover {
  transform: rotateY(180deg);
}
#testimonials-8 .flip-side {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#testimonials-8 .flip-front {
  background: #fff;
  text-align: center;
  padding: 20px;
}
#testimonials-8 .flip-front img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
#testimonials-8 .flip-front h5 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
#testimonials-8 .flip-front p {
  font-size: 1rem;
  font-style: italic;
  color: #333;
}
#testimonials-8 .flip-back {
  background: #f8f9fa;
  color: #333;
  transform: rotateY(180deg);
  padding: 20px;
  text-align: center;
  font-size: 0.95rem;
}



#call-to-action-17 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}
#call-to-action-17 .cta-split-container {
}
#call-to-action-17 .cta-split-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#call-to-action-17 .cta-split-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  max-height: 450px;
  object-fit: cover;
}
#call-to-action-17 .cta-split-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
#call-to-action-17 .cta-split-headline {
  font-weight: 700;
  font-size: 2rem;
  color: #2c3e50;
  margin-bottom: 1rem;
  line-height: 1.3;
}
#call-to-action-17 .cta-split-subtext {
  font-size: 1.05rem;
  color: #555;
  margin-bottom: 2rem;
  line-height: 1.7;
}
#call-to-action-17 .cta-split-button .btn {
  padding: 0.75rem 1.75rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
#call-to-action-17 .cta-split-button .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
#call-to-action-17 .cta-split-button .btn i {
  margin-right: 8px;
}
@media (max-width: 991.98px) {
  #call-to-action-17 .cta-split-content {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
    margin-top: 2rem;
  }
  #call-to-action-17 .cta-split-headline {
    font-size: 1.8rem;
  }
  #call-to-action-17 .cta-split-button {
    margin-top: 1rem;
  }
  #call-to-action-17 .cta-split-image {
    max-height: 400px;
  }
}
@media (max-width: 767.98px) {
  #call-to-action-17 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #call-to-action-17 .cta-split-content {
    margin-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }
  #call-to-action-17 .cta-split-image {
    max-height: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}


