
/** 
    Gsap Heading Text Read Styles
*/

.wdt-heading-holder.wdt-track-holder .wdt-heading-title-wrapper .wdt-heading-title { position: relative; display: inline;
    -webkit-text-fill-color: rgba(var(--wdtHeadAltColorRgb),0.1); -webkit-background-clip: text; background-clip: text; 
    background-size: 0% 100%; background-repeat: no-repeat; color: var(--wdtHeadAltColor);
    -webkit-background-image: linear-gradient(45deg, currentColor, currentColor, var(--wdtPrimaryColor)); 
    background-image: linear-gradient(45deg, currentColor, currentColor, var(--wdtPrimaryColor)); }
  
.wdt-heading-holder.wdt-track-holder .wdt-heading-content-wrapper { position: relative; display: inline;
    -webkit-text-fill-color: rgba(var(--wdtHeadAltColorRgb),0.1); -webkit-background-clip: text; background-clip: text; 
    background-size: 0% 100%; background-repeat: no-repeat; color: var(--wdtBodyTxtColor);
    -webkit-background-image: linear-gradient(45deg, currentColor, currentColor); background-image: linear-gradient(45deg, currentColor, currentColor); }
  
.wdt-heading-holder.wdt-track-holder .wdt-heading-subtitle { position: relative; display: inline;
    -webkit-text-fill-color: rgba(var(--wdtHeadAltColorRgb),0.1); -webkit-background-clip: text; background-clip: text; 
    background-size: 0% 100%; background-repeat: no-repeat; color: var(--wdtHeadAltColor);
    -webkit-background-image: linear-gradient(45deg, currentColor, currentColor); background-image: linear-gradient(45deg, currentColor, currentColor); }


/* === Gsap Creative Heading Style === */

.wdt-creative-heading-holder .wdt-heading-title[class*="charsplit-"] .wdt-words__item { text-transform: lowercase; }
.wdt-creative-heading-holder .wdt-heading-title[class*="charsplit-"] .wdt-words__item > .wdt-chars__item:first-child { text-transform:capitalize; }


/** 
    CSS Sticky Column 
*/

.wdt-sticky-css-column .wdt-sticky-inner-wrapper { display: block; height: fit-content; position: relative; z-index: 0; width: 100%; }