.foot__bg {
    width: 100%;
    background: #082743;
    position: relative; /* Ensure it is positioned properly */
    bottom: 0; /* Keep it at the bottom */
}

.foot__con {
    text-align: center;
    height:120px;
}

.social ul {
    list-style-type: none;
    margin-left: -40px;
}

.social ul li {
    display: inline-block;
    margin: 10px auto;
}

.social ul li a{
    font-size: 18px;
    text-decoration: none;
    color: #a3a3a3;
    padding: 12px 10px;
}

.social ul li a:hover {
    color: rgb(241, 241, 241);
    transition: 0.3s;
}

.copy__p {
    color: #5e667b;
    font-size: var(--size-sm);
    padding-bottom: 10px;
}





