:root {
  --ng-night: #020914;
  --ng-navy: #071b31;
  --ng-panel: #0b2038;
  --ng-blue: #078cff;
  --ng-cyan: #24bbff;
  --ng-white: #f7fbff;
  --ng-silver: #b8c7d8;
  --ng-muted: #8da2b7;
  --ng-line: rgba(133, 196, 242, 0.18);
  --ng-content: 1180px;
}

html { scroll-behavior: smooth; }
body { background: #f5f8fb; }
body, body button, body input, body textarea, body select { letter-spacing: 0 !important; }

body .elementor-location-header { position: relative; z-index: 100000; }
body .elementor-element-482510b {
  min-height: 84px !important;
  padding: 0 clamp(18px, 3vw, 52px) !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(125, 184, 233, 0.18) !important;
  background: rgba(2, 12, 24, 0.97) !important;
  box-shadow: 0 12px 38px rgba(0, 5, 14, 0.28) !important;
  transition: min-height 180ms ease, background-color 180ms ease, box-shadow 180ms ease !important;
}
body.ng-header-compact .elementor-element-482510b {
  min-height: 72px !important;
  background: rgba(2, 12, 24, 0.99) !important;
  box-shadow: 0 14px 38px rgba(0, 5, 14, 0.4) !important;
}
body .elementor-element-c02910d,
body .elementor-element-c02910d .elementor-widget-container,
body .elementor-element-c02910d a,
body .elementor-element-c02910d img {
  width: clamp(168px, 13.5vw, 218px) !important;
  max-width: 218px !important;
}
body .elementor-element-482510b > .elementor-element-10d5255 { margin-left: clamp(28px, 6vw, 108px) !important; }
body .elementor-element-96a16a7 .wpr-nav-menu { gap: 8px !important; }
body .elementor-element-96a16a7 .wpr-menu-item {
  min-height: 48px !important;
  padding: 13px 15px !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}
body .elementor-element-96a16a7 .wpr-menu-item::after {
  right: 15px !important;
  bottom: 5px !important;
  left: 15px !important;
  height: 2px !important;
  background: var(--ng-cyan) !important;
  box-shadow: 0 0 12px rgba(36, 187, 255, 0.58) !important;
}
body .nexguard-header-phone-icon {
  border-color: rgba(36, 187, 255, 0.36) !important;
  background: rgba(7, 140, 255, 0.1) !important;
  color: var(--ng-cyan) !important;
}
body .elementor-element-fec0a33 .elementor-button {
  min-height: 44px !important;
  padding: 11px 18px !important;
  border: 1px solid rgba(86, 198, 255, 0.56) !important;
  border-radius: 6px !important;
  background: linear-gradient(135deg, #0064dc, var(--ng-blue)) !important;
  box-shadow: 0 10px 28px rgba(0, 100, 220, 0.28) !important;
  color: #ffffff !important;
}
body .elementor-element-fec0a33 .elementor-button *,
body .elementor-element-fec0a33 .elementor-button-text { color: #ffffff !important; }

body.home .elementor.elementor-15 { display: none !important; }
.ng-home, .ng-home * { box-sizing: border-box; }
.ng-home { overflow: clip; background: var(--ng-night); color: var(--ng-white); }
.ng-shell { width: min(var(--ng-content), calc(100% - 48px)); margin-inline: auto; }

.ng-services-page, .ng-services-page * { box-sizing: border-box; }
.ng-services-page { overflow: clip; background: #f5f8fb; }
.ng-services-page-hero {
  position: relative;
  min-height: 590px;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: var(--ng-night);
}
.ng-services-page-backdrop {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(1, 8, 17, 0.98), rgba(1, 8, 17, 0.82) 49%, rgba(1, 8, 17, 0.3)),
    linear-gradient(180deg, rgba(1, 8, 17, 0.08), rgba(1, 8, 17, 0.86)),
    url("nexguard-media/hero-security-desktop.jpg") center 38% / cover no-repeat;
}
.ng-services-page-grid {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(36, 187, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(36, 187, 255, 0.08) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, #000, transparent 72%);
}
.ng-services-page-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: clamp(42px, 7vw, 92px);
  padding-block: 76px;
}
.ng-services-page-copy h1 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 5.4vw, 76px);
  font-weight: 800;
  line-height: 0.98;
}
.ng-services-page-copy p {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(235, 245, 255, 0.84);
  font-size: 18px;
  line-height: 1.68;
}
.ng-services-quick-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  padding: 16px;
  border: 1px solid rgba(36, 187, 255, 0.24);
  border-radius: 8px;
  background: rgba(2, 12, 24, 0.74);
  box-shadow: 0 26px 70px rgba(0, 4, 12, 0.45);
  backdrop-filter: blur(14px);
}
.ng-services-quick-nav a {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 66px;
  padding: 10px;
  border: 1px solid rgba(112, 188, 241, 0.12);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.035);
  color: #eef7ff !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none !important;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.ng-services-quick-nav a:hover,
.ng-services-quick-nav a:focus-visible {
  border-color: rgba(36, 187, 255, 0.56);
  background: rgba(7, 140, 255, 0.14);
  box-shadow: 0 0 24px rgba(7, 140, 255, 0.14);
  outline: none;
  transform: translateY(-2px);
}
.ng-services-quick-nav i {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(36, 187, 255, 0.24);
  border-radius: 6px;
  background: rgba(7, 140, 255, 0.11);
  color: var(--ng-cyan);
}
body.page-id-333 .elementor-333 > .elementor-element-129e17f { display: none !important; }
body.page-id-333 .ys-services-container > .ys-services-heading,
body.page-id-333 .ys-services-container > .ys-services-heading + p { display: none !important; }
body.page-id-333 .elementor-333 > .elementor-element-38b309b {
  padding-top: 72px !important;
  background:
    linear-gradient(rgba(7, 140, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 140, 255, 0.025) 1px, transparent 1px),
    #f5f8fb !important;
  background-size: 56px 56px !important;
}
body.page-id-333 .ys-services-container {
  width: min(1180px, calc(100% - 48px)) !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
}
body.page-id-333 .ys-service-card {
  border-color: rgba(7, 140, 255, 0.16) !important;
  box-shadow: 0 18px 50px rgba(14, 48, 78, 0.1) !important;
}
body.page-id-333 .ys-service-card:hover {
  border-color: rgba(7, 140, 255, 0.42) !important;
  box-shadow: 0 24px 60px rgba(7, 72, 124, 0.16) !important;
}

