.elementor .e-b561262{min-height:800px;padding-inline-start:90px;margin-block-start:-50px;background-image:linear-gradient(#0000004d, #0000004d),url("https://big5products.co.za/wp-content/uploads/2026/06/2a6d5d74-08a9-4ae5-8bcf-6fb54476c784.webp");background-repeat:repeat;background-attachment:scroll;background-size:auto auto,cover;background-position:0% 0%,center center;display:flex;flex-direction:column;justify-content:flex-start;align-items:start;}.elementor .e-1f4dfbb{max-height:1200px;padding:0px;background-color:#000000;flex-direction:row;selector{
  position: relative;
  overflow: hidden;
  background: #000;
  isolation: isolate;
}

/* Main flowing aurora */
selector::before{
  content: "";
  position: absolute;

  width: 140%;
  height: 140%;

  right: -35%;
  bottom: -45%;

  background:
      conic-gradient(
          from 180deg,
          #ff7a00,
          #ff9500,
          #ff5e00,
          #ffb347,
          #ff6a00,
          #ff7a00
      );

  opacity: 0.38;

  filter:
      blur(140px)
      saturate(180%);

  animation: auroraFlow 20s ease-in-out infinite alternate;

  z-index: -2;
}

/* Extra spread glow */
selector::after{
  content: "";
  position: absolute;

  width: 120%;
  height: 120%;

  right: -20%;
  bottom: -30%;

  background:
      radial-gradient(
          circle,
          rgba(255,140,0,0.22) 0%,
          rgba(255,120,0,0.12) 25%,
          transparent 70%
      );

  filter: blur(100px);

  z-index: -1;
}

@keyframes auroraFlow{
  0%{
      transform:
          rotate(0deg)
          scale(1)
          translate(0%, 0%);
  }

  50%{
      transform:
          rotate(12deg)
          scale(1.15)
          translate(-4%, -2%);
  }

  100%{
      transform:
          rotate(-10deg)
          scale(1.25)
          translate(3%, 4%);
  }
}\n}.elementor .e-70a8771{background-color:#000000;flex-direction:column;}.elementor .e-f5dc276{padding:0px;background-color:#000000;flex-direction:column;gap:0px;}