/* Footer'a özel CSS kodları */
footer a {
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}
.footer-bottom-bar {
    font-size: 0.9rem;
    color: #adb5bd;
}
.footer-bottom-bar i {
    color: #f8f9fa;
}
.footer-icon {
    width: 24px;
    height: 24px;
}