.ng-hero {
  position: relative;
  display: grid;
  min-height: min(780px, calc(100svh - 72px));
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid var(--ng-line);
  background: var(--ng-night);
}
.ng-hero-media, .ng-hero-media picture, .ng-hero-media img,
.ng-hero-shade, .ng-hero-grid, .ng-hero-canvas { position: absolute; inset: 0; }
.ng-hero-media { z-index: -5; }
.ng-hero-media picture, .ng-hero-media img { display: block; width: 100%; height: 100%; }
.ng-hero-media img {
  object-fit: cover;
  object-position: center;
  animation: ng-hero-breathe 16s ease-in-out infinite alternate;
}
.ng-hero-shade {
  z-index: -4;
  background:
    linear-gradient(90deg, rgba(1, 8, 17, 0.98), rgba(1, 8, 17, 0.88) 32%, rgba(1, 8, 17, 0.34) 61%, rgba(1, 8, 17, 0.08)),
    linear-gradient(180deg, rgba(1, 8, 17, 0.12) 55%, rgba(1, 8, 17, 0.92));
}
.ng-hero-grid {
  z-index: -3;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(7, 140, 255, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 140, 255, 0.09) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000, transparent 68%);
}
.ng-hero-canvas { z-index: -2; width: 100% !important; height: 100% !important; pointer-events: none; }
.ng-hero-inner { position: relative; z-index: 2; width: min(650px, 54%); padding: 70px 0 54px; }
.ng-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--ng-cyan);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.ng-eyebrow::before { width: 38px; height: 2px; background: var(--ng-blue); box-shadow: 0 0 14px rgba(36, 187, 255, 0.6); content: ""; }
.ng-hero h1 {
  max-width: 620px;
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 5.2vw, 76px);
  font-weight: 800;
  line-height: 0.98;
}
.ng-hero-title-accent { display: block; margin-top: 8px; color: var(--ng-blue); text-shadow: 0 0 28px rgba(7, 140, 255, 0.18); }
.ng-hero-copy {
  max-width: 600px;
  margin: 26px 0 0;
  color: rgba(235, 245, 255, 0.86);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.65;
}
.ng-rotate-line { min-height: 32px; margin-top: 18px; color: var(--ng-silver); font-size: 15px; font-weight: 700; }
.ng-rotate-line strong { display: inline-block; min-width: 190px; color: var(--ng-cyan); transition: opacity 180ms ease, transform 180ms ease; }
.ng-rotate-line strong.ng-changing { opacity: 0; transform: translateY(5px); }
.ng-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.ng-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0 22px;
  border: 1px solid rgba(67, 191, 255, 0.5);
  border-radius: 6px;
  color: #fff !important;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none !important;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.ng-btn-primary { background: linear-gradient(135deg, #0064dc, var(--ng-blue) 62%, var(--ng-cyan)); box-shadow: 0 14px 36px rgba(0, 100, 220, 0.27); }
