/* Footer Styles */
footer .bg-pattern{
    position: absolute;
    inset: 0;
}

footer .bg-pattern div{
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 50% 50%, rgba(233, 191, 110, 0.1) 2px, transparent 2px);
    background-size: 40px 40px;
}