.elementor-288 .elementor-element.elementor-element-683a9651{--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;}.elementor-288 .elementor-element.elementor-element-683a9651:not(.elementor-motion-effects-element-type-background), .elementor-288 .elementor-element.elementor-element-683a9651 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-widget-eael-dual-color-header .eael-dch-separator-wrap i{color:var( --e-global-color-primary );}.elementor-288 .elementor-element.elementor-element-61392f0{margin:50px 0px calc(var(--kit-widget-spacing, 0px) + -66px) 0px;}.elementor-288 .elementor-element.elementor-element-61392f0 .eael-dual-header .title{color:var( --e-global-color-primary );}.elementor-288 .elementor-element.elementor-element-61392f0 .eael-dual-header .title span.lead{color:var( --e-global-color-text );}.elementor-288 .elementor-element.elementor-element-61392f0 .eael-dual-header .subtext{color:var( --e-global-color-text );font-size:18px;}.elementor-288 .elementor-element.elementor-element-fd7de23{--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;--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-288 .elementor-element.elementor-element-2ae36e7f{--display:flex;}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-288 .elementor-element.elementor-element-53f28d6 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(10px/2);}.elementor-288 .elementor-element.elementor-element-53f28d6 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(10px/2);}.elementor-288 .elementor-element.elementor-element-53f28d6 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(10px/2);}.elementor-288 .elementor-element.elementor-element-53f28d6 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-10px/2);}.elementor-288 .elementor-element.elementor-element-53f28d6 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-10px/2);}.elementor-288 .elementor-element.elementor-element-53f28d6 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-288 .elementor-element.elementor-element-53f28d6 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-288 .elementor-element.elementor-element-53f28d6{--e-icon-list-icon-size:18px;--icon-vertical-offset:0px;}.elementor-288 .elementor-element.elementor-element-53f28d6 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-288 .elementor-element.elementor-element-53f28d6 .elementor-icon-list-item > a{font-family:"Manrope", Sans-serif;font-size:18px;font-weight:500;}.elementor-288 .elementor-element.elementor-element-53f28d6 .elementor-icon-list-text{transition:color 0.3s;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-288 .elementor-element.elementor-element-7b0f959 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Space Grotesk", Sans-serif;font-size:22px;font-weight:500;transition-duration:0.3s;}.elementor-288 .elementor-element.elementor-element-7b0f959 .elementor-button:hover, .elementor-288 .elementor-element.elementor-element-7b0f959 .elementor-button:focus{background-color:var( --e-global-color-secondary );}.elementor-288 .elementor-element.elementor-element-7b0f959{margin:18px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-288 .elementor-element.elementor-element-78d3bc7a{--display:flex;}.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 );}/* Start custom CSS */.glass-card  {
    position: relative;
    overflow: hidden; /* Required to hide shine overflow */
}

/* Glass reflection layer */
.glass-card::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 200%;
    pointer-events: none; /* Prevent interaction issues */

    /* Glass shine gradient */
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.08) 45%,
        rgba(255, 255, 255, 0.35) 50%,
        rgba(255, 255, 255, 0.08) 55%,
        rgba(255, 255, 255, 0) 100%
    );

    transform: translate(-75%, -75%);
    transition: transform 0.6s ease;
    opacity: 1;
}

/* Hover animation */
.glass-card:hover::after {
    transform: translate(-25%, -25%);
}/* End custom CSS */