.elementor-17077 .elementor-element.elementor-element-c9f5687{--display:flex;}/* Start custom CSS */.kc-wb {
  font-family: 'Inter', sans-serif;
  color: #fff;
  background-color: #05001b;
}

.kc-wb h2{
    line-height:1.2em;
}

.kc-wb-hero {
  background-color: #05001b;
  padding: 80px 20px;
  text-align: center;
}

.kc-wb-badge {
  display: inline-block;
  background-color: transparent;
  color: #23E4AB;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
  border-bottom: 2px solid #23E4AB;
  padding-bottom: 8px;
}

.kc-wb-hero h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px!important;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.kc-wb-hero p {
  font-size: 18px;
  line-height: 1.6;
  color: #ccc;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px!important;
}

.kc-wb-cta-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.kc-wb-btn-primary {
  background: linear-gradient(135deg, #8553fe, #ad49ff);
  color: #fff!important;
  padding: 14px 32px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.2s, box-shadow 0.2s;
}

.kc-wb-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(133, 83, 254, 0.3);
}

.kc-wb-btn-outline {
  background-color: transparent;
  color: #fff!important;
  padding: 14px 32px;
  border: 2px solid #23E4AB;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.2s, color 0.2s;
}

.kc-wb-btn-outline:hover {
  background-color: #23E4AB!important;
  color: #05001b!important;
}

.kc-wb-stats-bar {
  background-color: #0a0020;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.kc-wb-stat {
  text-align: center;
}

.kc-wb-stat-number {
  font-size: 28px;
  font-weight: 700;
  color: #23E4AB;
  display: block;
  margin-bottom: 8px!important;
}

.kc-wb-stat-label {
  font-size: 14px;
  color: #ccc;
}

.kc-wb-testimonial-featured {
  background-color: #05001b;
  padding: 60px 20px;
  text-align: center;
}

.kc-wb-testimonial-card {
  background-color: #0d0025;
  border: 1px solid #23E4AB;
  padding: 40px;
  max-width: 700px;
  margin: 0 auto;
  border-radius: 12px;
}

.kc-wb-stars {
  color: #23E4AB;
  font-size: 16px;
  margin-bottom: 20px!important;
}

.kc-wb-testimonial-card blockquote {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px!important;
  font-style: italic;
  color: #fff;
}

.kc-wb-testimonial-card .kc-wb-author {
  font-size: 14px;
  color: #23E4AB;
  font-weight: 600;
}

.kc-wb-section {
  background-color: #05001b;
  padding: 60px 20px;
}

.kc-wb-section h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px!important;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.kc-wb-section > p {
  font-size: 16px;
  line-height: 1.7;
  color: #ccc;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px!important;
}

.kc-wb-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.kc-wb-feature-card {
  background-color: #0d0025;
  border-radius: 12px;
  padding: 30px;
  border-left: 4px solid #23E4AB;
}

.kc-wb-feature-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px!important;
}

.kc-wb-feature-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #bbb;
}

.kc-wb-local-section {
  background-color: #05001b;
  padding: 60px 20px;
}

.kc-wb-local-section h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px!important;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.kc-wb-local-content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.kc-wb-local-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #ccc;
  margin-bottom: 20px!important;
}

.kc-wb-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.kc-wb-testimonial-item {
  background-color: #0d0025;
  padding: 30px;
  border-radius: 12px;
  border: 1px solid rgba(35, 228, 171, 0.2);
}

.kc-wb-testimonial-item .kc-wb-stars {
  margin-bottom: 15px!important;
}

.kc-wb-testimonial-item p {
  font-size: 15px;
  line-height: 1.7;
  color: #ccc;
  margin-bottom: 15px!important;
  font-style: italic;
}

.kc-wb-testimonial-item .kc-wb-author {
  font-size: 13px;
  color: #23E4AB;
  font-weight: 600;
}

.kc-wb-process-section {
  background-color: #05001b;
  padding: 60px 20px;
}

.kc-wb-process-section h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px!important;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.kc-wb-process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.kc-wb-process-step {
  background-color: #0d0025;
  padding: 30px;
  border-radius: 12px;
  border-top: 4px solid #23E4AB;
}

.kc-wb-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #8553fe, #ad49ff);
  border-radius: 50%;
  font-weight: 700;
  margin-bottom: 15px!important;
}

.kc-wb-process-step h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px!important;
}

.kc-wb-process-step p {
  font-size: 15px;
  line-height: 1.6;
  color: #bbb;
}

.kc-wb-pricing-section {
  background-color: #05001b;
  padding: 60px 20px;
}

.kc-wb-pricing-section h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px!important;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.kc-wb-pricing-content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.kc-wb-pricing-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #ccc;
  margin-bottom: 20px!important;
}

.kc-wb-pricing-content .kc-wb-btn-primary {
  margin-top: 20px!important;
}

.kc-wb-faq-section {
  background-color: #05001b;
  padding: 60px 20px!important;
}

.kc-wb-faq-section h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px!important;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.kc-wb-faq-list {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.kc-wb-faq-item {
  background-color: #0d0025;
  margin-bottom: 12px!important;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(35, 228, 171, 0.1);
}

.kc-wb-faq-item summary {
  padding: 20px;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  user-select: none;
  transition: background-color 0.2s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.kc-wb-faq-item summary:hover {
  background-color: rgba(35, 228, 171, 0.05);
}

.kc-wb-faq-item details[open] summary {
  color: #23E4AB;
  border-bottom: 1px solid rgba(35, 228, 171, 0.2);
}

.kc-wb-faq-item details[open] {
  background-color: rgba(35, 228, 171, 0.02);
}

.kc-wb-faq-item p {
  padding: 0 20px 20px 20px;
  font-size: 15px;
  line-height: 1.7;
  color: #bbb;
}

.kc-wb-cta-final {
  background-color: #0a0020;
  padding: 80px 20px;
  text-align: center;
}

.kc-wb-cta-final h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px!important;
  color: #fff;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.kc-wb-cta-final p {
  font-size: 16px;
  line-height: 1.6;
  color: #ccc;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px!important;
}

.kc-wb-cta-benefit {
  display: block;
  font-size: 14px;
  color: #23E4AB;
  margin-bottom: 20px!important;
  font-weight: 500;
}

@media (max-width: 768px) {
  .kc-wb-hero h1 {
    font-size: 32px;
  }

  .kc-wb-hero p {
    font-size: 16px;
  }

  .kc-wb-stats-bar {
    gap: 30px;
  }

  .kc-wb-cta-group {
    flex-direction: column;
    align-items: center;
  }

  .kc-wb-btn-primary, .kc-wb-btn-outline {
    width: 100%;
    max-width: 300px;
  }

  .kc-wb-section h2 {
    font-size: 28px;
  }

  .kc-wb-cta-final h2 {
    font-size: 28px;
  }
}/* End custom CSS */