/* Additions needed for the WordPress conversion — the design rules
   themselves all still live untouched in css/style.css */

.deftware-whatsapp-float {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 1000;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25D366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    transition: transform 0.2s ease;
}

.deftware-whatsapp-float:hover {
    color: #fff;
    transform: scale(1.08);
}

html[dir="rtl"] .deftware-whatsapp-float {
    right: auto;
    left: 20px;
}

html[dir="rtl"] #go-to-top {
    right: auto;
    left: 90px;
}

.contact-form .alert {
    border-radius: 0.75rem;
}

.navbar-brand img {
    max-height: 44px;
    width: auto;
}

.footer-widget {
    margin-top: 1rem;
}
