
#hero-20 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 75vh;
  padding: 6rem 0 5rem 0;
  text-align: center;
  background-size: cover;
  background-position: center;
}
#hero-20 .hero-overlay-20 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-20 .container {
  position: relative;
  z-index: 2;
}
#hero-20 .hero-content-wrapper-20 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
#hero-20 .hero-title-20 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-20 .hero-subtitle-20 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-20 .hero-cta-button-20 {
  display: inline-block;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease;
}
#hero-20 .hero-cta-button-20:hover {
  transform: translateY(-2px);
}
#hero-20 .hero-logos-wrapper-20 {
  margin-top: 3.5rem;
}
#hero-20 .logos-title-20 {
  font-size: 0.9rem;
  font-weight: 500;
  color: inherit;
  opacity: 0.7;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#hero-20 .logos-list-20 {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}
#hero-20 .hero-logo-item img {
  max-height: 40px;
  max-width: 120px;
  width: auto;
  transition: filter 0.3s ease;
}
#hero-20 .hero-logo-item a:hover img,
#hero-20 .hero-logo-item img:hover {
  filter: none;
}
@media (max-width: 767.98px) {
  #hero-20 {
    min-height: 70vh;
    padding: 4rem 0 3rem 0;
  }
  #hero-20 .hero-content-wrapper-20 {
    margin-bottom: 2.5rem;
  }
  #hero-20 .hero-title-20 {
    font-size: 2.3rem;
  }
  #hero-20 .hero-subtitle-20 {
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
  }
  #hero-20 .hero-logos-wrapper-20 {
    margin-top: 3rem;
  }
  #hero-20 .logos-list-20 {
    gap: 1.5rem;
  }
  #hero-20 .hero-logo-item img {
    max-height: 30px;
  }
}



#our-services-12 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff;
}
#our-services-12 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#our-services-12 .section-header h2 {
  font-weight: 700;
  color: #343a40;
}
#our-services-12 .list-group {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#our-services-12 .list-group-item {
  padding: 1.25rem 1.5rem;
  border-color: #e9ecef;
  transition: background-color 0.15s ease-in-out;
}
#our-services-12 .list-group-item-action:hover,
#our-services-12 .list-group-item-action:focus {
  background-color: #f8f9fa;
  color: #495057;
  z-index: 1;
}
#our-services-12 .service-item-content {
  flex-grow: 1;
  margin-right: 1rem;
}
#our-services-12 .service-icon {
  font-size: 1.5rem;
  color: var(--bs-primary, #0d6efd);
  margin-right: 1rem;
  min-width: 1.5em;
}
#our-services-12 .service-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #495057;
  margin-bottom: 0.25rem;
}
#our-services-12 .service-description {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 0;
  line-height: 1.5;
}
#our-services-12 .service-badge .badge {
  font-size: 0.75rem;
  padding: 0.4em 0.6em;
  align-self: center;
}
@media (max-width: 575.98px) {
  #our-services-12 .list-group-item {
    padding: 1rem 1.25rem;
  }
  #our-services-12 .service-icon {
    font-size: 1.25rem;
    margin-right: 0.75rem;
  }
  #our-services-12 .service-title {
    font-size: 1rem;
  }
  #our-services-12 .service-badge {
  }
}



#how-it-works-13 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f8f9fa;
}
#how-it-works-13 .section-title-container {
  margin-bottom: 50px;
}
#how-it-works-13 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}
#how-it-works-13 .section-main-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-13 .process-step-row {
  margin-bottom: 60px;
  align-items: center;
}
#how-it-works-13 .process-step-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
#how-it-works-13 .process-step-content {
  padding-left: 30px;
  padding-right: 30px;
}
#how-it-works-13 .process-step-content .step-number {
  font-size: 3rem;
  font-weight: 700;
  color: #0d6efd;
  line-height: 1;
  margin-bottom: 10px;
  opacity: 0.6;
}
#how-it-works-13 .process-step-content .step-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
}
#how-it-works-13 .process-step-content .step-description {
  font-size: 1rem;
  color: #5a6778;
  line-height: 1.7;
}
#how-it-works-13 .row-reversed .process-step-content {
  order: 1;
}
#how-it-works-13 .row-reversed .process-step-image {
  order: 2;
}
@media (max-width: 767.98px) {
  #how-it-works-13 .process-step-row {
    margin-bottom: 40px;
  }
  #how-it-works-13 .process-step-image {
    margin-bottom: 20px;
  }
  #how-it-works-13 .process-step-content {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  #how-it-works-13 .process-step-content .step-number {
    font-size: 2.5rem;
  }
  #how-it-works-13 .process-step-content .step-title {
    font-size: 1.5rem;
  }
  #how-it-works-13 .row-reversed .process-step-content,
  #how-it-works-13 .row-reversed .process-step-image {
    order: initial;
  }
}



