/*!/wp-content/themes/Exeed/assets/css/footer-new.css*/.footer-new{background:#181b1d;color:#fff;padding:50px 0 30px}.footer-new .container{width:100%;max-width:1320px;margin:0 auto;padding:0 15px;box-sizing:border-box}.footer-new__top{text-align:center;margin-bottom:30px}.footer-new__logo{display:inline-block;margin-bottom:16px}.footer-new__logo img{max-width:180px;height:auto}.footer-new__tagline{font-size:15px;color:rgb(255 255 255 / .8);margin-bottom:16px;line-height:1.5}.footer-new__social{display:flex;justify-content:center;gap:12px}.footer-new__social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:rgb(255 255 255 / .1);color:#fff;text-decoration:none;transition:background .2s ease}.footer-new__social a:hover{background:rgb(255 255 255 / .25)}.footer-new__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px;padding-bottom:30px;border-bottom:1px solid rgb(255 255 255 / .15)}.footer-new__col{display:flex;flex-direction:column;gap:10px}.footer-new__title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#fff;margin-bottom:4px}.footer-new__link{font-size:14px;line-height:1.4;color:rgb(255 255 255 / .75);text-decoration:none;transition:color .2s ease}.footer-new__link:hover{color:#fff}.footer-new__legal{padding:24px 0;border-bottom:1px solid rgb(255 255 255 / .15)}.footer-new__legal p{margin:0 0 10px;font-size:13px;line-height:1.6;color:rgb(255 255 255 / .55)}.footer-new__legal p:last-child{margin-bottom:0}.footer-new__bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;padding-top:20px;font-size:13px;color:rgb(255 255 255 / .55)}.footer-new__bottom a{color:rgb(255 255 255 / .75);text-decoration:none}.footer-new__bottom a:hover{color:#fff}@media only screen and (max-width:991px){.footer-new__grid{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:767px){.footer-new__grid{grid-template-columns:repeat(2,1fr);gap:30px}.footer-new__bottom{flex-direction:column;align-items:flex-start}}@media only screen and (max-width:575px){.footer-new__grid{grid-template-columns:1fr}}