﻿.footer-row3 {
    background: linear-gradient(45deg, #0F4C81 0%, #1565C0 50%, #1E88E5 100%) !important;
}

.footer- p {
    color: #ffffff;
}

.footer- p a {
    color: #ffffff;
}

.floating-icons {
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 9999;
}

.floating-icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    margin-top: 10px;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    box-shadow: 0 5px 15px rgba(0,0,0,.25);
}

.whatsapp {
    background: #25D366;
}

.call {
    background: #007bff;
}

.instagram {
    background: #E1306C;
}

.facebook {
    background: #1877F2;
}

.email {
    background: #EA4335;
    color: #fff;
}