﻿/* Footer Compunec - Compact Design */
.footer-compunec {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 15px 0 15px 0;
    margin: 0 !important;
    font-size: 12px;
    width: 100%;
    flex-shrink: 0;
}

.footer-content {
    margin-bottom: 8px;
}

.footer-location h5 {
    color: #8bdf01;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.location-phone {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}

.location-phone i {
    color: #25d366;
    margin-right: 3px;
}

.footer-copyright {
    text-align: center;
    padding-top: 6px;
    border-top: 1px solid #34495e;
    margin-top: 6px;
}

.footer-copyright p {
    margin: 0;
    font-size: 11px;
    color: #bdc3c7;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-location {
        margin-bottom: 20px;
    }
}