﻿.fixedwhatapp,
.fixedcall1 {
    position: fixed;
    left: 10px; /* left side */
    z-index: 9999;
}

.fixedwhatapp {
    bottom: 120px;
}

.fixedcall1 {
    bottom: 60px;
}

.phonenumber {
    display: flex;
    align-items: center;
    background: #25D366;
    color: #fff;
    padding: 8px 12px;
    border-radius: 30px;
    font-size: 14px;
    text-decoration: none;
    gap: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.fixedcall1 .phonenumber {
    background: #007bff;
}

.phonenumber p {
    margin: 0;
}

.phn {
    color: #fff;
    text-decoration: none;
}

.phonenumber:hover {
    transform: scale(1.05);
    transition: 0.3s;
}