.elementor-26 .elementor-element.elementor-element-2e149ef{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-26 .elementor-element.elementor-element-2e149ef:not(.elementor-motion-effects-element-type-background), .elementor-26 .elementor-element.elementor-element-2e149ef > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-widget-theme-site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-26 .elementor-element.elementor-element-4c0edd8 img{width:21%;}.elementor-26 .elementor-element.elementor-element-049cac6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--flex-wrap:wrap;--padding-top:30px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}.elementor-26 .elementor-element.elementor-element-049cac6:not(.elementor-motion-effects-element-type-background), .elementor-26 .elementor-element.elementor-element-049cac6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-26 .elementor-element.elementor-element-049cac6{--justify-content:center;--gap:40px 010px;--row-gap:40px;--column-gap:010px;}}@media(min-width:768px){.elementor-26 .elementor-element.elementor-element-2e149ef{--content-width:1300px;}}@media(max-width:767px){.elementor-26 .elementor-element.elementor-element-4c0edd8 img{width:80%;}.elementor-26 .elementor-element.elementor-element-049cac6{--justify-content:center;--gap:35px 35px;--row-gap:35px;--column-gap:35px;}}/* Start custom CSS for html, class: .elementor-element-d7ef619 */.plasma-btn {
  position: relative;
  display: block;
}

.plasma-btn a {
  padding: 1rem 2rem;
  background: #2a004d;
  color: #fff;
  font-weight: 600;
  border: 2px solid #55d3f6;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 1px;
  font-family: Poppins, sans-serif;
}

.plasma {
  position: absolute;
  inset: -4px;
  border-radius: 50px;
  background: radial-gradient(circle, #ff00f2, #5c00ff, transparent);
  filter: blur(15px);
  opacity: 0;
  animation: plasmaWave 2s infinite linear;
  pointer-events: none;
  transition: opacity .3s;
}

.plasma-btn .plasma {
  opacity: 0.5;
}

@keyframes plasmaWave {
  0% { transform: scale(1); filter: hue-rotate(0deg); }
  50% { transform: scale(1.2); filter: hue-rotate(180deg); }
  100% { transform: scale(1); filter: hue-rotate(360deg); }
}/* End custom CSS */