/* #################################### */
/* #### FOOTER ######################### */
/* #################################### */

.footer{
    margin-top: 100px;
    background: linear-gradient(180deg, #2f2f2f 0%, #262626 100%);
    color: #f3f3f3;
    padding: 55px 0 35px;
    border-top: 4px solid #f28c28;
    box-shadow: 0 -8px 30px rgba(0,0,0,0.12);
}

.footer .container{
    position: relative;
}

.footer .col-sm-3{
    margin-bottom: 30px;
}

.footer h4{
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 22px;
    position: relative;
    padding-bottom: 12px;
    letter-spacing: 0.3px;
}

.footer h4::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 42px;
    height: 3px;
    background: #f28c28;
    border-radius: 10px;
}

.footer ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer ul li{
    margin-bottom: 10px;
}

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

.footer ul li a{
    display: inline-block;
    position: relative;
    padding: 4px 0;
    font-size: 15px;
}

.footer ul li a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #f28c28;
    transition: width 0.25s ease;
    border-radius: 10px;
}

.footer ul li a:hover{
    color: #ffffff;
    transform: translateX(6px);
}

.footer ul li a:hover::after{
    width: 100%;
}

.footer-contact-item{
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 14px;
    padding: 14px 16px;
    margin-bottom: 12px;
    transition: all 0.25s ease;
}

.footer-contact-item:hover{
    background: rgba(255,255,255,0.07);
    border-color: rgba(242,140,40,0.35);
    transform: translateY(-2px);
}

.footer-contact-item-label{
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #f28c28;
    margin-bottom: 6px;
}

.footer-contact-item-data,
.footer-contact-item-data a{
    color: #f2f2f2;
    font-size: 14px;
    line-height: 1.6;
}

.footer-contact-item-data a:hover{
    color: #f28c28;
}

.footer-socials{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.footer-social{
    display: inline-flex;
}

.footer-social a{
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 50%;
    transition: all 0.25s ease;
}

.footer-social a:hover{
    background: #f28c28;
    border-color: #f28c28;
    transform: translateY(-3px) scale(1.04);
    box-shadow: 0 10px 18px rgba(242,140,40,0.28);
}

.footer-social img{
    max-width: 20px;
    max-height: 20px;
    display: block;
    filter: brightness(0) invert(1);
}

.website-author{
    margin-top: 0px;
    font-size: 12px;
    color: rgba(255,255,255,0.75);
    background: #1d1d1d;
    padding: 12px 15px;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.06);
}

/* Stare klasy - zachowane kompatybilnie */
.footer ul.ModNav li a{
    font-size: 15px;
    color: #e7e7e7;
    padding: 4px 0;
    display: inline-block;
    font-weight: 400;
    text-transform: none;
}

.footer .NavContainer ul.ModNav li{
    float: none;
}

.footer ul.ModNav li a:hover{
    background: transparent;
    color: #fff;
}

.footer .mod-header h3{
    margin-bottom: 22px;
    margin-top: 0;
    color: #fff;
}

.footer h6{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

/* Responsywność */
@media (max-width: 991px){
    .footer{
        padding: 45px 0 25px;
    }

    .footer .col-sm-3{
        margin-bottom: 35px;
    }
}

@media (max-width: 767px){
    .footer{
        margin-top: 70px;
        padding: 40px 0 20px;
    }

    .footer h4{
        font-size: 17px;
        margin-bottom: 18px;
    }

    .footer ul li a:hover{
        transform: translateX(0);
    }

    .footer-social a{
        width: 42px;
        height: 42px;
    }
}
