.elementor-2607 .elementor-element.elementor-element-1e90831{margin-top:-19px;margin-bottom:0px;overflow:visible;}.elementor-2607 .elementor-element.elementor-element-235dfbb > .elementor-element-populated{padding:0px 0px 0px 0px !important;}:root{--page-title-display:none;}/* Start custom CSS */:root {
  --ks-navy-950: #041e29;
  --ks-navy-900: #062b3a;
  --ks-navy-800: #093c4f;
  --ks-blue: #0b8ece;
  --ks-blue-light: #55c4f2;
  --ks-red: #8f1820;
  --ks-ink: #0d2430;
  --ks-text: #526873;
  --ks-muted: #7f929b;
  --ks-line: #dfe8ec;
  --ks-surface: #f4f8fa;
  --ks-white: #ffffff;
  --ks-container: 1240px;
  --ks-radius-lg: 28px;
  --ks-radius-md: 18px;
  --ks-shadow: 0 24px 60px rgba(4, 30, 41, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ks-white);
  color: var(--ks-ink);
  font-family: "Manrope", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.kobtek-service,
.kobtek-service * {
  box-sizing: border-box;
}

.kobtek-service {
  overflow: hidden;
  font-family: "Manrope", Arial, sans-serif;
  color: var(--ks-ink);
  background: var(--ks-white);
}

.kobtek-service a {
  color: inherit;
  text-decoration: none;
}

.kobtek-service img {
  display: block;
  max-width: 100%;
}

.kobtek-service svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.ks-container {
  width: min(calc(100% - 48px), var(--ks-container));
  margin-inline: auto;
}

.ks-section {
  padding: 112px 0;
}

.ks-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--ks-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ks-kicker::before {
  width: 24px;
  height: 2px;
  background: currentColor;
  content: "";
}

.ks-kicker-light {
  color: var(--ks-blue-light);
}

.ks-hero {
  position: relative;
  min-height: 760px;
  padding: 44px 0 80px;
  overflow: hidden;
  background:
    radial-gradient(circle at 81% 23%, rgba(11, 142, 206, 0.25), transparent 28%),
    linear-gradient(125deg, var(--ks-navy-950) 0%, var(--ks-navy-900) 58%, #073b4d 100%);
  color: var(--ks-white);
}

.ks-hero::before {
  position: absolute;
  top: -120px;
  right: -130px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.ks-hero::after {
  position: absolute;
  right: 10%;
  bottom: -310px;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  content: "";
}

.ks-hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-position: center;
  background-size: 72px 72px;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 45%, black 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 45%, black 100%);
}

.ks-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 64px;
  align-items: center;
}

.ks-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 70px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  font-weight: 600;
}

.ks-breadcrumb a {
  transition: color 0.2s ease;
}

.ks-breadcrumb a:hover {
  color: var(--ks-white);
}

.ks-breadcrumb span:last-child {
  color: rgba(255, 255, 255, 0.88);
}

.ks-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  padding: 8px 13px;
  border: 1px solid rgba(85, 196, 242, 0.28);
  border-radius: 999px;
  background: rgba(85, 196, 242, 0.08);
  color: #a4def7;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ks-eyebrow-dot {
  position: relative;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5bd68b;
  box-shadow: 0 0 0 5px rgba(91, 214, 139, 0.1);
}

.ks-hero h1 {
  max-width: 710px;
  margin: 0;
  color: var(--ks-white);
  font-size: clamp(48px, 5vw, 74px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.04;
}

.ks-hero h1 span {
  color: var(--ks-blue-light);
}

.ks-hero-lead {
  max-width: 640px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  line-height: 1.8;
}

.ks-hero-actions,
.ks-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.ks-btn {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.ks-btn:hover {
  transform: translateY(-2px);
}

.ks-btn svg {
  width: 19px;
  height: 19px;
}

.ks-btn-primary {
  background: var(--ks-blue);
  box-shadow: 0 13px 30px rgba(11, 142, 206, 0.28);
  color: var(--ks-white) !important;
}

.ks-btn-primary:hover {
  background: #119bdc;
  box-shadow: 0 17px 36px rgba(11, 142, 206, 0.36);
}

.ks-btn-ghost {
  border-color: rgba(255, 255, 255, 0.22);
  color: var(--ks-white) !important;
}

.ks-btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.07);
}

