
#our-services-26 {
  padding: 80px 0;
  background-color: #f8f9fa;
}
#our-services-26 .services-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2.2rem;
}
#our-services-26 .service-comparison-table {
  border: 1px solid #dee2e6;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
#our-services-26 .service-comparison-table thead th {
  background-color: #e9ecef;
  text-align: center;
  padding: 1.2rem 1rem;
  vertical-align: middle;
  font-weight: 700;
  font-size: 1.1rem;
  border-bottom-width: 2px;
  border-color: #ced4da !important;
  color: #343a40;
}
#our-services-26 .service-comparison-table thead th:first-child {
  background-color: #f8f9fa;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
}
#our-services-26 .service-comparison-table .plan-price,
#our-services-26 .service-comparison-table .plan-price-period {
  display: none;
}
#our-services-26 .service-comparison-table tbody th {
  text-align: left;
  padding: 1rem 1.25rem;
  font-weight: 500;
  font-size: 0.95rem;
  vertical-align: middle;
  background-color: #f8f9fa;
  border-right: 1px solid #dee2e6;
}
#our-services-26 .service-comparison-table tbody td {
  text-align: center;
  padding: 1rem;
  vertical-align: middle;
  font-size: 0.95rem;
  color: #495057;
}
#our-services-26 .service-comparison-table .plan-header.highlighted {
  background-color: #0d6efd;
  color: #fff;
  border-color: #0a58ca !important;
}
#our-services-26 .service-comparison-table .plan-cell.highlighted {
  background-color: #e7f1ff;
}
#our-services-26 .service-comparison-table .plan-cta-row td {
  padding: 1.5rem 1rem;
}
#our-services-26 .service-comparison-table .btn-select-plan {
  font-size: 0.9rem;
  padding: 0.5rem 1.2rem;
  font-weight: 500;
}



#how-it-works-27 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f8f9fa;
}
#how-it-works-27 .section-title-container {
  margin-bottom: 50px;
}
#how-it-works-27 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}
#how-it-works-27 .section-main-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-27 .circular-process-wrapper {
  position: relative;
  max-width: 700px;
  margin: 40px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 350px;
}
#how-it-works-27 .central-element-display {
  position: absolute;
  text-align: center;
  z-index: 2;
}
#how-it-works-27 .central-element-display .central-icon {
  font-size: 3rem;
  color: #0d6efd;
  margin-bottom: 10px;
  display: block;
}
#how-it-works-27 .central-element-display .central-text {
  font-size: 1.1rem;
  font-weight: 600;
  color: #343a40;
}
#how-it-works-27 .circular-step {
  position: absolute;
  width: 130px;
  height: 130px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 1;
}
#how-it-works-27 .circular-step:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
#how-it-works-27 .step-icon-circular {
  font-size: 1.8rem;
  color: #0d6efd;
  margin-bottom: 8px;
}
#how-it-works-27 .step-title-circular {
  font-size: 0.9rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 4px;
}
#how-it-works-27 .step-description-circular {
  font-size: 0.75rem;
  color: #6c757d;
  line-height: 1.3;
}
#how-it-works-27 .circular-step-0 {
  transform: translate(0, -160px);
}
#how-it-works-27 .circular-step-1 {
  transform: translate(152px, -48px) rotate(72deg);
}
#how-it-works-27 .circular-step-2 {
  transform: translate(94px, 128px) rotate(144deg);
}
#how-it-works-27 .circular-step-3 {
  transform: translate(-94px, 128px) rotate(216deg);
}
#how-it-works-27 .circular-step-4 {
  transform: translate(-152px, -48px) rotate(288deg);
}
@media (max-width: 767.98px) {
  #how-it-works-27 .circular-process-wrapper {
    display: block;
    min-height: auto;
    margin: 20px auto;
  }
  #how-it-works-27 .central-element-display {
    position: static;
    margin-bottom: 30px;
  }
  #how-it-works-27 .circular-step {
    position: static;
    transform: none !important;
    width: 80%;
    max-width: 300px;
    height: auto;
    border-radius: 10px;
    margin: 0 auto 20px auto;
    padding: 20px;
  }
  #how-it-works-27 .circular-step:hover {
    transform: scale(1.03) !important;
  }
  #how-it-works-27 .step-icon-circular {
    font-size: 2rem;
  }
  #how-it-works-27 .step-title-circular {
    font-size: 1.1rem;
  }
  #how-it-works-27 .step-description-circular {
    font-size: 0.9rem;
  }
}



#content-block-9 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#content-block-9 .header {
  text-align: center;
  margin-bottom: 40px;
}
#content-block-9 .header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#content-block-9 .header p {
  font-size: 1.1rem;
  color: #777;
}
#content-block-9 .article-body {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}



#faq-23 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#faq-23 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
}
#faq-23 .faq-trigger-list .list-group-item {
  padding: 1rem 1.25rem;
  font-weight: 500;
  color: #343a40;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  border-color: #e9ecef;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#faq-23 .faq-trigger-list .list-group-item:hover {
  background-color: #eef2f7;
  color: #0d6efd;
}
#faq-23 .faq-trigger-list .list-group-item i {
  color: #adb5bd;
  font-size: 0.9em;
}
#faq-23 .modal-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
}
#faq-23 .modal-title {
  font-weight: 600;
  font-size: 1.2rem;
}
#faq-23 .modal-body {
  padding: 1.5rem 2rem;
  line-height: 1.7;
}
#faq-23 .modal-body img {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid #eee;
}
#faq-23 .modal-body p:last-child {
  margin-bottom: 0;
}
#faq-23 .modal-footer {
  border-top: 1px solid #dee2e6;
  background-color: #f8f9fa;
}



#call-to-action-15 {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0;
}
#call-to-action-15 .left-side,
#call-to-action-15 .right-side {
  flex: 1 1 50%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  padding: 40px;
}
#call-to-action-15 .left-side {
  background-color: #007bff;
}
#call-to-action-15 .right-side {
  background-color: #28a745;
}
#call-to-action-15 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-15 p {
  font-size: 1.1rem;
  margin-bottom: 30px;
}
#call-to-action-15 .btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2rem;
  transition: background-color 0.3s ease-in-out;
}
#call-to-action-15 .left-side .btn {
  background-color: #fff;
  color: #007bff;
}
#call-to-action-15 .left-side .btn:hover {
  background-color: #e0f2f7;
}
#call-to-action-15 .right-side .btn {
  background-color: #fff;
  color: #28a745;
}
#call-to-action-15 .right-side .btn:hover {
  background-color: #e3f2fd;
}
#call-to-action-15::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, #007bff 50%, #28a745 50%);
  z-index: -1;
}
@media (max-width: 768px) {
  #call-to-action-15::before {
    background: linear-gradient(to bottom, #007bff 50%, #28a745 50%);
  }
}


