.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-917 .elementor-element.elementor-element-874f6da{--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;--gap:0px 0px;--overflow:hidden;--background-transition:0.3s;--border-radius:50px 50px 50px 50px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-917 .elementor-element.elementor-element-c05c973{--display:flex;--background-transition:0.3s;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-917 .elementor-element.elementor-element-c05c973:not(.elementor-motion-effects-element-type-background), .elementor-917 .elementor-element.elementor-element-c05c973 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-917 .elementor-element.elementor-element-c05c973, .elementor-917 .elementor-element.elementor-element-c05c973::before{--border-transition:0.3s;}.elementor-widget-image .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-image .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-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-917 .elementor-element.elementor-element-43de94a img{max-width:44%;}.elementor-917 .elementor-element.elementor-element-efd7f17{--display:flex;--background-transition:0.3s;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-html .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-html .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-popup-modal-917{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-917 .dialog-message{width:830px;height:550px;align-items:flex-start;}#elementor-popup-modal-917 .dialog-close-button{display:flex;}#elementor-popup-modal-917 .dialog-widget-content{border-radius:50px 50px 50px 50px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-917 .dialog-close-button i{color:var( --e-global-color-f071557 );}#elementor-popup-modal-917 .dialog-close-button svg{fill:var( --e-global-color-f071557 );}/* Start custom CSS */.lang-welcome-container {
    background: #ffffff;
    padding: 40px;
    border-radius: 24px;
    text-align: center;
    font-family: sans-serif;
}

.lang-header h2 {
    font-size: 42px;
    font-weight: 700;
    margin: 15px 0 5px 0;
}

.lang-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.lang-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #333;
    border: 1px solid #eef0f2;
    border-radius: 12px;
    padding: 0 0 10px 0;
    width: 140px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s, box-shadow 0.2s;
    background: #fff;
    overflow: hidden;
}

.lang-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
}

.lang-card img {
    width: 100%;
    height: 85px;
    object-fit: cover;
}

.lang-card span {
    font-size: 13px;
    margin-top: 8px;
    font-weight: 500;
}/* End custom CSS */