/* Start custom CSS *//* 🇺🇸 Static Neon USA Blend */
html, body {
  position: relative !important;
  min-height: 100vh !important;
  background: linear-gradient(135deg,
    #ff1a1a 0%,   /* neon red */
    #002fff 25%, /* neon blue */
    #ffffff 50%, /* bright white */
    #ff0066 75%, /* hot pink accent */
    #00f5ff 100% /* cyan accent */
  ) !important;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  color: #fff !important;
  overflow-x: hidden !important;
  z-index: 0 !important;
}

/* ❌ Elementor background ko transparent NA karo *//* End custom CSS */