/*!/wp-content/themes/astra-child/style.css*/.custom-footer{background-color:#fff0;padding:60px 20px 60px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;border-top:1px solid #e5e5e5}.footer-container{max-width:1240px;margin:0 auto 80px;display:flex;flex-direction:row;justify-content:space-between;gap:80px}.footer-brand{display:flex;flex-direction:column;gap:56px}.footer-logo img{width:auto;height:auto}.footer-social{display:flex;gap:15px}.footer-social a{width:45px;height:45px;border-radius:50%;background:#F5F5F5;display:flex;align-items:center;justify-content:center;color:#333;text-decoration:none;transition:background 0.3s}.footer-social a:hover{background:#d0d0d0}.footer-apps{display:flex;gap:10px}.footer-apps img{height:40px;width:auto}.footer-links{display:flex;flex-direction:row;justify-content:space-between;width:100%;max-width:580px;gap:40px}.footer-column h4{color:#999;font-size:14px;font-weight:500;margin-bottom:20px;text-transform:uppercase;letter-spacing:.5px}.footer-column{display:flex;flex-direction:column;gap:12px}.footer-column a{color:#333;text-decoration:none;font-size:16px;font-weight:500;transition:color 0.3s}.footer-column a:hover{color:#666}.footer-bottom{max-width:1240px;margin:0 auto;padding:0;display:flex;justify-content:space-between;align-items:center;color:#999;font-size:14px}.footer-powered{display:flex;align-items:center;gap:8px}.footer-powered strong{color:#333;font-weight:600}.footer-mobile-header{display:none}@media (max-width:800px){.custom-footer{padding:40px 20px}.footer-mobile-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:40px}.footer-brand .footer-logo{display:none}.footer-container{flex-direction:column;gap:0;margin-bottom:40px}.footer-brand{order:3;gap:40px;align-items:center}.footer-links{order:1;flex-direction:column;gap:30px;margin-bottom:40px}.footer-social{order:2;justify-content:center}.footer-apps{justify-content:center;order:1}.footer-bottom{flex-direction:column;gap:0;text-align:center}.footer-bottom .footer-powered{display:none}}