
#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;
  }
}



#awards-17 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#awards-17 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#awards-17 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#awards-17 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
#awards-17 .column-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--bs-primary);
  display: inline-block;
}
#awards-17 .awards-list {
  list-style: none;
  padding-left: 0;
}
#awards-17 .award-item {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
#awards-17 .award-item:last-child {
  margin-bottom: 0;
}
#awards-17 .award-visual {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 0.25rem;
  border: 1px solid #eee;
}
#awards-17 .award-visual img {
  max-height: 45px;
  max-width: 100%;
  width: auto;
}
#awards-17 .award-visual i {
  font-size: 2rem;
  color: var(--bs-primary);
}
#awards-17 .award-name {
  font-weight: 500;
  color: #495057;
  font-size: 1rem;
}
#awards-17 .testimonial-item {
  margin-bottom: 2rem;
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 0.375rem;
  border: 1px solid #dee2e6;
  border-left: 4px solid var(--bs-primary);
}
#awards-17 .testimonial-item:last-child {
  margin-bottom: 0;
}
#awards-17 .testimonial-quote {
  font-style: italic;
  color: #495057;
  margin-bottom: 1rem;
  line-height: 1.7;
  position: relative;
}
#awards-17 .testimonial-author {
  font-weight: 600;
  color: #343a40;
  font-size: 0.95rem;
}
#awards-17 .testimonial-role {
  font-size: 0.85rem;
  color: #6c757d;
}
@media (max-width: 991.98px) {
  #awards-17 .column-title {
    font-size: 1.3rem;
  }
}
@media (max-width: 767.98px) {
  #awards-17 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #awards-17 .section-title {
    font-size: 2.1rem;
  }
  #awards-17 .awards-column,
  #awards-17 .testimonials-column {
    text-align: center;
  }
  #awards-17 .awards-column {
    margin-bottom: 3rem;
  }
  #awards-17 .column-title {
    display: inline-block;
  }
  #awards-17 .award-item {
    flex-direction: column;
    text-align: center;
  }
  #awards-17 .award-visual {
    margin-right: 0;
    margin-bottom: 0.75rem;
  }
  #awards-17 .testimonial-item {
    text-align: center;
  }
}



#press-mentions-12 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  overflow: hidden;
}
#press-mentions-12 .section-title {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #6c757d;
  margin-bottom: 2rem;
}
#press-mentions-12 .logo-row-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2.5rem 3.5rem;
}
#press-mentions-12 .logo-item {
  text-align: center;
  flex-shrink: 0;
}
#press-mentions-12 .logo-item a {
  display: inline-block;
  filter: grayscale(100%);
  opacity: 0.65;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
#press-mentions-12 .logo-item a:hover {
  filter: grayscale(0%);
  opacity: 1;
}
#press-mentions-12 .logo-item img {
  max-width: 100%;
  height: auto;
  max-height: 35px;
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  #press-mentions-12 .logo-row-wrapper {
    gap: 2rem 3rem;
  }
  #press-mentions-12 .logo-item img {
    max-height: 30px;
  }
}
@media (max-width: 767.98px) {
  #press-mentions-12 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  #press-mentions-12 .section-title {
    margin-bottom: 1.5rem;
  }
  #press-mentions-12 .logo-row-wrapper {
    gap: 1.5rem 2rem;
    justify-content: space-around;
  }
  #press-mentions-12 .logo-item img {
    max-height: 28px;
  }
}



