.site-footer{background-color:#1a1a1a;color:#ccc;padding:60px 0 20px;margin-top:auto}.footer-top{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;margin-bottom:20px}.footer-col h3{color:var(--white);font-size:1.2rem;margin-bottom:20px;position:relative;padding-bottom:10px}.footer-col h3::after{content:'';position:absolute;bottom:0;left:0;width:30px;height:2px;background-color:var(--primary-red)}.footer-logo{margin-bottom:20px;width:auto;height:50px}.footer-socials{margin-top:20px;display:flex;gap:15px}.footer-socials a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:rgb(255 255 255 / .1);border-radius:50%;transition:all 0.3s ease}.footer-socials a:hover{background:var(--primary-red);color:#fff;transform:translateY(-3px)}.footer-col p,.footer-col li{font-size:.9rem;margin-bottom:10px;line-height:1.8}.footer-contact-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:15px}.footer-contact-item i{color:var(--primary-red);margin-top:5px}.footer-bottom{border-top:1px solid #333;padding-top:20px;text-align:center;font-size:.85rem}@media (max-width:992px){.footer-top{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.footer-top{grid-template-columns:1fr}}