.elementor-16997 .elementor-element.elementor-element-c9f5687{--display:flex;}/* Start custom CSS */.kc-wb * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
 
.kc-wb body {
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  background-color: #05001b;
}
 
/* Typography */
.kc-wb h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
 
.kc-wb h2 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
 
.kc-wb p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  color: #e0e0e0;
}

.kc-wb-button-primary{
    color:#ffffff;
}
 
/* Badge */
.kc-wb-badge {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  color: #23E4AB;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
 
/* Buttons */
.kc-wb-btn {
  display: inline-block;
  padding: 0.95rem 2.25rem;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: 'Inter', sans-serif;
}
 
.kc-wb-btn-primary {
  background: linear-gradient(135deg, #8553fe, #ad49ff);
  color: #ffffff;
}
 
.kc-wb-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(133, 83, 254, 0.3);
}
 
.kc-wb-btn-ghost {
  background: transparent;
  color: #23E4AB;
  border: 2px solid #23E4AB;
}
 
.kc-wb-btn-ghost:hover {
  background: rgba(35, 228, 171, 0.1);
  transform: translateY(-2px);
}
 
/* Hero Section */
.kc-wb-hero {
  background: linear-gradient(135deg, #05001b 0%, #0a0020 100%);
  padding: 6rem 2rem;
  text-align: center;
}
 
.kc-wb-hero-content {
  max-width: 900px;
  margin: 0 auto;
}
 
.kc-wb-hero h1 {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
 
.kc-wb-hero-subheading {
  font-size: 1.25rem;
  color: #c0c0c0;
  margin-bottom: 2.5rem;
  line-height: 1.7;
}
 
.kc-wb-button-group {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}
 
/* Stats Bar */
.kc-wb-stats {
  background-color: #0a0020;
  padding: 3rem 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin: 0 auto;
  text-align: center;
  color:#ffffff!important;
}
 
.kc-wb-stat-item {
  padding: 1rem;
}
 
.kc-wb-stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #23E4AB;
  margin-bottom: 0.5rem;
}
 
.kc-wb-stat-label {
  font-size: 1rem;
  color: #c0c0c0;
  font-weight: 500;
}
 
/* Testimonial Card */
.kc-wb-testimonial-featured {
  background-color: #0d0025;
  border: 1px solid rgba(35, 228, 171, 0.3);
  border-radius: 12px;
  padding: 2.5rem;
  max-width: 800px;
  margin: 3rem auto;
  text-align: center;
}
 
.kc-wb-stars {
  color: #23E4AB;
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
}
 
.kc-wb-quote {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
 
.kc-wb-attribution {
  font-size: 0.95rem;
  color: #c0c0c0;
  font-weight: 500;
}
 
/* Section Container */
.kc-wb-section {
  background-color: #05001b;
  padding: 4rem 2rem;
}
 
.kc-wb-section-content {
  max-width: 1000px;
  margin: 0 auto;
}
 
.kc-wb-section-dark {
  background-color: #0a0020;
}
 
/* Feature Cards Grid */
.kc-wb-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}
 
.kc-wb-feature-card {
  background-color: #0d0025;
  border-radius: 12px;
  padding: 2rem;
  border: 1px solid rgba(35, 228, 171, 0.2);
}
 
.kc-wb-feature-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #8553fe, #ad49ff);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}
 
.kc-wb-feature-card h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #ffffff;
}
 
.kc-wb-feature-card p {
  font-size: 0.95rem;
  color: #c0c0c0;
  line-height: 1.7;
}
 
/* Local Copy Section */
.kc-wb-local-section h2 {
  margin-bottom: 2rem;
}
 
.kc-wb-local-section p {
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
}
 
/* Testimonials Grid */
.kc-wb-testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}
 
.kc-wb-testimonial-card {
  background-color: #0d0025;
  border-radius: 12px;
  padding: 2rem;
  border: 1px solid rgba(35, 228, 171, 0.2);
}
 
.kc-wb-testimonial-card-stars {
  color: #23E4AB;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
 
.kc-wb-testimonial-card-text {
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  color: #e0e0e0;
  font-weight: 500;
}
 
.kc-wb-testimonial-card-author {
  font-size: 0.9rem;
  color: #23E4AB;
  font-weight: 600;
}
 
/* Benefit Rows */
.kc-wb-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}
 
.kc-wb-benefit-item {
  background-color: #0d0025;
  border-radius: 12px;
  padding: 2rem;
  border-left: 4px solid #23E4AB;
}
 
.kc-wb-benefit-item h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #23E4AB;
  margin-bottom: 0.75rem;
}
 