#testimonials-11 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#testimonials-11 .container {
  max-width: 960px;
}
#testimonials-11 .section-header {
  margin-bottom: 40px;
}
#testimonials-11 .section-header h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #343a40;
}
#testimonials-11 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
}
#testimonials-11 .testimonial-item {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#testimonials-11 .testimonial-image img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 15px auto;
  border: 3px solid #dee2e6;
}
#testimonials-11 .testimonial-content blockquote {
  font-style: italic;
  color: #495057;
  margin-bottom: 15px;
  font-size: 1.05rem;
  line-height: 1.6;
  flex-grow: 1;
}
#testimonials-11 .testimonial-content blockquote::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.2rem;
  color: #adb5bd;
  margin-right: 8px;
}
#testimonials-11 .testimonial-content blockquote::after {
  content: "\f10e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.2rem;
  color: #adb5bd;
  margin-left: 8px;
}
#testimonials-11 .client-info .client-name {
  font-weight: 600;
  color: #343a40;
  display: block;
  margin-bottom: 2px;
}
#testimonials-11 .client-info .client-position {
  font-size: 0.9rem;
  color: #6c757d;
}
#testimonials-11 .rating {
  margin-top: 10px;
  color: #ffc107;
}
#testimonials-11 .rating .fa-star.empty {
  color: #e0e0e0;
}
#testimonials-11 .carousel-indicators button {
  background-color: #adb5bd;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  border: none;
}
#testimonials-11 .carousel-indicators .active {
  background-color: #0d6efd;
}
#testimonials-11 .carousel-control-prev,
#testimonials-11 .carousel-control-next {
  width: 5%;
}
#testimonials-11 .carousel-control-prev-icon,
#testimonials-11 .carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 15px;
  background-size: 50% 50%;
  width: 40px;
  height: 40px;
}
#testimonials-11 .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
#testimonials-11 .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
@media (max-width: 767.98px) {
  #testimonials-11 {
    padding: 40px 0;
  }
  #testimonials-11 .section-header h2 {
    font-size: 1.8rem;
  }
  #testimonials-11 .section-header p {
    font-size: 1rem;
  }
  #testimonials-11 .testimonial-item {
    padding: 20px;
    min-height: 320px;
  }
  #testimonials-11 .testimonial-content blockquote {
    font-size: 1rem;
  }
  #testimonials-11 .carousel-control-prev-icon,
  #testimonials-11 .carousel-control-next-icon {
    padding: 10px;
    width: 35px;
    height: 35px;
  }
}



#about-us-30 {
  padding: 80px 0;
  background-color: #222;
  color: #fff;
  text-align: center;
  position: relative;
}
#about-us-30 .section-title,
#about-us-30 .section-subtitle {
  margin-bottom: 60px;
}
#about-us-30 .circular-layout {
  position: relative;
  width: 400px;
  height: 400px;
  margin: 0 auto;
}
#about-us-30 .central-element {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #ffc107;
  color: #222;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
#about-us-30 .central-element img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}
#about-us-30 .central-element h4 {
  font-size: 1.2rem;
  margin-bottom: 5px;
}
#about-us-30 .point-of-interest {
  position: absolute;
  width: 120px;
  text-align: center;
  padding: 15px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
#about-us-30 .point-of-interest i {
  font-size: 1.5rem;
  color: #00bfff;
  margin-bottom: 10px;
}
#about-us-30 .point-of-interest h5 {
  font-size: 1rem;
  margin-bottom: 5px;
}
#about-us-30 .point-of-interest p {
  font-size: 0.8rem;
  color: #ccc;
}
#about-us-30 .point-of-interest.top-left {
  top: 10px;
  left: 10px;
}
#about-us-30 .point-of-interest.top-right {
  top: 10px;
  right: 10px;
}
#about-us-30 .point-of-interest.bottom-left {
  bottom: 10px;
  left: 10px;
}
#about-us-30 .point-of-interest.bottom-right {
  bottom: 10px;
  right: 10px;
}
#about-us-30 .point-of-interest.center-left {
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
#about-us-30 .point-of-interest.center-right {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  #about-us-30 .circular-layout {
    width: 300px;
    height: 300px;
  }
  #about-us-30 .point-of-interest {
    width: 100px;
    font-size: 0.9rem;
  }
  #about-us-30 .point-of-interest i {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  #about-us-30 .central-element {
    width: 100px;
    height: 100px;
  }
  #about-us-30 .central-element img {
    width: 50px;
    height: 50px;
  }
}


