
.footer {
    background: linear-gradient(90deg, #2a2a2a 0%, #1f1f1f 100%);
    color: #8e8e8e;
    padding: 36px 0 36px;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    font-weight: 400;
    width: 100%;
}

.footer-container {
    max-width: 1342px;
    margin: 0 auto;
    box-sizing: border-box;
}

.footer-up {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
}

.footer-up-col {
    flex: 1 1 220px;
    min-width: 220px;
    font-size: 16px;
}




.footer a {
    color: #737373;
    text-decoration: none;
    transition: color 0.25s ease;
}

.footer a:hover {
    color: #ffb400;
}

.contact-portocaliu {
    color: #ffb400 !important;
}

.footer h3 {
    color: white;
    font-size: 18px;
    font-weight: 600;
}

.move {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 500;
}

.footer-linie {
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.12);
    margin: 26px 0 18px;
}

.footer-down {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

.footer-down-info {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}



