.elementor-252 .elementor-element.elementor-element-91d418a{--display:flex;overflow:visible;}/* Start custom CSS */<!-- ============================================
     FORUM 1 (ROBOTICS) — PAGE BACKGROUND
     Paste into Elementor HTML widget — Section 1
     BEFORE the banner. Or add to your page's
     Custom CSS in Elementor page settings.

     This sets the full page background to a dark
     purple gradient that matches the glass theme.

     ALTERNATIVELY — paste the CSS block below
     into Elementor → Page Settings → Custom CSS
     and skip this widget entirely.
============================================ -->
<style>
/* ---- Full page background ---- */
body,
.elementor-section,
.e-con,
.elementor-top-section{
  background:transparent !important;
}

/* The actual background sits on the page root */
html,body{
  min-height:100vh;
  background:
    radial-gradient(ellipse at 85% 95%, rgba(155,111,212,0.18) 0%,transparent 50%),
    radial-gradient(ellipse at 60% 105%,rgba(100,60,180,0.13)  0%,transparent 45%),
    radial-gradient(ellipse at 100% 85%,rgba(180,120,255,0.08) 0%,transparent 40%),
    radial-gradient(ellipse at 15% 80%, rgba(155,111,212,0.06) 0%,transparent 45%),
    radial-gradient(ellipse at 40% 20%, rgba(80,40,140,0.08)   0%,transparent 40%),
    linear-gradient(160deg,#0D0A18 0%,#0A0810 40%,#0C0A1A 70%,#0A0816 100%)
    !important;
  background-attachment:fixed !important;
}
</style>/* End custom CSS */