
#hero-18 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 68vh;
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
  text-align: right;
}
#hero-18 .hero-overlay-18 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-18 .container {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#hero-18 .hero-content-wrapper-18 {
  max-width: 680px;
  margin-right: 0;
  margin-left: auto;
}
#hero-18 .hero-title-18 {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-18 .hero-subtitle-18 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-18 .hero-cta-button-18 {
  display: inline-block;
  padding: 0.8rem 2.1rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease, filter 0.2s ease;
}
#hero-18 .hero-cta-button-18:hover {
  transform: translateY(-2px);
  filter: brightness(110%);
}
@media (max-width: 767.98px) {
  #hero-18 {
    min-height: 60vh;
    padding: 4rem 0;
    text-align: center;
    justify-content: center;
  }
  #hero-18 .container {
    justify-content: center;
  }
  #hero-18 .hero-content-wrapper-18 {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
  #hero-18 .hero-title-18 {
    font-size: 2.4rem;
  }
  #hero-18 .hero-subtitle-18 {
    font-size: 1.1rem;
  }
}



#our-services-5 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 900px;
}
#our-services-5 .nav-tabs .nav-link {
  font-size: 1rem;
  padding: 10px 15px;
}
#our-services-5 .tab-content {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
#our-services-5 .service-tab {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}



#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;
  }
}



#why-choose-us-13 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f9fa;
  text-align: center;
}
#why-choose-us-13 .section-header {
  margin-bottom: 3rem;
}
#why-choose-us-13 .section-header h2 {
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.75rem;
}
#why-choose-us-13 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#why-choose-us-13 .feature-grid-item {
  margin-bottom: 2.5rem;
}
#why-choose-us-13 .feature-icon-large {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  color: var(--bs-primary, #0d6efd);
  display: inline-block;
  transition: transform 0.3s ease-out;
}
#why-choose-us-13 .feature-grid-item:hover .feature-icon-large {
  transform: translateY(-5px) scale(1.1);
}
#why-choose-us-13 .feature-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #495057;
}
#why-choose-us-13 .feature-description {
  font-size: 0.95rem;
  color: #6c757d;
  line-height: 1.6;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  #why-choose-us-13 .section-header {
    margin-bottom: 2rem;
  }
  #why-choose-us-13 .feature-grid-item {
    margin-bottom: 2rem;
  }
  #why-choose-us-13 .feature-icon-large {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  #why-choose-us-13 .feature-title {
    font-size: 1.2rem;
  }
}



#testimonials-14 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #ffffff);
}
#testimonials-14 .container {
  max-width: 960px;
}
#testimonials-14 .section-header {
  margin-bottom: 60px;
  text-align: center;
}
#testimonials-14 .section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 15px;
}
#testimonials-14 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}
#testimonials-14 .testimonial-item-row {
  margin-bottom: 50px;
  align-items: center;
}
#testimonials-14 .testimonial-image-container {
  text-align: center;
  padding: 15px;
}
#testimonials-14 .testimonial-image-container img {
  max-width: 100%;
  height: auto;
  width: 250px;
  max-height: 250px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border: 5px solid #ffffff;
}
#testimonials-14 .testimonial-content-box {
  background-color: #f8f9fa;
  padding: 35px 40px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  border: 1px solid #e9ecef;
}
#testimonials-14 .testimonial-content-box::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 5rem;
  color: #e9ecef;
  position: absolute;
  top: 15px;
  right: 25px;
  z-index: 1;
  line-height: 1;
  opacity: 0.9;
}
#testimonials-14 .testimonial-content {
  position: relative;
  z-index: 2;
}
#testimonials-14 .testimonial-quote {
  font-size: 1.1rem;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 20px;
  font-style: italic;
}
#testimonials-14 .client-name {
  font-weight: 600;
  color: #343a40;
  display: block;
  margin-bottom: 3px;
  font-size: 1.05rem;
}
#testimonials-14 .client-position {
  font-size: 0.9rem;
  color: #6c757d;
  display: block;
  margin-bottom: 10px;
}
#testimonials-14 .rating {
  color: #ffc107;
  font-size: 0.95rem;
}
@media (max-width: 767.98px) {
  #testimonials-14 {
    padding: 50px 0;
  }
  #testimonials-14 .section-header h2 {
    font-size: 2rem;
  }
  #testimonials-14 .testimonial-item-row {
    margin-bottom: 30px;
  }
  #testimonials-14 .testimonial-image-container {
    margin-bottom: 20px;
  }
  #testimonials-14 .testimonial-image-container img {
    width: 180px;
    max-height: 180px;
  }
  #testimonials-14 .testimonial-content-box {
    padding: 30px;
  }
  #testimonials-14 .testimonial-content-box::before {
    font-size: 4rem;
    top: 10px;
    right: 15px;
  }
}



#call-to-action-8 {
  background-color: #17a2b8;
  color: #fff;
  padding: 70px 20px;
  text-align: center;
}
#call-to-action-8 h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}
#call-to-action-8 p {
  font-size: 18px;
  margin-bottom: 30px;
}
#call-to-action-8 .cta-btn {
  padding: 12px 30px;
  background-color: #fff;
  color: #17a2b8;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
#call-to-action-8 .cta-btn:hover {
  background-color: #e2e6ea;
  color: #17a2b8;
}
@media (max-width: 767.98px) {
  #call-to-action-8 h2 {
    font-size: 28px;
  }
  #call-to-action-8 p {
    font-size: 16px;
  }
}


