/* Footer overrides */

.footer {
    background: #1a1a2e;
}
.amet-sed h4 {
    color: #fff;
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.amet-sed p { color: #a0a0b0; }
.amet-sed p a { color: #a0a0b0; }
.amet-sed p a:hover { color: #2563eb; }
ul.nav-bottom li a {
    color: #a0a0b0;
    font-size: 0.95em;
    transition: color 0.2s;
}
ul.nav-bottom li a:hover { color: #2563eb; }
.amet-sed input[type="text"] {
    border: 1px solid #333;
    border-radius: 6px 0 0 6px;
    background: #222;
    color: #fff;
}
.amet-sed input[type="submit"] {
    border-radius: 0 6px 6px 0;
    background: #2563eb;
    color: #fff;
    transition: background 0.2s;
}
.amet-sed input[type="submit"]:hover {
    background: #1d4ed8;
    color: #fff;
}
.footer-class {
    background: #141425;
}
.footer-class p {
    color: #a0a0b0;
    font-size: 0.9em;
}
