﻿/* Stilizare header și footer */
.custom-header, .custom-footer {
    background-color: #1f2937;
    color: white;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.custom-header {
    top: 0;
    padding: 10px 0;
}

.custom-footer {
    bottom: 0;
    padding: 15px 0;
}

.logo {
    height: 50px;
}

.language-dropdown .dropdown-menu {
    min-width: 100px;
}

/* Pentru a evita suprapunerea conținutului cu header-ul fix */
body {
    padding-top: 100px;
    padding-bottom: 80px;
}
