.Additional
{
    font-family: SamsungLight;
}


/* <----- Footer Style ----->*/
.footer 
{
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

.footer-content 
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-section 
{
    flex: 1;
    min-width: 250px;
    margin: 20px;
}

.footer-section h2 
{
    font-family: Samsung;
    margin-bottom: 10px;
    font-size: 24px;
}

.footer-section p 
{
    font-family: SamsungLight;
    margin: 5px 0;
}

.footer-section a 
{
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
    transition: color 0.3s ease;
}

.footer-section a:hover 
{
    color: #ddd;
}

.footer-bottom 
{
    margin-top: 20px;
    font-family: SamsungLight;
    font-size: 16px;
}

