footer {
    background-color: #19234C;
    padding-top: 3%;
    height: 45vh;
    display: flex;
    flex-direction: column;
    gap: 20%;
}

.footer-outer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15%;
    margin: 0 5%;
    align-content: center;
}

.footer-left {
    display: flex;
    flex-direction: column;
    gap: 15%;
}
  

.logo-img-footer {
    background-color: #fff;
}

.white-text {
    color: #fff
}

.footer-contact {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5%;
}

.footer-cont-img {
    width: 15px;
    height: auto;
}

.footer-right {
    display: flex;
    flex-direction: column;
    gap: 10%;
}

.footer-right-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10%;
}

.footer-menu-list li, .footer-menu-title {
    padding: 0.5%;
}

.footer-menu-title {
    font-size: 20px;
    font-weight: 700;
}

.footer-menu-list li:hover {
    background-color: #fff;
    color: #19234C;
}

.social_media_footer {
    display: flex;
    flex-direction: row;
    gap: 3%;
    padding-top: 2vh;
}

.social_media_footer img {
    width: 25px;
    height: 25px;
}

.footer-bottom hr {
    color: #fff;
}

.trademark-outer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.trademark-inner, .bottom-mini-menu{
    width: 50%
}

.bottom-mini-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

