.elementor-kit-8{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#151615;--e-global-color-accent:#03A9F4;--e-global-color-a0a421e:#F441A5;--e-global-color-da31e73:#0C082A;--e-global-color-29d668e:#31021C;--e-global-typography-secondary-line-height:30px;--e-global-typography-text-line-height:30px;line-height:var( --e-global-typography-text-line-height );}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:var( --e-global-color-secondary );font-family:"Mulish", Sans-serif;font-size:16px;font-weight:500;text-transform:uppercase;line-height:1em;border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-secondary );border-radius:100px 100px 100px 100px;padding:15px 30px 15px 30px;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{line-height:var( --e-global-typography-text-line-height );}.elementor-kit-8 h1{font-family:"Mulish", Sans-serif;font-size:48px;font-weight:600;text-transform:capitalize;line-height:1.3em;}.elementor-kit-8 h2{font-family:"Mulish", Sans-serif;font-size:42px;font-weight:600;text-transform:capitalize;line-height:1.3em;}.elementor-kit-8 h3{font-family:"Mulish", Sans-serif;font-size:36px;font-weight:600;text-transform:capitalize;line-height:1.3em;}.elementor-kit-8 h4{font-family:"Mulish", Sans-serif;font-size:30px;font-weight:600;text-transform:capitalize;line-height:1.3em;}.elementor-kit-8 h5{font-family:"Mulish", Sans-serif;font-size:24px;font-weight:600;text-transform:capitalize;line-height:1.3em;}.elementor-kit-8 h6{font-family:"Mulish", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-8{line-height:var( --e-global-typography-text-line-height );}.elementor-kit-8 a{line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{--e-global-typography-accent-font-size:0.8em;--e-global-typography-accent-line-height:1.2em;line-height:var( --e-global-typography-text-line-height );}.elementor-kit-8 a{line-height:var( --e-global-typography-text-line-height );}.elementor-kit-8 h1{font-size:32px;}.elementor-kit-8 h2{font-size:28px;}.elementor-kit-8 h3{font-size:24px;}.elementor-kit-8 h4{font-size:20px;}.elementor-kit-8 h5{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-button {
  position: relative !important;
  
 
 
  box-shadow: 
    0 0 5px #03a9f4,
    0 0 8px #f441a5,
    0 0 10px #03a9f4,
    0 0 15px #f441a5;
  transition: all 0.3s ease;
  z-index: 1;
}
 
.elementor-button span {
  position: relative;
  z-index: 2;
}
 
 
.elementor-button::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 0.9em;
  background: linear-gradient(90deg, #03a9f4, #CE5994);
  z-index: 0;
  filter: blur(0.5em); 
  transition: filter 0.4s ease, box-shadow 0.3s ease;
}
 
 
.elementor-button:hover {
  box-shadow: 
    0 0 15px #03a9f4,
    0 0 20px #f441a5,
    0 0 25px #03a9f4,
    0 0 35px #f441a5;
}
 
.elementor-button:hover::before {
  filter: blur(1.5em);
}
 
 
.elementor-button:active {
  transform: scale(0.95);
}
 
.elementor-button:active::before {
  filter: blur(0.7em);
}/* End custom CSS */