.elementor-10368 .elementor-element.elementor-element-9939790{--display:flex;--min-height:1440px;}/* Start custom CSS */.dark-bg-section {
  position: relative;
  background: #060b18;
  min-height: 100vh;
  overflow: hidden;
  color: #ffffff;
}

.dark-bg-section .glow {
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(0, 120, 255, 0.35) 0%, transparent 70%);
  filter: blur(60px);
  pointer-events: none;
  z-index: 0;
}

.dark-bg-section .lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  pointer-events: none;
  z-index: 1;
}

.dark-bg-section .lines span {
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(0, 150, 255, 0.4), transparent);
}

.dark-bg-section .content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
}/* End custom CSS */