.ks-hero-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 650px;
  margin-top: 52px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ks-hero-meta > div {
  padding: 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.ks-hero-meta > div:first-child {
  padding-left: 0;
}

.ks-hero-meta > div:last-child {
  border-right: 0;
}

.ks-hero-meta strong,
.ks-hero-meta span {
  display: block;
}

.ks-hero-meta strong {
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 800;
}

.ks-hero-meta span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
}

.ks-hero-visual {
  position: relative;
  min-height: 600px;
}

.ks-visual-halo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 500px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(85, 196, 242, 0.2);
  border-radius: 50%;
}

.ks-visual-halo::before,
.ks-visual-halo::after {
  position: absolute;
  border: 1px solid rgba(85, 196, 242, 0.12);
  border-radius: 50%;
  content: "";
}

.ks-visual-halo::before {
  inset: 40px;
}

.ks-visual-halo::after {
  inset: 88px;
}

.ks-photo-card {
  position: absolute;
  top: 60px;
  right: 16px;
  width: min(100%, 430px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 26px;
  background: var(--ks-navy-900);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.28);
  transform: rotate(1.2deg);
}

.ks-photo-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(4, 30, 41, 0.95), transparent 50%);
  content: "";
  pointer-events: none;
}

.ks-photo-card img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.06);
}

.ks-photo-status {
  position: absolute;
  z-index: 3;
  top: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  background: rgba(4, 30, 41, 0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  font-size: 10px;
  font-weight: 700;
}

.ks-photo-status span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5bd68b;
}

.ks-photo-caption {
  position: absolute;
  z-index: 3;
  right: 28px;
  bottom: 25px;
  left: 28px;
}

.ks-photo-caption span,
.ks-photo-caption strong {
  display: block;
}

.ks-photo-caption span {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
}

.ks-photo-caption strong {
  font-size: 17px;
}

.ks-barcode-card {
  position: absolute;
  z-index: 4;
  right: -24px;
  bottom: 55px;
  width: 180px;
  padding: 18px;
  border-radius: 14px;
  background: var(--ks-white);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
  color: #1a2226;
  transform: rotate(-4deg);
}

.ks-barcode {
  display: block;
  height: 45px;
  margin-bottom: 8px;
  background: repeating-linear-gradient(90deg, #172127 0 2px, transparent 2px 4px, #172127 4px 5px, transparent 5px 8px, #172127 8px 11px, transparent 11px 13px);
}

.ks-barcode-card small {
  display: block;
  font-family: monospace;
  font-size: 8px;
  letter-spacing: 0.08em;
  text-align: center;
}

.ks-float-badge {
  position: absolute;
  z-index: 5;
  top: 530px;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 15px;
  background: rgba(6, 43, 58, 0.86);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.ks-float-badge svg {
  width: 27px;
  color: var(--ks-blue-light);
}

.ks-float-badge strong,
.ks-float-badge span {
  display: block;
}

.ks-float-badge strong {
  margin-bottom: 3px;
  font-size: 12px;
}

.ks-float-badge span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
}

.ks-trustbar {
  border-bottom: 1px solid var(--ks-line);
  background: var(--ks-white);
}

.ks-trustbar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.ks-trust-item {
  display: flex;
  min-height: 112px;
  align-items: center;
  gap: 14px;
  padding: 25px 28px;
  border-right: 1px solid var(--ks-line);
}

.ks-trust-item:first-child {
  border-left: 1px solid var(--ks-line);
}

.ks-trust-icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border-radius: 12px;
  background: #eaf7fd;
  color: var(--ks-blue);
}

.ks-trust-icon svg {
  width: 21px;
}

.ks-trust-item strong,
.ks-trust-item small {
  display: block;
}

.ks-trust-item strong {
  margin-bottom: 5px;
  font-size: 13px;
}

.ks-trust-item small {
  color: var(--ks-muted);
  font-size: 10px;
}

.ks-devices {
  background: var(--ks-white);
}

.ks-section-heading,
.ks-brands-heading {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 58px;
}

.ks-section-heading h2,
.ks-brands-heading h2,
.ks-options-copy h2,
.ks-faq-copy h2,
.ks-contact-copy h2,
.ks-process-intro h2 {
  margin: 0;
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.12;
}

.ks-section-heading h2 span,
.ks-brands-heading h2 span {
  color: var(--ks-blue);
}

