.elementor-2669 .elementor-element.elementor-element-dd15b3a{--display:flex;}.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-2669 .elementor-element.elementor-element-2a4ff80{text-align:center;}.elementor-2669 .elementor-element.elementor-element-2a4ff80 .elementor-heading-title{font-family:"Lunasima", Sans-serif;font-weight:500;color:#000000;}.elementor-2669 .elementor-element.elementor-element-e081bfe{--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;}.elementor-2669 .elementor-element.elementor-element-a9117ef{--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;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2669 .elementor-element.elementor-element-b6cb711{text-align:justify;font-family:"Lunasima", Sans-serif;font-weight:400;color:#000000;}.elementor-2669 .elementor-element.elementor-element-f77893a{--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;}.elementor-2669 .elementor-element.elementor-element-24b4516{--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;--justify-content:space-evenly;}.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-2669 .elementor-element.elementor-element-de6fe67 .elementor-button{font-family:"Lunasima", Sans-serif;font-weight:500;}/* Start custom CSS for button, class: .elementor-element-de6fe67 */#contact {
    width: 100px; /* Setează lățimea dorită */
    height: 100px; /* Setează înălțimea dorită pentru a fi egală cu lățimea */
    border-radius: 50%; /* Face ca butonul să fie rotund */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 3px solid #7030A0; /* Adaugă margine de 1px, culoare negru*/
    background-color: transparent; /* Setează fundalul butonului la culoarea dorită*/
    color: black; /* Setează culoarea textului (schimbă după preferințe) */
    cursor: pointer; /* Face ca butonul să arate ca un buton clicabil */
}/* End custom CSS */