.kc-wb-benefit-item p {
  font-size: 0.95rem;
  color: #c0c0c0;
  line-height: 1.6;
}
 
/* Process Section */
.kc-wb-process {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}
 
.kc-wb-process-step {
  background-color: #0d0025;
  border-radius: 12px;
  padding: 2rem;
  border: 1px solid rgba(35, 228, 171, 0.2);
}
 
.kc-wb-process-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #8553fe, #ad49ff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color:#ffffff;
}
 
.kc-wb-process-step h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #ffffff;
}
 
.kc-wb-process-step p {
  font-size: 0.95rem;
  color: #c0c0c0;
  line-height: 1.7;
}
 
/* Pricing Section */
.kc-wb-pricing-copy {
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}
 
/* FAQ Section */
.kc-wb-faq {
  max-width: 900px;
  margin-top: 2.5rem;
}
 
.kc-wb-faq-item {
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(35, 228, 171, 0.2);
}
 
.kc-wb-faq-item summary {
  cursor: pointer;
  padding: 1.5rem;
  background-color: #0d0025;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  color: #ffffff;
  list-style: none;
  user-select: none;
}
 
.kc-wb-faq-item summary:hover {
  background-color: rgba(35, 228, 171, 0.1);
}
 
.kc-wb-faq-item summary::marker {
  color: #23E4AB;
}
 
.kc-wb-faq-item details[open] summary {
  border-bottom: 2px solid #23E4AB;
}
 
.kc-wb-faq-answer {
  padding: 0 1.5rem 1.5rem 1.5rem;
  color: #c0c0c0;
  font-size: 0.95rem;
  line-height: 1.7;
}
 
/* CTA Section */
.kc-wb-cta-section {
  background: linear-gradient(135deg, #0a0020 0%, #0d0025 100%);
  padding: 4rem 2rem;
  text-align: center;
  border-top: 2px solid #23E4AB;
}
 
.kc-wb-cta-content {
  max-width: 800px;
  margin: 0 auto;
}
 
.kc-wb-cta-section h2 {
  margin-bottom: 1rem;
}
 
.kc-wb-cta-subtext {
  font-size: 1.1rem;
  color: #c0c0c0;
  margin-bottom: 2.5rem;
  line-height: 1.7;
}
 
.kc-wb-cta-meta {
  font-size: 0.9rem;
  color: #23E4AB;
  font-weight: 600;
  margin-top: 1.5rem;
}
 
/* Responsive */
@media (max-width: 768px) {
  .kc-wb h1 {
    font-size: 2rem;
  }
 
  .kc-wb h2 {
    font-size: 1.7rem;
  }
 
  .kc-wb-hero {
    padding: 3rem 1.5rem;
  }
 
  .kc-wb-button-group {
    gap: 1rem;
  }
 
  .kc-wb-btn {
    padding: 0.75rem 1.75rem;
    font-size: 0.9rem;
  }
 
  .kc-wb-stats {
    grid-template-columns: 1fr;
    padding: 2rem 1.5rem;
  }
 
  .kc-wb-section {
    padding: 2.5rem 1.5rem;
  }
 
  .kc-wb-features,
  .kc-wb-testimonials,
  .kc-wb-benefits,
  .kc-wb-process {
    grid-template-columns: 1fr;
  }
 
  .kc-wb-hero h1 {
    font-size: 1.75rem;
  }
 
  .kc-wb-hero-subheading {
    font-size: 1.05rem;
  }
 
  .kc-wb p {
    font-size: 0.95rem;
  }
}
.kc-wb-portfolio-section {
  background: #0a0020;
  padding: 80px 20px;
  text-align: center;
}
.kc-wb-portfolio-section h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}
.kc-wb-portfolio-intro {
  color: #cccccc;
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 640px;
  margin: 0 auto 48px;
}
.kc-wb-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto 40px;
}
.kc-wb-portfolio-item {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(35, 228, 171, 0.15);
  background: #0d0025;
}
.kc-wb-portfolio-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.35s ease;
}
.kc-wb-portfolio-item:hover img {
  transform: scale(1.025);
}
.kc-wb-portfolio-link {
  display: inline-block;
  margin-top: 8px;
  padding: 12px 30px;
  border: 2px solid #23E4AB;
  color: #23E4AB!important;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.kc-wb-portfolio-link:hover {
  background: rgba(35, 228, 171, 0.12);
}
@media (max-width: 680px) {
  .kc-wb-portfolio-grid { grid-template-columns: 1fr; }
}
.kc-wb-btn, h2{
    color:#ffffff!important;
}/* End custom CSS */