
#portfolio-19 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #ffffff;
}
#portfolio-19 .section-title-container {
  margin-bottom: 50px;
}
#portfolio-19 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #2c3e50;
}
#portfolio-19 .section-main-subtitle {
  font-size: 1.1rem;
  color: #5a677d;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
#portfolio-19 .service-showcase-block {
  margin-bottom: 50px;
  padding: 30px;
  background-color: #f8f9fa;
  border-radius: 12px;
  border-left: 5px solid #0d6efd;
}
#portfolio-19 .service-showcase-block:last-child {
  margin-bottom: 0;
}
#portfolio-19 .service-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#portfolio-19 .service-icon-display {
  font-size: 2rem;
  color: #0d6efd;
  margin-right: 15px;
  min-width: 35px;
}
#portfolio-19 .service-name-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #343a40;
}
#portfolio-19 .service-description-text {
  font-size: 1rem;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 25px;
  padding-left: 50px;
}
#portfolio-19 .related-projects-grid {
}
#portfolio-19 .related-project-item {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#portfolio-19 .related-project-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.09);
}
#portfolio-19 .related-project-thumbnail img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 10px;
}
#portfolio-19 .related-project-title {
  font-size: 1rem;
  font-weight: 500;
  color: #343a40;
  line-height: 1.4;
  flex-grow: 1;
}
#portfolio-19 .related-project-title a {
  color: inherit;
  text-decoration: none;
}
#portfolio-19 .related-project-title a:hover {
  color: #0d6efd;
}
#portfolio-19 .view-all-service-projects-link {
  margin-top: 25px;
  padding-left: 50px;
}
#portfolio-19 .view-all-service-projects-link a {
  font-weight: 500;
}
@media (max-width: 767.98px) {
  #portfolio-19 .service-description-text,
  #portfolio-19 .view-all-service-projects-link {
    padding-left: 0;
  }
  #portfolio-19 .service-name-title {
    font-size: 1.5rem;
  }
  #portfolio-19 .related-project-item {
    margin-bottom: 20px;
  }
}



#testimonials-10 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 900px;
}
#testimonials-10 .nav-tabs .nav-link {
  font-size: 1rem;
  padding: 10px 15px;
}
#testimonials-10 .tab-content {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
#testimonials-10 .testimonial-tab {
  text-align: center;
}
#testimonials-10 .testimonial-tab img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
#testimonials-10 .testimonial-tab p {
  font-size: 1rem;
  font-style: italic;
  color: #333;
  margin-bottom: 10px;
}
#testimonials-10 .client-info {
  font-size: 0.95rem;
  color: #777;
}



#call-to-action-19 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}
.cta-features-intro h2 {
  font-weight: 700;
  color: #212529;
}
.cta-features-intro p {
  color: #6c757d;
  font-size: 1.1rem;
}
.cta-features-list {
}
.cta-feature-item {
  padding: 1rem;
}
.cta-feature-icon i {
  margin-bottom: 1rem;
}
.cta-feature-title {
  font-weight: 600;
  color: #343a40;
}
.cta-feature-description {
  color: #6c757d;
  font-size: 0.9rem;
}
.cta-features-button .btn {
  padding: 0.8rem 2rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
.cta-features-button .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.cta-features-button .btn i {
  margin-left: 8px;
}


