.elementor-379 .elementor-element.elementor-element-f0ec77e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-379 .elementor-element.elementor-element-f0ec77e:not(.elementor-motion-effects-element-type-background), .elementor-379 .elementor-element.elementor-element-f0ec77e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#111827;}.elementor-379 .elementor-element.elementor-element-056b2a6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-f0ec77e */.kb-hero-row {
  width: 100%;
  padding: 100px 20px 80px;
  background-color: #111827; /* Full-width deep background */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.kb-hero-inner {
  max-width: 900px;
}

.kb-hero-title {
  font-size: 3rem;
  font-weight: 700;
  color: #c084fc;
  animation: glowFade 3s ease-in-out infinite alternate;
}

.kb-hero-subtitle {
  font-size: 1.1rem;
  color: #d1d5db;
  margin-top: 12px;
}

/* Smooth flashing effect */
@keyframes glowFade {
  0% {
    text-shadow: 0 0 5px #9333ea, 0 0 10px #9333ea, 0 0 15px #9333ea;
    opacity: 1;
  }
  100% {
    text-shadow: none;
    opacity: 0.7;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2ba762d */.kb-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 40px auto 32px;
  max-width: 700px;
  background-color: #1f2937;
  border-radius: 8px;
  overflow: hidden;
}
.kb-tab {
  background: none;
  color: white;
  padding: 14px;
  font-weight: 600;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}
.kb-tab.active,
.kb-tab:hover {
  background-color: #9333ea;
}

.kb-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* always 2 columns */
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}



.kb-card {
  background-color: #1f2937;
  border: 1px solid #374151;
  padding: 24px;
  border-radius: 12px;
  transition: 0.3s;
}
.kb-card:hover {
  border-color: #9333ea;
}
.kb-type {
  color: #c084fc;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 6px;
}
.kb-title {
  color: white;
  font-size: 20px;
  margin: 0 0 10px;
}
.kb-desc {
  color: #9ca3af;
  margin-bottom: 12px;
}
.kb-duration {
  color: #6b7280;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 8px;
}
.kb-tags span {
  background-color: #374151;
  color: #d1d5db;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 6px;
  margin-right: 6px;
  display: inline-block;
}

.kb-read-more {
  display: inline-block;
  margin-top: 16px;
  padding: 10px 20px;
  border: 1px solid white;
  color: white;
  text-decoration: none;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.kb-read-more:hover {
  background-color: white;
  color: #1f2937; /* dark background on hover */
}/* End custom CSS */