.elementor-2595 .elementor-element.elementor-element-177d6f2{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2595 .elementor-element.elementor-element-199e42ea .elementor-tab-title, .elementor-2595 .elementor-element.elementor-element-199e42ea .elementor-tab-title:before, .elementor-2595 .elementor-element.elementor-element-199e42ea .elementor-tab-title:after, .elementor-2595 .elementor-element.elementor-element-199e42ea .elementor-tab-content, .elementor-2595 .elementor-element.elementor-element-199e42ea .elementor-tabs-content-wrapper{border-width:1px;}.elementor-2595 .elementor-element.elementor-element-199e42ea .elementor-tab-mobile-title, .elementor-2595 .elementor-element.elementor-element-199e42ea .elementor-tab-desktop-title.elementor-active, .elementor-2595 .elementor-element.elementor-element-199e42ea .elementor-tab-title:before, .elementor-2595 .elementor-element.elementor-element-199e42ea .elementor-tab-title:after, .elementor-2595 .elementor-element.elementor-element-199e42ea .elementor-tab-content, .elementor-2595 .elementor-element.elementor-element-199e42ea .elementor-tabs-content-wrapper{border-color:#A2A2A2;}.elementor-2595 .elementor-element.elementor-element-199e42ea .elementor-tab-title, .elementor-2595 .elementor-element.elementor-element-199e42ea .elementor-tab-title a{color:#535252;}.elementor-2595 .elementor-element.elementor-element-199e42ea .elementor-tab-title.elementor-active,
					 .elementor-2595 .elementor-element.elementor-element-199e42ea .elementor-tab-title.elementor-active a{color:#CBA557;}.elementor-2595 .elementor-element.elementor-element-199e42ea .elementor-tab-title{font-weight:600;}.elementor-2595 .elementor-element.elementor-element-199e42ea .elementor-tab-content{font-size:12px;text-transform:uppercase;line-height:50px;letter-spacing:4px;word-spacing:0px;}/* Start custom CSS for tabs, class: .elementor-element-199e42ea *//* Containerele <a> trebuie să fie afișate inline-block */
a {
    display: inline-block;  /* Aceasta face ca fiecare <a> să fie pe aceeași linie */
    margin-right: 2px; /* Adaugă distanțiere între butoane (poți ajusta valoarea după cum vrei) */
}

/* Stilizarea butoanelor */
.btn {
    background-color: #cba557;
    color: #fff;
    border: none;
    padding: 10px 20px ;
    font-size: 11px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    display: inline-block; /* Asigură-te că butoanele se aliniaza pe orizontală */
    text-align: center; /* Asigură-te că textul din buton este centrat */
}

/* Efectul hover */
.btn:hover {
    background-color: #b08a48;
    color: #fff;
}/* End custom CSS */