
#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;
}



#how-it-works-8 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#how-it-works-8 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#how-it-works-8 .numbered-list {
  counter-reset: step;
  list-style: none;
  padding: 0;
}
#how-it-works-8 .numbered-list li {
  position: relative;
  padding: 20px 20px 20px 60px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
#how-it-works-8 .numbered-list li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: #007bff;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
#how-it-works-8 .numbered-list li h4 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  color: #007bff;
}
#how-it-works-8 .numbered-list li p {
  margin: 0;
  font-size: 1rem;
  color: #555;
}



#content-block-13 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
}
#content-block-13 .header {
  margin-bottom: 40px;
}
#content-block-13 .header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#content-block-13 .items-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#content-block-13 .item-card {
  flex: 1 1 calc(33.333% - 20px);
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}
#content-block-13 .item-card i {
  font-size: 2.5rem;
  color: #007bff;
  margin-bottom: 10px;
}
#content-block-13 .item-card h5 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}
#content-block-13 .item-card p {
  font-size: 0.95rem;
  color: #555;
}
@media (max-width: 992px) {
  #content-block-13 .item-card {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  #content-block-13 .item-card {
    flex: 1 1 100%;
  }
}



#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;
  }
}



#call-to-action-6 {
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  text-align: center;
  color: #ffffff;
  position: relative;
}
#call-to-action-6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
#call-to-action-6 .cta-content {
  position: relative;
  z-index: 1;
}
#call-to-action-6 h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}
#call-to-action-6 p {
  font-size: 18px;
  margin-bottom: 30px;
}
#call-to-action-6 .cta-btn {
  padding: 12px 30px;
  font-size: 16px;
  border: none;
  border-radius: 30px;
  background-color: #17a2b8;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s;
}
#call-to-action-6 .cta-btn:hover {
  background-color: #138496;
}
@media (max-width: 767.98px) {
  #call-to-action-6 h2 {
    font-size: 28px;
  }
  #call-to-action-6 p {
    font-size: 16px;
  }
}


