
.site-footer {
    background-color: #f7f7f7;
    padding-top: 60px;
    font-family: 'Montserrat', sans-serif;
    color: #333333;
    border-top: 1px solid #eaeaea;
}

.footer-top {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 30px;
    padding-bottom: 40px;
}

/* Typography & Links */
.site-footer h6 {
    color: #000066;
    font-weight: 700;
    margin: 15px 0 5px;
    font-size: 15px;
}

.site-footer .address {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.footer_call h4 {
    color: #000066;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.widget-title {
    color: #000066;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
}

/* Footer Menus */
.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 12px;
}

.footer-menu li a {
    color: #555555;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.footer-menu li a:hover {
    color: #09a223;
}

/* Social Icons */
.social-links {
    display: flex;
    gap: 10px;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #ffffff;
    color: #247fe1;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.social-links i {
    font-size: 18px;
}

.social-links a:hover {
    background-color: #ffffff !important;
}
.list-unstyled li a {
    color: #555555;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s ease;
}
.list-unstyled li a:hover {
    color: #0404dd !important;
}
.footer-title {
    color: #000066;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
}
.phone-number a {
    color: #000066 !important;
    text-decoration: none !important;
    transition: color 0.3s ease;
}
 .phone-number a:hover {
    color: #0404dd !important;
}

/* Bottom Bar */
.footer-bottom {
    background-color: #000066;
    color: #ffffff;
    text-align: center;
    padding: 15px 0;
    font-size: 13px;
}

.footer-bottom p {
    margin: 0;
}

/* Responsive Footer */
@media screen and (max-width: 991.98px) {
    .footer-top {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767.98px) {
    .footer-top {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .social-links {
        justify-content: center;
    }
}