#testimonials-16 {
  position: relative;
  padding: 100px 0;
  color: #ffffff;
  overflow: hidden;
}
#testimonials-16 .testimonial-background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: background-image 1s ease-in-out;
  z-index: 1;
}
#testimonials-16::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--overlay-color, rgba(0, 0, 0, 0.5));
  z-index: 2;
}
#testimonials-16 .container {
  position: relative;
  z-index: 3;
  max-width: 850px;
}
#testimonials-16 .section-header {
  margin-bottom: 40px;
  text-align: center;
}
#testimonials-16 .section-header h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
}
#testimonials-16 .section-header p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
}
#testimonials-16 .carousel-item {
  text-align: center;
  padding: 20px 0;
}
#testimonials-16 .testimonial-slide-content {
  max-width: 700px;
  margin: 0 auto;
}
#testimonials-16 .client-image img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 20px auto;
  border: 3px solid rgba(255, 255, 255, 0.7);
}
#testimonials-16 .testimonial-quote {
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 25px;
  line-height: 1.7;
}
#testimonials-16 .client-name {
  font-weight: 600;
  font-size: 1.1rem;
  display: block;
  margin-bottom: 4px;
}
#testimonials-16 .client-position {
  font-size: 0.95rem;
  opacity: 0.8;
  display: block;
  margin-bottom: 15px;
}
#testimonials-16 .rating {
  color: #ffc107;
  font-size: 1rem;
}
#testimonials-16 .carousel-indicators button {
  background-color: rgba(255, 255, 255, 0.5);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  border: none;
}
#testimonials-16 .carousel-indicators .active {
  background-color: #ffffff;
}
#testimonials-16 .carousel-control-prev,
#testimonials-16 .carousel-control-next {
  z-index: 4;
}
#testimonials-16 .carousel-control-prev-icon,
#testimonials-16 .carousel-control-next-icon {
  /* filter: brightness(0) invert(1); */
}
@media (max-width: 767.98px) {
  #testimonials-16 {
    padding: 70px 0;
  }
  #testimonials-16 .section-header h2 {
    font-size: 2rem;
  }
  #testimonials-16 .client-image img {
    width: 90px;
    height: 90px;
  }
  #testimonials-16 .testimonial-quote {
    font-size: 1.15rem;
  }
}



#portfolio-13 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f0f2f5;
}
#portfolio-13 .section-title-container {
  margin-bottom: 50px;
}
#portfolio-13 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #1e2b3c;
}
#portfolio-13 .section-main-subtitle {
  font-size: 1.1rem;
  color: #525f7f;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
#portfolio-13 .project-item-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#portfolio-13 .project-item-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
#portfolio-13 .project-thumbnail-container {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  background-color: #e9ecef;
  overflow: hidden;
}
#portfolio-13 .project-thumbnail-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
#portfolio-13 .project-item-card:hover .project-thumbnail-container img {
  transform: scale(1.05);
}
#portfolio-13 .thumbnail-overlay-general {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#portfolio-13 .project-item-card:hover .thumbnail-overlay-general {
  opacity: 1;
}
#portfolio-13 .thumbnail-overlay-general i {
  font-size: 2.5rem;
  color: rgba(255, 255, 255, 0.8);
}
#portfolio-13 .project-info-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
#portfolio-13 .project-card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 8px;
  line-height: 1.3;
}
#portfolio-13 .project-card-title a {
  color: inherit;
  text-decoration: none;
}
#portfolio-13 .project-card-title a:hover {
  color: #0d6efd;
}
#portfolio-13 .project-card-client {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 10px;
}
#portfolio-13 .project-card-client i {
  margin-right: 5px;
}
#portfolio-13 .project-card-description {
  font-size: 0.9rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 0;
  flex-grow: 1;
}



#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;
  }
}


