.elementor-17098 .elementor-element.elementor-element-c9f5687{--display:flex;}/* Start custom CSS */.kc-wb {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  color: #fff;
  background-color: #05001b;
}

/* Utility Classes */
.kc-wb-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.kc-wb-button-primary {
  display: inline-block;
  padding: 14px 32px;
  background: linear-gradient(135deg, #8553fe, #ad49ff);
  color: #fff!important;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.kc-wb-button-primary:hover {
  opacity: 0.9;
}

.kc-wb-button-ghost {
  display: inline-block;
  padding: 14px 32px;
  background: transparent;
  color: #23E4AB!important;
  text-decoration: none;
  border: 2px solid #23E4AB;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.kc-wb-button-ghost:hover {
  background-color: #23E4AB!important;
  color: #05001b!important;
}

.kc-wb-teal {
  color: #23E4AB;
}

.kc-wb-accent-line {
  height: 3px;
  width: 60px;
  background-color: #23E4AB;
  margin: 16px 0;
}

/* Hero Section */
.kc-wb-hero {
  background-color: #05001b;
  padding: 80px 0;
  text-align: center;
}

.kc-wb-hero-badge {
  display: inline-block;
  background-color: transparent;
  border: 2px solid #23E4AB;
  color: #23E4AB;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 24px!important;
}

.kc-wb-hero h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px!important;
  color: #fff;
}

.kc-wb-hero .kc-wb-subheadline {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 40px!important;
  color: #ccc;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.kc-wb-hero-ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Stats Bar */
.kc-wb-stats {
  background-color: #0a0020;
  padding: 60px 0;
  text-align: center;
}

.kc-wb-stats-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

.kc-wb-stat-item {
  padding: 20px;
}

.kc-wb-stat-item .kc-wb-stat-number {
  font-size: 36px;
  font-weight: 700;
  color: #23E4AB;
  margin-bottom: 8px!important;
  line-height: 1.2em;
}

.kc-wb-stat-item .kc-wb-stat-label {
  font-size: 16px;
  color: #ccc;
  font-weight: 500;
}

/* Lead Testimonial */
.kc-wb-testimonial-lead {
  background-color: #05001b;
  padding: 80px 0;
  text-align: center;
}

.kc-wb-testimonial-lead-card {
  background-color: #0d0025;
  padding: 40px;
  border-radius: 12px;
  border: 1px solid #23E4AB;
  max-width: 700px;
  margin: 0 auto;
}

.kc-wb-testimonial-lead-card .kc-wb-stars {
  color: #23E4AB;
  font-size: 18px;
  margin-bottom: 20px!important;
}

.kc-wb-testimonial-lead-card .kc-wb-quote {
  font-size: 20px;
  line-height: 1.6;
  font-style: italic;
  margin-bottom: 20px!important;
  color: #fff;
}

.kc-wb-testimonial-lead-card .kc-wb-attribution {
  font-size: 14px;
  color: #ccc;
  font-weight: 500;
}

/* Feature Section */
.kc-wb-feature-section {
  background-color: #0a0020;
  padding: 80px 0;
}

.kc-wb-feature-section h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
  line-height: 1.3;
}

.kc-wb-feature-intro {
  font-size: 16px;
  line-height: 1.6;
  color: #ccc;
  margin-bottom: 60px!important;
  max-width: 600px;
}

.kc-wb-feature-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
}

.kc-wb-feature-card {
  background-color: #0d0025;
  padding: 40px;
  border-radius: 12px;
  border-top: 4px solid #23E4AB;
}

.kc-wb-feature-card .kc-wb-icon-area {
  width: 50px;
  height: 50px;
  background-color: #23E4AB;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #05001b;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px!important;
}

.kc-wb-feature-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px!important;
  color: #fff;
}

.kc-wb-feature-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #ccc;
}

/* Serving Section */
.kc-wb-serving {
  background-color: #05001b;
  padding: 80px 0;
}

.kc-wb-serving h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px!important;
  color: #fff;
}

.kc-wb-serving p {
  font-size: 16px;
  line-height: 1.8;
  color: #ccc;
  margin-bottom: 24px!important;
}

/* Testimonial Cards Section */
.kc-wb-testimonials {
  background-color: #0a0020;
  padding: 80px 0;
}

.kc-wb-testimonials h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 60px!important;
  color: #fff;
  text-align: center;
}

.kc-wb-testimonial-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
}

.kc-wb-testimonial-card {
  background-color: #0d0025;
  padding: 32px;
  border-radius: 12px;
  border: 1px solid #23E4AB;
}

.kc-wb-testimonial-card .kc-wb-stars {
  color: #23E4AB;
  font-size: 16px;
  margin-bottom: 16px!important;
}

