.elementor .blur-nav{justify-content:center;/* subtiler Gradient-Rand */
 &::before {
content: "";
position: absolute;
inset: 0;
padding: 1.5px;
border-radius: inherit;

background: linear-gradient(
  135deg,
  rgba(255, 255, 255, 0.25),
  rgba(255, 255, 255, 0.05)
);

-webkit-mask:
  linear-gradient(#000 0 0) content-box,
  linear-gradient(#000 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;

pointer-events: none;
z-index: -1;
}

/* Lichtreflex – innerhalb clippen */
&::after {
content: "";
position: absolute;
inset: 0; /* NICHT mehr größer als die Box */
border-radius: inherit;

/* Mittelpunkt liegt außerhalb, Effekt bleibt aber innerhalb der Box */
background: radial-gradient(
  160% 160% at -30% -30%,
  rgba(255, 255, 255, 0.4),
  rgba(255, 255, 255, 0) 70%
);

pointer-events: none;
z-index: -1;

/* zusätzliche Sicherheit: Clipping an die runden Ecken */
-webkit-mask: linear-gradient(#000 0 0) padding-box;
mask: linear-gradient(#000 0 0) padding-box;
}\n}.elementor .center{position: fixed;
top: 30px;
left: 50%;
right: auto;
width: 100%;
transform: translateX(-50%);
z-index: 9999;
box-sizing: border-box;\n}