/* 
 Theme Name:   Hello Biz child
 Theme URI:    
 Description:  
 Author:       Alejandra Ortega
 Author URI:   
 Template:     hello-biz
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

/* Corrección en style.css */
.elementor-heading-title {
  word-break: normal !important;
  overflow-wrap: break-word !important;
  hyphens: manual !important;
}

.gsap-reveal-text .elementor-heading-title {
  color: rgba(182, 182, 182, 0.15) !important;
  background: linear-gradient(to right, #FFFFFF, #FFFFFF) no-repeat !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  background-size: 0% 100% !important; /* Mantiene el estado inicial en 0% */
  /* ¡IMPORTANTE: Se elimina la propiedad 'transition' para que GSAP tenga control total! */
  position: relative;
  font-weight: 550;
  line-height: 1.2;
}