.kc-wb-testimonial-card .kc-wb-text {
  font-size: 15px;
  line-height: 1.6;
  color: #ccc;
  margin-bottom: 16px!important;
}

.kc-wb-testimonial-card .kc-wb-author {
  font-size: 14px;
  font-weight: 600;
  color: #23E4AB;
}

/* Creating Web Pages Section */
.kc-wb-creating {
  background-color: #05001b;
  padding: 80px 0!important;
}

.kc-wb-creating h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px!important;
  color: #fff;
}

.kc-wb-creating-intro {
  font-size: 16px;
  line-height: 1.6;
  color: #ccc;
  margin-bottom: 50px!important;
  max-width: 700px;
}

.kc-wb-creating-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  margin-bottom: 50px!important;
}

.kc-wb-creating-item {
  padding: 30px;
  background-color: #0a0020;
  border-left: 4px solid #23E4AB;
  border-radius: 4px;
}

.kc-wb-creating-item h3 {
  font-size: 18px;
  font-weight: 600;
  color: #23E4AB;
  margin-bottom: 12px;
}

/* Process Section */
.kc-wb-process {
  background-color: #0a0020;
  padding: 80px 0;
}

.kc-wb-process h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 60px!important;
  color: #fff;
}

.kc-wb-process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

.kc-wb-process-step {
  padding: 40px;
  background-color: #0d0025;
  border-radius: 12px;
  border-left: 4px solid #23E4AB;
}

.kc-wb-process-step .kc-wb-step-number {
  font-size: 36px;
  font-weight: 700;
  color: #23E4AB;
  margin-bottom: 16px!important;
}

.kc-wb-process-step h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px!important;
}

.kc-wb-process-step p {
  font-size: 15px;
  line-height: 1.6;
  color: #ccc;
}

/* Pricing Section */
.kc-wb-pricing {
  background-color: #05001b;
  padding: 80px 0;
}

.kc-wb-pricing h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px!important;
  color: #fff;
}

.kc-wb-pricing-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.kc-wb-pricing-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #ccc;
  margin-bottom: 24px!important;
}

/* FAQ Section */
.kc-wb-faq {
  background-color: #0a0020;
  padding: 80px 0;
}

.kc-wb-faq h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 60px!important;
  color: #fff;
}

.kc-wb-faq-items {
  max-width: 800px;
}

.kc-wb-faq-item {
  margin-bottom: 16px;
}

.kc-wb-faq-item details {
  background-color: #0d0025;
  padding: 24px;
  border-radius: 8px;
  border-left: 4px solid #23E4AB;
  cursor: pointer;
}

.kc-wb-faq-item summary {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  outline: none;
  user-select: none;
}

.kc-wb-faq-item summary:hover {
  color: #23E4AB;
}

.kc-wb-faq-item details[open] summary {
  color: #23E4AB;
  margin-bottom: 16px;
}

.kc-wb-faq-item details p {
  font-size: 15px;
  line-height: 1.6;
  color: #ccc;
}

/* Final CTA Section */
.kc-wb-final-cta {
  background-color: #05001b;
  padding: 80px 0;
  text-align: center;
}

.kc-wb-final-cta h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px!important;
  color: #fff;
}

.kc-wb-final-cta-subtext {
  font-size: 18px;
  color: #ccc;
  margin-bottom: 40px!important;
}

.kc-wb-final-cta-features {
  font-size: 14px;
  color: #23E4AB;
  margin-top: 20px!important;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
  .kc-wb-hero h1 {
    font-size: 36px;
  }

  .kc-wb-hero .kc-wb-subheadline {
    font-size: 16px;
  }

  .kc-wb-hero-ctas {
    flex-direction: column;
    align-items: center;
  }

  .kc-wb-hero-ctas .kc-wb-button-primary,
  .kc-wb-hero-ctas .kc-wb-button-ghost {
    width: 100%;
    max-width: 300px;
  }

  .kc-wb-stats-row {
    grid-template-columns: 1fr;
  }

  .kc-wb-feature-cards,
  .kc-wb-testimonial-cards,
  .kc-wb-process-steps {
    grid-template-columns: 1fr;
  }

  .kc-wb-pricing-content {
    grid-template-columns: 1fr;
  }

  .kc-wb-feature-section h2,
  .kc-wb-serving h2,
  .kc-wb-creating h2,
  .kc-wb-process h2,
  .kc-wb-pricing h2,
  .kc-wb-faq h2,
  .kc-wb-final-cta h2 {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .kc-wb-container {
    padding: 0 16px;
  }

  .kc-wb-hero h1 {
    font-size: 28px;
  }

  .kc-wb-button-primary,
  .kc-wb-button-ghost {
    padding: 12px 24px;
    font-size: 14px;
  }
}/* End custom CSS */