.floating-icons {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}

.floating-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #17a589;
    color: white;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    font-size: 24px;
    transition: background-color 0.3s;
}

.floating-icons a:hover {
    background-color: #17a589;
}
.call-icon{
    background-color: blue !important;
}

.floating-icons a.text-button {
    width: auto;
    height: auto;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 14px;
    background-color: white;
    color: black;
}


.floating-icons1 {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}

.floating-icons1 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #17a589;
    color: white;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    font-size: 24px;
    transition: background-color 0.3s;
}

.floating-icons1 a:hover {
    background-color: #17a589;
}


.floating-icons1 a.text-button {
    width: auto;
    height: auto;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 14px;
    background-color: white;
    color: black;
}