.ks-section-heading > p,
.ks-brands-heading > p,
.ks-process-intro > p {
  max-width: 500px;
  margin: 0;
  color: var(--ks-text);
  font-size: 15px;
  line-height: 1.85;
}

.ks-device-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--ks-line);
  border-left: 1px solid var(--ks-line);
}

.ks-device-card {
  position: relative;
  min-height: 355px;
  padding: 40px;
  overflow: hidden;
  border-right: 1px solid var(--ks-line);
  border-bottom: 1px solid var(--ks-line);
  background: var(--ks-white);
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.ks-device-card:hover {
  z-index: 2;
  background: #f8fbfc;
  box-shadow: 0 20px 50px rgba(4, 30, 41, 0.09);
  transform: translateY(-5px);
}

.ks-device-featured {
  background: var(--ks-navy-900);
  color: var(--ks-white);
}

.ks-device-featured:hover {
  background: var(--ks-navy-800);
}

.ks-card-no {
  position: absolute;
  top: 24px;
  right: 26px;
  color: #b5c2c8;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.ks-device-featured .ks-card-no {
  color: rgba(255, 255, 255, 0.34);
}

.ks-device-icon {
  display: grid;
  width: 66px;
  height: 66px;
  margin-bottom: 32px;
  place-items: center;
  border-radius: 18px;
  background: #ebf7fc;
  color: var(--ks-blue);
}

.ks-device-featured .ks-device-icon {
  background: rgba(85, 196, 242, 0.12);
  color: var(--ks-blue-light);
}

.ks-device-icon svg {
  width: 38px;
  height: 38px;
  stroke-width: 1.5;
}

.ks-device-card h3 {
  margin: 0 0 14px;
  font-size: 19px;
  letter-spacing: -0.02em;
}

.ks-device-card p {
  min-height: 68px;
  margin: 0;
  color: var(--ks-text);
  font-size: 13px;
  line-height: 1.75;
}

.ks-device-featured p {
  color: rgba(255, 255, 255, 0.62);
}

.ks-device-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: var(--ks-blue);
  font-size: 11px;
  font-weight: 800;
}

.ks-device-card a span {
  font-size: 17px;
  transition: transform 0.2s ease;
}

.ks-device-card a:hover span {
  transform: translateX(4px);
}

.ks-device-featured a {
  color: var(--ks-blue-light);
}

.ks-process {
  position: relative;
  overflow: hidden;
  background: var(--ks-navy-950);
  color: var(--ks-white);
}

.ks-process::before {
  position: absolute;
  top: -370px;
  left: -150px;
  width: 700px;
  height: 700px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  content: "";
}

.ks-process-intro {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: end;
}

.ks-process-intro > p {
  color: rgba(255, 255, 255, 0.58);
}

.ks-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 65px;
}

.ks-timeline::before {
  position: absolute;
  z-index: 0;
  top: 60px;
  right: 8%;
  left: 8%;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  content: "";
}

.ks-step {
  position: relative;
  z-index: 1;
  min-height: 295px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
}

.ks-step-highlight {
  border-color: rgba(85, 196, 242, 0.42);
  background: linear-gradient(145deg, rgba(11, 142, 206, 0.21), rgba(255, 255, 255, 0.035));
}

.ks-step-number {
  display: block;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.34);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.ks-step-icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: var(--ks-navy-950);
  color: var(--ks-blue-light);
}

.ks-step-icon svg {
  width: 24px;
}

.ks-step h3 {
  margin: 0 0 12px;
  font-size: 17px;
}

.ks-step p {
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
  line-height: 1.75;
}

.ks-approval {
  display: grid;
  grid-template-columns: auto 1fr 0.9fr;
  gap: 28px;
  align-items: center;
  margin-top: 28px;
  padding: 34px 38px;
  border: 1px solid rgba(85, 196, 242, 0.24);
  border-radius: 20px;
  background: rgba(85, 196, 242, 0.07);
}

.ks-approval-mark {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 18px;
  background: rgba(85, 196, 242, 0.12);
  color: var(--ks-blue-light);
}

.ks-approval-mark svg {
  width: 40px;
}

.ks-approval span {
  display: block;
  margin-bottom: 6px;
  color: var(--ks-blue-light);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ks-approval h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
}

.ks-approval p {
  margin: 0;
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  line-height: 1.75;
}

.ks-service-options {
  background: var(--ks-surface);
}

