
#hero-3 {
  padding: 100px 0;
}
#hero-3 .hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #333;
}
#hero-3 .hero-subtitle {
  font-size: 20px;
  color: #666;
  margin-bottom: 30px;
}
#hero-3 .hero-image {
  max-width: 100%;
  border-radius: 8px;
}



#our-services-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f9fa;
}
#our-services-16 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#our-services-16 .section-header h2 {
  font-weight: 700;
  color: #343a40;
}
#our-services-16 .service-expandable-item {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
#our-services-16 .service-expandable-item:last-child {
  margin-bottom: 0;
}
#our-services-16 .service-header {
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: #fff;
  transition: background-color 0.15s ease-in-out;
  position: relative;
}
#our-services-16 .service-header:hover {
  background-color: #f1f1f1;
}
#our-services-16 .service-header .service-icon {
  font-size: 1.25rem;
  color: var(--bs-primary, #0d6efd);
  margin-right: 0.75rem;
  min-width: 1.5em;
}
#our-services-16 .service-header .service-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #495057;
  margin-bottom: 0;
  flex-grow: 1;
}
#our-services-16 .service-header .btn-collapse-trigger {
  background: none;
  border: none;
  padding: 0;
  margin-left: 1rem;
  color: #6c757d;
  font-size: 1.25rem;
  line-height: 1;
  transition: transform 0.2s ease-in-out;
}
#our-services-16 .service-header .btn-collapse-trigger.collapsed {
  transform: rotate(0deg);
}
#our-services-16 .service-header .btn-collapse-trigger:not(.collapsed) {
  transform: rotate(180deg);
}
#our-services-16 .service-details-collapse {
}
#our-services-16 .service-details-body {
  padding: 1.5rem 1.25rem;
  border-top: 1px solid #dee2e6;
  background-color: #fff;
}
#our-services-16 .service-details-body p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #6c757d;
  margin-bottom: 1rem;
}
#our-services-16 .service-details-body p:last-child {
  margin-bottom: 0;
}
#our-services-16 .service-details-body img {
  max-width: 100%;
  height: auto;
  border-radius: 0.25rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
#our-services-16 .service-details-body .details-link {
  display: inline-block;
  margin-top: 1rem;
  font-weight: 500;
}
#our-services-16 .accordion-container {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}



#why-choose-us-27 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #ffffff;
}
#why-choose-us-27 .section-title-container {
  margin-bottom: 40px;
}
#why-choose-us-27 .section-main-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #1a2b48;
  line-height: 1.3;
}
#why-choose-us-27 .section-main-subtitle {
  font-size: 1.15rem;
  color: #4a5568;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
  margin-bottom: 30px;
}
#why-choose-us-27 .introduction-paragraph-text {
  font-size: 1.05rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 40px;
  text-align: justify;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
#why-choose-us-27 .core-value-item {
  margin-bottom: 35px;
  padding: 25px;
  background-color: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #0d6efd;
}
#why-choose-us-27 .value-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#why-choose-us-27 .value-icon {
  font-size: 1.8rem;
  color: #0d6efd;
  margin-right: 15px;
  min-width: 30px;
}
#why-choose-us-27 .value-title-text {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2c3e50;
}
#why-choose-us-27 .value-description-text {
  font-size: 1rem;
  color: #495057;
  line-height: 1.8;
  text-align: justify;
  padding-left: 45px;
}
#why-choose-us-27 .closing-statement-text {
  margin-top: 40px;
  text-align: center;
  font-size: 1.1rem;
  color: #343a40;
  font-weight: 500;
  font-style: italic;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  background-color: #e9f5ff;
  border-radius: 8px;
}
@media (max-width: 767.98px) {
  #why-choose-us-27 .section-main-title {
    font-size: 2.2rem;
  }
  #why-choose-us-27 .section-main-subtitle {
    font-size: 1.05rem;
  }
  #why-choose-us-27 .introduction-paragraph-text {
    font-size: 1rem;
    text-align: left;
  }
  #why-choose-us-27 .value-title-text {
    font-size: 1.3rem;
  }
  #why-choose-us-27 .value-description-text {
    font-size: 0.95rem;
    padding-left: 0;
    text-align: left;
  }
  #why-choose-us-27 .core-value-item {
    padding: 20px;
  }
}



#features-6 {
  padding: 60px 0;
  background-color: #f8f9fa;
  text-align: center;
}
#features-6 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-6 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-6 .feature-item {
  padding: 20px;
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 8px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
#features-6 .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#features-6 .feature-icon {
  font-size: 40px;
  color: #17a2b8;
  margin-bottom: 20px;
}
#features-6 .feature-counter {
  font-size: 36px;
  font-weight: bold;
  color: #17a2b8;
  margin-bottom: 10px;
}
#features-6 .feature-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-6 .feature-description {
  font-size: 14px;
  color: #6c757d;
}



#call-to-action-24 {
  position: relative;
  padding: 0;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  color: #ffffff;
}
.cta-portrait-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#call-to-action-24 .container {
  position: relative;
  z-index: 2;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cta-portrait-content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cta-portrait-content-col h2 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.3;
}
.cta-portrait-content-col p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  max-width: 500px;
}
.cta-portrait-content-col .btn {
  padding: 0.8rem 2rem;
  font-weight: 600;
  width: fit-content;
}
.cta-portrait-image-col {
  position: relative;
  text-align: center;
}
.cta-portrait-img {
  max-width: 100%;
  height: auto;
  max-height: 550px;
  position: relative;
  bottom: -5rem;
  margin-bottom: -5rem;
}
@media (max-width: 991.98px) {
  .cta-portrait-content-col {
    text-align: center;
    margin-bottom: 0;
  }
  .cta-portrait-content-col p {
    margin-left: auto;
    margin-right: auto;
  }
  .cta-portrait-content-col .btn {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }
  .cta-portrait-img {
    max-height: 450px;
    bottom: -4rem;
    margin-bottom: -4rem;
  }
  #call-to-action-24 .container {
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .cta-portrait-content-col h2 {
    font-size: 2rem;
  }
  .cta-portrait-img {
    max-height: 350px;
    bottom: -3rem;
    margin-bottom: -3rem;
  }
}



#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;
  }
}


