.img-fluid {
        object-fit: contain;
        height: 100%; /* Adjust height to your preference */
        width: 100%;
    }


.footer {
    background: linear-gradient(rgba(6, 3, 21, 0.5), rgba(6, 3, 21, 0.5)), url(../img/map.png) center center no-repeat;
    background-size: cover;

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: 0.3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: 0.3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
    color: var(--light);
}

.hr {
margin-top:20px;
margin-bottom:20px;
}

.back-button {
    position: absolute;
    top: 20px; /* Adjust this value to place the button as needed */
    left: 20px; /* Adjust this value to place the button as needed */
}

.back-link {
    text-decoration: none;
    background: #333;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
}
