
        /*--WEB VERSION---*/
/*-----FOOTER STYLING-------*/

footer {
    background-color: #2c3e50;
    color: white;
    padding: 0px 0;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-section {
    flex: 1 1 200px;
    margin: 10px;
}

.footer-section h4 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}
.footer-section p, .footer-section ul {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.5em;
}
.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: #bdc3c7;
    text-decoration: none;
}

.social-icons a {
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
    color: #03A9F4;
    text-decoration: none;
}

.footer-bottom {
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    border-top: 1px solid #bdc3c7;
    padding-top: 15px;
    margin-bottom: 20px;
}



/*--END FOOTER WEB VER---*/