#footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 10px 0;
}

.footer-col {
    margin-bottom: 10px;
}

#footer h4 {
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.1em;
}

#footer p {
    color: #bdc3c7;
    font-size: 0.9em; 
    line-height: 1.7;
    margin-bottom: 1px;
}

#footer i {
    margin-right: 2px;
    color: var(--primary-color);
}

.contact-item {
    display: inline-block;
    margin-right: 60px; 
}

#footer a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s ease;
}

#footer a:hover {
    color: var(--primary-color);
}

.copyright {
    text-align: center;
    margin-top: 2px;
    border-top: 1px solid #34495e;
    padding-top: 2px;
    color: #7f8c8d;
}

@media (max-width: 768px) {
 .footer-col {
        text-align: left;
    } 
    
    #footer h4 {
        font-size: 0.80em;
    }
    
    #footer p, #footer a {
        font-size: 0.80em;
    }
    
    .contact-item {
        display: block;
        margin-right: 0;
        margin-bottom: 2px;
    }
}