.elementor-20897 .elementor-element.elementor-element-f7e87c0{--display:flex;}:root{--page-title-display:none;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS *//* === GLOBAL DARK GREEN BACKGROUND === */
html, body {
  background-color: #020b06;
  color: #e5f5ec;
}
/* === TOP RADIAL DEPTH GLOW === */
body::before {
  content: "";
  position: fixed;
  top: -300px;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 1200px;
  background: radial-gradient(
    circle,
    rgba(34, 197, 94, 0.22) 0%,
    rgba(34, 197, 94, 0.12) 30%,
    rgba(34, 197, 94, 0.04) 55%,
    transparent 70%
  );
  filter: blur(140px);
  z-index: -1;
  pointer-events: none;
}/* End custom CSS */