
#hero-22 {
  overflow: hidden;
  background-color: #e9ecef;
}
#hero-22 .row {
  min-height: 70vh;
}
#hero-22 .hero-image-col-22 {
  background-size: cover;
  background-position: center;
  min-height: 350px;
}
#hero-22 .hero-text-col-22 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 5rem;
}
#hero-22 .hero-title-22 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-22 .hero-subtitle-22 {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 2rem;
}
#hero-22 .hero-cta-button-22 {
  display: inline-block;
  padding: 0.75rem 1.8rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0.25rem;
  text-decoration: none;
  border: none;
  align-self: flex-start;
  transition: opacity 0.2s ease;
}
#hero-22 .hero-cta-button-22:hover {
  opacity: 0.85;
}
@media (min-width: 768px) {
  #hero-22 .hero-image-col-22 {
    min-height: 100%;
  }
}
@media (max-width: 991.98px) {
  #hero-22 .hero-text-col-22 {
    padding: 3rem 4rem;
  }
  #hero-22 .hero-title-22 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  #hero-22 .hero-text-col-22 {
    padding: 3rem 2rem;
    text-align: center;
  }
  #hero-22 .hero-cta-button-22 {
    align-self: center;
  }
  #hero-22 .hero-title-22 {
    font-size: 2.1rem;
  }
}



#testimonials-4 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1200px;
}
#testimonials-4 .section-header {
  text-align: center;
  margin-bottom: 40px;
}
#testimonials-4 .section-header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#testimonials-4 .section-header p {
  font-size: 1.1rem;
  color: #777;
}
#testimonials-4 .card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#testimonials-4 .testimonial-card {
  flex: 1 1 calc(33.333% - 20px);
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
#testimonials-4 .testimonial-card:hover {
  transform: translateY(-5px);
}
#testimonials-4 .testimonial-card img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
#testimonials-4 .testimonial-card p {
  font-size: 1rem;
  font-style: italic;
  color: #333;
  margin-bottom: 10px;
}
#testimonials-4 .testimonial-card .client-info {
  font-size: 0.95rem;
  color: #777;
}
@media (max-width: 576px) {
  #testimonials-4 .testimonial-card {
    flex: 1 1 100%;
  }
}



#content-block-22 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f9fa;
}
#content-block-22 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#content-block-22 .section-header h2 {
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.5rem;
}
#content-block-22 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
}
#content-block-22 .definition-list {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#content-block-22 dl dt {
  font-weight: 600;
  color: #343a40;
  font-size: 1.1rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
#content-block-22 dl dt:first-child,
#content-block-22 dl dt:first-of-type {
  margin-top: 0;
}
#content-block-22 dl dt i {
  color: var(--bs-primary, #0d6efd);
  margin-right: 0.6rem;
  font-size: 1em;
  min-width: 1.2em;
  text-align: center;
}
#content-block-22 dl dd {
  margin-left: 0;
  padding-left: 1.8rem;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
}
#content-block-22 dl dd:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #content-block-22 dl.dl-row {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.75rem 1.5rem;
  }
  #content-block-22 dl.dl-row dt {
    grid-column: 1;
    margin-top: 0;
    margin-bottom: 0;
    text-align: right;
  }
  #content-block-22 dl.dl-row dd {
    grid-column: 2;
    padding-left: 0;
    margin-bottom: 0;
  }
  #content-block-22 dl.dl-row dt {
    flex-direction: row-reverse;
  }
  #content-block-22 dl.dl-row dt i {
    margin-right: 0;
    margin-left: 0.6rem;
  }
}


