.footer{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.topFooter{
    width: 100%;
    display: flex;
    border-top: 3px solid #04b4ec;
    background: linear-gradient(to right, #5d5d5d, #000); 
    height: 250px;
    padding: 2% 0;
}

.footerBottom{
    width: 100%;
    display: flex;
    background: linear-gradient(to right, black, #5d5d5d);  
    border-top: 2px solid #04b4ec;
    height: 100px;
}

.footerTopA{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.footerLocation{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.footerLocation a{
    margin-left: 0.5%;
    text-decoration: none;
    color: #000;
    font-family: verdana;
    font-size: 16px;
    font-weight: bold;
}

.footerTopB{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    font-family: verdana;
    font-size: 26px;
    color: #04b4ec;
    font-weight: bold;
}

.footerTopB ul{
    width: 60%;
    margin: 0;
    padding: 0;
    background-color: #000;
    list-style: none;
    border: 2px solid #04b4ec;
    border-radius: 10px;
    margin-top: 3%;
}

.footerTopB li{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #04b4ec;
    margin: 3% 0;
}

.footerTopB a{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    transition: color 0.3s;
}

.active{
    color: #04b4ec !important;
}

.footerTopB li:hover a{
    color: #04b4ec;
}

.copyright{
    width: 60%;
    font-family: verdana;
    font-size: 16px;
    color: #fff;
    display: flex;
    justify-content: start;
    align-items: center;
    padding-left: 1%;
}

.footerSocial{
    width: 40%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 1%;
    height: 100px;
}

.footerSocial ul{
    display: flex;
    justify-content: start;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footerSocial ul li{
    padding: 0;
    margin: 0;
    height: 100%;
}

.socialIcon{
    width: 50px;
}

.tiktok{
    width: 55px;
}
