.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1384 .elementor-element.elementor-element-a429714{--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-1384 .elementor-element.elementor-element-f21ff31{--display:flex;--min-height:36vh;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-1384 .elementor-element.elementor-element-f21ff31:not(.elementor-motion-effects-element-type-background), .elementor-1384 .elementor-element.elementor-element-f21ff31 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-91860e7 );}.elementor-widget-heading .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.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-1384 .elementor-element.elementor-element-62f165a{text-align:center;}.elementor-1384 .elementor-element.elementor-element-62f165a .elementor-heading-title{font-family:"Geometos Soft Bold", Sans-serif;font-size:24px;font-weight:500;line-height:1.4em;color:var( --e-global-color-d3d4411 );}#elementor-popup-modal-1384 .dialog-widget-content{animation-duration:1.2s;background-color:var( --e-global-color-91860e7 );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-3d1a953 );border-radius:20px 20px 20px 20px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-1384{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1384 .dialog-message{width:500px;height:auto;padding:0px 0px 0px 0px;}#elementor-popup-modal-1384 .dialog-close-button{display:flex;font-size:20px;}#elementor-popup-modal-1384 .dialog-close-button i{color:var( --e-global-color-d10c53f );}#elementor-popup-modal-1384 .dialog-close-button svg{fill:var( --e-global-color-d10c53f );}@media(max-width:1366px){.elementor-1384 .elementor-element.elementor-element-62f165a .elementor-heading-title{font-size:24px;}}@media(max-width:1024px){.elementor-1384 .elementor-element.elementor-element-62f165a .elementor-heading-title{font-size:3vw;}}@media(max-width:767px){.elementor-1384 .elementor-element.elementor-element-f21ff31{--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-1384 .elementor-element.elementor-element-62f165a .elementor-heading-title{font-size:18px;}#elementor-popup-modal-1384 .dialog-message{width:320px;}}/* Start custom CSS for container, class: .elementor-element-f21ff31 */.glass-card {
    background: rgba(10, 25, 40, 0.28);
    backdrop-filter: blur(3px) saturate(120%);
    -webkit-backdrop-filter: blur(18px) saturate(120%);

 


    overflow: hidden;

    display: flex;

    border: none;
    border-radius: 20px !important;

    box-shadow: 
        0 4px 12px rgba(0, 0, 0, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.03);

    position: relative;
}

/* SHINY GLASS BORDER */
.glass-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;

    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.6),
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.25),
        rgba(255, 255, 255, 0.05)
    );

    -webkit-mask: 
        linear-gradient(#000 0 0) content-box, 
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;

    opacity: 0.7;
    pointer-events: none;
}

/* SHINE EFFECT */
.glass-card::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;

    background: linear-gradient(
        120deg,
        transparent 40%,
        rgba(255, 255, 255, 0.15),
        transparent 60%
    );

    transform: rotate(25deg);
    animation: shine 4s linear infinite;
    pointer-events: none;
}

@keyframes shine {
    0% {
        transform: translateX(-100%) rotate(25deg);
    }
    100% {
        transform: translateX(100%) rotate(25deg);
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Geometos Soft Bold';
	font-display: auto;
	src: url('https://ocean.demotestlink.com/wp-content/uploads/2026/04/Graphite-Geometos-Soft-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */