
#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-11 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f9fa;
}
#our-services-11 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#our-services-11 .section-header h2 {
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.5rem;
}
#our-services-11 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
}
#our-services-11 .service-card {
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#our-services-11 .service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#our-services-11 .card-img-top {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
#our-services-11 .card-body {
  padding: 1.5rem;
  flex-grow: 1;
}
#our-services-11 .card-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #495057;
}
#our-services-11 .card-text {
  font-size: 0.95rem;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 1rem;
}
#our-services-11 .card-footer {
  background-color: transparent;
  border-top: none;
  padding: 0 1.5rem 1.5rem;
  margin-top: auto;
}
#our-services-11 .btn-service-link {
}



#how-it-works-18 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}
#how-it-works-18 .section-title-container {
  margin-bottom: 50px;
}
#how-it-works-18 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
}
#how-it-works-18 .section-main-subtitle {
  font-size: 1.1rem;
  color: #7f8c8d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-18 .checklist-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-18 .checklist-item {
  display: flex;
  align-items: flex-start;
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
#how-it-works-18 .checklist-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
#how-it-works-18 .checklist-icon {
  font-size: 1.8rem;
  color: #28a745;
  margin-right: 20px;
  min-width: 30px;
  padding-top: 3px;
}
#how-it-works-18 .checklist-content .checklist-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 8px;
}
#how-it-works-18 .checklist-content .checklist-description {
  font-size: 0.95rem;
  color: #5a6778;
  line-height: 1.6;
}
@media (max-width: 575.98px) {
  #how-it-works-18 .checklist-item {
    padding: 15px;
  }
  #how-it-works-18 .checklist-icon {
    font-size: 1.5rem;
    margin-right: 15px;
  }
  #how-it-works-18 .checklist-content .checklist-title {
    font-size: 1.1rem;
  }
}



#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;
  }
}



#faq-22 {
  padding: 80px 0;
  background-color: #fff;
}
#faq-22 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 4rem;
  font-size: 2rem;
}
#faq-22 .faq-alternating-block {
  margin-bottom: 5rem;
}
#faq-22 .faq-alternating-block:last-child {
  margin-bottom: 0;
}
#faq-22 .faq-alternating-block:nth-child(even) {
  background-color: #f8f9fa;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-radius: 15px;
}
#faq-22 .faq-content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 1.5rem;
}
#faq-22 .faq-content-col h5 {
  font-weight: 600;
  color: #212529;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
#faq-22 .faq-content-col p {
  color: #495057;
  line-height: 1.7;
  margin-bottom: 0;
}
#faq-22 .faq-image-col {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#faq-22 .faq-alternating-image {
  max-width: 90%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767.98px) {
  #faq-22 .faq-alternating-block {
    margin-bottom: 3rem;
  }
  #faq-22 .faq-image-col {
    margin-bottom: 1.5rem;
    order: 1 !important;
  }
  #faq-22 .faq-content-col {
    order: 2 !important;
    text-align: center;
  }
  #faq-22 .faq-content-col p {
    text-align: left;
  }
  #faq-22 .faq-alternating-image {
    max-width: 80%;
  }
  #faq-22 .faq-alternating-block:nth-child(even) {
    padding: 2rem 1rem;
  }
}


