.footer-social-icons{display:flex;justify-content:flex-end;align-items:center;gap:12px;margin-top:10px;margin-right:50px!important}.footer-social-icons .social-icon{color:#2a47a0;background:#fff;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:18px;transition:background .3s,color .3s;box-shadow:0 2px 6px rgba(0,0,0,.07);text-decoration:none}.footer-social-icons .social-icon:hover{background:#2a47a0;color:#fff}.custom-banner{background:#2a47a0;padding:40px 20px;position:relative;display:flex;justify-content:center;align-items:center;height:300px;overflow:hidden}.custom-banner .content1{text-align:center;color:#fff;z-index:1}.custom-banner h2{font-size:24px;margin-bottom:20px;line-height:1.4;font-weight:700;color:#fff}.custom-banner .cta-button{background-color:#fff;color:#2a47a0;padding:10px 20px;text-decoration:none;border-radius:25px;font-size:14px;font-weight:700;display:inline-block;transition:all .3s ease}.custom-banner .cta-button:hover{background-color:#0056b3;color:#fff}.custom-banner .circle-detail{position:absolute;border-radius:50%!important;background-color:#fff;opacity:.2;animation:float 8s infinite}.custom-banner .circle-small{width:15px;height:15px;top:10%;left:20%;animation-delay:0s}.custom-banner .circle-medium{width:30px;height:30px;top:30%;left:60%;animation-delay:2s}.custom-banner .circle-large{width:50px;height:50px;top:70%;left:40%;animation-delay:4s}.custom-banner .circle-extra-small{width:10px;height:10px;top:20%;left:80%;animation-delay:1s}.custom-banner .circle-extra-large{width:60px;height:60px;top:50%;left:10%;animation-delay:3s}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}100%{transform:translateY(0)}}