#footer-logo
{
    width: 175px;
    height: 157px;
    background-image: url("../../images/sliders/ygn-blue.png");
    background-position: center;
    background-size: cover;
}

[data-bs-theme="dark"] #footer-logo {
    background-image: url("../../images/sliders/ygn-white.png");
}

[data-bs-theme="dark"] .footer 
{
    background-color: var(--bs-body-bg); /* Uses Bootstrap's theme variable */
}

.developed-by-text {
    font-size: 0.875rem;
    color: var(--bs-secondary);
}

.developed-by-link {
    color: var(--bs-secondary) !important;
    transition: color 0.3s ease !important;
    text-decoration: none !important;
}

.developed-by-link:hover {
    color: #0d6efd !important;
}

.developed-by-link:focus {
    color: #0d6efd !important;
}

.developed-by-link:active {
    color: #0d6efd !important;
}

[data-bs-theme="dark"] .developed-by-text {
    color: var(--bs-secondary);
}

[data-bs-theme="dark"] .developed-by-link {
    color: var(--bs-secondary) !important;
}

[data-bs-theme="dark"] .developed-by-link:hover {
    color: #0dcaf0 !important;
}

[data-bs-theme="dark"] .developed-by-link:focus {
    color: #0dcaf0 !important;
}

[data-bs-theme="dark"] .developed-by-link:active {
    color: #0dcaf0 !important;
}