.elementor-kit-7{--e-global-color-primary:#007FAE;--e-global-color-secondary:#00BEED;--e-global-color-text:#000000;--e-global-color-accent:#D3B574;--e-global-color-08ae36e:#A7905C;--e-global-typography-primary-font-family:"Galano Grotesque";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Galano Grotesque";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Galano Grotesque";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Galano Grotesque";--e-global-typography-accent-font-weight:500;font-family:"Galano Grotesque", Sans-serif;font-size:18px;font-weight:400;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{font-family:"Galano Grotesque", Sans-serif;font-size:18px;font-weight:400;}.elementor-kit-7 a:hover{font-family:"Galano Grotesque", Sans-serif;font-size:18px;}.elementor-kit-7 h1{font-family:"Galano Grotesque", Sans-serif;font-size:32px;font-weight:400;}.elementor-kit-7 h2{font-family:"Galano Grotesque", Sans-serif;font-size:28px;font-weight:400;}.elementor-kit-7 h3{font-family:"Galano Grotesque", Sans-serif;font-size:26px;font-weight:400;}.elementor-kit-7 h4{font-family:"Galano Grotesque", Sans-serif;font-size:22px;font-weight:400;}.elementor-kit-7 h5{font-size:20px;}.elementor-kit-7 h6{font-family:"Galano Grotesque", Sans-serif;font-size:16px;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;--container-default-padding-top:10px;--container-default-padding-right:10px;--container-default-padding-bottom:10px;--container-default-padding-left:10px;}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.pro-text{
  position: relative;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.02em;

  /* TEXT COLOR – warm ivory */
  color: #F7F3EA;

  /* GLOW CONSTANT – champagne */
  text-shadow:
    0 0 10px rgba(255, 244, 214, .55),
    0 0 22px rgba(214, 182, 107, .40),
    0 0 44px rgba(171, 137, 63, .25);

  animation: glowDrift 3s ease-in-out infinite;
}

/* Glow subtil, cald */
@keyframes glowDrift{
  0%,100%{
    text-shadow:
      0 0 10px rgba(255, 244, 214, .55),
      0 0 22px rgba(214, 182, 107, .40),
      0 0 44px rgba(171, 137, 63, .25);
  }
  50%{
    text-shadow:
      0 0 14px rgba(255, 250, 230, .75),
      0 0 30px rgba(225, 195, 125, .55),
      0 0 60px rgba(186, 150, 80, .35);
  }
}

/* SHIMMER PE LITERE */
.pro-text::after{
  content: attr(data-text);
  position: absolute;
  inset: 0;

  color: transparent;
  -webkit-text-fill-color: transparent;

  /* Satin shimmer – ivory → champagne → ivory */
  background: linear-gradient(
    115deg,
    rgba(255,255,255,0.0) 0%,
    rgba(255,255,255,0.25) 38%,
    rgba(255,255,255,0.85) 50%,
    rgba(255,255,255,0.25) 62%,
    rgba(255,255,255,0.0) 100%
  );

  background-size: 220% 100%;
  background-position: -220% 0;

  -webkit-background-clip: text;
  background-clip: text;

  /* specular highlight */
  filter: blur(0.5px);

  animation: shimmerText 5s infinite;
  pointer-events: none;
}

@keyframes shimmerText{
  0%, 72%{
    opacity: 0;
    background-position: -220% 0;
  }
  74%{
    opacity: 1;
  }
  90%{
    opacity: 0;
    background-position: 220% 0;
  }
  100%{
    opacity: 0;
    background-position: 220% 0;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Galano Grotesque';
	font-display: auto;
	src: url('https://inkloop.ro/wp-content/uploads/galanogrotesqueregular.ttf') format('truetype');
}
/* End Custom Fonts CSS */