﻿.res_top_img img {
    width: -webkit-fill-available;
}


body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}


/* Footer */
.footer {
    background-color: #0a3954;
    color: white;
    padding: 50px 0 20px;
}

.footer-title {
    color: #0ea7c5;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-link {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s ease;
}

    .footer-link:hover {
        color: #fff;
    }

.social-icons a {
    color: #bdc3c7;
    font-size: 1.5rem;
    margin-right: 15px;
    transition: color 0.3s ease;
}

    .social-icons a:hover {
        color: white;
    }