
#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-27 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f8f9fa;
}
#how-it-works-27 .section-title-container {
  margin-bottom: 50px;
}
#how-it-works-27 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}
#how-it-works-27 .section-main-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-27 .circular-process-wrapper {
  position: relative;
  max-width: 700px;
  margin: 40px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 350px;
}
#how-it-works-27 .central-element-display {
  position: absolute;
  text-align: center;
  z-index: 2;
}
#how-it-works-27 .central-element-display .central-icon {
  font-size: 3rem;
  color: #0d6efd;
  margin-bottom: 10px;
  display: block;
}
#how-it-works-27 .central-element-display .central-text {
  font-size: 1.1rem;
  font-weight: 600;
  color: #343a40;
}
#how-it-works-27 .circular-step {
  position: absolute;
  width: 130px;
  height: 130px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 1;
}
#how-it-works-27 .circular-step:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
#how-it-works-27 .step-icon-circular {
  font-size: 1.8rem;
  color: #0d6efd;
  margin-bottom: 8px;
}
#how-it-works-27 .step-title-circular {
  font-size: 0.9rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 4px;
}
#how-it-works-27 .step-description-circular {
  font-size: 0.75rem;
  color: #6c757d;
  line-height: 1.3;
}
#how-it-works-27 .circular-step-0 {
  transform: translate(0, -160px);
}
#how-it-works-27 .circular-step-1 {
  transform: translate(152px, -48px) rotate(72deg);
}
#how-it-works-27 .circular-step-2 {
  transform: translate(94px, 128px) rotate(144deg);
}
#how-it-works-27 .circular-step-3 {
  transform: translate(-94px, 128px) rotate(216deg);
}
#how-it-works-27 .circular-step-4 {
  transform: translate(-152px, -48px) rotate(288deg);
}
@media (max-width: 767.98px) {
  #how-it-works-27 .circular-process-wrapper {
    display: block;
    min-height: auto;
    margin: 20px auto;
  }
  #how-it-works-27 .central-element-display {
    position: static;
    margin-bottom: 30px;
  }
  #how-it-works-27 .circular-step {
    position: static;
    transform: none !important;
    width: 80%;
    max-width: 300px;
    height: auto;
    border-radius: 10px;
    margin: 0 auto 20px auto;
    padding: 20px;
  }
  #how-it-works-27 .circular-step:hover {
    transform: scale(1.03) !important;
  }
  #how-it-works-27 .step-icon-circular {
    font-size: 2rem;
  }
  #how-it-works-27 .step-title-circular {
    font-size: 1.1rem;
  }
  #how-it-works-27 .step-description-circular {
    font-size: 0.9rem;
  }
}



#testimonials-14 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #ffffff);
}
#testimonials-14 .container {
  max-width: 960px;
}
#testimonials-14 .section-header {
  margin-bottom: 60px;
  text-align: center;
}
#testimonials-14 .section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 15px;
}
#testimonials-14 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}
#testimonials-14 .testimonial-item-row {
  margin-bottom: 50px;
  align-items: center;
}
#testimonials-14 .testimonial-image-container {
  text-align: center;
  padding: 15px;
}
#testimonials-14 .testimonial-image-container img {
  max-width: 100%;
  height: auto;
  width: 250px;
  max-height: 250px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border: 5px solid #ffffff;
}
#testimonials-14 .testimonial-content-box {
  background-color: #f8f9fa;
  padding: 35px 40px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  border: 1px solid #e9ecef;
}
#testimonials-14 .testimonial-content-box::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 5rem;
  color: #e9ecef;
  position: absolute;
  top: 15px;
  right: 25px;
  z-index: 1;
  line-height: 1;
  opacity: 0.9;
}
#testimonials-14 .testimonial-content {
  position: relative;
  z-index: 2;
}
#testimonials-14 .testimonial-quote {
  font-size: 1.1rem;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 20px;
  font-style: italic;
}
#testimonials-14 .client-name {
  font-weight: 600;
  color: #343a40;
  display: block;
  margin-bottom: 3px;
  font-size: 1.05rem;
}
#testimonials-14 .client-position {
  font-size: 0.9rem;
  color: #6c757d;
  display: block;
  margin-bottom: 10px;
}
#testimonials-14 .rating {
  color: #ffc107;
  font-size: 0.95rem;
}
@media (max-width: 767.98px) {
  #testimonials-14 {
    padding: 50px 0;
  }
  #testimonials-14 .section-header h2 {
    font-size: 2rem;
  }
  #testimonials-14 .testimonial-item-row {
    margin-bottom: 30px;
  }
  #testimonials-14 .testimonial-image-container {
    margin-bottom: 20px;
  }
  #testimonials-14 .testimonial-image-container img {
    width: 180px;
    max-height: 180px;
  }
  #testimonials-14 .testimonial-content-box {
    padding: 30px;
  }
  #testimonials-14 .testimonial-content-box::before {
    font-size: 4rem;
    top: 10px;
    right: 15px;
  }
}



#call-to-action-21 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}
.cta-multi-image-content h2 {
  font-weight: 700;
  color: #1e293b;
}
.cta-multi-image-content p {
  color: #475569;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
.cta-multi-image-content .btn {
  padding: 0.8rem 2rem;
  font-weight: 600;
}
.cta-multi-image-content .btn i {
  margin-right: 8px;
}
.cta-multi-image-grid {
}
.cta-multi-image-item {
  transition: transform 0.3s ease;
}
.cta-multi-image-item:hover {
  transform: translateY(-5px);
}
.cta-multi-image-img {
  max-width: 100%;
  height: auto;
  max-height: 80px;
  object-fit: contain;
  border-radius: 0.25rem;
  background-color: #fff;
  padding: 5px;
}
@media (max-width: 991.98px) {
  .cta-multi-image-content {
    text-align: center;
    margin-bottom: 2.5rem;
  }
  .cta-multi-image-grid .row {
    justify-content: center !important;
  }
}
@media (max-width: 575.98px) {
  .cta-multi-image-img {
    max-height: 60px;
  }
}


