/* Footer Copyright */

.footer-copyrights .col-lg-12{
    display:flex !important;
    justify-content:space-between !important;
    align-items:center !important;
    width: 100%;
}

.footer-copyrights nav,
.footer-copyrights .copyright__nav {
    margin: 0;
    padding: 0;
}

.footer-copyrights .copyright__nav p,
.footer-copyrights .mb-0 {
    margin: 0;
}

@media (max-width: 767px) {
    .footer-copyrights .col-lg-12 {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}

/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 82px;
    right: 8px;
    background-color: #25D366;
    color: #fff !important;
    border-radius: 50%;
    text-align: center;
    font-size: 34px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    color: #fff;
}

/* footer */

#footer.phoenix-template-shell1-91 .container .third-column {
    padding: 0 0 0 7.3% !important;
}

.end-num {
    text-align: right !important;
    width: 86%;
}