.elementor-kit-7{--e-global-color-primary:#000000;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#C2185B;--e-global-color-0906f27:#C2185B;--e-global-color-389c4e9:#FFEB3B;--e-global-color-b59efb0:#F4F0E3;--e-global-color-4ba846d:#F4F0E3;--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;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1270px;}.e-con{--container-max-width:1270px;}.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);}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.grad {
  position: relative;
  display: inline-block;
  overflow: visible;

  /* make room for descenders */
  margin-bottom: -0.14em;
  padding-bottom: 0.14em;

  /* Base color gradient */
  background: linear-gradient(270deg, #ff1e78, #d90057, #c2165b);
  background-size: 600% 600%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
          text-fill-color: transparent;
  animation: gradient-loop 8s ease infinite;
}

/* Glow overlay clipped to the letters */
.grad::before {
  content: attr(data-text);
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;

  /* angled white band that fades to transparent at edges */
  background-image: 
    linear-gradient(
      45deg,
      transparent 0%,
      rgba(255,255,255,0.3) 50%,
      transparent 100%
    );
  background-size: 200% 200%;
  background-repeat: no-repeat;

  /* clip the shine to the text shapes */
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
          text-fill-color: transparent;

  /* soften it */
  filter: blur(4px);

  /* slower—50% longer than your original 3s */
  animation: glow-stream 20s ease-in-out infinite;
  pointer-events: none;
}

@keyframes gradient-loop {
  0%   { background-position: 0%   50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0%   50%; }
}

@keyframes glow-stream {
  0%   { background-position: -200% 0; opacity: 0; }
  10%  { opacity: 0.6; }
  50%  { background-position: 200% 0; opacity: 0.4; }
  100% { opacity: 0; }
}/* End custom CSS */