.elementor-kit-9{--e-global-color-primary:#395372;--e-global-color-secondary:#000000;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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-size:1em;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#FDFDFD;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 h1{font-size:2.5em;}.elementor-kit-9 h2{font-size:2em;}.elementor-kit-9 h3{font-size:1.7em;}.elementor-kit-9 h4{font-size:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9{--e-global-typography-text-font-size:0.8em;}.elementor-kit-9 h1{font-size:2em;}.elementor-kit-9 h2{font-size:1.7em;}.elementor-kit-9 h3{font-size:1.2em;}.elementor-kit-9 h4{font-size:1em;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{font-size:0.8em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Elementor Button widget → Advanced → Custom CSS */
.elementor-kit-9 .shiny-btn .elementor-button{
  position: relative;
  overflow: hidden;
  isolation: isolate;
  z-index: 0;
  border-radius: 5px;

  /* add a subtle animated green gradient using #61CE70 */
  background: linear-gradient(120deg,
    #2fbf63 0%,
    #61CE70 35%,
    #3dd06f 65%,
    #61CE70 100%
  );
  background-size: 260% 260%;
  animation: gradientShift 3s ease-in-out infinite;
}

.elementor-kit-9 .shiny-btn-li .elementor-button{
  position: relative;
  overflow: hidden;
  isolation: isolate;
  z-index: 0;
  border-radius: 5px;

  /* add a subtle animated green gradient using #61CE70 */
  background: linear-gradient(120deg,
    #001BB1 0%,
    #0072B1 35%,
    #006AFF 65%,
    #0072B1 100%
  );
  background-size: 260% 260%;
  animation: gradientShift 3s ease-in-out infinite;
}

/* keep text above overlays */
.elementor-kit-9 .shiny-btn .elementor-button .elementor-button-content-wrapper, .shiny-btn-li .elementor-button .elementor-button-content-wrapper{
  position: relative;
  z-index: 3;
}

/* glossy highlight sweep */
.elementor-kit-9 .shiny-btn .elementor-button::after, .shiny-btn-li .elementor-button::after{
  content:"";
  position:absolute;
  inset:-60% -40%;
  z-index: 2;
  pointer-events:none;

  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 42%,
    rgba(255,255,255,.60) 50%,
    rgba(255,255,255,0) 58%
  );

  transform: translateX(-55%) rotate(12deg);
  animation: shineSweep 2.2s ease-in-out infinite;
  mix-blend-mode: screen;
}

/* optional: soft green glow */
.elementor-kit-9 .shiny-btn .elementor-button{
  box-shadow: 0 10px 24px rgba(97, 206, 112, 0.28);
}

@keyframes gradientShift{
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes shineSweep{
  0%   { transform: translateX(-55%) rotate(12deg); opacity: .15; }
  35%  { opacity: .55; }
  100% { transform: translateX(55%) rotate(12deg); opacity: .15; }
}

/* optional: LI soft blue glow */
.elementor-kit-9 .shiny-btn-li .elementor-button{
  box-shadow: 0 10px 24px rgba(0, 114, 177, 0.28);
}

@keyframes gradientShift{
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes shineSweep{
  0%   { transform: translateX(-55%) rotate(12deg); opacity: .15; }
  35%  { opacity: .55; }
  100% { transform: translateX(55%) rotate(12deg); opacity: .15; }
}/* End custom CSS */