.acb-floating-buttons {
    display: flex;
    flex-direction: column;
    gap: 35px;
    position: fixed;
    z-index: 99999;
}

/* Position Classes */
.acb-position-bottom-right {
    bottom: 20px;
    right: 20px;
}

.acb-position-bottom-left {
    bottom: 20px;
    left: 20px;
}

.acb-position-top-right {
    top: 20px;
    right: 20px;
}

.acb-position-top-left {
    top: 20px;
    left: 20px;
}

/* Right side styling (default) */
.acb-position-bottom-right .acb-button,
.acb-position-top-right .acb-button {
    padding-left: 45px;
}

.acb-position-bottom-right .acb-icon,
.acb-position-bottom-right .acb-icon1,
.acb-position-top-right .acb-icon,
.acb-position-top-right .acb-icon1 {
    left: 9px;
}

.acb-position-bottom-right .acb-text,
.acb-position-top-right .acb-text {
    margin-left: -25px;
    padding-left: 55px;
}

/* Left side styling */
.acb-position-bottom-left .acb-button,
.acb-position-top-left .acb-button {
    padding-right: 45px;
    padding-left: 0;
}

.acb-position-bottom-left .acb-icon,
.acb-position-bottom-left .acb-icon1,
.acb-position-top-left .acb-icon,
.acb-position-top-left .acb-icon1 {
    right: -3px;
    left: auto;
}

.acb-position-bottom-left .acb-text,
.acb-position-top-left .acb-text {
    margin-right: -25px;
    margin-left: 0;
    padding-right: 55px;
    padding-left: 25px;
}

.acb-button {
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
    color: #fff;
    font-family: 'Cairo', Arial, sans-serif;
    transition: all 0.3s ease;
    position: relative;
    direction: rtl;
}

.acb-button:hover {
    transform: translateX(-5px);
    color: #fff;
    text-decoration: none !important;
}

.acb-whatsapp .acb-icon {
    background-color: #ffffff00;
    border: 2px solid #ffffff00;
}

.acb-call .acb-icon1 {
    background-color: #fff;
    border: 2px solid #fff;
}

.acb-icon {
    width: 65px;
    height: 65px;
    background-size: 58px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 2;
}

.acb-icon1 {
    box-shadow: -1px 2px 5px 3px rgba(0, 0, 0, 0.33);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-size: 29px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 2;
}

.acb-text {
    font-family: 'Cairo', Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 3px 14px;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    min-width: 150px;
    text-align: center;
}

.acb-whatsapp .acb-text {
    background-color: #25D366;
}

.acb-call .acb-text {
    background: linear-gradient(to top, #d83f91, #d0409b, #c743a5, #bb47af, #ae4bb8) !important;
}

.acb-whatsapp .acb-icon {
    background-image: url("wa.png");
}

.acb-call .acb-icon1 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23E91E63'%3E%3Cpath d='M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z'/%3E%3C/svg%3E");
} 