
#our-services-12 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff;
}
#our-services-12 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#our-services-12 .section-header h2 {
  font-weight: 700;
  color: #343a40;
}
#our-services-12 .list-group {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#our-services-12 .list-group-item {
  padding: 1.25rem 1.5rem;
  border-color: #e9ecef;
  transition: background-color 0.15s ease-in-out;
}
#our-services-12 .list-group-item-action:hover,
#our-services-12 .list-group-item-action:focus {
  background-color: #f8f9fa;
  color: #495057;
  z-index: 1;
}
#our-services-12 .service-item-content {
  flex-grow: 1;
  margin-right: 1rem;
}
#our-services-12 .service-icon {
  font-size: 1.5rem;
  color: var(--bs-primary, #0d6efd);
  margin-right: 1rem;
  min-width: 1.5em;
}
#our-services-12 .service-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #495057;
  margin-bottom: 0.25rem;
}
#our-services-12 .service-description {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 0;
  line-height: 1.5;
}
#our-services-12 .service-badge .badge {
  font-size: 0.75rem;
  padding: 0.4em 0.6em;
  align-self: center;
}
@media (max-width: 575.98px) {
  #our-services-12 .list-group-item {
    padding: 1rem 1.25rem;
  }
  #our-services-12 .service-icon {
    font-size: 1.25rem;
    margin-right: 0.75rem;
  }
  #our-services-12 .service-title {
    font-size: 1rem;
  }
  #our-services-12 .service-badge {
  }
}



#how-it-works-14 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
#how-it-works-14 .section-title-container {
  margin-bottom: 50px;
}
#how-it-works-14 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
}
#how-it-works-14 .section-main-subtitle {
  font-size: 1.1rem;
  color: #7f8c8d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-14 .pillar-item {
  background-color: #f8f9fa;
  padding: 35px 25px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#how-it-works-14 .pillar-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}
#how-it-works-14 .pillar-icon {
  font-size: 2.8rem;
  color: #0d6efd;
  margin-bottom: 20px;
  line-height: 1;
}
#how-it-works-14 .pillar-title {
  font-size: 1.35rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 15px;
}
#how-it-works-14 .pillar-description {
  font-size: 0.95rem;
  color: #5a6778;
  line-height: 1.6;
  flex-grow: 1;
}
@media (min-width: 768px) {
  #how-it-works-14 .pillar-item {
    margin-bottom: 0;
  }
}



#content-block-25 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f9fa;
}
#content-block-25 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#content-block-25 .section-header h2 {
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.5rem;
}
#content-block-25 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
}
#content-block-25 .pricing-tier-card {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
#content-block-25 .pricing-tier-card .card-header {
  background-color: #e9ecef;
  border-bottom: 1px solid #dee2e6;
  padding: 1.25rem 1rem;
  text-align: center;
}
#content-block-25 .pricing-tier-card .card-header h4 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #495057;
}
#content-block-25 .pricing-tier-card .card-header .price {
  font-size: 1rem;
  color: #6c757d;
  font-weight: 500;
}
#content-block-25 .pricing-tier-card .card-body {
  padding: 1.5rem;
  flex-grow: 1;
}
#content-block-25 .features-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#content-block-25 .features-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
  font-size: 0.95rem;
  color: #555;
}
#content-block-25 .features-list li:last-child {
  margin-bottom: 0;
}
#content-block-25 .features-list li i {
  min-width: 1.5em;
  text-align: center;
  margin-right: 0.5rem;
  font-size: 1.1em;
}
#content-block-25 .features-list li i.fa-check {
  color: var(--bs-success, #198754);
}
#content-block-25 .features-list li i.fa-times {
  color: var(--bs-danger, #dc3545);
  opacity: 0.6;
}
#content-block-25 .features-list li .feature-value {
  font-weight: 600;
  margin-left: 0.3rem;
  color: #343a40;
}
#content-block-25 .pricing-tier-card .card-footer {
  background-color: transparent;
  border-top: 1px solid #e9ecef;
  padding: 1.5rem;
  text-align: center;
  margin-top: auto;
}
#content-block-25 .pricing-tier-card .card-footer .btn {
  width: 100%;
}
#content-block-25 .pricing-tier-card.highlighted {
  border-width: 2px;
  border-color: var(--bs-primary, #0d6efd);
  transform: scale(1.03);
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.1);
  z-index: 1;
}
#content-block-25 .pricing-tier-card.highlighted .card-header {
  background-color: var(--bs-primary, #0d6efd);
  border-color: var(--bs-primary, #0d6efd);
}
#content-block-25 .pricing-tier-card.highlighted .card-header h4,
#content-block-25 .pricing-tier-card.highlighted .card-header .price {
  color: #fff;
}
#content-block-25 .pricing-tier-card.highlighted .card-footer .btn {
}
@media (max-width: 991.98px) {
  #content-block-25 .pricing-tier-card {
    margin-bottom: 1.5rem;
  }
  #content-block-25 .pricing-tier-card.highlighted {
    transform: scale(1);
  }
}



#faq-25 {
  padding: 80px 0;
  background-color: #fff;
}
#faq-25 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
}
#faq-25 .accordion-item {
  border: 1px solid #e9ecef;
  border-radius: 0.5rem !important;
  margin-bottom: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
#faq-25 .accordion-button {
  font-weight: 600;
  color: #343a40;
  background-color: #f8f9fa;
  padding: 1.2rem 1.5rem;
  border: none;
  box-shadow: none !important;
}
#faq-25 .accordion-button:not(.collapsed) {
  color: #0d6efd;
  background-color: #e7f1ff;
}
#faq-25 .accordion-button::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");
  transition: transform 0.2s ease-in-out;
}
#faq-25 .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);
}
#faq-25 .accordion-body {
  padding: 1.5rem;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
  border-top: 1px solid #eee;
}
#faq-25 .accordion-body p:last-child {
  margin-bottom: 0;
}
#faq-25 .ask-question-card {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 2rem;
  height: 100%;
}
#faq-25 .ask-question-card h4 {
  font-weight: 600;
  margin-bottom: 0.75rem;
}
#faq-25 .ask-question-card .form-text {
  color: #6c757d;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}
#faq-25 .ask-question-card .form-label {
  font-weight: 500;
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
}
#faq-25 .ask-question-card .form-control {
  margin-bottom: 1rem;
}
#faq-25 .ask-question-card textarea.form-control {
  min-height: 120px;
}
#faq-25 .ask-question-card .btn-submit-question {
  width: 100%;
  padding: 0.75rem;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  #faq-25 .ask-question-card {
    margin-top: 2rem;
  }
}



#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;
  }
}


