
#hero-9 {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 150px 20px;
  color: #fff;
  text-align: center;
}
#hero-9 .parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
#hero-9 .container {
  position: relative;
  z-index: 2;
}
#hero-9 .hero-title {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}
#hero-9 .hero-subtitle {
  font-size: 24px;
  margin-bottom: 30px;
}



#testimonials-7 {
  padding: 60px 15px;
  max-width: 800px;
  margin: 0 auto;
}
#testimonials-7 .section-header {
  text-align: center;
  margin-bottom: 30px;
}
#testimonials-7 .section-header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#testimonials-7 .section-header p {
  font-size: 1.1rem;
  color: #777;
}
#testimonials-7 .carousel-container {
  position: relative;
  overflow: hidden;
  height: 350px;
}
#testimonials-7 .carousel-item {
  display: none;
  text-align: center;
  padding: 30px;
}
#testimonials-7 .carousel-item.active {
  display: block;
}
#testimonials-7 .carousel-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
#testimonials-7 .carousel-item p {
  font-size: 1.1rem;
  font-style: italic;
  color: #333;
  margin-bottom: 10px;
}
#testimonials-7 .client-info {
  font-size: 0.95rem;
  color: #777;
}



#content-block-7 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#content-block-7 .header {
  text-align: center;
  margin-bottom: 40px;
}
#content-block-7 .header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#content-block-7 .header p {
  font-size: 1.1rem;
  color: #777;
}
#content-block-7 .article-body {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}



#portfolio-6 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f8f9fa;
}
#portfolio-6 .section-title-container {
  margin-bottom: 40px;
}
#portfolio-6 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #2c3e50;
}
#portfolio-6 .section-main-subtitle {
  font-size: 1.1rem;
  color: #5a677d;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
#portfolio-6 .accordion-item {
  background-color: #ffffff;
  border: 1px solid #e0e5ec;
  margin-bottom: 10px;
  border-radius: 0.5rem;
}
#portfolio-6 .accordion-item:first-of-type {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
#portfolio-6 .accordion-item:last-of-type {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
#portfolio-6 .accordion-header .accordion-button {
  font-size: 1.25rem;
  font-weight: 500;
  color: #343a40;
  background-color: #f8f9fa;
  border-radius: 0;
  padding: 1rem 1.5rem;
  box-shadow: none;
  border-bottom: none;
}
#portfolio-6 .accordion-header .accordion-button:not(.collapsed) {
  color: #0d6efd;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075);
}
#portfolio-6 .accordion-header .accordion-button .category-accordion-icon {
  margin-right: 12px;
  font-size: 1.1rem;
  opacity: 0.8;
}
#portfolio-6
  .accordion-header
  .accordion-button:not(.collapsed)
  .category-accordion-icon {
  opacity: 1;
}
#portfolio-6 .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23343a40'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#portfolio-6 .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230d6efd'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#portfolio-6 .accordion-body {
  padding: 20px 25px;
  background-color: #fff;
}
#portfolio-6 .project-in-category-item {
  display: flex;
  align-items: flex-start;
  padding: 15px 0;
  border-bottom: 1px dashed #e9ecef;
  transition: background-color 0.2s ease;
}
#portfolio-6 .project-in-category-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#portfolio-6 .project-in-category-item:hover {
  background-color: #fafdff;
}
#portfolio-6 .project-thumbnail img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 5px;
  margin-right: 20px;
  border: 1px solid #dee2e6;
}
#portfolio-6 .project-details .project-title-accordion {
  font-size: 1.1rem;
  font-weight: 600;
  color: #0d6efd;
  margin-bottom: 3px;
  text-decoration: none;
  display: inline-block;
}
#portfolio-6 .project-details .project-title-accordion:hover {
  text-decoration: underline;
}
#portfolio-6 .project-details .project-summary-accordion {
  font-size: 0.9rem;
  color: #555e68;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  #portfolio-6 .accordion-header .accordion-button {
    font-size: 1.1rem;
    padding: 0.8rem 1.2rem;
  }
  #portfolio-6 .project-in-category-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #portfolio-6 .project-thumbnail img {
    margin-right: 0;
    margin-bottom: 10px;
  }
}



#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;
  }
}



#content-block-12 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
}
#content-block-12 .quote-block {
  background: #f1f1f1;
  padding: 50px 30px;
  border-radius: 8px;
  font-size: 1.5rem;
  font-style: italic;
  color: #333;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#content-block-12 .quote-block .author {
  margin-top: 20px;
  font-size: 1.2rem;
  font-weight: bold;
}



#call-to-action-12 {
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  position: relative;
}
#call-to-action-12 .cta-content {
  max-width: 700px;
  margin: 0 auto;
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
}
#call-to-action-12 h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-12 p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
#call-to-action-12 .btn {
  display: inline-block;
  background-color: #ffc107;
  color: #333;
  padding: 15px 40px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3rem;
  transition: background-color 0.3s ease-in-out;
}
#call-to-action-12 .btn:hover {
  background-color: #e0a800;
}


