footer {
    position: relative;
    transform: translateY(70px);
    bottom: 0;
    width: 100%;
    background-color: #202139;
    color: white;
    padding: 20px 0;
    text-align: center;
    z-index: 999;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.footer-col {
    display: inline-block;
    margin: 0 10px;
    justify-content: center;
    text-align: right;
    align-items: flex-start;
}

.footer-col h3 {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: right;
    color: #387ADF;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    text-align: right;

}

.footer-col ul li {
    margin-bottom: 8px;
    text-align: right;
}

.footer-col ul li a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-col ul li a:hover {
    color: #fdc938;
}

.footer-info {
    margin-top: 50px;
}

.footer-info img {
    width: 100px;
    margin-bottom: 10px;
}

.footer-info h4 {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    margin-right: 60px;
}

.copy-right {
    margin-top: 20px;
}

.copy-right p {
    font-size: 14px;
    margin-bottom: 10px;
}

.pro-links a {
    color: white;
    margin: 12px;
    font-size: 30px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.pro-links a:hover {
    color: #fdc938;
}

/* Media Query for footer */
@media only screen and (max-width: 360px) {

    .footer {
        padding: 10px 0;
    }

    .footer-col {
        flex: 1 0 33.33%;
        max-width: 33.33%;
        margin: 0;
        padding: 0 5px;
        text-align: center;
    }

    .footer-col h3 {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .footer-col ul {
        text-align: center;
    }

    .footer-col ul li {
        margin-bottom: 8px;
    }

    .footer-col ul li a {
        font-size: 12px;
    }

    .footer-info {
        margin-top: 5px;
        text-align: center;
        margin-left: 30px;
        margin-bottom: 10px;
    }

    .footer-info img {
        width: 80px;
        margin-bottom: 10px;
        border-radius: 7px;
    }

    .footer-info h4 {
        font-size: 12px;
    }

    .copy-right {
        margin-top: 10px;
        text-align: center;
    }

    .copy-right p {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .pro-links a {
        font-size: 18px;
        margin: 0 5px;
    }
}
