.elementor-855 .elementor-element.elementor-element-f52b51c{--display:flex;}.elementor-855 .elementor-element.elementor-element-1185b18{width:100%;max-width:100%;}.elementor-855 .elementor-element.elementor-element-7bf3b19{--display:flex;}@media(min-width:768px){.elementor-855 .elementor-element.elementor-element-f52b51c{--width:110%;}}@media(min-width:2400px){.elementor-855 .elementor-element.elementor-element-1185b18 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-855 .elementor-element.elementor-element-7bf3b19{--min-height:0px;}.elementor-855 .elementor-element.elementor-element-a2622dc{width:100%;max-width:100%;}}/* Start custom CSS for html, class: .elementor-element-1185b18 */@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');

:root {
  --kt-bg: #050d0b;
  --kt-bg-2: #071713;
  --kt-panel: #0d241d;
  --kt-panel-2: #102b23;
  --kt-green: #214538;
  --kt-lime: #4CEA1D;
  --kt-lime-2: #66ff37;
  --kt-yellow: #FFC800;
  --kt-white: #ffffff;
  --kt-soft-white: rgba(255, 255, 255, 0.86);
  --kt-muted: rgba(255, 255, 255, 0.66);
  --kt-border: rgba(76, 234, 29, 0.24);
  --kt-border-strong: rgba(76, 234, 29, 0.48);
  --kt-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  --kt-glow: 0 0 26px rgba(76, 234, 29, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Barlow', Arial, sans-serif;
  color: var(--kt-white);
  background: var(--kt-bg);
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

.kt-container {
  width: min(1560px, calc(100% - 48px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.kt-section {
  position: relative;
  padding: clamp(62px, 7vw, 104px) 0;
}

.kt-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(76, 234, 29, 0.14);
  border: 1px solid rgba(76, 234, 29, 0.34);
  color: #eaffea;
  font-size: clamp(13px, 1.2vw, 16px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.kt-eyebrow::before {
  content: '';
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--kt-lime);
  box-shadow: 0 0 16px rgba(76, 234, 29, 0.78);
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1 {
  max-width: 1120px;
  margin-bottom: 24px;
  color: var(--kt-white);
  font-size: clamp(42px, 5.5vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  font-weight: 700;
}

h2 {
  max-width: 1120px;
  margin-bottom: 18px;
  color: var(--kt-white);
  font-size: clamp(34px, 4.1vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  font-weight: 700;
}

h3 {
  margin-bottom: 12px;
  color: var(--kt-white);
  font-size: clamp(24px, 2.1vw, 31px);
  line-height: 1.12;
  font-weight: 700;
}

h4 {
  margin-bottom: 8px;
  color: var(--kt-white);
  font-size: clamp(21px, 1.75vw, 26px);
  line-height: 1.15;
  font-weight: 700;
}

p,
li {
  font-size: clamp(18px, 1.45vw, 21px);
}

.kt-lead {
  max-width: 980px;
  margin-bottom: 0;
  color: var(--kt-soft-white);
  font-size: clamp(21px, 1.95vw, 27px);
  line-height: 1.36;
}

.kt-sublead {
  max-width: 1050px;
  margin-bottom: 0;
  color: var(--kt-soft-white);
  font-size: clamp(19px, 1.65vw, 23px);
  line-height: 1.45;
}

.kt-section-head {
  text-align: center;
  max-width: 1120px;
  margin: 0 auto;
}

.kt-section-head h2,
.kt-section-head .kt-sublead {
  margin-left: auto;
  margin-right: auto;
}

.kt-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.kt-btn,
.kt-btn:link,
.kt-btn:visited,
.kt-btn:hover,
.kt-btn:active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 23px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-size: clamp(17px, 1.35vw, 19px);
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.kt-btn:hover,
.kt-btn:focus {
  transform: translateY(-2px);
}

.kt-btn-primary,
.kt-btn-primary:link,
.kt-btn-primary:visited {
  background: var(--kt-lime);
  color: #092017 !important;
  border-color: var(--kt-lime);
  box-shadow: 0 0 22px rgba(76, 234, 29, 0.18);
}

.kt-btn-primary:hover,
.kt-btn-primary:focus {
  background: var(--kt-lime-2);
  border-color: var(--kt-lime-2);
  color: #06110e !important;
  box-shadow: 0 0 28px rgba(76, 234, 29, 0.34);
}

.kt-btn-secondary,
.kt-btn-secondary:link,
.kt-btn-secondary:visited {
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff !important;
  border-color: rgba(76, 234, 29, 0.34);
}

.kt-btn-secondary:hover,
.kt-btn-secondary:focus {
  background: rgba(76, 234, 29, 0.13);
  border-color: var(--kt-lime);
  color: #ffffff !important;
  box-shadow: var(--kt-glow);
}

.kt-reveal {
  opacity: 0;
  transform: translateY(24px);
  animation: ktReveal 0.7s ease forwards;
}

.kt-reveal-delay-1 {
  animation-delay: 0.12s;
}

.kt-reveal-delay-2 {
  animation-delay: 0.24s;
}

.kt-reveal-delay-3 {
  animation-delay: 0.36s;
}

@keyframes ktReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ktPulse {
  0%, 100% {
    box-shadow: 0 0 0 rgba(76, 234, 29, 0);
  }

  50% {
    box-shadow: 0 0 28px rgba(76, 234, 29, 0.24);
  }
}

@keyframes ktFloat {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes ktScan {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }

  20%, 70% {
    opacity: 0.28;
  }

  100% {
    transform: translateY(260%);
    opacity: 0;
  }
}

@media (max-width: 1024px) {
  .kt-container {
    width: min(100% - 36px, 1560px);
  }

  .kt-section {
    padding: 68px 0;
  }

  .kt-section-head {
    text-align: left;
    margin-left: 0;
  }

  .kt-section-head h2,
  .kt-section-head .kt-sublead {
    margin-left: 0;
  }
}

@media (max-width: 700px) {
  .kt-container {
    width: min(100% - 24px, 1560px);
  }

  .kt-section {
    padding: 56px 0;
  }

  .kt-btn-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .kt-btn {
    width: 100%;
    min-height: 52px;
  }

  h1 {
    letter-spacing: -0.035em;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .kt-reveal {
    opacity: 1;
    transform: none;
  }
}
/* Prevent hidden blank sections in Elementor */
.kt-reveal,
.kt-reveal-delay-1,
.kt-reveal-delay-2,
.kt-reveal-delay-3 {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}

/* Force links to stay on brand, not Elementor blue */
.kt-section a,
.kt-section a:link,
.kt-section a:visited,
.kt-section a:hover,
.kt-section a:active,
.kt-anchor-strip a,
.kt-anchor-strip a:link,
.kt-anchor-strip a:visited,
.kt-anchor-strip a:hover,
.kt-anchor-strip a:active {
  text-decoration: none !important;
}

/* Industry buttons */
.kt-industry-chip,
.kt-industry-chip:link,
.kt-industry-chip:visited {
  color: #ffffff !important;
}

.kt-industry-chip:hover,
.kt-industry-chip:focus,
.kt-industry-chip:active {
  color: #ffffff !important;
  background: rgba(76, 234, 29, 0.14) !important;
  border-color: var(--kt-lime) !important;
}

/* Directory links */
.kt-directory-link,
.kt-directory-link:link,
.kt-directory-link:visited {
  color: #ffffff !important;
}

.kt-directory-link:hover,
.kt-directory-link:focus,
.kt-directory-link:active {
  color: #ffffff !important;
  border-color: var(--kt-lime) !important;
}

/* Card links */
.kt-card-link,
.kt-card-link:link,
.kt-card-link:visited {
  color: var(--kt-lime) !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 5px !important;
}

.kt-card-link:hover,
.kt-card-link:focus,
.kt-card-link:active {
  color: #ffffff !important;
}

/* Pill nav links */
.kt-pill,
.kt-pill:link,
.kt-pill:visited {
  color: #ffffff !important;
}

.kt-pill:hover,
.kt-pill:focus,
.kt-pill:active {
  color: #ffffff !important;
}

/* CTA buttons */
.kt-btn,
.kt-btn:link,
.kt-btn:visited,
.kt-btn:hover,
.kt-btn:active {
  text-decoration: none !important;
}

.kt-btn-primary,
.kt-btn-primary:link,
.kt-btn-primary:visited {
  color: #092017 !important;
}

.kt-btn-primary:hover,
.kt-btn-primary:focus,
.kt-btn-primary:active {
  color: #06110e !important;
}

.kt-btn-secondary,
.kt-btn-secondary:link,
.kt-btn-secondary:visited,
.kt-btn-secondary:hover,
.kt-btn-secondary:focus,
.kt-btn-secondary:active {
  color: #ffffff !important;
}

/* Make sure CTA/directory sections are not collapsed or invisible */
.kt-split-cta,
.kt-link-directory,
.kt-cta-box,
.kt-directory-grid,
.kt-directory-link {
  opacity: 1 !important;
  visibility: visible !important;
}

/* If Elementor adds blue to focused links */
.kt-section a:focus {
  outline-color: var(--kt-lime) !important;
}

/* Remove Elementor widget spacing around HTML blocks */
.elementor-widget-html,
.elementor-widget-html .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

/* Remove default gaps from Elementor containers holding custom sections */
.e-con,
.e-con-inner,
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap {
  gap: 0 !important;
  row-gap: 0 !important;
  column-gap: 0 !important;
}

/* Let the custom KnarrTek sections control spacing */
.kt-hero,
.kt-anchor-strip,
.kt-section,
.kt-core-section,
.kt-problems,
.kt-workflow-section,
.kt-industries,
.kt-split-cta,
.kt-link-directory,
.kt-faq-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Main section spacing controlled globally */
.kt-section {
  padding-top: clamp(56px, 6vw, 88px) !important;
  padding-bottom: clamp(56px, 6vw, 88px) !important;
}

/* Hero can stay slightly larger */
.kt-hero {
  padding-top: clamp(70px, 7vw, 105px) !important;
  padding-bottom: clamp(70px, 7vw, 105px) !important;
}

/* Navigation overlap stays clean */
.kt-anchor-strip {
  margin-top: -30px !important;
  margin-bottom: 0 !important;
}

/* Remove unwanted Elementor spacing only when it contains KnarrTek custom sections */
.e-con:has(.kt-section),
.e-con:has(.kt-hero),
.e-con:has(.kt-anchor-strip),
.elementor-section:has(.kt-section),
.elementor-section:has(.kt-hero),
.elementor-section:has(.kt-anchor-strip),
.elementor-widget-wrap:has(.kt-section),
.elementor-widget-wrap:has(.kt-hero),
.elementor-widget-wrap:has(.kt-anchor-strip) {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: auto !important;
}

/* Backup for browsers/Elementor situations where :has is limited */
.elementor-widget-container > .kt-section,
.elementor-widget-container > .kt-hero,
.elementor-widget-container > .kt-anchor-strip {
  display: block;
  margin: 0 !important;
}

/* Prevent random horizontal divider lines/borders */
.kt-hero,
.kt-anchor-strip,
.kt-section,
.e-con,
.e-con-inner,
.elementor-section,
.elementor-container {
  border-top: none !important;
  border-bottom: none !important;
}

/* Keep dark backgrounds continuous */
.kt-core-section,
.kt-problems,
.kt-workflow-section,
.kt-industries,
.kt-split-cta,
.kt-link-directory,
.kt-faq-section {
  background-color: #050d0b !important;
}
/* HERO FIXED BALANCED LAYOUT */
.kt-hero {
  position: relative;
  width: 100%;
  padding: clamp(70px, 7vw, 105px) 0;
  background:
    radial-gradient(circle at 12% 10%, rgba(76, 234, 29, 0.13), transparent 30%),
    radial-gradient(circle at 85% 18%, rgba(255, 200, 0, 0.06), transparent 26%),
    linear-gradient(135deg, #123d28 0%, #09231c 44%, #050d0b 100%);
  overflow: hidden;
}

.kt-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(560px, 760px) minmax(420px, 520px);
  gap: clamp(44px, 5vw, 76px);
  align-items: center;
  justify-content: center;
  width: 100%;
}

.kt-hero-content {
  min-width: 0;
  width: 100%;
  max-width: 760px;
}

.kt-hero h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(46px, 4.2vw, 68px);
  line-height: 1.03;
  letter-spacing: -0.04em;
}

.kt-hero .kt-lead {
  max-width: 720px;
  font-size: clamp(21px, 1.55vw, 24px);
  line-height: 1.38;
}

.kt-hero-extra {
  max-width: 720px;
  margin-top: 20px;
  margin-bottom: 0;
  color: var(--kt-soft-white);
  font-size: clamp(17px, 1.15vw, 19px);
  line-height: 1.5;
}

.kt-hero-dashboard {
  width: 100%;
  max-width: 520px;
  justify-self: center;
}

}

.kt-hero h1,
.kt-hero .kt-lead,
.kt-hero-extra {
  max-width: none;
}
.kt-hero h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(46px, 4.5vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.kt-hero .kt-lead {
  max-width: 760px;
  font-size: clamp(21px, 1.7vw, 25px);
  line-height: 1.38;
}

.kt-hero-extra {
  max-width: 760px;
  margin-top: 20px;
  margin-bottom: 0;
  color: var(--kt-soft-white);
  font-size: clamp(17px, 1.25vw, 19px);
  line-height: 1.5;
}

.kt-hero-dashboard {
  position: relative;
  display: block;
  visibility: visible;
  opacity: 1;
  width: 100%;
  max-width: 560px;
  min-width: 0;
  justify-self: end;
  padding: clamp(22px, 2.4vw, 30px);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(16, 43, 35, 0.96), rgba(7, 23, 19, 0.98));
  border: 1px solid rgba(76, 234, 29, 0.32);
  box-shadow: var(--kt-shadow);
  overflow: hidden;
  animation: ktFloat 5.5s ease-in-out infinite;
}

.kt-hero-dashboard::before {
  content: '';
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(76, 234, 29, 0.16);
  border-radius: 20px;
  pointer-events: none;
}

.kt-dashboard-scan {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  background: linear-gradient(180deg, transparent, rgba(76, 234, 29, 0.13), transparent);
  animation: ktScan 4.8s ease-in-out infinite;
  pointer-events: none;
}

.kt-dashboard-top {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

.kt-dashboard-top div {
  padding: 15px;
  border-radius: 14px;
  border: 1px solid rgba(76, 234, 29, 0.18);
  background: rgba(0, 0, 0, 0.18);
}

.kt-dashboard-top span {
  display: block;
  margin-bottom: 4px;
  color: var(--kt-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.kt-dashboard-top strong {
  display: block;
  color: var(--kt-lime);
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1;
  font-weight: 700;
}

.kt-live-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}

.kt-live-item {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  padding: 13px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.055);
}

.kt-live-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 11px;
  background: rgba(76, 234, 29, 0.18);
  color: var(--kt-lime);
  font-size: 19px;
  font-weight: 700;
}

.kt-live-item h3 {
  margin-bottom: 2px;
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.1;
}

.kt-live-item p {
  margin-bottom: 0;
  color: var(--kt-muted);
  font-size: clamp(13px, 1vw, 15px);
}

.kt-live-item strong {
  color: var(--kt-lime);
  font-size: 12px;
  font-weight: 700;
}

/* Tablet */
@media (max-width: 1100px) {
  .kt-hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .kt-hero-content {
    max-width: 900px;
  }

  .kt-hero h1,
  .kt-hero .kt-lead,
  .kt-hero-extra {
    max-width: 900px;
  }

  .kt-hero-dashboard {
    justify-self: start;
    max-width: 720px;
    animation: none;
  }
}

/* Mobile */
@media (max-width: 700px) {
  .kt-hero {
    padding: 58px 0 68px;
  }

  .kt-hero h1 {
    font-size: clamp(38px, 12vw, 48px);
    line-height: 1.03;
  }

  .kt-hero .kt-lead {
    font-size: 20px;
  }

  .kt-hero-extra {
    font-size: 17px;
  }

  .kt-live-item {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .kt-live-item strong {
    grid-column: 2;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f4a2815 */.kt-anchor-strip {
  position: relative;
  z-index: 5;
  margin-top: -30px;
}

.kt-anchor-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  padding: clamp(14px, 2vw, 20px);
  border-radius: 22px;
  background: rgba(10, 30, 24, 0.96);
  border: 1px solid rgba(76, 234, 29, 0.26);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26);
}

.kt-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 17px;
  border-radius: 999px;
  background: rgba(76, 234, 29, 0.08);
  color: #ffffff;
  border: 1px solid rgba(76, 234, 29, 0.24);
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: all 0.18s ease;
}

.kt-pill:hover,
.kt-pill:focus {
  background: rgba(76, 234, 29, 0.18);
  border-color: var(--kt-lime);
  color: #ffffff;
  box-shadow: var(--kt-glow);
}

@media (max-width: 760px) {
  .kt-anchor-strip {
    margin-top: -24px;
  }

  .kt-anchor-box {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 13px;
  }

  .kt-pill {
    flex: 0 0 auto;
    min-height: 44px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-47bbeed */.kt-core-section {
  background: linear-gradient(180deg, #050d0b 0%, #06120f 100%);
}

.kt-capability-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(16px, 1.8vw, 22px);
  margin-top: clamp(38px, 4vw, 52px);
}

.kt-card {
  position: relative;
  min-width: 0;
  height: 100%;
  padding: clamp(22px, 2vw, 28px);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(16, 43, 35, 0.94), rgba(8, 24, 19, 0.96));
  border: 1px solid rgba(76, 234, 29, 0.24);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
  text-align: center;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.kt-card:hover {
  transform: translateY(-4px);
  border-color: rgba(76, 234, 29, 0.52);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26), var(--kt-glow);
}

.kt-card-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  min-height: 36px;
  margin-bottom: 18px;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(76, 234, 29, 0.16);
  border: 1px solid rgba(76, 234, 29, 0.38);
  color: var(--kt-lime);
  font-size: 16px;
  font-weight: 700;
}

.kt-card p {
  margin-bottom: 20px;
  color: var(--kt-soft-white);
  font-size: clamp(17px, 1.3vw, 19px);
}

.kt-card-link {
  display: inline-flex;
  color: var(--kt-lime);
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.kt-card-link:hover,
.kt-card-link:focus {
  color: #ffffff;
}

@media (max-width: 1200px) {
  .kt-capability-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .kt-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .kt-capability-grid {
    grid-template-columns: 1fr;
  }

  .kt-card {
    text-align: left;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a2622dc *//* =========================================================
   PROBLEM-BASED SEARCH QUESTIONS SECTION
========================================================= */

.kt-problems {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(76, 234, 29, 0.09), transparent 30%),
    radial-gradient(circle at 86% 76%, rgba(76, 234, 29, 0.055), transparent 28%),
    linear-gradient(180deg, #06110e 0%, #081713 100%);
}

.kt-problems::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 30%),
    radial-gradient(circle at 50% 100%, rgba(76, 234, 29, 0.06), transparent 38%);
}

.kt-problems .kt-container {
  position: relative;
  z-index: 1;
}

.kt-problem-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 22px);
  margin-top: clamp(38px, 4vw, 52px);
}

.kt-question-card {
  position: relative;
  min-width: 0;
  height: 100%;
  padding: clamp(22px, 2.4vw, 30px);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(16, 43, 35, 0.92), rgba(8, 24, 19, 0.96));
  border: 1px solid rgba(76, 234, 29, 0.22);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.kt-question-card:hover {
  transform: translateY(-3px);
  border-color: rgba(76, 234, 29, 0.48);
  background: linear-gradient(180deg, rgba(18, 55, 43, 0.96), rgba(8, 24, 19, 0.98));
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.24);
}

.kt-question-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(76, 234, 29, 0.12);
  border: 1px solid rgba(76, 234, 29, 0.26);
  color: var(--kt-lime);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.1;
  text-transform: uppercase;
}

.kt-question-card h3 {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: clamp(23px, 2vw, 29px);
  line-height: 1.12;
  font-weight: 700;
}

.kt-question-card p {
  margin-bottom: 18px;
  color: var(--kt-soft-white);
  font-size: clamp(18px, 1.4vw, 20px);
  line-height: 1.45;
}

.kt-card-link,
.kt-card-link:link,
.kt-card-link:visited {
  display: inline-flex;
  color: var(--kt-lime) !important;
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 700;
  line-height: 1.2;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 5px !important;
  transition: color 0.18s ease;
}

.kt-card-link:hover,
.kt-card-link:focus,
.kt-card-link:active {
  color: #ffffff !important;
}

/* Whitepaper button */

.kt-whitepaper-row {
  display: flex;
  justify-content: center;
  margin-top: clamp(34px, 4vw, 52px);
}

.kt-whitepaper-button,
.kt-whitepaper-button:link,
.kt-whitepaper-button:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(760px, 100%);
  min-height: 64px;
  padding: 18px 34px;
  border-radius: 999px;
  background: var(--kt-lime);
  border: 1px solid var(--kt-lime);
  color: #06110e !important;
  font-size: clamp(19px, 1.55vw, 24px);
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 0 28px rgba(76, 234, 29, 0.24);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.kt-whitepaper-button::after {
  content: '›';
  margin-left: 10px;
  font-size: 30px;
  line-height: 1;
}

.kt-whitepaper-button:hover,
.kt-whitepaper-button:focus,
.kt-whitepaper-button:active {
  background: var(--kt-lime-2);
  border-color: var(--kt-lime-2);
  color: #06110e !important;
  transform: translateY(-2px);
  box-shadow: 0 0 36px rgba(76, 234, 29, 0.36);
}

/* Tablet */

@media (max-width: 880px) {
  .kt-problem-grid {
    grid-template-columns: 1fr;
  }
}

/* Mobile */

@media (max-width: 700px) {
  .kt-question-card {
    padding: 22px;
  }

  .kt-whitepaper-button,
  .kt-whitepaper-button:link,
  .kt-whitepaper-button:visited {
    width: 100%;
    min-height: 58px;
    padding: 16px 22px;
    font-size: 19px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8b4a8f9 */.kt-workflow-section {
  background: );
}

.kt-workflow-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(30px, 4vw, 56px);
  align-items: start;
}

.kt-workflow-copy {
  min-width: 0;
}

.kt-workflow-steps {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.kt-step {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  padding: clamp(20px, 2vw, 26px);
  border-radius: 22px;
  border: 1px solid rgba(76, 234, 29, 0.22);
  background: linear-gradient(180deg, rgba(16, 43, 35, 0.92), rgba(8, 24, 19, 0.96));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  transition: border-color 0.18s ease, transform 0.18s ease;
}

.kt-step:hover {
  transform: translateX(4px);
  border-color: rgba(76, 234, 29, 0.48);
}

.kt-step-number {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(76, 234, 29, 0.16);
  color: var(--kt-lime);
  border: 1px solid rgba(76, 234, 29, 0.34);
  font-size: 22px;
  font-weight: 700;
}

.kt-step p {
  margin-bottom: 0;
  color: var(--kt-soft-white);
  font-size: clamp(17px, 1.35vw, 20px);
}

@media (max-width: 1100px) {
  .kt-workflow-wrap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .kt-step {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .kt-step:hover {
    transform: none;
  }

  .kt-step-number {
    width: 52px;
    height: 52px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d176b2 *//* =========================================================
   KNARRTEK IMAGE + CONTENT SECTION
   Text left, image right
========================================================= */

.kt-image-content-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 24%, rgba(76, 234, 29, 0.11), transparent 32%),
    radial-gradient(circle at 88% 48%, rgba(76, 234, 29, 0.11), transparent 30%),
    linear-gradient(180deg, #050d0b 0%, #071713 100%);
}

.kt-image-content-section::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(76, 234, 29, 0.035), transparent 34%, transparent 68%, rgba(76, 234, 29, 0.04)),
    radial-gradient(circle at 50% 100%, rgba(76, 234, 29, 0.06), transparent 38%);
}

.kt-image-content-section .kt-container {
  width: min(1500px, calc(100% - 72px));
  position: relative;
  z-index: 1;
}

/* Main layout */
.kt-image-content-grid {
  display: grid;
  grid-template-columns: minmax(620px, 1.08fr) minmax(460px, 0.92fr);
  gap: clamp(44px, 5vw, 78px);
  align-items: center;
}

/* Content side */
.kt-image-content {
  width: 100%;
  min-width: 0;
  max-width: 760px;
  justify-self: end;
}

.kt-image-content h2 {
  max-width: 760px;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: clamp(38px, 3.5vw, 58px);
  line-height: 1.03;
  letter-spacing: -0.035em;
  font-weight: 700;
}

.kt-image-content .kt-sublead {
  max-width: 740px;
  color: var(--kt-soft-white);
  font-size: clamp(19px, 1.45vw, 22px);
  line-height: 1.45;
}

.kt-feature-list {
  display: grid;
  gap: 14px;
  width: 100%;
  margin-top: clamp(26px, 3vw, 36px);
}

.kt-feature-row {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  width: 100%;
  padding: clamp(18px, 1.7vw, 23px);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(16, 43, 35, 0.9), rgba(8, 24, 19, 0.96));
  border: 1px solid rgba(76, 234, 29, 0.22);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.kt-feature-row:hover {
  transform: translateX(4px);
  border-color: rgba(76, 234, 29, 0.48);
  background: linear-gradient(180deg, rgba(18, 55, 43, 0.96), rgba(8, 24, 19, 0.98));
}

.kt-feature-row span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: rgba(76, 234, 29, 0.16);
  border: 1px solid rgba(76, 234, 29, 0.32);
  color: var(--kt-lime);
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}

.kt-feature-row h3 {
  margin-bottom: 6px;
  color: #ffffff;
  font-size: clamp(22px, 1.55vw, 26px);
  font-weight: 700;
  line-height: 1.15;
}

.kt-feature-row p {
  margin-bottom: 0;
  color: var(--kt-soft-white);
  font-size: clamp(16px, 1.12vw, 18px);
  line-height: 1.45;
}

.kt-image-content .kt-btn-row {
  margin-top: 26px;
}

/* Image side */
.kt-image-panel {
  position: relative;
  width: 100%;
  max-width: 620px;
  min-width: 0;
  justify-self: start;
  padding: 9px;
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(76, 234, 29, 0.22), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(76, 234, 29, 0.3);
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.38);
}

.kt-image-panel::before {
  content: '';
  position: absolute;
  inset: 17px;
  z-index: 2;
  pointer-events: none;
  border-radius: 21px;
  border: 1px solid rgba(76, 234, 29, 0.18);
}

.kt-image-panel::after {
  content: '';
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: 30px;
  background: radial-gradient(circle at 50% 50%, rgba(76, 234, 29, 0.16), transparent 58%);
  filter: blur(16px);
  opacity: 0.65;
}

.kt-image-panel img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 21px;
  object-fit: cover;
}

/* Tablet */
@media (max-width: 1250px) {
  .kt-image-content-section .kt-container {
    width: min(100% - 48px, 1500px);
  }

  .kt-image-content-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .kt-image-content {
    max-width: 920px;
    justify-self: start;
  }

  .kt-image-content h2,
  .kt-image-content .kt-sublead {
    max-width: 920px;
  }

  .kt-image-panel {
    max-width: 860px;
    justify-self: start;
  }
}

/* Mobile */
@media (max-width: 700px) {
  .kt-image-content-section .kt-container {
    width: min(100% - 28px, 1500px);
  }

  .kt-image-content-grid {
    gap: 30px;
  }

  .kt-image-content h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .kt-image-content .kt-sublead {
    font-size: 18px;
  }

  .kt-feature-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .kt-feature-row:hover {
    transform: none;
  }

  .kt-feature-row span {
    width: 44px;
    height: 44px;
  }

  .kt-image-panel {
    max-width: 100%;
    padding: 7px;
    border-radius: 22px;
  }

  .kt-image-panel::before {
    inset: 13px;
    border-radius: 16px;
  }

  .kt-image-panel img {
    border-radius: 17px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-61f39bd */.kt-industries {
  background: linear-gradient(180deg, #06110e 0%, #050d0b 100%);
}

.kt-industry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 18px);
  margin-top: clamp(36px, 4vw, 50px);
}

.kt-industry-chip {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 78px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(76, 234, 29, 0.08);
  border: 1px solid rgba(76, 234, 29, 0.22);
  color: #ffffff;
  font-size: clamp(18px, 1.35vw, 20px);
  font-weight: 700;
  text-align: center;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.kt-industry-chip:hover,
.kt-industry-chip:focus {
  transform: translateY(-3px);
  background: rgba(76, 234, 29, 0.14);
  border-color: var(--kt-lime);
}

@media (max-width: 1200px) {
  .kt-industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .kt-industry-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8464ee2 */.kt-split-cta {
  background: linear-gradient(180deg, #050d0b 0%, #071713 100%);
}

.kt-cta-box {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 4vw, 42px);
  align-items: center;
  padding: clamp(28px, 4vw, 52px);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(16, 43, 35, 0.95), rgba(7, 23, 19, 0.98));
  border: 1px solid rgba(76, 234, 29, 0.3);
  box-shadow: var(--kt-shadow);
  overflow: hidden;
}

.kt-cta-box h2 {
  color: #ffffff;
}

.kt-cta-box p {
  max-width: 920px;
  margin-bottom: 0;
  color: var(--kt-soft-white);
  font-size: clamp(19px, 1.65vw, 23px);
}

.kt-cta-copy,
.kt-cta-buttons {
  position: relative;
  z-index: 1;
}

.kt-cta-buttons {
  margin-top: 0;
  justify-content: flex-end;
}

@media (max-width: 760px) {
  .kt-cta-box {
    grid-template-columns: 1fr;
  }

  .kt-cta-buttons {
    justify-content: flex-start;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1203ee9 */.kt-link-directory {
  background: linear-gradient(180deg, #071713 0%, #050d0b 100%);
}

.kt-directory-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 18px);
  margin-top: clamp(36px, 4vw, 50px);
}

.kt-directory-link,
.kt-directory-link:link,
.kt-directory-link:visited {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 92px;
  padding: 22px 50px 22px 22px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(16, 43, 35, 0.92), rgba(8, 24, 19, 0.96));
  border: 1px solid rgba(76, 234, 29, 0.22);
  color: #ffffff !important;
  font-size: clamp(18px, 1.35vw, 20px);
  font-weight: 700;
  line-height: 1.15;
  transition: all 0.18s ease;
}

.kt-directory-link::after {
  content: '›';
  position: absolute;
  right: 20px;
  color: var(--kt-lime);
  font-size: 30px;
  line-height: 1;
}

.kt-directory-link:hover,
.kt-directory-link:focus {
  background: linear-gradient(180deg, rgba(21, 58, 46, 0.98), rgba(10, 31, 24, 0.98));
  border-color: var(--kt-lime);
  color: #ffffff !important;
  transform: translateY(-2px);
}

.kt-product-package-row {
  display: flex;
  justify-content: center;
  margin-top: clamp(28px, 4vw, 42px);
}

.kt-product-package-pill,
.kt-product-package-pill:link,
.kt-product-package-pill:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(720px, 100%);
  min-height: 64px;
  padding: 18px 32px;
  border-radius: 999px;
  background: var(--kt-lime);
  border: 1px solid var(--kt-lime);
  color: #06110e !important;
  font-size: clamp(19px, 1.6vw, 24px);
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  box-shadow: 0 0 28px rgba(76, 234, 29, 0.24);
  transition: all 0.18s ease;
}

.kt-product-package-pill::after {
  content: ' ›';
  margin-left: 8px;
  font-size: 28px;
  line-height: 1;
}

.kt-product-package-pill:hover,
.kt-product-package-pill:focus {
  background: var(--kt-lime-2);
  border-color: var(--kt-lime-2);
  color: #06110e !important;
  transform: translateY(-2px);
  box-shadow: 0 0 36px rgba(76, 234, 29, 0.36);
}

@media (max-width: 1200px) {
  .kt-directory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .kt-directory-grid {
    grid-template-columns: 1fr;
  }

  .kt-product-package-pill,
  .kt-product-package-pill:link,
  .kt-product-package-pill:visited {
    width: 100%;
    min-height: 58px;
    padding: 16px 22px;
  }
}/* End custom CSS */