﻿footer {
    background-color: white;
    background-size: cover;
    background-position: center;
    padding: 60px 0 40px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    border-top: 1px solid #ddd;
}

    footer h5 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
        font-size: 13px;
        color: #0150a9;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    footer a {
        color: #333;
        text-decoration: none;
        transition: color 0.3s;
        font-weight: 200 !important;
    }

        footer a:hover {
            color: #0d6efd;
        }

    footer p {
        font-size: 14px;
        color: #555;
        line-height: 1.6;
        margin-bottom: 0.5rem;
        font-weight: 600;
    }

/* ================= COMPANY ================= */

.company-name {
    font-size: 15px;
    font-weight: 600;
    color: white;
    margin: 15px 0 8px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.logo-img {
    max-height: 80px;
    margin-bottom: 15px;
}

/* ================= CONTACT ================= */

.contact-item {
    display: flex;
    align-items: center;
    font-size: 16px;
}

    .contact-item svg {
        width: 18px;
        height: 18px;
        flex-shrink: 0;
        fill: #333;
    }

    .contact-item i {
        flex-shrink: 0;
    }

    .contact-item a {
        color: #1d529e;
        text-decoration: none;
        font-weight: 500;
    }

        .contact-item a:hover {
            text-decoration: underline;
        }

/* ================= SOCIAL ================= */

.social-links a {
    margin-right: 15px;
}

.social-links img {
    width: 30px;
    height: 30px;
    transition: transform 0.3s;
}

    .social-links img:hover {
        transform: scale(1.2);
    }

/* ================= HEADINGS ================= */

.head {
    font-weight: 800;
    color: #101865;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.subhead {
    font-weight: 600;
    font-size: 15px;
    color: #1d529e;
    margin: 0 0 12px 0;
    display: flex;
    align-items: center;
}

/* ================= ENQUIRY BOX ================= */

.enquiry-box {
    border-left: 5px solid #1d529e;
    border-radius: 8px;
    padding: 5px 4px;
    margin: 20px 0;
    box-shadow: 0 2px 10px rgba(29, 82, 158, 0.1);
    transition: all 0.3s ease;
}

    .enquiry-box:hover {
        box-shadow: 0 4px 15px rgba(29, 82, 158, 0.15);
        background-color: #eef4ff;
    }

.enquiry-boxes {
    border-left: 5px solid #1d529e;
    border-radius: 8px;
    padding: 5px;
    margin: 20px 0;
    box-shadow: 0 2px 10px rgba(29, 82, 158, 0.1);
    transition: all 0.3s ease;
    height: 96%;
}

    .enquiry-boxes:hover {
        box-shadow: 0 4px 15px rgba(29, 82, 158, 0.15);
        background-color: #eef4ff;
    }

/* ================= FOOTER THEME ================= */

:root {
    --uon-blue: #10263B;
    --uon-blue-dark: #081621;
    --text-white: #ffffff;
    --text-light-white: #e0e8f0;
}

.footer-main {
    background: linear-gradient(to bottom, #e8f4fd, #43d9df);
    color: var(--text-white);
    padding: 3.5rem 0 2.5rem;
}

    .footer-main a {
        color: #1565c0;
        text-decoration: none;
        transition: color 0.2s;
    }

        .footer-main a:hover {
            color: #0d47a1;
        }

.footer-title {
    color: #1177b2;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-titles {
    color: #0150a9;
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.address-block {
    font-size: 0.95rem;
    line-height: 1.65;
    color: #0d47a1;
}

.btn-maps {
    background-color: white;
    color: var(--uon-blue);
    border: none;
    font-weight: 600;
    padding: 0.55rem 1.1rem;
    margin-top: 1rem;
}

    .btn-maps:hover {
        background-color: #f0f8ff;
    }

.social-icons a {
    color: #0150a9;
    font-size: 1.5rem;
    margin-right: 1.1rem;
    opacity: 0.9;
}

    .social-icons a:hover {
        opacity: 1;
    }

.quote-block {
    font-style: italic;
    font-size: 0.97rem;
    line-height: 1.6;
    max-width: 320px;
    color: var(--text-white);
}

.badges-bar {
    background: linear-gradient(to bottom, var(--uon-blue-dark), #000d1a);
    padding: 2.5rem 0 1.5rem;
    color: var(--text-white);
    text-align: center;
}

    .badges-bar img {
        height: 50px;
        width: auto;
        margin: 0 1.2rem 1.2rem;
        opacity: 0.92;
    }

@media (max-width: 992px) {
    footer {
        padding: 40px 20px;
    }
}

@media (max-width: 767px) {
    .badges-bar img {
        height: 42px;
        margin: 0 0.9rem 1rem;
    }

    .quote-block {
        max-width: 100%;
        margin-bottom: 2rem;
    }
}
.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 1050;
}

.whatsapp-btn {
    width: 68px;
    height: 68px;
    border: none;
    border-radius: 50%;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
    color: white;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .whatsapp-btn:hover {
        transform: scale(1.12);
        box-shadow: 0 10px 30px rgba(37, 211, 102, 0.55);
    }

        /* Pulse ring – only on hover, repeats forever while hovered */
        .whatsapp-btn:hover::before,
        .whatsapp-btn:hover::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: rgba(37, 211, 102, 0.4);
            transform: translate(-50%, -50%) scale(1);
            animation: pulse 2s infinite ease-out;
            z-index: -1;
        }

        .whatsapp-btn:hover::after {
            background: rgba(37, 211, 102, 0.25);
            animation-delay: 0.6s;
        }

@@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(2.2);
        opacity: 0;
    }
}

@@media (max-width: 576px) {
    .whatsapp-float {
        bottom: 20px;
        right: 20px;
    }

    .whatsapp-btn {
        width: 60px;
        height: 60px;
    }
}

.whatsapp-btn {
    border-radius: 50%;
}

    .whatsapp-btn img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