.ng-btn-secondary { background: rgba(2, 12, 24, 0.56); backdrop-filter: blur(10px); }
.ng-btn:hover, .ng-btn:focus-visible {
  border-color: #8bddff;
  box-shadow: 0 0 0 3px rgba(36, 187, 255, 0.12), 0 18px 38px rgba(0, 100, 220, 0.3);
  color: #fff !important;
  outline: none;
  transform: translateY(-2px);
}
.ng-trust { display: grid; max-width: 650px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 40px; border-top: 1px solid var(--ng-line); }
.ng-trust-item { display: grid; grid-template-columns: 40px minmax(0, 1fr); align-items: center; gap: 11px; min-height: 82px; padding: 16px 18px 12px 0; }
.ng-trust-item + .ng-trust-item { padding-left: 18px; border-left: 1px solid var(--ng-line); }
.ng-trust-icon {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(36, 187, 255, 0.34);
  border-radius: 50%;
  background: rgba(7, 140, 255, 0.1);
  color: var(--ng-cyan);
}
.ng-trust-copy strong, .ng-trust-copy span { display: block; }
.ng-trust-copy strong { color: #fff; font-size: 14px; line-height: 1.25; }
.ng-trust-copy span { margin-top: 3px; color: var(--ng-muted); font-size: 11px; line-height: 1.35; }
.ng-scroll-cue {
  position: absolute;
  right: clamp(22px, 4vw, 68px);
  bottom: 28px;
  display: grid;
  justify-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}
.ng-scroll-cue::after { width: 1px; height: 42px; background: linear-gradient(var(--ng-cyan), transparent); content: ""; animation: ng-scroll-pulse 1.8s ease-in-out infinite; }

.ng-section { position: relative; padding: 96px 0; }
.ng-section-dark {
  background:
    radial-gradient(circle at 76% 18%, rgba(7, 140, 255, 0.1), transparent 28%),
    linear-gradient(180deg, #04111f, #020a14);
}
.ng-section-light { background: #f5f8fb; color: #12263a; }
.ng-section-head { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr); align-items: end; gap: 48px; margin-bottom: 42px; }
.ng-section-head h2, .ng-operations-copy h2, .ng-why-copy h2, .ng-cta h2 {
  margin: 0;
  color: inherit;
  font-size: clamp(38px, 4.3vw, 60px);
  font-weight: 800;
  line-height: 1.03;
}
.ng-section-dark h2 { color: #fff; }
.ng-section-head p { margin: 0; color: #5f7182; font-size: 17px; line-height: 1.65; }
.ng-section-dark .ng-section-head p { color: var(--ng-muted); }
.ng-kicker { display: block; margin-bottom: 12px; color: var(--ng-blue); font-size: 12px; font-weight: 800; text-transform: uppercase; }

.ng-services-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.ng-service-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid var(--ng-line);
  border-radius: 8px;
  background: var(--ng-panel);
  color: #fff;
  box-shadow: 0 18px 48px rgba(0, 5, 13, 0.22);
  isolation: isolate;
}
.ng-service-card img { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; transition: transform 600ms cubic-bezier(0.2, 0.75, 0.25, 1); }
.ng-service-card::before { position: absolute; inset: 0; z-index: -2; background: linear-gradient(180deg, rgba(2, 10, 20, 0.08) 22%, rgba(2, 10, 20, 0.95) 86%); content: ""; }
.ng-service-card::after { position: absolute; inset: 0; z-index: -1; border: 1px solid transparent; border-radius: inherit; content: ""; transition: border-color 180ms ease, box-shadow 180ms ease; }
.ng-service-card:hover img, .ng-service-card:focus-within img { transform: scale(1.045); }
.ng-service-card:hover::after, .ng-service-card:focus-within::after { border-color: rgba(36, 187, 255, 0.58); box-shadow: inset 0 0 34px rgba(7, 140, 255, 0.12); }
.ng-service-content { position: absolute; right: 0; bottom: 0; left: 0; padding: 25px; }
.ng-service-icon, .ng-feature-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(120, 218, 255, 0.42);
  border-radius: 6px;
  background: rgba(0, 105, 225, 0.84);
  color: #fff;
}
.ng-service-card h3 { margin: 0; color: #fff; font-size: 23px; font-weight: 800; line-height: 1.2; }
.ng-service-card p { margin: 9px 0 17px; color: rgba(235, 245, 255, 0.78); font-size: 14px; line-height: 1.55; }
.ng-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--ng-cyan) !important; font-size: 13px; font-weight: 800; text-decoration: none !important; }
.ng-text-link i { transition: transform 180ms ease; }
.ng-text-link:hover i, .ng-text-link:focus-visible i { transform: translateX(4px); }

.ng-operations { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr); align-items: center; gap: clamp(46px, 7vw, 90px); }
.ng-operations-copy > p, .ng-why-copy > p { margin: 22px 0 0; color: #637587; font-size: 17px; line-height: 1.7; }
.ng-feature-list { display: grid; gap: 14px; margin-top: 30px; }
.ng-feature { display: grid; grid-template-columns: 46px minmax(0, 1fr); align-items: start; gap: 14px; }
.ng-feature-icon { width: 44px; height: 44px; border-color: rgba(7, 140, 255, 0.24); background: rgba(7, 140, 255, 0.08); color: var(--ng-blue); }
.ng-feature strong { display: block; color: #132a40; font-size: 16px; }
.ng-feature span span { display: block; margin-top: 4px; color: #6b7e8f; font-size: 14px; line-height: 1.5; }

.ng-command {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(103, 190, 247, 0.23);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(4, 18, 33, 0.25), rgba(4, 18, 33, 0.94)),
    url("wp-content/uploads/2025/05/Security-Management-Banner-1.jpg") center/cover no-repeat;
  box-shadow: 0 22px 64px rgba(0, 8, 18, 0.34);
}
.ng-command::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(36, 187, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(36, 187, 255, 0.08) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  mask-image: linear-gradient(#000, transparent 88%);
}
.ng-command-top { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px; border-bottom: 1px solid var(--ng-line); }
.ng-command-title strong, .ng-command-title span { display: block; }
.ng-command-title strong { color: #fff; font-size: 16px; }
.ng-command-title span { margin-top: 4px; color: var(--ng-muted); font-size: 11px; }
.ng-live { display: inline-flex; align-items: center; gap: 8px; color: #bceaff; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.ng-live::before { width: 8px; height: 8px; border-radius: 50%; background: #28d69c; box-shadow: 0 0 14px rgba(40, 214, 156, 0.7); content: ""; animation: ng-live 1.8s ease-in-out infinite; }
.ng-command-map { position: relative; min-height: 330px; }
.ng-zone { position: absolute; width: 14px; height: 14px; border: 2px solid #bdeaff; border-radius: 50%; background: var(--ng-blue); box-shadow: 0 0 0 7px rgba(7, 140, 255, 0.13), 0 0 24px rgba(7, 140, 255, 0.65); }
.ng-zone::after { position: absolute; top: 50%; left: 50%; width: 52px; height: 52px; border: 1px solid rgba(36, 187, 255, 0.34); border-radius: 50%; content: ""; transform: translate(-50%, -50%); animation: ng-zone 2.6s ease-out infinite; }
.ng-zone-one { top: 34%; left: 28%; }
.ng-zone-two { top: 51%; left: 61%; }
.ng-zone-three { top: 24%; left: 76%; }
.ng-route { position: absolute; top: 47%; left: 27%; width: 50%; height: 90px; border-top: 2px solid rgba(36, 187, 255, 0.72); border-right: 2px solid rgba(36, 187, 255, 0.72); border-radius: 0 62px 0 0; filter: drop-shadow(0 0 8px rgba(36, 187, 255, 0.55)); transform: rotate(-8deg); }
.ng-command-status { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--ng-line); background: rgba(3, 14, 27, 0.82); }
.ng-command-status div { padding: 18px; }
.ng-command-status div + div { border-left: 1px solid var(--ng-line); }
.ng-command-status strong, .ng-command-status span { display: block; }
.ng-command-status strong { color: #fff; font-size: 13px; }
.ng-command-status span { margin-top: 5px; color: var(--ng-cyan); font-size: 11px; }

.ng-why { display: grid; grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr); gap: 70px; align-items: start; }
.ng-why-copy { position: sticky; top: 120px; }
.ng-why-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.ng-why-card {
  min-height: 240px;
  padding: 27px;
  border: 1px solid #dce7f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(23, 48, 72, 0.07);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.ng-why-card:hover { border-color: rgba(7, 140, 255, 0.35); box-shadow: 0 22px 54px rgba(20, 70, 112, 0.11); transform: translateY(-3px); }
.ng-why-number { display: block; margin-bottom: 34px; color: var(--ng-blue); font-size: 13px; font-weight: 800; }
.ng-why-card h3 { margin: 0; color: #12263a; font-size: 22px; font-weight: 800; }
.ng-why-card p { margin: 12px 0 0; color: #65788a; font-size: 15px; line-height: 1.62; }

.ng-process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-block: 1px solid var(--ng-line); }
.ng-process-step { position: relative; min-height: 230px; padding: 32px 28px; }
.ng-process-step + .ng-process-step { border-left: 1px solid var(--ng-line); }
.ng-process-step > span { display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center; border: 1px solid rgba(36, 187, 255, 0.34); border-radius: 50%; color: var(--ng-cyan); font-size: 12px; font-weight: 800; }
.ng-process-step h3 { margin: 34px 0 0; color: #fff; font-size: 21px; font-weight: 800; }
.ng-process-step p { margin: 11px 0 0; color: var(--ng-muted); font-size: 14px; line-height: 1.6; }
.ng-sectors { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.ng-sector { display: inline-flex; min-height: 42px; align-items: center; gap: 9px; padding: 0 14px; border: 1px solid rgba(118, 176, 222, 0.18); border-radius: 5px; background: rgba(255, 255, 255, 0.035); color: #d6e5f3; font-size: 13px; font-weight: 700; }
.ng-sector i { color: var(--ng-cyan); }

.ng-cta-band { padding: 0 0 96px; background: var(--ng-night); }
.ng-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 42px;
  overflow: hidden;
  padding: clamp(36px, 5vw, 66px);
  border: 1px solid rgba(79, 190, 255, 0.3);
  border-radius: 8px;
  background:
    linear-gradient(110deg, rgba(5, 27, 50, 0.98), rgba(2, 13, 26, 0.86)),
    url("wp-content/uploads/2025/05/Manned-Guarding-baner.jpg") center 42% / cover no-repeat;
  box-shadow: 0 22px 64px rgba(0, 8, 18, 0.34);
}
.ng-cta h2 { position: relative; z-index: 1; color: #fff; }
.ng-cta p { position: relative; z-index: 1; max-width: 680px; margin: 18px 0 0; color: var(--ng-silver); font-size: 16px; line-height: 1.65; }
.ng-cta-actions { position: relative; z-index: 2; display: grid; gap: 10px; min-width: 220px; }
.ng-phone-link { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; color: #fff !important; font-size: 14px; font-weight: 800; text-decoration: none !important; }
.ng-phone-link i { color: var(--ng-cyan); }

.ng-reveal {
  opacity: 1;
  transform: none;
  transition: opacity 620ms ease, transform 620ms cubic-bezier(0.2, 0.72, 0.26, 1);
}
html.ng-experience-ready .ng-reveal:not(.ng-visible) {
  opacity: 0;
  transform: translateY(24px);
}
.ng-reveal.ng-visible { opacity: 1; transform: none; }
.ng-reveal[data-delay="1"] { transition-delay: 80ms; }
.ng-reveal[data-delay="2"] { transition-delay: 160ms; }
.ng-reveal[data-delay="3"] { transition-delay: 240ms; }

.elementor-location-footer {
  position: relative;
  border-top: 1px solid rgba(36, 187, 255, 0.2);
  background: #01070e !important;
}
.elementor-location-footer .elementor-element,
.elementor-location-footer .elementor-section { background-color: transparent !important; }
.elementor-location-footer .elementor-heading-title { color: #fff !important; }
.elementor-location-footer .elementor-icon-list-text,
.elementor-location-footer .elementor-widget-text-editor,
.elementor-location-footer .elementor-widget-text-editor *,
.elementor-location-footer a:not(.elementor-social-icon) { color: #d5e2ed !important; }
.elementor-location-footer a:hover { color: var(--ng-cyan) !important; }
.elementor-location-footer .elementor-icon-list-icon svg,
.elementor-location-footer .elementor-icon-list-icon path { fill: var(--ng-cyan) !important; }

@keyframes ng-hero-breathe { from { transform: scale(1); } to { transform: scale(1.025); } }
@keyframes ng-scroll-pulse { 0%, 100% { opacity: 0.35; transform: scaleY(0.7); } 50% { opacity: 1; transform: scaleY(1); } }
@keyframes ng-live { 0%, 100% { opacity: 0.65; } 50% { opacity: 1; } }
@keyframes ng-zone { from { opacity: 0.75; transform: translate(-50%, -50%) scale(0.3); } to { opacity: 0; transform: translate(-50%, -50%) scale(1.3); } }

@media (max-width: 1100px) {
  body .elementor-element-482510b > .elementor-element-10d5255 { margin-left: 28px !important; }
  .ng-services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ng-operations { grid-template-columns: 1fr 1fr; gap: 42px; }
  .ng-why { gap: 42px; }
}

@media (max-width: 1024px) {
  body .elementor-element-482510b { min-height: 78px !important; }
  body .elementor-element-c02910d,
  body .elementor-element-c02910d .elementor-widget-container,
  body .elementor-element-c02910d a,
  body .elementor-element-c02910d img { width: 170px !important; }
  .ng-services-page-inner { grid-template-columns: 1fr; gap: 34px; }
  .ng-services-page-copy { max-width: 760px; }
  .ng-services-quick-nav { max-width: 760px; }
  .ng-hero { min-height: 720px; }
  .ng-hero-inner { width: min(620px, 67%); }
  .ng-section-head { grid-template-columns: 1fr; gap: 18px; }
  .ng-operations, .ng-why { grid-template-columns: 1fr; }
  .ng-why-copy { position: static; }
  .ng-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ng-process-step:nth-child(3), .ng-process-step:nth-child(4) { border-top: 1px solid var(--ng-line); }
  .ng-process-step:nth-child(3) { border-left: 0; }
}

@media (max-width: 767px) {
  .ng-shell { width: min(100% - 28px, var(--ng-content)); }
  body .elementor-element-482510b { min-height: 72px !important; padding: 0 14px !important; }
  body .elementor-element-482510b > .elementor-element-10d5255 {
    margin-left: auto !important;
  }
  body .elementor-element-c02910d,
  body .elementor-element-c02910d .elementor-widget-container,
  body .elementor-element-c02910d a,
  body .elementor-element-c02910d img { width: 164px !important; max-width: 164px !important; }
  body .elementor-element-96a16a7 .wpr-mobile-toggle {
    display: inline-flex !important;
    width: 44px !important;
    height: 44px !important;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    gap: 5px !important;
    padding: 0 !important;
    border: 1px solid rgba(36, 187, 255, 0.34);
    border-radius: 6px;
    background: rgba(7, 140, 255, 0.08);
  }
  body .elementor-element-96a16a7 .wpr-mobile-toggle-line {
    display: block !important;
    width: 22px !important;
    min-width: 22px !important;
    height: 2px !important;
    min-height: 2px !important;
    margin: 0 !important;
    border-radius: 1px !important;
    background: #fff !important;
  }
  .ng-services-page-hero { min-height: auto; }
  .ng-services-page-backdrop {
    background:
      linear-gradient(180deg, rgba(1, 8, 17, 0.22), rgba(1, 8, 17, 0.94) 55%, #010811),
      url("nexguard-media/hero-security-mobile.jpg") center 24% / cover no-repeat;
  }
  .ng-services-page-inner { gap: 24px; padding-block: 170px 28px; }
  .ng-services-page-copy h1 { font-size: 40px; line-height: 1; }
  .ng-services-page-copy p { margin-top: 18px; font-size: 16px; line-height: 1.58; }
  .ng-services-quick-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 9px; }
  .ng-services-quick-nav a {
    grid-template-columns: 34px minmax(0, 1fr);
    min-height: 58px;
    gap: 8px;
    padding: 8px;
    font-size: 11px;
  }
  .ng-services-quick-nav i { width: 34px; height: 34px; }
  body.page-id-333 .elementor-333 > .elementor-element-38b309b { padding-top: 48px !important; }
  body.page-id-333 .ys-services-container { width: calc(100% - 28px) !important; }
  .ng-hero { min-height: 800px; align-items: end; }
  .ng-hero-media img { object-position: center 30%; animation: none; }
  .ng-hero-shade { background: linear-gradient(180deg, rgba(1, 8, 17, 0.06), rgba(1, 8, 17, 0.18) 34%, rgba(1, 8, 17, 0.96) 66%, #010811); }
  .ng-hero-grid { opacity: 0.13; mask-image: linear-gradient(180deg, transparent, #000 55%); }
  .ng-hero-inner { width: 100%; padding: 300px 0 32px; }
  .ng-eyebrow { margin-bottom: 14px; font-size: 10px; }
  .ng-hero h1 { max-width: 100%; font-size: clamp(40px, 12vw, 58px); line-height: 1; }
  .ng-hero-copy { margin-top: 18px; font-size: 16px; line-height: 1.55; }
  .ng-rotate-line { margin-top: 12px; font-size: 13px; }
  .ng-actions { display: grid; grid-template-columns: 1fr; margin-top: 22px; }
  .ng-btn { width: 100%; }
  .ng-trust { margin-top: 26px; }
  .ng-trust-item { display: block; min-height: 70px; padding: 14px 8px 10px; text-align: center; }
  .ng-trust-item + .ng-trust-item { padding-left: 8px; }
  .ng-trust-icon { width: 34px; height: 34px; margin: 0 auto 8px; }
  .ng-trust-copy strong { font-size: 11px; }
  .ng-trust-copy span, .ng-scroll-cue { display: none; }
  .ng-section { padding: 72px 0; }
  .ng-section-head h2, .ng-operations-copy h2, .ng-why-copy h2, .ng-cta h2 { font-size: 38px; }
  .ng-services-grid, .ng-why-grid { grid-template-columns: 1fr; }
  .ng-service-card { min-height: 330px; }
  .ng-command { min-height: 450px; }
  .ng-command-map { min-height: 290px; }
  .ng-command-status div { padding: 14px 10px; }
  .ng-command-status strong { font-size: 11px; }
  .ng-command-status span { font-size: 9px; }
  .ng-process-grid { grid-template-columns: 1fr; }
  .ng-process-step + .ng-process-step,
  .ng-process-step:nth-child(3),
  .ng-process-step:nth-child(4) { border-top: 1px solid var(--ng-line); border-left: 0; }
  .ng-process-step { min-height: 190px; }
  .ng-cta { grid-template-columns: 1fr; padding: 34px 24px; }
  .ng-cta-actions { min-width: 0; }
}

@media (max-width: 420px) {
  body .elementor-element-c02910d,
  body .elementor-element-c02910d .elementor-widget-container,
  body .elementor-element-c02910d a,
  body .elementor-element-c02910d img { width: 148px !important; max-width: 148px !important; }
  .ng-hero { min-height: 780px; }
  .ng-hero-inner { padding-top: 270px; }
  .ng-hero h1 { font-size: 39px; }
  .ng-section-head h2, .ng-operations-copy h2, .ng-why-copy h2, .ng-cta h2 { font-size: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ng-hero-media img, .ng-scroll-cue::after, .ng-live::before, .ng-zone::after { animation: none !important; }
  .ng-reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .ng-service-card img, .ng-btn, .ng-why-card { transition: none !important; }
}

/* Approved homepage concept */
body.home .elementor-element-482510b {
  min-height: 82px !important;
  padding-inline: clamp(34px, 4vw, 66px) !important;
}
body.home .elementor-element-482510b > .elementor-element-10d5255 {
  margin-left: clamp(72px, 9vw, 145px) !important;
}
body.home .elementor-element-c02910d,
body.home .elementor-element-c02910d .elementor-widget-container,
body.home .elementor-element-c02910d a,
body.home .elementor-element-c02910d img {
  width: clamp(210px, 17vw, 270px) !important;
  max-width: 270px !important;
}

body.home .ng-hero {
  min-height: 640px;
  align-items: center;
}
body.home .ng-hero > .ng-shell {
  width: min(1410px, calc(100% - 128px));
}
body.home .ng-hero-media img {
  object-position: center center;
}
body.home .ng-hero-shade {
  background:
    linear-gradient(90deg, rgba(1, 8, 17, 0.99) 0%, rgba(1, 8, 17, 0.94) 29%, rgba(1, 8, 17, 0.5) 52%, rgba(1, 8, 17, 0.08) 77%),
    linear-gradient(180deg, rgba(1, 8, 17, 0.08) 44%, rgba(1, 8, 17, 0.78) 100%);
}
body.home .ng-hero-grid { opacity: 0.09; }
body.home .ng-hero-canvas { opacity: 0.34; }
body.home .ng-hero-inner {
  width: min(760px, 53%);
  padding: 54px 0 32px;
}
body.home .ng-eyebrow {
  margin-bottom: 20px;
  font-size: 11px;
  letter-spacing: 0 !important;
}
body.home .ng-hero h1 {
  max-width: 790px;
  font-size: clamp(52px, 4vw, 64px);
  line-height: 1.08;
}
body.home .ng-hero-title-accent {
  display: inline;
  margin: 0;
  color: #087dff;
  white-space: nowrap;
}
body.home .ng-hero-copy {
  max-width: 610px;
  margin-top: 27px;
  font-size: 16px;
  line-height: 1.68;
  text-wrap: pretty;
}
body.home .ng-actions { margin-top: 28px; }
body.home .ng-btn {
  min-height: 52px;
  padding-inline: 22px;
  border-radius: 7px;
}
body.home .ng-trust {
  max-width: 640px;
  margin-top: 34px;
}
body.home .ng-trust-item {
  min-height: 66px;
  grid-template-columns: 38px minmax(0, 1fr);
  padding-block: 12px 8px;
}
body.home .ng-trust-copy strong { font-size: 13px; }
body.home .ng-trust-copy span { font-size: 10px; }
body.home .ng-scroll-cue { display: none; }
body.home .ng-wall-mark { display: none; }

body.home #services {
  padding: 24px 0 28px;
  border-bottom: 1px solid rgba(95, 173, 229, 0.14);
}
body.home #services .ng-shell {
  width: min(1410px, calc(100% - 64px));
}
body.home .ng-services-grid {
  grid-template-columns: minmax(280px, 1.25fr) repeat(4, minmax(190px, 1fr));
  gap: 14px;
}
body.home .ng-services-intro {
  display: flex;
  min-height: 266px;
  flex-direction: column;
  justify-content: center;
  padding: 16px 26px 16px 0;
}
body.home .ng-services-intro h2 {
  max-width: 350px;
  margin: 16px 0 0;
  color: #fff;
  font-size: clamp(27px, 2.05vw, 34px);
  font-weight: 800;
  line-height: 1.16;
  text-wrap: balance;
}
body.home .ng-services-all {
  display: inline-flex;
  width: fit-content;
  min-height: 42px;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
  padding: 0 17px;
  border: 1px solid #087dff;
  border-radius: 6px;
  color: #38aaff !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
}
body.home .ng-service-card {
  min-height: 276px;
  border-color: rgba(119, 179, 225, 0.18);
  border-radius: 7px;
}
body.home .ng-service-card:nth-of-type(n+5) { display: none; }
body.home .ng-service-card::before {
  background:
    linear-gradient(180deg, rgba(2, 10, 20, 0.04) 16%, rgba(2, 10, 20, 0.66) 56%, rgba(2, 10, 20, 0.97) 100%),
    linear-gradient(90deg, rgba(7, 140, 255, 0.18), transparent 48%);
}
body.home .ng-service-content { padding: 18px; }
body.home .ng-service-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 13px;
  border-radius: 7px;
  background: linear-gradient(135deg, #0068e8, #078cff);
  color: #fff;
}
body.home .ng-service-card h3 { font-size: 17px; }
body.home .ng-service-card p {
  min-height: 54px;
  margin: 7px 42px 0 0;
  font-size: 12px;
  line-height: 1.48;
  text-wrap: pretty;
}
body.home .ng-text-link {
  position: absolute;
  right: 17px;
  bottom: 17px;
  width: 38px;
  height: 38px;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(80, 193, 255, 0.7);
  border-radius: 50%;
  background: rgba(7, 140, 255, 0.9);
  color: #fff !important;
  font-size: 0;
  box-shadow: 0 0 18px rgba(7, 140, 255, 0.38);
}
body.home .ng-text-link i { font-size: 13px; }
body.home .ng-text-link:hover,
body.home .ng-text-link:focus-visible {
  border-color: #bdeaff;
  background: #078cff;
  box-shadow: 0 0 0 4px rgba(36, 187, 255, 0.12), 0 0 22px rgba(7, 140, 255, 0.48);
}

body.home .ng-home-detail {
  display: block;
  border-top: 1px solid rgba(75, 176, 245, 0.16);
  background:
    linear-gradient(rgba(36, 187, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(36, 187, 255, 0.025) 1px, transparent 1px),
    #020b16;
  background-size: 56px 56px;
  color: #fff;
}
body.home .ng-home-detail.ng-section-light {
  padding: 84px 0;
}
body.home .ng-home-detail .ng-operations {
  grid-template-columns: minmax(0, 0.86fr) minmax(460px, 1.14fr);
  gap: clamp(48px, 7vw, 92px);
}
body.home .ng-home-detail .ng-operations-copy h2 {
  max-width: 560px;
  color: #fff;
  font-size: clamp(38px, 3.4vw, 54px);
  line-height: 1.05;
  text-wrap: balance;
}
body.home .ng-home-detail .ng-operations-copy > p {
  max-width: 600px;
  color: #9bafc1;
  font-size: 16px;
  text-wrap: pretty;
}
body.home .ng-home-detail .ng-feature-list {
  gap: 0;
  margin-top: 32px;
  border-block: 1px solid rgba(112, 188, 241, 0.16);
}
body.home .ng-home-detail .ng-feature {
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  padding: 19px 0;
}
body.home .ng-home-detail .ng-feature + .ng-feature {
  border-top: 1px solid rgba(112, 188, 241, 0.12);
}
body.home .ng-home-detail .ng-feature-icon {
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(0, 100, 220, 0.25), rgba(36, 187, 255, 0.1));
  color: #24bbff;
}
body.home .ng-home-detail .ng-feature strong { color: #fff; }
body.home .ng-home-detail .ng-feature span span { color: #8fa5b9; }
body.home .ng-command {
  min-height: 500px;
  border-color: rgba(36, 187, 255, 0.36);
  background:
    linear-gradient(180deg, rgba(3, 17, 31, 0.2), rgba(3, 17, 31, 0.95)),
    url("wp-content/uploads/2025/05/CCTV-Installation-Monitoring-bner.jpg") center/cover no-repeat;
  box-shadow: 0 28px 80px rgba(0, 4, 12, 0.46), 0 0 36px rgba(7, 140, 255, 0.08);
}
body.home .ng-command::before {
  opacity: 0.78;
}
body.home .ng-command::after {
  position: absolute;
  inset: 88px 28px 86px;
  border: 1px solid rgba(36, 187, 255, 0.14);
  border-radius: 6px;
  content: "";
  pointer-events: none;
}
body.home .ng-command-top {
  min-height: 74px;
  padding: 18px 22px;
  background: rgba(3, 17, 31, 0.82);
  backdrop-filter: blur(12px);
}
body.home .ng-command-map { min-height: 340px; }
body.home .ng-route {
  border-color: rgba(36, 187, 255, 0.84);
  filter: drop-shadow(0 0 10px rgba(36, 187, 255, 0.7));
}
body.home .ng-command-status {
  min-height: 70px;
  align-items: center;
}

body.home .ng-why-section {
  padding: 62px 0 66px;
  border-top: 1px solid rgba(75, 176, 245, 0.18);
  background:
    radial-gradient(circle at 50% 100%, rgba(7, 140, 255, 0.13), transparent 38%),
    #03101f;
  color: #fff;
}
body.home .ng-why {
  display: block;
}
body.home .ng-why-copy {
  position: static;
  text-align: center;
}
body.home .ng-why-copy h2 {
  margin: 12px 0 0;
  color: #fff;
  font-size: 38px;
  text-wrap: balance;
}
body.home .ng-why-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 920px;
  margin: 42px auto 0;
  gap: 0;
}
body.home .ng-why-card {
  min-height: 0;
  padding: 10px 32px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}
body.home .ng-why-card + .ng-why-card {
  border-left: 1px solid rgba(135, 194, 238, 0.24);
}
body.home .ng-why-card:nth-of-type(n+4) { display: none; }
body.home .ng-why-card:hover {
  border-color: rgba(135, 194, 238, 0.24);
  box-shadow: none;
  transform: none;
}
body.home .ng-why-number {
  margin-bottom: 14px;
  color: #078cff;
  font-size: 44px;
}
body.home .ng-why-card h3 { color: #fff; font-size: 17px; }
body.home .ng-why-card p {
  margin-top: 7px;
  color: #95a9bc;
  font-size: 12px;
  text-wrap: pretty;
}
body.home .ng-home-detail.ng-section-dark {
  padding: 78px 0 84px;
  background:
    radial-gradient(circle at 14% 40%, rgba(7, 140, 255, 0.09), transparent 28%),
    #010811;
}
body.home .ng-home-detail .ng-section-head {
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.48fr);
  margin-bottom: 32px;
}
body.home .ng-home-detail .ng-section-head h2 {
  max-width: 670px;
  font-size: clamp(36px, 3vw, 48px);
  line-height: 1.08;
  text-wrap: balance;
}
body.home .ng-home-detail .ng-section-head p {
  color: #8fa5b9;
  font-size: 15px;
}
body.home .ng-process-grid {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(112, 188, 241, 0.18);
  border-radius: 8px;
  background: rgba(7, 27, 49, 0.48);
}
body.home .ng-process-grid::before {
  position: absolute;
  top: 51px;
  right: 8%;
  left: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #078cff 15%, #24bbff 50%, #078cff 85%, transparent);
  box-shadow: 0 0 12px rgba(36, 187, 255, 0.4);
  content: "";
}
body.home .ng-process-step {
  min-height: 208px;
  padding: 30px 24px 26px;
}
body.home .ng-process-step > span {
  position: relative;
  z-index: 1;
  border-color: #078cff;
  background: #061b31;
  box-shadow: 0 0 18px rgba(7, 140, 255, 0.28);
}
body.home .ng-process-step h3 {
  margin-top: 28px;
  font-size: 20px;
}
body.home .ng-process-step p {
  color: #8fa5b9;
  font-size: 13px;
  text-wrap: pretty;
}
body.home .ng-sectors {
  justify-content: center;
  margin-top: 25px;
}
body.home .ng-sector {
  border-color: rgba(36, 187, 255, 0.2);
  background: rgba(7, 140, 255, 0.055);
}
body.home .ng-cta-band {
  padding: 0 0 56px;
  border-top: 1px solid rgba(75, 176, 245, 0.14);
  background: #010811;
}
body.home .ng-cta {
  min-height: 235px;
  padding: 42px 48px;
  border-color: rgba(36, 187, 255, 0.44);
  background:
    linear-gradient(105deg, rgba(3, 22, 42, 0.99), rgba(2, 13, 26, 0.78)),
    url("nexguard-media/hero-security-desktop-final.jpg") right 36% center / 62% auto no-repeat;
  box-shadow: 0 24px 70px rgba(0, 4, 12, 0.42), inset 0 0 38px rgba(7, 140, 255, 0.04);
}
body.home .ng-cta h2 {
  max-width: 700px;
  font-size: clamp(36px, 3vw, 48px);
  line-height: 1.08;
  text-wrap: balance;
}
body.home .ng-cta p {
  max-width: 620px;
  color: #a9bbca;
  font-size: 15px;
  text-wrap: pretty;
}
body.home .ng-cta-actions { min-width: 235px; }
body.home .elementor-location-footer {
  border-top-color: rgba(36, 187, 255, 0.28);
}

@media (max-width: 1180px) and (min-width: 768px) {
  body.home .ng-services-grid {
    grid-template-columns: minmax(240px, 1.15fr) repeat(4, minmax(150px, 1fr));
  }
  body.home .ng-service-card p { display: none; }
}

@media (max-width: 767px) {
  body.home .elementor-element-482510b {
    min-height: 72px !important;
    padding: 0 14px !important;
    gap: 8px !important;
  }
  body.home .elementor-element-6d133ba { order: 1; }
  body.home .elementor-element-8e3bbb8 {
    order: 2;
    position: absolute !important;
    right: 72px !important;
    display: flex !important;
    width: 44px !important;
    min-width: 44px !important;
    margin-left: 0 !important;
  }
  body.home .elementor-element-10d5255 {
    order: 3;
    position: absolute !important;
    right: 14px !important;
    width: 44px !important;
    margin-left: 0 !important;
  }
  body.home .elementor-element-3e5bff3 { display: none !important; }
  body.home .nexguard-header-phone {
    width: 44px;
    height: 44px;
    justify-content: center;
  }
  body.home .nexguard-header-phone-icon {
    width: 44px !important;
    height: 44px !important;
    border-color: #078cff !important;
    border-radius: 50% !important;
    box-shadow: 0 0 20px rgba(7, 140, 255, 0.4);
  }
  body.home .nexguard-header-phone-copy { display: none !important; }
  body.home .elementor-element-c02910d,
  body.home .elementor-element-c02910d .elementor-widget-container,
  body.home .elementor-element-c02910d a,
  body.home .elementor-element-c02910d img {
    width: 148px !important;
    max-width: 148px !important;
  }

  body.home .ng-hero {
    min-height: 650px;
    align-items: end;
  }
  body.home .ng-hero-media img {
    object-position: center 28%;
  }
  body.home .ng-hero-shade {
    background:
      linear-gradient(180deg, rgba(1, 8, 17, 0.02) 22%, rgba(1, 8, 17, 0.18) 42%, rgba(1, 8, 17, 0.91) 66%, #010811 94%),
      linear-gradient(90deg, rgba(1, 8, 17, 0.12), rgba(1, 8, 17, 0.02));
  }
  body.home .ng-hero-canvas { opacity: 0.27; }
  body.home .ng-wall-mark {
    position: absolute;
    z-index: 1;
    top: 25%;
    right: 8%;
    display: block;
    width: 58px;
    opacity: 0.82;
    filter: drop-shadow(0 0 13px rgba(7, 140, 255, 0.5));
    pointer-events: none;
  }
  body.home .ng-hero-inner {
    width: 100%;
    padding: 168px 0 0;
  }
  body.home .ng-hero > .ng-shell {
    width: min(100% - 28px, var(--ng-content));
  }
  body.home .ng-hero-title-accent { white-space: normal; }
  body.home .ng-eyebrow {
    margin-bottom: 17px;
    font-size: 9px;
  }
  body.home .ng-hero h1 {
    font-size: 42px;
    line-height: 1.05;
  }
  body.home .ng-hero-copy {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.55;
  }
  body.home .ng-actions {
    gap: 10px;
    margin-top: 23px;
  }
  body.home .ng-btn { min-height: 54px; }
  body.home .ng-trust {
    width: calc(100% + 28px);
    max-width: none;
    margin: 22px -14px 0;
    border-block: 1px solid rgba(112, 188, 241, 0.17);
    background: rgba(8, 31, 54, 0.82);
  }
  body.home .ng-trust-item {
    min-height: 82px;
    padding: 12px 5px 10px;
  }
  body.home .ng-trust-item + .ng-trust-item { padding-left: 5px; }
  body.home .ng-trust-icon {
    width: 38px;
    height: 38px;
  }
  body.home .ng-trust-copy strong {
    font-size: 10px;
    line-height: 1.25;
  }

  body.home #services {
    padding: 28px 0 40px;
  }
  body.home #services .ng-shell {
    width: calc(100% - 28px);
  }
  body.home .ng-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  body.home .ng-services-intro { display: none; }
  body.home .ng-service-card {
    min-height: 245px;
  }
  body.home .ng-service-content { padding: 18px 13px; }
  body.home .ng-service-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }
  body.home .ng-service-card h3 { font-size: 18px; }
  body.home .ng-service-card p {
    display: block;
    min-height: 62px;
    margin: 9px 30px 0 0;
    font-size: 12px;
    line-height: 1.48;
  }
  body.home .ng-text-link {
    right: 12px;
    bottom: 13px;
    width: 38px;
    height: 38px;
  }

  body.home .ng-why-section {
    padding: 52px 0 48px;
  }
  body.home .ng-why-copy h2 { font-size: 32px; }
  body.home .ng-why-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 32px;
  }
  body.home .ng-why-card {
    padding: 4px 8px;
  }
  body.home .ng-why-number {
    margin-bottom: 10px;
    font-size: 34px;
  }
  body.home .ng-why-card h3 {
    font-size: 10px !important;
    line-height: 1.2;
    overflow-wrap: normal;
    word-break: keep-all;
    hyphens: none;
  }
  body.home .ng-why-card p { display: none; }
  body.home .ng-home-detail.ng-section-light,
  body.home .ng-home-detail.ng-section-dark {
    padding: 58px 0;
  }
  body.home .ng-home-detail .ng-operations {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  body.home .ng-home-detail .ng-operations-copy h2,
  body.home .ng-home-detail .ng-section-head h2 {
    font-size: 34px;
  }
  body.home .ng-command { min-height: 420px; }
  body.home .ng-command::after { inset: 80px 14px 72px; }
  body.home .ng-command-map { min-height: 270px; }
  body.home .ng-home-detail .ng-section-head {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  body.home .ng-process-grid::before { display: none; }
  body.home .ng-process-step { min-height: 168px; }
  body.home .ng-process-step h3 { margin-top: 18px; }
  body.home .ng-sectors { justify-content: flex-start; }
  body.home .ng-cta-band { padding-bottom: 36px; }
  body.home .ng-cta {
    min-height: 0;
    padding: 32px 22px;
    background:
      linear-gradient(180deg, rgba(3, 22, 42, 0.86), rgba(2, 13, 26, 0.98)),
      url("nexguard-media/hero-security-mobile-final.jpg") center 34% / cover no-repeat;
  }
  body.home .ng-cta h2 { font-size: 34px; }
}

@media (max-width: 420px) {
  body.home .ng-hero h1 { font-size: 38px; }
  body.home .ng-service-card { min-height: 230px; }
  body.home .ng-service-card h3 { font-size: 16px; }
}

/* Premium Services page */
body.page-id-333 {
  background: #010811 !important;
}
body.page-id-333 .ng-services-page {
  background: #010811;
  color: #f7fbff;
}
body.page-id-333 #service-catalogue {
  display: none !important;
}
body.page-id-333 .ng-services-page-hero {
  min-height: 350px;
  align-items: center;
  border-bottom: 1px solid rgba(36, 187, 255, 0.22);
}
body.page-id-333 .ng-services-page-backdrop {
  background:
    linear-gradient(90deg, rgba(1, 8, 17, 0.99), rgba(1, 8, 17, 0.86) 39%, rgba(1, 8, 17, 0.28) 72%),
    linear-gradient(180deg, rgba(1, 8, 17, 0.08), rgba(1, 8, 17, 0.82)),
    url("wp-content/uploads/2025/05/CCTV-Installation-Monitoring-bner.jpg") center 44% / cover no-repeat;
}
body.page-id-333 .ng-services-page-hero::after {
  position: absolute;
  z-index: -1;
  top: 38px;
  right: 6%;
  width: 190px;
  aspect-ratio: 1;
  background: url("wp-content/uploads/2025/04/Nexguard-New-Shield-Icon.png") center/contain no-repeat;
  content: "";
  opacity: 0.34;
  filter: drop-shadow(0 0 24px rgba(7, 140, 255, 0.7));
}
body.page-id-333 .ng-services-page-grid {
  opacity: 0.15;
  mask-image: linear-gradient(90deg, #000, transparent 72%);
}
body.page-id-333 .ng-services-page-inner {
  display: block;
  padding-block: 66px;
}
body.page-id-333 .ng-services-page-copy {
  max-width: 650px;
}
body.page-id-333 .ng-services-page-copy h1 {
  max-width: 620px;
  font-size: clamp(48px, 4.6vw, 70px);
  line-height: 1;
}
body.page-id-333 .ng-services-page-copy p {
  max-width: 590px;
  margin-top: 20px;
  color: #c0d0de;
  font-size: 17px;
}
body.page-id-333 .ng-services-quick-nav {
  display: none;
}

.ng-services-console {
  padding: 68px 0 74px;
  border-bottom: 1px solid rgba(36, 187, 255, 0.16);
  background:
    radial-gradient(circle at 12% 16%, rgba(7, 140, 255, 0.08), transparent 26%),
    #020b16;
}
.ng-services-console-layout {
  display: grid;
  grid-template-columns: 265px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}
.ng-services-sidebar {
  position: sticky;
  top: 96px;
  padding-right: 16px;
}
.ng-services-sidebar h2 {
  margin: 13px 0 26px;
  color: #fff;
  font-size: 29px;
  line-height: 1.13;
}
.ng-services-sidebar nav {
  display: grid;
  border-top: 1px solid rgba(112, 188, 241, 0.16);
}
.ng-services-sidebar nav a {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) 14px;
  align-items: center;
  gap: 10px;
  min-height: 60px;
  padding: 0 13px;
  border-bottom: 1px solid rgba(112, 188, 241, 0.14);
  color: #dce9f4 !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}
.ng-services-sidebar nav a > i:first-child {
  color: #a9cae5;
  font-size: 16px;
}
.ng-services-sidebar nav a > i:last-child {
  color: #8fa5b9;
  font-size: 10px;
}
.ng-services-sidebar nav a.is-active,
.ng-services-sidebar nav a:hover,
.ng-services-sidebar nav a:focus-visible {
  border: 1px solid #078cff;
  border-radius: 6px;
  background: rgba(7, 140, 255, 0.1);
  box-shadow: inset 0 0 24px rgba(7, 140, 255, 0.08), 0 0 18px rgba(7, 140, 255, 0.08);
  color: #fff !important;
  outline: none;
}
.ng-services-sidebar nav a.is-active > i,
.ng-services-sidebar nav a:hover > i { color: #24bbff; }
.ng-services-sidebar > p {
  margin: 24px 0 0;
  color: #8298ac;
  font-size: 12px;
  line-height: 1.6;
}
.ng-services-sidebar-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: #24bbff !important;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none !important;
}

.ng-services-showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.ng-service-tile {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  border: 1px solid rgba(112, 188, 241, 0.2);
  border-radius: 7px;
  background: #061526;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.ng-service-tile.is-featured,
.ng-service-tile:hover,
.ng-service-tile:focus-within {
  border-color: #078cff;
  box-shadow: 0 0 0 1px rgba(7, 140, 255, 0.22), 0 0 28px rgba(7, 140, 255, 0.18);
  transform: translateY(-2px);
}
.ng-service-tile > img {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  height: 62%;
  object-fit: cover;
  transition: transform 500ms ease;
}
.ng-service-tile:hover > img { transform: scale(1.04); }
.ng-service-tile::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 24%, rgba(3, 14, 27, 0.2) 46%, #04111f 67%);
  content: "";
  pointer-events: none;
}
.ng-service-tile-body {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 38px;
  align-items: end;
  gap: 10px;
  padding: 16px;
}
.ng-service-tile-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(84, 202, 255, 0.62);
  border-radius: 50%;
  background: linear-gradient(135deg, #0064dc, #078cff);
  color: #fff;
  box-shadow: 0 0 18px rgba(7, 140, 255, 0.32);
}
.ng-service-tile h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}
.ng-service-tile p {
  margin: 5px 0 0;
  color: #bccbd8;
  font-size: 11px;
  line-height: 1.45;
}
.ng-service-tile-body > a {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(100, 207, 255, 0.7);
  border-radius: 6px;
  background: linear-gradient(135deg, #0064dc, #078cff);
  color: #fff !important;
  text-decoration: none !important;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.ng-service-tile-body > a:hover,
.ng-service-tile-body > a:focus-visible {
  box-shadow: 0 0 18px rgba(36, 187, 255, 0.42);
  outline: none;
  transform: translateX(2px);
}

.ng-services-capabilities {
  padding: 72px 0;
  background: #010811;
}
.ng-services-capabilities .ng-section-head {
  margin-bottom: 34px;
}
.ng-services-capabilities .ng-section-head h2 {
  color: #fff;
  font-size: 44px;
}
.ng-services-capabilities .ng-section-head p { color: #8fa5b9; }
.ng-services-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-block: 1px solid rgba(112, 188, 241, 0.17);
}
.ng-services-capability-grid > div {
  min-height: 170px;
  padding: 28px;
}
.ng-services-capability-grid > div + div {
  border-left: 1px solid rgba(112, 188, 241, 0.17);
}
.ng-services-capability-grid i {
  display: block;
  margin-bottom: 28px;
  color: #078cff;
  font-size: 28px;
}
.ng-services-capability-grid strong,
.ng-services-capability-grid span { display: block; }
.ng-services-capability-grid strong { color: #fff; font-size: 18px; }
.ng-services-capability-grid span { margin-top: 8px; color: #8fa5b9; font-size: 13px; line-height: 1.55; }

.ng-services-cta-band {
  padding: 0 0 64px;
  background: #010811;
}
.ng-services-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 40px;
  padding: 38px 46px;
  border: 1px solid rgba(36, 187, 255, 0.36);
  border-radius: 8px;
  background:
    linear-gradient(100deg, rgba(4, 25, 46, 0.98), rgba(2, 13, 26, 0.72)),
    url("wp-content/uploads/2025/05/Security-Management-Banner-1.jpg") right 30% center / 58% auto no-repeat;
  box-shadow: 0 24px 70px rgba(0, 4, 12, 0.42);
}
.ng-services-cta h2 {
  margin: 10px 0 0;
  color: #fff;
  font-size: 35px;
  line-height: 1.12;
}
.ng-services-cta p { max-width: 670px; margin: 12px 0 0; color: #9dafbe; font-size: 14px; }
.ng-services-cta-contact { display: flex; align-items: center; gap: 22px; }
.ng-services-cta-contact > a:first-child {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none !important;
}
.ng-services-cta-contact > a:first-child i { color: #24bbff; }
.ng-services-cta-contact small { display: block; margin-top: 3px; color: #b9c9d7; font-size: 12px; }

@media (max-width: 1024px) {
  .ng-services-console-layout { grid-template-columns: 220px minmax(0, 1fr); }
  .ng-services-showcase { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ng-services-cta { grid-template-columns: 1fr; }
  .ng-services-cta-contact { justify-content: space-between; }
}

@media (max-width: 767px) {
  body.page-id-333 .ng-services-page-hero { min-height: 480px; }
  body.page-id-333 .ng-services-page-backdrop {
    background:
      linear-gradient(180deg, rgba(1, 8, 17, 0.16), rgba(1, 8, 17, 0.92) 65%, #010811),
      url("wp-content/uploads/2025/05/CCTV-Installation-Monitoring-bner.jpg") center/cover no-repeat;
  }
  body.page-id-333 .ng-services-page-hero::after {
    top: 58px;
    right: 18px;
    width: 100px;
  }
  body.page-id-333 .ng-services-page-inner { padding: 220px 0 38px; }
  body.page-id-333 .ng-services-page-copy h1 { font-size: 42px; }
  body.page-id-333 .ng-services-page-copy p { font-size: 15px; }
  .ng-services-console { padding: 48px 0; }
  .ng-services-console-layout { grid-template-columns: 1fr; }
  .ng-services-sidebar { position: static; padding: 0; }
  .ng-services-sidebar h2 { font-size: 30px; }
  .ng-services-sidebar nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    border: 0;
  }
  .ng-services-sidebar nav a {
    grid-template-columns: 24px minmax(0, 1fr);
    min-height: 54px;
    padding: 0 9px;
    border: 1px solid rgba(112, 188, 241, 0.15);
    border-radius: 6px;
    font-size: 11px;
  }
  .ng-services-sidebar nav a > i:last-child { display: none; }
  .ng-services-sidebar > p,
  .ng-services-sidebar-cta { display: none; }
  .ng-services-showcase { grid-template-columns: 1fr; margin-top: 20px; }
  .ng-service-tile { min-height: 270px; }
  .ng-services-capabilities { padding: 54px 0; }
  .ng-services-capabilities .ng-section-head { grid-template-columns: 1fr; gap: 14px; }
  .ng-services-capabilities .ng-section-head h2 { font-size: 34px; }
  .ng-services-capability-grid { grid-template-columns: 1fr; }
  .ng-services-capability-grid > div { min-height: 138px; padding: 24px 10px; }
  .ng-services-capability-grid > div + div { border-top: 1px solid rgba(112, 188, 241, 0.17); border-left: 0; }
  .ng-services-capability-grid i { margin-bottom: 18px; }
  .ng-services-cta-band { padding-bottom: 38px; }
  .ng-services-cta {
    grid-template-columns: 1fr;
    padding: 30px 22px;
    background:
      linear-gradient(180deg, rgba(4, 25, 46, 0.82), rgba(2, 13, 26, 0.98)),
      url("wp-content/uploads/2025/05/Security-Management-Banner-1.jpg") center/cover no-repeat;
  }
  .ng-services-cta h2 { font-size: 31px; }
  .ng-services-cta-contact { display: grid; gap: 18px; }
  .ng-services-cta-contact .ng-btn { width: 100%; }
}
