.elementor-kit-6{--e-global-color-primary:#0692C7;--e-global-color-secondary:#06C4DC;--e-global-color-text:#36454F;--e-global-color-accent:#06C4DC;--e-global-color-e8847c4:#FFFFFF;--e-global-color-d00044d:#000000;--e-global-color-526bccd:#000000;--e-global-color-8b4b2e1:#EF4343;--e-global-typography-primary-font-family:"Quattrocento Sans";--e-global-typography-primary-font-size:4.375rem;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.4em;--e-global-typography-secondary-font-family:"Quattrocento Sans";--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"Quattrocento Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Quattrocento Sans";--e-global-typography-accent-font-size:1.563rem;--e-global-typography-accent-font-weight:700;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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-kit-6{--e-global-typography-primary-font-size:3.125rem;--e-global-typography-secondary-font-size:2.5rem;--e-global-typography-accent-font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:2.5rem;--e-global-typography-secondary-font-size:1.875rem;--e-global-typography-text-font-size:1rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.btn-effect a{
    background-image: linear-gradient(-90deg, #06C4DC 0%, #0692C7 100%);
    transition: all .3s ease;
}
.btn-effect-default a{
    background: transparent;
    transition: all .3s ease;
}
/*

.btn-effect a:hover {
  background: linear-gradient(
    120deg,
    #0692C7,
    #06C4DC,
    #5DF3FF,
    #06C4DC,
    #0692C7
  );
  background-size: 300% 300%;
  animation: buttonShiny 3s ease infinite;
  color: #ffffff !important;
}


@keyframes buttonShiny {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
*/


/* New hover gradient using your orange colors */
.elementor-menu-toggle{
    transition:all .3s ease;
}

.btn-effect-default a:hover , .btn-effect a:hover, .elementor-menu-toggle:hover {
  background: linear-gradient(
    -90deg,
    #fb923c,
    #fa9f1e,
    #ffd38a,
    #fa9f1e,
    #fb923c
  );
  background-size: 300% 300%;
  animation: orangeShine 3s ease infinite;
  color: #ffffff !important;
}


/* Smooth shimmer for the orange gradient */
@keyframes orangeShine {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}



/* Apply shimmer only to the span */
.text-gradient span {
  display: inline-block;
  background: linear-gradient(
    120deg,
    #0692C7,
    #06C4DC,
    #5DF3FF,
    #06C4DC,
    #0692C7
  );
  background-size: 250% 250%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: titleShimmer 6s ease infinite;
  position: relative;
}

/* Glossy moving highlight */
.text-gradient span::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
 /* height: 100%;*/
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.35),
    transparent
  );
  transform: skewX(-20deg);
  opacity: 0;
  animation: glossSlide 6s ease infinite;
}

/* Soft shimmer movement in the gradient */
@keyframes titleShimmer {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Very subtle glossy reflection */
@keyframes glossSlide {
  0% {
    left: -120%;
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    left: 120%;
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    left: 120%;
    opacity: 0;
  }
}/* End custom CSS */