.elementor-17913 .elementor-element.elementor-element-d8eb930{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17913 .elementor-element.elementor-element-34654fc{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-14efd63 *//* NewsX Nation Elementor CSS */

:root {
  --nx-black: #050505;
  --nx-red: #b3001b;
  --nx-red-dark: #66000e;
  --nx-white: #ffffff;
  --nx-text: #d1d5db;
  --nx-muted: #8b8b93;
  --nx-line: rgba(255,255,255,0.1);
  --nx-glass: rgba(15,15,18,0.68);
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--nx-black) !important;
  color: var(--nx-text);
}

.nx-page {
  background: var(--nx-black);
  color: var(--nx-text);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  overflow: hidden;
}

.nx-page h1,
.nx-page h2,
.nx-page h3,
.nx-page h4 {
  font-family: "Space Grotesk", "Plus Jakarta Sans", Arial, sans-serif;
  letter-spacing: -0.035em;
}

.nx-page * {
  box-sizing: border-box;
}

.nx-section {
  position: relative;
  padding: 110px 24px;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.nx-container {
  width: min(1280px, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.nx-grid {
  display: grid;
  gap: 28px;
}

.nx-two {
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
}

.nx-three {
  grid-template-columns: repeat(3, 1fr);
}

.nx-four {
  grid-template-columns: repeat(4, 1fr);
}

.nx-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.045);
  color: #ff4d6d;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.nx-title {
  color: #fff;
  font-size: clamp(34px, 5vw, 70px);
  line-height: 0.98;
  margin: 0;
}

.nx-title-small {
  color: #fff;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.04;
  margin: 0 0 18px;
}

.nx-red-text {
  color: var(--nx-red);
  text-shadow: 0 0 28px rgba(179,0,27,0.55);
}

.nx-gradient-text {
  background: linear-gradient(90deg, #b3001b, #ff334b, #b3001b);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.nx-lead {
  color: #c9c9d1;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.75;
  max-width: 760px;
}

.nx-muted {
  color: var(--nx-muted);
}

.nx-glass {
  background: var(--nx-glass);
  border: 1px solid rgba(255,255,255,0.09);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.48);
}

.nx-card {
  border-radius: 22px;
  padding: 28px;
  transition: 0.35s ease;
}

.nx-card:hover {
  transform: translateY(-6px);
  border-color: rgba(179,0,27,0.48);
  box-shadow: 0 24px 70px rgba(179,0,27,0.18);
}

.nx-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.nx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 12px;
  font-weight: 800;
  text-decoration: none !important;
  transition: 0.3s ease;
  border: 1px solid transparent;
}

.nx-btn-primary {
  color: #fff !important;
  background: linear-gradient(90deg, #b3001b, #7a0012);
  box-shadow: 0 0 34px rgba(179,0,27,0.42);
}

.nx-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 46px rgba(179,0,27,0.65);
}

.nx-btn-glass {
  color: #fff !important;
  background: rgba(255,255,255,0.055);
  border-color: rgba(255,255,255,0.16);
}

.nx-btn-glass:hover {
  background: rgba(255,255,255,0.1);
  transform: translateY(-3px);
}

.nx-btn-redline {
  color: #ff4d6d !important;
  background: rgba(179,0,27,0.1);
  border-color: rgba(179,0,27,0.5);
}

.nx-btn-redline:hover {
  background: rgba(179,0,27,0.22);
  transform: translateY(-3px);
}

.nx-bg-grid {
  position: absolute;
  inset: 0;
  opacity: 0.25;
  background-size: 42px 42px;
  background-image:
    linear-gradient(to right, rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.035) 1px, transparent 1px);
  pointer-events: none;
}

.nx-glow {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  background: rgba(179,0,27,0.18);
  filter: blur(145px);
  pointer-events: none;
}

.nx-glow.one {
  top: 6%;
  right: -180px;
}

.nx-glow.two {
  bottom: 8%;
  left: -190px;
}

.nx-header {
  position: fixed;
  top: 18px;
  left: 24px;
  right: 24px;
  z-index: 9999;
  border-radius: 18px;
  padding: 14px 18px;
  transition: 0.35s ease;
}

