/* Professional Dark Footer */
.minimal-footer {
    background-color: #0b1120 !important; /* Deep dark blue/black */
    color: #a0aec0 !important;
    padding-top: 60px;
    padding-bottom: 20px;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.minimal-footer .logo .sitename {
    color: #fff !important;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.minimal-footer .footer-contact p {
    margin-bottom: 8px;
    color: #cbd5e0;
}

.minimal-footer .footer-contact strong {
    color: #fff;
}

.minimal-footer h4 {
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.minimal-footer h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 40px;
    background-color: var(--accent-color, #3498db);
}

.minimal-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.minimal-footer ul li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.minimal-footer ul li:last-child {
    border-bottom: none;
}

.minimal-footer ul li a {
    color: #a0aec0 !important;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.minimal-footer ul li a:hover {
    color: #fff !important;
    transform: translateX(5px);
    padding-left: 5px;
}

.minimal-footer .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 25px;
    margin-top: 40px;
    font-size: 13px;
    color: #718096;
}

.minimal-footer .copyright strong {
    color: #fff;
}

.minimal-footer .credits {
    margin-top: 5px;
    font-size: 13px;
}

.minimal-footer .credits a {
    color: var(--accent-color, #3498db) !important;
    text-decoration: none;
    font-weight: 600;
}