.ks-options-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 90px;
  align-items: center;
}

.ks-options-copy > p,
.ks-faq-copy > p {
  max-width: 580px;
  margin: 25px 0 0;
  color: var(--ks-text);
  font-size: 15px;
  line-height: 1.85;
}

.ks-option-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 38px;
}

.ks-option-list > div {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 19px;
  border: 1px solid var(--ks-line);
  border-radius: 15px;
  background: var(--ks-white);
}

.ks-option-icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border-radius: 11px;
  background: #eaf7fd;
  color: var(--ks-blue);
}

.ks-option-icon svg {
  width: 22px;
}

.ks-option-list strong,
.ks-option-list small {
  display: block;
}

.ks-option-list strong {
  margin-bottom: 4px;
  font-size: 12px;
}

.ks-option-list small {
  color: var(--ks-muted);
  font-size: 9px;
  line-height: 1.5;
}

.ks-shipping-card {
  position: relative;
  padding: 42px;
  overflow: hidden;
  border-radius: var(--ks-radius-lg);
  background: var(--ks-white);
  box-shadow: var(--ks-shadow);
}

.ks-shipping-card::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  height: 8px;
  background: var(--ks-blue);
  content: "";
}

.ks-shipping-label {
  display: inline-flex;
  margin-bottom: 28px;
  padding: 7px 10px;
  border-radius: 7px;
  background: #fff3e9;
  color: #bd6325;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ks-shipping-icon {
  position: absolute;
  top: 35px;
  right: 38px;
  color: #d8e8ef;
}

.ks-shipping-icon svg {
  width: 64px;
  height: 64px;
  stroke-width: 1.2;
}

.ks-shipping-card h3 {
  max-width: 360px;
  margin: 0 0 17px;
  font-size: 25px;
  letter-spacing: -0.03em;
}

.ks-shipping-card > p {
  margin: 0;
  color: var(--ks-text);
  font-size: 13px;
  line-height: 1.8;
}

.ks-shipping-card ul {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 25px 0 0;
  border-top: 1px solid var(--ks-line);
  list-style: none;
}

.ks-shipping-card li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #415863;
  font-size: 11px;
  font-weight: 600;
}

.ks-shipping-card li span {
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 50%;
  background: #e9f8ef;
  color: #2e9c5b;
  font-size: 10px;
}

.ks-brands {
  padding: 112px 0;
  background: var(--ks-white);
}

.ks-brand-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 36px;
  border-top: 1px solid var(--ks-line);
}

.ks-brand-cloud span {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border: 1px solid var(--ks-line);
  border-radius: 999px;
  background: var(--ks-white);
  color: #55707b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.ks-brand-cloud span:hover {
  border-color: var(--ks-blue);
  color: var(--ks-blue);
  transform: translateY(-2px);
}

.ks-brand-cloud .ks-brand-lg {
  padding-inline: 38px;
  color: var(--ks-navy-800);
  font-size: 16px;
}

.ks-brand-note {
  margin: 26px 0 0;
  color: var(--ks-muted);
  font-size: 11px;
}

.ks-brand-note a {
  color: var(--ks-blue);
  font-weight: 800;
}

.ks-faq {
  border-top: 1px solid var(--ks-line);
  background: var(--ks-surface);
}

.ks-faq-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 100px;
  align-items: start;
}

.ks-faq-copy {
  position: sticky;
  top: 30px;
}

.ks-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  color: var(--ks-blue) !important;
  font-size: 12px;
  font-weight: 800;
}

.ks-text-link span {
  font-size: 18px;
}

.ks-accordion {
  border-top: 1px solid #cfdce2;
}

.ks-accordion details {
  border-bottom: 1px solid #cfdce2;
}

.ks-accordion summary {
  position: relative;
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 20px 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  list-style: none;
}

.ks-accordion summary::-webkit-details-marker {
  display: none;
}

.ks-accordion summary span {
  position: relative;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border: 1px solid #c5d4da;
  border-radius: 50%;
}

.ks-accordion summary span::before,
.ks-accordion summary span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1.5px;
  background: var(--ks-ink);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease;
}

.ks-accordion summary span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.ks-accordion details[open] summary span {
  border-color: var(--ks-blue);
  background: var(--ks-blue);
}

.ks-accordion details[open] summary span::before,
.ks-accordion details[open] summary span::after {
  background: var(--ks-white);
}