.nx-header.is-scrolled {
  top: 10px;
  background: rgba(5,5,5,0.84);
  border-color: rgba(255,255,255,0.12);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.nx-nav-wrap {
  width: min(1280px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.nx-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff !important;
  text-decoration: none !important;
}

.nx-logo-mark {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: linear-gradient(145deg, #b3001b, #54000c);
  display: grid;
  place-items: center;
  font-weight: 900;
  box-shadow: 0 0 28px rgba(179,0,27,0.4);
}

.nx-logo-main {
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.nx-logo-sub {
  font-size: 9px;
  color: #999;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-top: 4px;
}

.nx-menu {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nx-menu a {
  color: #d7d7dd !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}

.nx-menu a:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  left: 0;
  bottom: -7px;
  background: var(--nx-red);
  transition: 0.3s ease;
}

.nx-menu a:hover {
  color: #fff !important;
}

.nx-menu a:hover:after {
  width: 100%;
}

.nx-mobile-toggle {
  display: none;
  color: #fff;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  padding: 10px 12px;
}

.nx-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 155px;
  background:
    radial-gradient(circle at 70% 30%, rgba(179,0,27,0.18), transparent 42%),
    radial-gradient(circle at 15% 80%, rgba(179,0,27,0.12), transparent 36%),
    #050505;
}

.nx-live {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #d8d8de;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nx-dot {
  width: 9px;
  height: 9px;
  background: var(--nx-red);
  border-radius: 99px;
  box-shadow: 0 0 14px var(--nx-red);
  animation: nxPulse 1.5s infinite;
}

.nx-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 38px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.nx-metric {
  border-radius: 16px;
  padding: 17px;
}

.nx-metric-label {
  color: #9b9ba3;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 800;
}

.nx-metric-value {
  color: #fff;
  font-size: 22px;
  font-family: "JetBrains Mono", monospace;
  font-weight: 900;
}

.nx-metric-sub {
  color: #777;
  font-size: 10px;
  margin-top: 5px;
}

.nx-holo {
  position: relative;
  border-radius: 28px;
  padding: 24px;
  animation: nxFloat 5s ease-in-out infinite;
}

.nx-holo:before {
  content: "";
  position: absolute;
  inset: -42px;
  border: 1px solid rgba(179,0,27,0.35);
  border-radius: 40px;
  transform: rotate(7deg);
  z-index: -1;
}

.nx-holo-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  margin-bottom: 16px;
}

.nx-window-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

.nx-red-dot {
  background: #ef4444;
}

.nx-yellow-dot {
  background: #eab308;
}

.nx-green-dot {
  background: #22c55e;
}

.nx-holo-name {
  color: #9a9aa2;
  margin-left: 8px;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
}

.nx-status {
  margin-left: auto;
  color: #34d399;
  background: rgba(16,185,129,0.12);
  border: 1px solid rgba(16,185,129,0.25);
  border-radius: 6px;
  padding: 4px 7px;
  font-size: 10px;
  font-weight: 900;
}

.nx-screen {
  position: relative;
  border-radius: 18px;
  padding: 18px;
  background: rgba(0,0,0,0.52);
  border: 1px solid rgba(255,255,255,0.1);
  overflow: hidden;
}

.nx-screen:after {
  content: "";
  position: absolute;
  inset: -80% 0 auto 0;
  height: 70%;
  background: linear-gradient(to bottom, transparent, rgba(179,0,27,0.14), transparent);
  animation: nxScan 4s linear infinite;
}

.nx-feed-head {
  color: #aaa;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.nx-feed {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 12px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.1);
  margin-bottom: 12px;
}

.nx-feed-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(179,0,27,0.22);
  font-weight: 900;
}

.nx-feed-title {
  color: #fff;
  font-weight: 900;
  font-size: 13px;
}

.nx-feed-meta {
  margin-top: 5px;
  color: #8f8f98;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
}

.nx-bars {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 5px;
  height: 62px;
  align-items: end;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.nx-bars span {
  display: block;
  width: 100%;
  min-width: 5px;
  border-radius: 99px 99px 0 0;
  background: #555;
}

.nx-bars span:nth-child(3n) {
  background: var(--nx-red);
}

.nx-pill-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.nx-pill {
  color: #fff;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.14);
  transition: 0.3s ease;
  font-weight: 800;
}

.nx-pill:hover {
  transform: translateY(-3px) scale(1.04);
  border-color: rgba(179,0,27,0.75);
  background: rgba(179,0,27,0.18);
}

.nx-icon {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.11);
  color: #ff4d6d;
  font-weight: 900;
  margin-bottom: 20px;
}

.nx-card:hover .nx-icon {
  background: var(--nx-red);
  color: #fff;
  border-color: var(--nx-red);
}

.nx-card h3 {
  color: #fff;
  margin: 0 0 12px;
  font-size: 21px;
}

.nx-card p {
  color: #b9b9c1;
  line-height: 1.7;
  margin: 0;
  font-size: 14px;
}

.nx-feature-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0;
}

.nx-tab-btn {
  cursor: pointer;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.055);
  color: #cfcfd6;
  border-radius: 14px;
  padding: 14px 20px;
  font-weight: 900;
  transition: 0.3s ease;
}

