.elementor .e-1af2364-bed9cd8{height:100vh;background-image:url("https://20moves.com/wp-content/uploads/2026/06/20_moves_splash-1024x576.avif");background-repeat:no-repeat;background-attachment:scroll;background-size:cover;background-position:0% 0%;flex-direction:column;gap:20px;justify-content:center;align-items:center;/* 20 Moves — navy dot-grid background.
 Paste into the SECTION's Custom CSS (V4: section > Advanced > Custom CSS).
 'selector' is Elementor's keyword for the current element — leave it as-is. */
selector {
background-color: #0B1A2E;
background-image:
  radial-gradient(rgba(242,238,228,.05) 1px, transparent 1px),
  radial-gradient(120% 90% at 78% 36%, #102844 0%, #0B1A2E 42%, #07101C 100%);
background-size: 28px 28px, cover;
background-position: 0 0, center;
background-repeat: repeat, no-repeat;
}

/* Simpler version (flat navy, no glow) — use this instead if you prefer:
selector {
background-color: #0B1A2E;
background-image: radial-gradient(rgba(242,238,228,.05) 1px, transparent 1px);
background-size: 28px 28px;
}
*/\n}