footer .footer-frame{background-color:var(--dark-surface);border-radius:var(--lg-radius);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:0;min-height:35vh;padding:50px;display:flex}footer .footer-frame .logo img{width:80px;margin-bottom:12px}footer .footer-frame .logo p{color:var(--text-color)}footer .footer-frame ul{gap:25px;display:flex}footer .footer-frame ul li{color:var(--white-color);transition:var(--transition);font-size:1rem;font-weight:500}footer .footer-frame ul li:hover{color:var(--main-color);font-size:1rem}footer .footer-frame .social-media{gap:20px;display:flex}footer .footer-frame .social-media .icon{background-color:var(--main-color);border-radius:10px;padding:10px;font-size:1.2rem}footer .footer-frame .copyright{border-top:2px solid color-mix(in srgb, var(--white-color) 44%, transparent);text-align:center;border-radius:4px;padding-top:25px}@media (max-width:991px){footer .footer-frame{flex-direction:column;align-items:start}footer .footer-frame ul{flex-direction:column}}
