.elementor-kit-8{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#3E3F4A;--e-global-color-text:#3E3F4A;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:150px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:170px;--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-size:24px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:26px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;--container-default-padding-top:6%;--container-default-padding-right:6%;--container-default-padding-bottom:6%;--container-default-padding-left:6%;}.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);}@media(max-width:1024px){.elementor-kit-8{--e-global-typography-text-font-size:18px;--e-global-typography-text-line-height:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{--e-global-typography-text-font-size:18px;--e-global-typography-text-line-height:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-kit-8 .link-footer a {
    position: relative;
    display: inline-block;
    color: #ffffff; 
    text-decoration: none;
    transition: color 0.3s ease;
}

.elementor-kit-8 .link-footer a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px; 
    background-color: #ffffff;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease;
}

.elementor-kit-8 .link-footer a:hover {
    color: #ffffff; 
}

.elementor-kit-8 .link-footer a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}/* End custom CSS */