.elementor-80 .elementor-element.elementor-element-de60897{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-80 .elementor-element.elementor-element-abed5be{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS */.divider-line {
  position: relative;
  height: 2px;
  width: 70%;
  margin: 3rem auto;
  background: linear-gradient(90deg, rgba(139,92,246,0.9), rgba(6,182,212,0.9));
  background-size: 200% 100%;
  border-radius: 3px;
  animation: slideGlow 6s ease-in-out infinite;
  opacity: 0.85;
  box-shadow: 0 0 12px rgba(139,92,246,0.15), 0 0 18px rgba(6,182,212,0.1);
  mix-blend-mode: screen;
}

@keyframes slideGlow {
  0% { background-position: 0% 50%; opacity: 0.8; }
  50% { background-position: 100% 50%; opacity: 1; }
  100% { background-position: 0% 50%; opacity: 0.8; }
}/* End custom CSS */