.elementor-kit-14{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-9345f87:#E6EBF4;--e-global-color-9756d7b:#00202D;--e-global-color-205d3f1:#2C5667;--e-global-color-bd346c6:#AF9A4F;--e-global-color-62d719f:#FFFFFF;--e-global-color-6f65a35:#000000;--e-global-color-37ccd00:#F0F0F0;--e-global-color-e6e9b43:#232323;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--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-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-868ce1b-font-family:"Plus Jakarta Sans";--e-global-typography-868ce1b-font-size:41px;--e-global-typography-868ce1b-font-weight:600;--e-global-typography-4add419-font-family:"Plus Jakarta Sans";--e-global-typography-4add419-font-size:17px;--e-global-typography-4add419-font-weight:600;--e-global-typography-679b469-font-family:"Plus Jakarta Sans";--e-global-typography-679b469-font-size:44px;--e-global-typography-679b469-font-weight:600;}.elementor-kit-14 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1366px;}.e-con{--container-max-width:1366px;}.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 */.shine-hover {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.shine-hover img {
    display: block;
    transition: transform 0.4s ease;
}

.shine-hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.7) 50%,
        rgba(255,255,255,0) 100%
    );
    transform: skewX(-25deg);
    transition: left 0.8s ease;
    z-index: 2;
    pointer-events: none;
}

.shine-hover:hover::before {
    left: 130%;
}/* End custom CSS */