
#hero-4 {
  position: relative;
  height: 100vh;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#hero-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
#hero-4 .container {
  position: relative;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
#hero-4 .hero-title {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}
#hero-4 .hero-subtitle {
  font-size: 24px;
  margin-bottom: 30px;
}
.btn.btn-light {
  padding: 14px 40px;
  font-size: 18px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
}



#our-services-9 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#our-services-9 .header {
  text-align: center;
  margin-bottom: 40px;
}
#our-services-9 .header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#our-services-9 .header p {
  font-size: 1.1rem;
  color: #777;
}
#our-services-9 .accordion-item {
  border: none;
  border-bottom: 1px solid #ddd;
}
#our-services-9 .accordion-button {
  background: #f8f9fa;
  font-size: 1rem;
}
#our-services-9 .accordion-body {
  font-size: 0.95rem;
  color: #555;
}



#how-it-works-15 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f7f6;
}
#how-it-works-15 .section-title-container {
  margin-bottom: 50px;
}
#how-it-works-15 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}
#how-it-works-15 .section-main-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-15 .process-flow-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}
#how-it-works-15 .flow-step-item {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
  text-align: center;
  position: relative;
  margin: 15px;
  width: calc(100% / 3 - 30px);
  min-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#how-it-works-15 .flow-step-item:not(:last-child)::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #0d6efd;
  z-index: 1;
}
#how-it-works-15 .flow-icon {
  font-size: 2.5rem;
  color: #0d6efd;
  margin-bottom: 15px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color: #e7f0ff;
  display: inline-block;
}
#how-it-works-15 .flow-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 10px;
}
#how-it-works-15 .flow-description {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.6;
}
@media (max-width: 1199.98px) {
  #how-it-works-15 .flow-step-item {
    width: calc(100% / 2 - 30px);
  }
  #how-it-works-15 .flow-step-item:nth-child(2n):not(:last-child)::after {
    display: none;
  }
  #how-it-works-15 .flow-step-item:nth-child(2n-1):not(:last-child)::after {
    right: -25px;
  }
}
@media (max-width: 767.98px) {
  #how-it-works-15 .process-flow-container {
    flex-direction: column;
    align-items: center;
  }
  #how-it-works-15 .flow-step-item {
    width: 80%;
    margin-bottom: 40px;
  }
  #how-it-works-15 .flow-step-item::after {
    display: none;
  }
  #how-it-works-15 .flow-step-item:not(:last-child)::before {
    content: "\f063";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.5rem;
    color: #0d6efd;
  }
}
@media (max-width: 575.98px) {
  #how-it-works-15 .flow-step-item {
    width: 95%;
  }
}
@media (min-width: 1200px) {
  #how-it-works-15 .process-flow-container.items-5 .flow-step-item {
    width: calc(100% / 5 - 30px);
  }
  #how-it-works-15
    .process-flow-container.items-5
    .flow-step-item:nth-child(2n):not(:last-child)::after,
  #how-it-works-15
    .process-flow-container.items-5
    .flow-step-item:nth-child(2n-1):not(:last-child)::after {
    display: block;
  }
}



#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;
  }
}



#faq-26 {
  position: relative;
  padding: 100px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #212529;
}
#faq-26::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#faq-26 .container {
  position: relative;
  z-index: 2;
}
#faq-26 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2.2rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
#faq-26 .faq-content-wrapper {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
#faq-26 .faq-minimal-item {
  padding: 1.2rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#faq-26 .faq-minimal-item:last-child {
  border-bottom: none;
}
#faq-26 .faq-minimal-question {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.7rem;
}
#faq-26 .faq-minimal-answer {
  line-height: 1.7;
  margin-bottom: 0;
  opacity: 0.9;
}
#faq-26 .accordion-item {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  border-radius: 6px !important;
  overflow: hidden;
}
#faq-26 .accordion-button {
  font-weight: 600;
  padding: 1.2rem 1.5rem;
  border: none;
  box-shadow: none !important;
  background-color: transparent;
}
#faq-26 .accordion-button:not(.collapsed) {
  color: #0d6efd;
  background-color: rgba(231, 241, 255, 0.8);
}
#faq-26 .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%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");
  transition: transform 0.2s ease-in-out;
  filter: brightness(0.6);
}
#faq-26 .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");
  transform: rotate(-180deg);
  filter: none;
}
#faq-26 .accordion-body {
  padding: 1.5rem;
  line-height: 1.7;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
}
#faq-26 .accordion-body p:last-child {
  margin-bottom: 0;
}