.ks-accordion details[open] summary span::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.ks-accordion details > div {
  overflow: hidden;
}

.ks-accordion details p {
  max-width: 630px;
  margin: -2px 0 0;
  padding: 0 52px 27px 0;
  color: var(--ks-text);
  font-size: 12px;
  line-height: 1.85;
}

.ks-contact {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background: linear-gradient(120deg, #07384a, #062b3a);
  color: var(--ks-white);
}

.ks-contact-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.09;
  background: repeating-linear-gradient(90deg, transparent 0 20px, rgba(255, 255, 255, 0.16) 20px 22px, transparent 22px 31px, rgba(255, 255, 255, 0.12) 31px 35px);
  -webkit-mask-image: linear-gradient(to right, transparent, black 75%);
  mask-image: linear-gradient(to right, transparent, black 75%);
}

.ks-contact-layout {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 90px;
  align-items: center;
}

.ks-contact-copy h2 span {
  color: var(--ks-blue-light);
}

.ks-contact-copy > p {
  max-width: 640px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 1.85;
}

.ks-btn-white {
  background: var(--ks-white);
  color: var(--ks-navy-900) !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
}

.ks-btn-outline-white {
  border-color: rgba(255, 255, 255, 0.22);
  color: var(--ks-white) !important;
}

.ks-btn-outline-white:hover {
  background: rgba(255, 255, 255, 0.08);
}

