/* ==================== مودال «نیاز به کارشناسی / تماس بگیرید» ==================== */
.consult-phones {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 10px;
}
.consult-phone-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px;
    border-radius: 999px;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    text-decoration: none;
    box-shadow: var(--shadow);
    transition: .25s;
    direction: ltr;
}
.consult-phone-btn:active {
    transform: scale(.97);
}
.consult-phone-btn.mobile {
    background: linear-gradient(135deg, var(--green), #27a67e);
}
.consult-phone-btn.landline {
    background: linear-gradient(135deg, #4c8dff, #3b6fe0);
}
.consult-phone-btn i {
    font-size: 18px;
}

/* دکمه‌ی «تماس» به‌جای «افزودن» توی لیست خدمات/جزئیات، برای آیتم‌های نیاز به کارشناسی */
.call-btn {
    background: linear-gradient(135deg, var(--green), #27a67e) !important;
}
.consult-badge {
    color: var(--green);
    font-weight: 700;
    font-size: 13px;
}
