/**
 * تصميم المهندس يحي البدري
 */
.yh-fcb-wrap{
    position:fixed;
    bottom:var(--yh-bottom);
    display:flex;
    flex-direction:column;
    gap:var(--yh-gap);
    z-index:999999;
}
.yh-fcb-right{right:18px}
.yh-fcb-left{left:18px}

.yh-fcb-btn{
    width:var(--yh-size);
    height:var(--yh-size);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none !important;
    box-shadow:0 6px 18px rgba(0,0,0,.22);
    transition:transform .18s ease, box-shadow .18s ease;
    -webkit-tap-highlight-color:transparent;
}
.yh-fcb-btn:hover{
    transform:translateY(-2px) scale(1.04);
    box-shadow:0 9px 22px rgba(0,0,0,.28);
}
.yh-fcb-icon{
    color:#fff;
    font-size:calc(var(--yh-size) * .48);
    line-height:1;
    font-family:Arial, sans-serif;
    font-weight:700;
}
.yh-fcb-whatsapp{background:#25D366}
.yh-fcb-phone{background:#1473E6}

@media (max-width:480px){
    .yh-fcb-right{right:12px}
    .yh-fcb-left{left:12px}
}
