.custom-select-color:hover,
.custom-select-color:focus {
    background-color: #0f8186 !important;
    color: #fff !important;
}

.custom-select-color {
    transition: background-color 0.2s, color 0.2s;
}

footer {
    background: #212529;
}

footer .container {
    max-width: 960px;
}

footer h6 {
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

footer p {
    font-size: 0.85rem;
    margin-bottom: 1rem;
    line-height: 1.4;
}

footer ul {
    padding: 0;
    list-style: none;
    margin: 0 0 1rem 0;
}

footer ul li {
    font-size: 0.85rem;
    line-height: 1.4;
    margin-bottom: 0.4rem;
}

footer .social a {
    font-size: 1.2rem;
    margin-right: 1rem;
    transition: color 0.2s;
    text-decoration: none;
}

footer .social a:last-child {
    margin-right: 0;
}

footer .social a:hover {
    color: #adb5bd;
}

footer hr {
    border-color: #343a40;
    margin: 1rem 0;
}

footer small {
    font-size: 0.8rem;
    color: #6c757d;
}
