.whatsapp-icon {
    position: absolute;
    font-size: 4rem;
    color: #0A1832;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    box-shadow: 0px 2px 8px 0px #00000007;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    z-index: 3;
    opacity: 0;
    cursor: pointer;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
    overflow: hidden;
}

.whatsapp-icon::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("https://albayadcleaning.com/wp-content/uploads/2025/11/water-drops.png");
    background-size: auto;
    background-position: center;
    opacity: 0.3;
    z-index: 0;
    pointer-events: none;
}

.whatsapp-icon i {
    position: relative;
    z-index: 1;
}

.btn-secondary-custom {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 50px; /* تم تعديل البادنج */
    font-family: "Alexandria", Sans-serif; /* تغيير الخط */
    font-weight: 500; /* تعديل الوزن */
    font-size: 14px; /* تعديل حجم الخط */
    border-radius: 20px; /* تعديل نصف القطر */
    background-color: var(--e-global-color-secondary); /* تعديل الخلفية */
    border: 2px solid var(--e-global-color-accent); /* تعديل البوردر */
    color: var(--e-global-color-accent); /* تعديل اللون */
    fill: var(--e-global-color-accent); /* إذا كان فيها أيقونات */
    z-index: 1;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 20px 0px #00000040;
    overflow: hidden;
}

}