body{background-color:#f0f0f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;margin:0}.footer-container{background-color:#ffd402;height:640px;justify-content:space-between;overflow:hidden;padding-top:50px;position:relative}.footer-container,.footer-content{align-items:center;display:flex;flex-direction:column}.footer-content{box-sizing:border-box;max-width:1200px;padding:0 20px;width:100%}.footer-logo{height:auto;margin-bottom:20px;width:200px}.social-icons{display:flex;gap:15px;margin-bottom:50px;margin-top:20px}.social-icons a{align-items:center;background-color:#000;border-radius:20%;color:#fff;display:flex;font-size:20px;height:45px;justify-content:center;transition:transform .3s ease;width:45px}.social-icons a:hover{transform:scale(1.1)}.footer-columns{display:flex;gap:30px;justify-content:space-around;margin-bottom:60px;text-align:left;width:100%}.column{color:#2b395d;flex:1;padding:0 10px}.column h4{font-size:1.1em;font-weight:700;margin-bottom:10px}.column p{font-size:.9em;line-height:1.5;margin-bottom:5px}.footer-buttons{display:flex;gap:20px;margin-bottom:50px}.btn{background-color:#0a3b9e;border-radius:50px;color:#fff;font-size:1em;font-weight:600;padding:15px 30px;text-decoration:none;transition:background-color .3s ease}.btn:hover{background-color:#1e2a4a}.bottom-bar{background-color:#ff7228;bottom:0;height:25px;position:absolute;width:100%}