.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#1A1A1A;--e-global-color-accent:#330F9F;--e-global-color-86afb68:#655AE9;--e-global-color-cf7cd37:#F4F3FF;--e-global-color-a3b0132:#F7F7F7;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Outfit", Sans-serif;font-size:16px;font-weight:400;line-height:1.6em;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:transparent;font-family:"Outfit", Sans-serif;font-size:16px;font-weight:500;text-transform:uppercase;line-height:1.3em;color:var( --e-global-color-secondary );background-image:linear-gradient(124deg, var( --e-global-color-accent ) 0%, var( --e-global-color-86afb68 ) 100%);border-radius:101px 101px 101px 101px;padding:15px 30px 15px 30px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:"Outfit", Sans-serif;font-size:54px;font-weight:600;text-transform:capitalize;line-height:1.3em;}.elementor-kit-6 h2{font-family:"Outfit", Sans-serif;font-size:48px;font-weight:600;text-transform:capitalize;line-height:1.3em;}.elementor-kit-6 h3{font-family:"Outfit", Sans-serif;font-size:42px;font-weight:600;text-transform:capitalize;line-height:1.3em;}.elementor-kit-6 h4{font-family:"Outfit", Sans-serif;font-size:36px;font-weight:600;text-transform:capitalize;line-height:1.3em;}.elementor-kit-6 h5{font-family:"Outfit", Sans-serif;font-size:30px;font-weight:500;text-transform:capitalize;line-height:1.3em;}.elementor-kit-6 h6{font-family:"Outfit", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6 h1{font-size:48px;}.elementor-kit-6 h2{font-size:42px;}.elementor-kit-6 h3{font-size:36px;}.elementor-kit-6 h4{font-size:30px;}.elementor-kit-6 h5{font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h1{font-size:36px;}.elementor-kit-6 h2{font-size:32px;}.elementor-kit-6 h3{font-size:28px;}.elementor-kit-6 h4{font-size:24px;}.elementor-kit-6 h5{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Elementor Button Wave to Top-Right Effect */
.elementor-button {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #222; /* Normal button color */
  border: none;
  z-index: 1;
}

/* Wave effect */
.elementor-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: #330f9f; /* Wave color */
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s ease;
  z-index: -1;
}

.elementor-button::before {
  width: 300%;
  height: 300%;
  top: 0%;
  left: 100%;
  transform: translate(-100%, 0); /* Move to top-right */
}/* End custom CSS */