
.floating-btn {
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 1000;
}

.floating-btn a,
.floating-btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: white;
    font-size: 24px;
    border: none;
}

.floating-btn .whatsapp {
    background-color: #25d366;
}

.floating-btn .contact-us {
    background-color: #007bff;
}

.floating-btn .enquiry {
    background-color: #ffc107;
    color: #000;
}

.floating-btn a:hover,
.floating-btn button:hover {
    opacity: 0.9;
}
