.elementor-310 .elementor-element.elementor-element-4a4c54d{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-310 .elementor-element.elementor-element-4933534{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-310 .elementor-element.elementor-element-96d366c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-310 .elementor-element.elementor-element-96d366c.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-310 .elementor-element.elementor-element-7d28c74 .elementor-heading-title{font-family:"Roboto Slab", Sans-serif;font-size:61px;font-weight:600;text-transform:capitalize;}@media(max-width:1024px){.elementor-310 .elementor-element.elementor-element-7d28c74 .elementor-heading-title{font-size:39px;}}@media(min-width:768px){.elementor-310 .elementor-element.elementor-element-4933534{--width:60%;}.elementor-310 .elementor-element.elementor-element-96d366c{--width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-310 .elementor-element.elementor-element-96d366c{--width:345.188px;}}/* Start custom CSS for heading, class: .elementor-element-7d28c74 */.shine-text {
    display: inline-block;
    color: #3498db; /* Normal solid text color */
    position: relative;
    overflow: hidden;
    transition: color 0.2s ease;
}

.shine-text::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent 0%,
        rgba(255,255,255,0.8) 50%,
        transparent 100%
    );
    transform: skewX(-20deg);
    transition: left 0.6s ease;
}

/* Hover: Text stays same color, only shine moves */
.shine-text:hover::after {
    left: 100%;
}/* End custom CSS */