.nx-tab-btn.active {
  color: #fff;
  border-color: var(--nx-red);
  background: linear-gradient(90deg, #b3001b, #790011);
  box-shadow: 0 0 28px rgba(179,0,27,0.38);
}

.nx-tab-panel {
  display: none;
}

.nx-tab-panel.active {
  display: block;
}

.nx-dashboard {
  border-radius: 26px;
  padding: 34px;
}

.nx-stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 24px;
}

.nx-stat {
  padding: 18px;
  border-radius: 16px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.1);
}

.nx-stat strong {
  display: block;
  color: #fff;
  font-size: 22px;
  font-family: "JetBrains Mono", monospace;
}

.nx-stat span {
  color: #8d8d96;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.nx-testimonial {
  min-height: 320px;
}

.nx-quote {
  color: #f2f2f4;
  font-size: 18px;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 26px;
}

.nx-person {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.nx-avatar {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(145deg, #b3001b, #4c000b);
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 900;
}

.nx-person strong {
  display: block;
  color: #fff;
}

.nx-person span {
  color: #8f8f98;
  font-size: 12px;
}

.nx-job {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 20px;
  border-radius: 18px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.1);
  margin-bottom: 12px;
  transition: 0.3s ease;
}

.nx-job:hover {
  border-color: rgba(179,0,27,0.5);
  background: rgba(255,255,255,0.08);
}

.nx-job h4 {
  color: #fff;
  margin: 0 0 6px;
  font-size: 18px;
}

.nx-job p {
  margin: 0;
  color: #8e8e96;
  font-size: 13px;
}

.nx-footer {
  background: #050505;
  padding: 80px 24px 32px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.nx-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 0.8fr 1.2fr;
  gap: 40px;
}

.nx-footer h4 {
  color: #fff;
  margin: 0 0 15px;
}

.nx-footer a {
  color: #aaa !important;
  text-decoration: none !important;
  display: block;
  margin: 9px 0;
}

.nx-footer a:hover {
  color: #fff !important;
}

.nx-form input,
.nx-form select,
.nx-form textarea {
  width: 100%;
  background: rgba(0,0,0,0.45);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
  padding: 13px;
  border-radius: 11px;
  margin-bottom: 10px;
}

.nx-form button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.nx-center {
  text-align: center;
}

.nx-center .nx-lead {
  margin-left: auto;
  margin-right: auto;
}

.nx-copy {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 50px;
  padding-top: 22px;
  color: #666;
  font-size: 12px;
}

@keyframes nxPulse {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.25);
  }
}

@keyframes nxFloat {
  0%, 100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-12px) rotate(0.6deg);
  }
}

@keyframes nxScan {
  0% {
    transform: translateY(-20%);
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  100% {
    transform: translateY(240%);
    opacity: 0;
  }
}

@media (max-width: 1024px) {
  .nx-two,
  .nx-three,
  .nx-four,
  .nx-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nx-menu {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background: rgba(5,5,5,0.96);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 18px;
    padding: 18px;
    flex-direction: column;
    align-items: flex-start;
  }

  .nx-menu.open {
    display: flex;
  }

  .nx-mobile-toggle {
    display: inline-flex;
  }

  .nx-nav-cta {
    display: none;
  }
}

@media (max-width: 767px) {
  .nx-section {
    padding: 82px 18px;
  }

  .nx-header {
    left: 12px;
    right: 12px;
  }

  .nx-two,
  .nx-three,
  .nx-four,
  .nx-footer-grid,
  .nx-metrics,
  .nx-stat-row {
    grid-template-columns: 1fr;
  }

  .nx-hero {
    padding-top: 135px;
  }

  .nx-holo {
    margin-top: 32px;
  }

  .nx-job {
    flex-direction: column;
  }
}/* End custom CSS */