.ks-contact-card {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.ks-contact-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ks-contact-card-top img {
  width: 150px;
  padding: 7px 10px;
  border-radius: 8px;
  background: var(--ks-white);
}

.ks-contact-card-top span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ks-contact-row {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.ks-contact-row > span {
  color: rgba(255, 255, 255, 0.38);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ks-contact-row div,
.ks-contact-row a {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
}

.ks-contact-row a,
.ks-contact-row p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.65;
}

.ks-map-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: var(--ks-blue-light) !important;
  font-size: 10px;
  font-weight: 800;
}

.ks-map-link span {
  font-size: 16px;
}

.ks-mobile-actions {
  display: none;
}

@media (max-width: 1100px) {
  .ks-hero-layout {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
  }

  .ks-photo-card {
    right: 0;
    width: 380px;
  }

  .ks-float-badge {
    left: -15px;
  }

  .ks-barcode-card {
    right: -10px;
  }

  .ks-device-card {
    padding: 32px;
  }

  .ks-options-layout,
  .ks-contact-layout,
  .ks-faq-layout {
    gap: 60px;
  }
}

@media (max-width: 900px) {
  .ks-section,
  .ks-brands {
    padding: 86px 0;
  }

  .ks-hero {
    padding-bottom: 45px;
  }

  .ks-hero-layout {
    grid-template-columns: 1fr;
  }

  .ks-breadcrumb {
    margin-bottom: 48px;
  }

  .ks-hero-visual {
    width: min(100%, 620px);
    min-height: 560px;
    margin: 5px auto 0;
  }

  .ks-photo-card {
    top: 30px;
    left: 50%;
    width: 430px;
    transform: translateX(-50%) rotate(1.2deg);
  }

  .ks-float-badge {
    top: 500px;
    bottom: auto;
    left: 2%;
  }

  .ks-barcode-card {
    right: 2%;
    bottom: 40px;
  }

  .ks-trustbar-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ks-trust-item:nth-child(3) {
    border-left: 1px solid var(--ks-line);
  }

  .ks-trust-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--ks-line);
  }

  .ks-section-heading,
  .ks-brands-heading,
  .ks-process-intro {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ks-device-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ks-timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .ks-timeline::before {
    display: none;
  }

  .ks-approval {
    grid-template-columns: auto 1fr;
  }

  .ks-approval p {
    grid-column: 1 / -1;
    padding: 22px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 0;
  }

  .ks-options-layout,
  .ks-faq-layout,
  .ks-contact-layout {
    grid-template-columns: 1fr;
  }

  .ks-faq-copy {
    position: static;
  }

  .ks-contact-card {
    max-width: 600px;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 66px;
  }

  .ks-container {
    width: min(calc(100% - 32px), var(--ks-container));
  }

  .ks-section,
  .ks-brands {
    padding: 68px 0;
  }

  .ks-hero {
    min-height: auto;
    padding: 28px 0 24px;
  }

  .ks-hero-grid {
    background-size: 42px 42px;
  }

  .ks-breadcrumb {
    margin-bottom: 38px;
  }

  .ks-eyebrow {
    margin-bottom: 19px;
    font-size: 9px;
  }

  .ks-hero h1 {
    font-size: clamp(40px, 12vw, 54px);
    letter-spacing: -0.05em;
  }

  .ks-hero-lead {
    margin-top: 22px;
    font-size: 14px;
    line-height: 1.75;
  }

  .ks-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .ks-btn {
    width: 100%;
  }

  .ks-hero-meta {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 35px;
  }

  .ks-hero-meta > div {
    padding: 0 0 0 14px;
    border-right: 0;
    border-left: 2px solid rgba(85, 196, 242, 0.3);
  }

  .ks-hero-meta > div:first-child {
    padding-left: 14px;
  }

  .ks-hero-visual {
    min-height: 445px;
    margin-top: 5px;
  }

  .ks-visual-halo {
    width: 360px;
    height: 360px;
  }

  .ks-photo-card {
    top: 25px;
    width: min(calc(100% - 28px), 390px);
    border-radius: 20px;
  }

  .ks-photo-card img {
    height: 365px;
  }

  .ks-photo-caption {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .ks-float-badge {
    top: 390px;
    bottom: auto;
    left: 0;
    padding: 12px 14px;
  }

  .ks-barcode-card {
    right: 0;
    bottom: 5px;
    width: 130px;
    padding: 12px;
  }

  .ks-barcode {
    height: 32px;
  }

  .ks-trustbar-grid {
    grid-template-columns: 1fr;
  }

  .ks-trust-item,
  .ks-trust-item:first-child,
  .ks-trust-item:nth-child(3) {
    min-height: 88px;
    padding: 19px 5px;
    border-right: 0;
    border-bottom: 1px solid var(--ks-line);
    border-left: 0;
  }

  .ks-section-heading,
  .ks-brands-heading {
    margin-bottom: 38px;
  }

  .ks-section-heading h2,
  .ks-brands-heading h2,
  .ks-options-copy h2,
  .ks-faq-copy h2,
  .ks-contact-copy h2,
  .ks-process-intro h2 {
    font-size: 34px;
  }

  .ks-section-heading > p,
  .ks-brands-heading > p,
  .ks-process-intro > p,
  .ks-options-copy > p,
  .ks-faq-copy > p,
  .ks-contact-copy > p {
    font-size: 13px;
    line-height: 1.8;
  }

  .ks-device-grid {
    grid-template-columns: 1fr;
  }

  .ks-device-card {
    min-height: 315px;
    padding: 30px;
  }

  .ks-device-card p {
    min-height: auto;
  }

  .ks-timeline {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 42px;
  }

  .ks-step {
    min-height: auto;
    padding: 25px;
  }

  .ks-step-icon {
    width: 48px;
    height: 48px;
  }

  .ks-approval {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }

  .ks-approval h3 {
    font-size: 17px;
  }

  .ks-approval p {
    grid-column: auto;
  }

  .ks-option-list {
    grid-template-columns: 1fr;
  }

  .ks-shipping-card {
    padding: 30px 24px;
    border-radius: 20px;
  }

  .ks-shipping-icon {
    top: 26px;
    right: 22px;
  }

  .ks-shipping-icon svg {
    width: 48px;
    height: 48px;
  }

  .ks-shipping-card h3 {
    padding-right: 40px;
    font-size: 22px;
  }

  .ks-brand-cloud {
    gap: 8px;
  }

  .ks-brand-cloud span,
  .ks-brand-cloud .ks-brand-lg {
    min-height: 45px;
    padding: 0 16px;
    font-size: 9px;
  }

  .ks-brand-cloud .ks-brand-lg {
    font-size: 12px;
  }

  .ks-faq-layout {
    gap: 42px;
  }

  .ks-accordion summary {
    min-height: 72px;
    font-size: 12px;
    line-height: 1.5;
  }

  .ks-accordion details p {
    padding-right: 8px;
  }

  .ks-contact {
    padding: 68px 0;
  }

  .ks-contact-layout {
    gap: 48px;
  }

  .ks-contact-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ks-contact-card {
    padding: 23px;
  }

  .ks-contact-card-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .ks-contact-row {
    grid-template-columns: 70px 1fr;
    gap: 13px;
  }

  .ks-mobile-actions {
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    min-height: 66px;
    padding: 8px;
    border-top: 1px solid #d8e3e8;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 -10px 30px rgba(4, 30, 41, 0.12);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }

  .ks-mobile-actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 9px;
    color: var(--ks-navy-900);
    font-size: 11px;
    font-weight: 800;
  }

  .ks-mobile-actions a:first-child {
    background: var(--ks-blue);
    color: var(--ks-white);
  }

  .ks-mobile-actions svg {
    width: 17px;
    height: 17px;
  }
}

/* ==========================================================
   WORDPRESS / ELEMENTOR RENK KORUMASI
   Tema global heading kuralları koyu yüzeylerdeki başlıkları
   ezmesin diye bilinçli olarak yüksek özgüllük kullanılır.
   ========================================================== */

.kobtek-service .ks-hero h1,
.kobtek-service .ks-hero h1:not(.elementor-heading-title),
.kobtek-service .ks-hero .ks-photo-caption strong {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.kobtek-service .ks-hero h1 > span {
  color: #55c4f2 !important;
  -webkit-text-fill-color: #55c4f2 !important;
}

.kobtek-service .ks-hero .ks-breadcrumb a,
.kobtek-service .ks-hero a.ks-btn-primary,
.kobtek-service .ks-hero a.ks-btn-ghost {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.kobtek-service .ks-device-grid .ks-device-card.ks-device-featured,
.kobtek-service .ks-device-grid .ks-device-card.ks-device-featured h3,
.kobtek-service .ks-device-grid .ks-device-card.ks-device-featured h3 a,
.kobtek-service .ks-device-grid .ks-device-card.ks-device-featured strong {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.kobtek-service .ks-device-grid .ks-device-card.ks-device-featured p {
  color: rgba(255, 255, 255, 0.68) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.68) !important;
}

.kobtek-service .ks-device-grid .ks-device-card.ks-device-featured > a,
.kobtek-service .ks-device-grid .ks-device-card.ks-device-featured > a span {
  color: #55c4f2 !important;
  -webkit-text-fill-color: #55c4f2 !important;
}

.kobtek-service section.ks-process,
.kobtek-service .ks-process .ks-process-intro h2,
.kobtek-service .ks-process .ks-step h3,
.kobtek-service .ks-process .ks-approval h3,
.kobtek-service .ks-process .ks-approval h3 strong {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.kobtek-service .ks-process .ks-process-intro > p,
.kobtek-service .ks-process .ks-step p,
.kobtek-service .ks-process .ks-approval > p {
  color: rgba(255, 255, 255, 0.62) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.62) !important;
}

.kobtek-service .ks-process .ks-kicker,
.kobtek-service .ks-process .ks-step-icon,
.kobtek-service .ks-process .ks-approval span {
  color: #55c4f2 !important;
  -webkit-text-fill-color: #55c4f2 !important;
}

.kobtek-service section.ks-contact,
.kobtek-service .ks-contact .ks-contact-copy h2,
.kobtek-service .ks-contact .ks-contact-copy h2 strong {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.kobtek-service .ks-contact .ks-contact-copy h2 > span {
  color: #55c4f2 !important;
  -webkit-text-fill-color: #55c4f2 !important;
}

.kobtek-service .ks-contact .ks-contact-copy > p {
  color: rgba(255, 255, 255, 0.68) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.68) !important;
}

.kobtek-service .ks-contact .ks-contact-card,
.kobtek-service .ks-contact .ks-contact-card a,
.kobtek-service .ks-contact .ks-contact-card p {
  color: rgba(255, 255, 255, 0.88) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.88) !important;
}

.kobtek-service .ks-contact .ks-contact-card-top > span,
.kobtek-service .ks-contact .ks-contact-row > span {
  color: rgba(255, 255, 255, 0.5) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.5) !important;
}

.kobtek-service .ks-contact a.ks-map-link {
  color: #55c4f2 !important;
  -webkit-text-fill-color: #55c4f2 !important;
}

.kobtek-service .ks-contact a.ks-btn-white {
  color: #062b3a !important;
  -webkit-text-fill-color: #062b3a !important;
}

.kobtek-service .ks-contact a.ks-btn-outline-white {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.kobtek-service nav.ks-mobile-actions a:first-child {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .kobtek-service *,
  .kobtek-service *::before,
  .kobtek-service *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}/* End custom CSS */